summaryrefslogtreecommitdiffstats
path: root/fortran/acsite.m4
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-06-21 22:24:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-06-21 22:24:23 (GMT)
commit8ca05519abee41f78d12f8edaca414914afc5017 (patch)
tree2cac129a1b71be81c13e7a3c17208ce3175266fa /fortran/acsite.m4
parent196b156e06369b4eaee94af2ec3be95f3b41ea74 (diff)
downloadhdf5-8ca05519abee41f78d12f8edaca414914afc5017.zip
hdf5-8ca05519abee41f78d12f8edaca414914afc5017.tar.gz
hdf5-8ca05519abee41f78d12f8edaca414914afc5017.tar.bz2
[svn-r4050]
Purpose: Bug Fix Description: Changed the order of the flags checking for modules from -M -I to -I -M. Elena already fixed it in the configure ifle. This puts it in the acsite.m4 file so that it will be propagated to future configure builds.
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r--fortran/acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4
index f1c8ad4..37db8a0 100644
--- a/fortran/acsite.m4
+++ b/fortran/acsite.m4
@@ -232,7 +232,7 @@ cd ..
AC_MSG_CHECKING(how $F9X finds modules)
-for flag in "-M" "-I" "-p"; do
+for flag in "-I" "-M" "-p"; do
cat >conftest.$ac_ext <<EOF
program conftest
use module