From 94cb1c465bef858be6b2e2905fbd227f7902cefc Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 15 Oct 2009 13:13:55 -0500 Subject: [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. --- configure | 4 ++-- configure.in | 2 +- 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 -- cgit v0.12