? diff.out ? fortran.m4.save Index: fortran.m4 =================================================================== RCS file: /cvs/autoconf/lib/autoconf/fortran.m4,v retrieving revision 1.170 diff -u -r1.170 fortran.m4 --- fortran.m4 5 Sep 2003 22:55:40 -0000 1.170 +++ fortran.m4 10 Sep 2003 03:04:18 -0000 @@ -1114,6 +1114,7 @@ test "x$ac_flag" != xnone && FCFLAGS_SRCEXT="$ac_flag" AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_fc_srcext_$1=$ac_flag; break]) done +rm -f conftest* FCFLAGS_SRCEXT=$ac_fc_srcext_FCFLAGS_SRCEXT_save AC_LANG_POP(Fortran)dnl ]) @@ -1157,6 +1158,7 @@ end ], [ac_cv_fc_freeform=$ac_flag; break]) done +rm -f conftest* FCFLAGS=$ac_fc_freeform_FCFLAGS_save AC_LANG_POP(Fortran)dnl ])