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.69-12-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-12-ga357718
Date: Wed, 18 Jul 2012 19:52:02 +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=a357718b081f1678748ead5d7cb67c766c930441

The branch, master has been updated
       via  a357718b081f1678748ead5d7cb67c766c930441 (commit)
      from  8c8522f1c5c8362ec683b5464e99a95bc735677f (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 a357718b081f1678748ead5d7cb67c766c930441
Author: Patrice Dumas <address@hidden>
Date:   Wed Jul 18 13:41:45 2012 -0600

    doc: fix texinfo macro usage
    
    The texinfo manual recommends avoiding the use of a trailing @c in
    any macro designed to be used inline (as is the case with our ovar
    and dvar macros).  Furthermore, passing '@\n' in the middle of a
    macro call is much different than passing '@\n' between arguments
    of a @defmac for line continuation.
    
    * doc/autoconf.texi (ovar, dvar): Don't end macro with @c, since
    these macros are designed to be embedded in one-line usage.
    (Fortran Compiler): Don't split @dvar.
    * THANKS: Update.
    Reported by Stefano Lattarini.
    
    Signed-off-by: Eric Blake <address@hidden>
    Copyright-paperwork-exempt: Yes

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

Summary of changes:
 THANKS            |    1 +
 doc/autoconf.texi |   24 ++++++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/THANKS b/THANKS
index 25734d5..8682c87 100644
--- a/THANKS
+++ b/THANKS
@@ -316,6 +316,7 @@ Olly Betts                  address@hidden
 Ossama Othman               address@hidden
 Pallav Gupta                address@hidden
 Paolo Bonzini               address@hidden
+Patrice Dumas               address@hidden
 Patrick Tullmann            address@hidden
 Patrick Welche              address@hidden
 Paul Berrevoets             address@hidden
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 78a2c67..506d966 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15,7 +15,7 @@
 @c The ARG is an optional argument.  To be used for macro arguments in
 @c their documentation (@defmac).
 @macro ovar{varname}
address@hidden@address@hidden@c
address@hidden@address@hidden
 @end macro
 
 @c @dvar(ARG, DEFAULT)
@@ -23,7 +23,7 @@
 @c The ARG is an optional argument, defaulting to DEFAULT.  To be used
 @c for macro arguments in their documentation (@defmac).
 @macro dvar{varname, default}
address@hidden@var{\varname\} = @address@hidden@c
address@hidden@var{\varname\} = @address@hidden
 @end macro
 
 @c Handling the indexes with Texinfo yields several different problems.
@@ -8014,10 +8014,10 @@ variables, respectively.  The computed linker flags are 
cached in
 @code{ac_cv_f77_libs} or @code{ac_cv_fc_libs}, respectively.
 @end defmac
 
address@hidden AC_F77_DUMMY_MAIN (@ovar{action-if-found}, 
@dvar{action-if-not-found, @
-  AC_MSG_FAILURE})
address@hidden AC_FC_DUMMY_MAIN (@ovar{action-if-found}, 
@dvar{action-if-not-found, @
-  AC_MSG_FAILURE})
address@hidden AC_F77_DUMMY_MAIN (@ovar{action-if-found}, @
+  @dvar{action-if-not-found, AC_MSG_FAILURE})
address@hidden AC_FC_DUMMY_MAIN (@ovar{action-if-found}, @
+  @dvar{action-if-not-found, AC_MSG_FAILURE})
 @acindex{F77_DUMMY_MAIN}
 @cvindex F77_DUMMY_MAIN
 @acindex{FC_DUMMY_MAIN}
@@ -8268,8 +8268,8 @@ results in @address@hidden and
 @address@hidden variables, respectively.
 @end defmac
 
address@hidden AC_FC_PP_DEFINE (@ovar{action-if-success}, 
@dvar{action-if-failure, @
-  AC_MSG_FAILURE})
address@hidden AC_FC_PP_DEFINE (@ovar{action-if-success}, @
+  @dvar{action-if-failure, AC_MSG_FAILURE})
 @acindex{FC_PP_DEFINE}
 @caindex fc_pp_define
 
@@ -8287,8 +8287,8 @@ The result of this test is cached in the 
@code{ac_cv_fc_pp_define}
 variable.
 @end defmac
 
address@hidden AC_FC_FREEFORM (@ovar{action-if-success}, 
@dvar{action-if-failure, @
-  AC_MSG_FAILURE})
address@hidden AC_FC_FREEFORM (@ovar{action-if-success}, @
+  @dvar{action-if-failure, AC_MSG_FAILURE})
 @acindex{FC_FREEFORM}
 @caindex fc_freeform
 
@@ -8314,8 +8314,8 @@ The result of this test, or @samp{none} or 
@samp{unknown}, is cached in
 the @code{ac_cv_fc_freeform} variable.
 @end defmac
 
address@hidden AC_FC_FIXEDFORM (@ovar{action-if-success}, 
@dvar{action-if-failure, @
-  AC_MSG_FAILURE})
address@hidden AC_FC_FIXEDFORM (@ovar{action-if-success}, @
+  @dvar{action-if-failure, AC_MSG_FAILURE})
 @acindex{FC_FIXEDFORM}
 @caindex fc_fixedform
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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