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.63b-27-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-27-g536f9ae
Date: Sat, 18 Apr 2009 23:17:10 +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=536f9ae3a43807e940f9f718f22bca5defa863d7

The branch, master has been updated
       via  536f9ae3a43807e940f9f718f22bca5defa863d7 (commit)
      from  e7c7a4735fcc714ac9607fa680c72cbe6fd868bc (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 536f9ae3a43807e940f9f718f22bca5defa863d7
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Apr 19 01:16:56 2009 +0200

    manual: clarify m4_if synopsis.
    
    * doc/autoconf.texi (Redefined M4 Macros): Rewrite synopsis of
    m4_if in the presence of more than three arguments.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    4 ++++
 doc/autoconf.texi |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 587b873..055a30d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-04-19  Ralf Wildenhues  <address@hidden>
 
+       manual: clarify m4_if synopsis.
+       * doc/autoconf.texi (Redefined M4 Macros): Rewrite synopsis of
+       m4_if in the presence of more than three arguments.
+
        Improve and clarify `config.status' usage documentation.
        * doc/autoconf.texi (config.status Invocation): Fix markup in
        synopsis.  Use `tag' instead of `file' notation for the
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b0e758e..e6fd489 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -10637,7 +10637,8 @@ This macro corresponds to @code{m4exit}.
 
 @defmac m4_if (@var{comment})
 @defmacx m4_if (@var{string-1}, @var{string-2}, @var{equal}, @ovar{not-equal})
address@hidden m4_if (@var{string-1}, @var{string-2}, @var{equal}, @dots{})
address@hidden m4_if (@var{string-1}, @var{string-2}, @var{equal-1}, @
+  @var{string-3}, @var{string-4}, @var{equal-2}, @dots{}, @ovar{not-equal})
 @msindex{if}
 This macro corresponds to @code{ifelse}.  @var{string-1} and
 @var{string-2} are compared literally, so usually one of the two


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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