called before AC_PROG_FC, due to a bug in Autoconf.
2006-09-03 Paul Eggert <eggert@cs.ucla.edu>
+ and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- * doc/autoconf.texi (Limitations of Builtins): Document
- 'unset' bugs of Bash 2.01 and 2.05a.
+ * doc/autoconf.texi (Limitations of Builtins): Document 'unset'
+ bugs of Bash 2.01 and 2.05a.
+ (Fortran Compiler): Document that AC_PROG_CC should be called
+ before AC_PROG_FC, due to a bug in Autoconf.
2006-09-01 Paul Eggert <eggert@cs.ucla.edu>
environment, then set it to @option{-g -02} for @acronym{GNU} @code{g77} (or
@option{-O2} where @code{g77} does not accept @option{-g}). Otherwise,
set @code{FCFLAGS} to @option{-g} for all other Fortran compilers.
+
+Because of a bug in Autoconf, you should invoke @code{AC_PROG_CC} before
+invoking @code{AC_PROG_FC}.
@end defmac
@defmac AC_PROG_F77_C_O