From f7b06c8505eee62e54e295468b45ebcfd0f2cf65 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 15 Oct 2009 13:11:56 -0500 Subject: [svn-r17647] 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 4d32a95..8d026b9 100755 --- a/configure +++ b/configure @@ -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 -- cgit v0.12