have been created when invoking the compiler.
* tests/fortran.at (GNU Fortran 77): Quote $G77.
+2003-09-30 Nicolas Joly <njoly@pasteur.fr>
+
+ * lib/autoconf/fortran.m4 (_AC_PROG_FC): Remove files which might
+ have been created when invoking the compiler.
+ * tests/fortran.at (GNU Fortran 77): Quote $G77.
+
2003-09-29 Akim Demaille <akim@epita.fr>
Version 2.57e.
_AC_EVAL([$ac_compiler --version </dev/null >&AS_MESSAGE_LOG_FD])
_AC_EVAL([$ac_compiler -v </dev/null >&AS_MESSAGE_LOG_FD])
_AC_EVAL([$ac_compiler -V </dev/null >&AS_MESSAGE_LOG_FD])
+rm -f a.out
m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
# GNU Fortran is known to support freeform.
AC_FC_FREEFORM([],
[AC_MSG_WARN([Fortran does not accept free-form source])])
-if test $G77 = yes; then
+if test "$G77" = yes; then
case $FCFLAGS in
*-ffree-form*) ;;
*) AC_MSG_ERROR([failed to recognize G77's -ffree-form option.]);;