From 710bf78e217510783c6b2419086531feffb42c31 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 15 Nov 2000 11:43:36 -0500 Subject: [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 --- fortran/config.h.in | 19 ------------------- fortran/configure | 2 +- fortran/configure.in | 2 +- 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 fortran/config.h.in diff --git a/fortran/config.h.in b/fortran/config.h.in deleted file mode 100644 index 8375f3ab..0000000 --- a/fortran/config.h.in +++ /dev/null @@ -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 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 diff --git a/fortran/configure b/fortran/configure index 5b8a69b..6f2ab17 100755 --- a/fortran/configure +++ b/fortran/configure @@ -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 diff --git a/fortran/configure.in b/fortran/configure.in index 220749b..7f1769b 100644 --- a/fortran/configure.in +++ b/fortran/configure.in @@ -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 -- cgit v0.12