+2010-07-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Add missing index entries to manual.
+ * doc/autoconf.texi (Fortran Compiler, Language Choice): Add
+ index entries for AC_FC_DUMMY_MAIN, AC_LANG; reformat entry for
+ AC_LANG_ASSERT.
+
2010-07-21 Eric Blake <eblake@redhat.com>
Release Version 2.67.
@defmacx AC_FC_DUMMY_MAIN (@ovar{action-if-found}, @ovar{action-if-not-found})
@acindex{F77_DUMMY_MAIN}
@cvindex F77_DUMMY_MAIN
+@acindex{FC_DUMMY_MAIN}
+@cvindex FC_DUMMY_MAIN
With many compilers, the Fortran libraries detected by
@code{AC_F77_LIBRARY_LDFLAGS} or @code{AC_FC_LIBRARY_LDFLAGS} provide
their own @code{main} entry function that initializes things like
@anchor{AC_LANG}
@defmac AC_LANG (@var{language})
+@acindex{LANG}
Do compilation tests using the compiler, preprocessor, and file
extensions for the specified @var{language}.
@end defmac
@defmac AC_LANG_ASSERT (@var{language})
-@acindex{LANG_ASSERT} Check statically that the current language is
-@var{language}. You should use this in your language specific macros
+@acindex{LANG_ASSERT}
+Check statically that the current language is @var{language}.
+You should use this in your language specific macros
to avoid that they be called with an inappropriate language.
This macro runs only at @command{autoconf} time, and incurs no cost at