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.68-22-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-22-g65cdbf1
Date: Wed, 12 Jan 2011 14:51:06 +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=65cdbf1393cfda2c061715e968bfb64467f481f4

The branch, master has been updated
       via  65cdbf1393cfda2c061715e968bfb64467f481f4 (commit)
      from  727ce95b292404047d50fe27cb5bfec09233537d (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 65cdbf1393cfda2c061715e968bfb64467f481f4
Author: Eric Blake <address@hidden>
Date:   Tue Jan 11 16:17:55 2011 -0700

    docs: fix description of m4_ifval
    
    * doc/autoconf.texi (Conditional constructs) <m4_ifval>: Use
    correct argument order.
    * THANKS: Update.
    Reported by Mostafa.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index acae932..4c8fd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-12  Eric Blake  <address@hidden>
+
+       docs: fix description of m4_ifval
+       * doc/autoconf.texi (Conditional constructs) <m4_ifval>: Use
+       correct argument order.
+       * THANKS: Update.
+       Reported by Mostafa.
+
 2011-01-10  Ralf Wildenhues  <address@hidden>
 
        Avoid reference to $CYGWIN in Fortran macros.
diff --git a/THANKS b/THANKS
index 3d7905f..e0bd6c1 100644
--- a/THANKS
+++ b/THANKS
@@ -283,6 +283,7 @@ Mo DeJong                   address@hidden
 Momchil Velkov              address@hidden
 Monty Taylor                address@hidden
 Morten Eriksen              address@hidden
+Mostafa                     address@hidden
 Motoyuki Kasahara           address@hidden
 Nathan Schulte              address@hidden
 Nathanael Nerode            address@hidden
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b999f03..9f5494e 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -11881,7 +11881,7 @@ except that it is not an error if @var{macro} is 
undefined.
 Expands to @var{if-true} if @var{cond} is not empty, otherwise to
 @var{if-false}.  This is shorthand for:
 @example
-m4_if(address@hidden, [], address@hidden, address@hidden)
+m4_if(address@hidden, [], address@hidden, address@hidden)
 @end example
 @end defmac
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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