autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-2-g0


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-2-g0262e7e
Date: Thu, 29 Jul 2010 20:04:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=0262e7e7d194923f402617723533eb7c574d3cbc

The branch, master has been updated
       via  0262e7e7d194923f402617723533eb7c574d3cbc (commit)
      from  7ab1f403bd22edb32fea164fe4b24061d552b153 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0262e7e7d194923f402617723533eb7c574d3cbc
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Jul 29 22:01:56 2010 +0200

    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 <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 doc/autoconf.texi |    8 ++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 46ddfe2..662a6e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-29  Ralf Wildenhues  <address@hidden>
+
+       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  <address@hidden>
 
        Release Version 2.67.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index e510354..fac50b2 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
address@hidden
address@hidden 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})
address@hidden
 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})
address@hidden Check statically that the current language is
address@hidden  You should use this in your language specific macros
address@hidden
+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


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]