[svn-r2921] Purpose:

Buglet fix
Description:
	Was removing the confdefs.h header which was needed during
	Makefile generation.
Solution:
	Stopped doing that.
Platforms tested:
	Linux
This commit is contained in:
Bill Wendling 2000-11-15 11:43:36 -05:00
parent f099d83060
commit 710bf78e21
3 changed files with 2 additions and 21 deletions

View File

@ -1,19 +0,0 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if we have parallel support */
#undef HAVE_PARALLEL
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
/* Define if you have the mpi library (-lmpi). */
#undef HAVE_LIBMPI
/* Define if you have the mpich library (-lmpich). */
#undef HAVE_LIBMPICH
/* Define if you have the mpio library (-lmpio). */
#undef HAVE_LIBMPIO
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ

2
fortran/configure vendored
View File

@ -2697,7 +2697,7 @@ else
SETX="set -x"
fi
rm -rf conftest* confdefs* core core.* *.core dummy.o
rm -f conftest conftest.o conftest.c core core.* *.core dummy.o
mkdir ./config >/dev/null 2>&1

View File

@ -595,7 +595,7 @@ else
fi
dnl Some cleanup stuff
rm -rf conftest* confdefs* core core.* *.core dummy.o
rm -f conftest conftest.o conftest.c core core.* *.core dummy.o
dnl Build config.status, touch the stamp files, and build all the Makefiles.
dnl The order is such that the first `make' does not need to update any