summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2009-10-15 18:13:55 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2009-10-15 18:13:55 (GMT)
commit94cb1c465bef858be6b2e2905fbd227f7902cefc (patch)
tree94b404d2f56167e604f26f36b58b93c544da519f
parentdd4360dccfda32f477192bd4a4ee22ee24585cf0 (diff)
downloadhdf5-94cb1c465bef858be6b2e2905fbd227f7902cefc.zip
hdf5-94cb1c465bef858be6b2e2905fbd227f7902cefc.tar.gz
hdf5-94cb1c465bef858be6b2e2905fbd227f7902cefc.tar.bz2
[svn-r17648] Maintenance: Configure didn't cleanup Fortran module file; fixed.
Platforms tested: jam (trivial change) Note: Most of the Fortran compilers create module files with "mod" extension. In the past, I believe, there were systems (Cray?) that used different extensions. We should add those to the current fix when we find them.
-rwxr-xr-xconfigure4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index e1327e4..6d05266 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 17568 2009-10-01 17:06:48Z mamcgree .
+# From configure.in Id: configure.in 17645 2009-10-15 17:08:41Z mamcgree .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for HDF5 1.8.3-snap13.
#
@@ -28243,7 +28243,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 21037c8..76057ac 100644
--- a/configure.in
+++ b/configure.in
@@ -4033,7 +4033,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