]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add missing index entries to manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 29 Jul 2010 20:01:56 +0000 (22:01 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 29 Jul 2010 20:04:00 +0000 (22:04 +0200)
* doc/autoconf.texi (Fortran Compiler, Language Choice): Add
index entries for AC_FC_DUMMY_MAIN, AC_LANG; reformat entry for
AC_LANG_ASSERT.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 46ddfe2178f9a9d43cb1535e362693ac3b99c6da..662a6e1e8835d9b53785c84844fa043d4ce14353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index e510354ef61fcce61503e5d1688288e81f145165..fac50b2976754dc8799b21fd061e72dddf3b5a7a 100644 (file)
@@ -7886,6 +7886,8 @@ may not work with C/C++ compiler drivers.
 @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
@@ -8503,6 +8505,7 @@ which programming language is used in the subsequent tests in
 
 @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}.
 
@@ -8576,8 +8579,9 @@ AC_LANG_POP([Fortran 77])
 @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