From 8ca05519abee41f78d12f8edaca414914afc5017 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 21 Jun 2001 17:24:23 -0500 Subject: [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. --- fortran/acsite.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <