cannot produce object code.
* aclang.m4 (AC_PROG_F77): Remove f2c from the search list.
* doc/autoconf.texi: Excise mentions of f2c in AC_PROG_F77 docs.
+2000-05-25 Steven G. Johnson <stevenj@alum.mit.edu>
+
+ Don't use f2c as a possible Fortran compiler, since by itself it
+ cannot produce object code.
+
+ * aclang.m4 (AC_PROG_F77): Remove f2c from the search list.
+ * doc/autoconf.texi: Excise mentions of f2c in AC_PROG_F77 docs.
+
2000-05-26 Mark Elbrecht <snowball3@bigfoot.com>
Currently, AC_PROG_LN_S incorrectly reports yes with DJGPP. This
[AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_LANG_PUSH(Fortran 77)
AC_CHECK_TOOLS(F77,
- m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f2c]))
+ m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90]))
_AC_LANG_COMPILER_WORKS
_AC_PROG_F77_GNU
@ovindex FFLAGS
Determine a Fortran 77 compiler to use. If @code{F77} is not already
set in the environment, then check for @code{g77} and @code{f77}, and
-then some other names, and finally @code{f2c}. Set the output variable
-@code{F77} to the name of the compiler found.
+then some other names. Set the output variable @code{F77} to the name
+of the compiler found.
This macro may, however, be invoked with an optional first argument
which, if specified, must be a space separated list of Fortran 77
@code{AC_PROG_F77} like this:
@example
-AC_PROG_F77(fl32 f77 fort77 xlf cf77 g77 f90 xlf90 f2c)
+AC_PROG_F77(fl32 f77 fort77 xlf cf77 g77 f90 xlf90)
@end example
If using @code{g77} (the @sc{gnu} Fortran 77 compiler), then
[AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_LANG_PUSH(Fortran 77)
AC_CHECK_TOOLS(F77,
- m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f2c]))
+ m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90]))
_AC_LANG_COMPILER_WORKS
_AC_PROG_F77_GNU
[AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_LANG_PUSH(Fortran 77)
AC_CHECK_TOOLS(F77,
- m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f2c]))
+ m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90]))
_AC_LANG_COMPILER_WORKS
_AC_PROG_F77_GNU
[AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_LANG_PUSH(Fortran 77)
AC_CHECK_TOOLS(F77,
- m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90 f2c]))
+ m4_default([$1], [g77 f77 xlf cf77 fl32 fort77 f90 xlf90]))
_AC_LANG_COMPILER_WORKS
_AC_PROG_F77_GNU