2011-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ docs: fix description of AC_F77_IMPLICIT_NONE.
+ * doc/autoconf.texi (Fortran Compiler) [AC_F77_IMPLICIT_NONE]:
+ This macro modifies FFLAGS, not FCFLAGS.
+
AC_FC_SRCEXT: allow gfortran to compile .f77 files.
* lib/autoconf/fortran.m4 (AC_FC_SRCEXT): Try '-x f77' for .f77
files, '-x f95' for others, for gfortran.
@acindex{FC_IMPLICIT_NONE}
Try to disallow implicit declarations in the Fortran compiler. If
-successful, the @var{action-if-success} is called and any needed flags
-are added to @code{FCFLAGS}. Otherwise, @var{action-if-failure} is
-called, which defaults to failing with an error message.
+successful, @var{action-if-success} is called and any needed flags
+are added to @code{FFLAGS} or @code{FCFLAGS}, respectively. Otherwise,
+@var{action-if-failure} is called, which defaults to failing with an error
+message.
The result of these macros are cached in the
@code{ac_cv_f77_implicit_none} and @code{ac_cv_fc_implicit_none}