From: Ralf Wildenhues Date: Thu, 29 Jul 2010 20:01:56 +0000 (+0200) Subject: Add missing index entries to manual. X-Git-Tag: v2.68~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0262e7e7d194923f402617723533eb7c574d3cbc;p=thirdparty%2Fautoconf.git 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. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 46ddfe21..662a6e1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-07-29 Ralf Wildenhues + + 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 Release Version 2.67. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index e510354e..fac50b29 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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