diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 17639 2009-10-13 21:55:21Z mamcgree . +# From configure.in Id: configure.in 17643 2009-10-14 21:43:05Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.64 for HDF5 1.9.49. # @@ -28242,7 +28242,7 @@ else SETX="set -x" fi -rm -f conftest conftest.o conftest.c dummy.o +rm -f conftest conftest.o conftest.c dummy.o *.mod # First the stamp1 file for H5config.h.in diff --git a/configure.in b/configure.in index 806f8b8..c5bacd7 100644 --- a/configure.in +++ b/configure.in @@ -4026,7 +4026,7 @@ else fi dnl Some cleanup stuff -rm -f conftest conftest.o conftest.c dummy.o +rm -f conftest conftest.o conftest.c dummy.o *.mod 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 |