1
1

- When doing VPATH compilation, the include-directory

has not been created yet by configure (happens only
   when mpi.h and other .in-files are being created...)
   Therefore mkdir -p it...

This commit was SVN r21278.
Этот коммит содержится в:
Rainer Keller 2009-05-26 21:58:27 +00:00
родитель 87f6ddca3f
Коммит 9d3f1671d3

Просмотреть файл

@ -183,6 +183,9 @@ AC_DEFUN([EXT_CONFIGURE_FRAMEWORK],[
outdir=$1/include
# first create the output include directory
mkdir -p $outdir
# remove any previously generated #include files
mpi_ext_h=$outdir/mpi-ext.h
rm -f $mpi_ext_h