diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 18:13:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2009-10-15 18:13:55 (GMT) |
commit | 94cb1c465bef858be6b2e2905fbd227f7902cefc (patch) | |
tree | 94b404d2f56167e604f26f36b58b93c544da519f /configure.in | |
parent | dd4360dccfda32f477192bd4a4ee22ee24585cf0 (diff) | |
download | hdf5-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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |