diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:43:36 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 16:43:36 (GMT) |
commit | 710bf78e217510783c6b2419086531feffb42c31 (patch) | |
tree | 9455a28d053cb96dadeec7405d255bbbd66da44e /fortran/configure.in | |
parent | f099d830600f9c7c97307c89ce4f0dcf9a777c9f (diff) | |
download | hdf5-710bf78e217510783c6b2419086531feffb42c31.zip hdf5-710bf78e217510783c6b2419086531feffb42c31.tar.gz hdf5-710bf78e217510783c6b2419086531feffb42c31.tar.bz2 |
[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
Diffstat (limited to 'fortran/configure.in')
-rw-r--r-- | fortran/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |