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-17-g


From: Akim Demaille
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-17-gb406df6
Date: Thu, 26 Jul 2012 06:14:58 +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=b406df6adc6af9010f13d0c0fb43fa8ced8a5436

The branch, master has been updated
       via  b406df6adc6af9010f13d0c0fb43fa8ced8a5436 (commit)
      from  32d938eaa7e1cb756997a665cb1669ef6dca3110 (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 b406df6adc6af9010f13d0c0fb43fa8ced8a5436
Author: Akim Demaille <address@hidden>
Date:   Sun Jul 22 10:24:02 2012 +0200

    doc: fix style issues in the display of macro optional arguments
    
    * doc/autoconf.texi (@dvarv): New.
    Use it where optional macro arguments default to other arguments.

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

Summary of changes:
 doc/autoconf.texi |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 927921c..c4ebe11 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -26,6 +26,14 @@
 @address@hidden = @address@hidden
 @end macro
 
address@hidden @dvarv(ARG, DEFAULT-VAR)
address@hidden ------------------------
address@hidden Same as @dvar{ARG, DEFAULT-VAR}, but with @var instead of @samp
address@hidden around DEFAULT-VAR.
address@hidden dvarv{varname, default}
address@hidden@var{\varname\} = @address@hidden@c
address@hidden macro
+
 @c Handling the indexes with Texinfo yields several different problems.
 @c
 @c Because we want to drop out the AC_ part of the macro names in the
@@ -12436,7 +12444,7 @@ list_add_x([1], list)
 @end example
 @end defmac
 
address@hidden m4_map_args_pair (@var{macro}, @dvar{macro-end, macro}, @
address@hidden m4_map_args_pair (@var{macro}, @dvarv{macro-end, macro}, @
   @address@hidden)
 @msindex{map_args_pair}
 For every pair of arguments @var{arg}, invoke @var{macro} with two
@@ -13016,7 +13024,7 @@ quadrigraphs can be used to work around this.
 @end defmac
 
 @defmac m4_text_wrap (@var{string}, @ovar{prefix}, @
-  @dvar{prefix1, @var{prefix}}, @dvar{width, 79})
+  @dvarv{prefix1, prefix}, @dvar{width, 79})
 @msindex{text_wrap}
 Break @var{string} into a series of whitespace-separated words, then
 output those words separated by spaces, and wrapping lines any time the
@@ -13795,9 +13803,9 @@ undefined if expansion of an indirect variable does not 
result in a
 literal variable name.
 
 @defmac AS_LITERAL_IF (@var{expression}, @ovar{if-literal}, @ovar{if-not}, @
-  @dvar{if-simple-ref, @var{if-not}})
+  @dvarv{if-simple-ref, if-not})
 @defmacx AS_LITERAL_WORD_IF (@var{expression}, @ovar{if-literal}, @
-  @ovar{if-not}, @dvar{if-simple-ref, @var{if-not}})
+  @ovar{if-not}, @dvarv{if-simple-ref, if-not})
 @asindex{LITERAL_IF}
 @asindex{LITERAL_WORD_IF}
 If the expansion of @var{expression} is definitely a shell literal,
@@ -25473,7 +25481,7 @@ hierarchy: the test suite ought to be shipped!  See 
below for an example.
 @item
 Invoke @code{AC_CONFIG_TESTDIR} in your @file{configure.ac}.
 
address@hidden AC_CONFIG_TESTDIR (@var{directory}, @dvar{test-path, directory})
address@hidden AC_CONFIG_TESTDIR (@var{directory}, @dvarv{test-path, directory})
 @acindex{CONFIG_TESTDIR}
 An Autotest test suite is to be configured in @var{directory}.  This
 macro causes @address@hidden/atconfig} to be created by


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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