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.64-62-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-62-gb4d24c2
Date: Sat, 17 Oct 2009 05:13:12 +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=b4d24c2af2679e6a9cd4b2f9a9f56eb65a08dbfd

The branch, master has been updated
       via  b4d24c2af2679e6a9cd4b2f9a9f56eb65a08dbfd (commit)
      from  4b5062187d562e035e3c81bcecac1221ecded003 (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 b4d24c2af2679e6a9cd4b2f9a9f56eb65a08dbfd
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Oct 17 07:12:54 2009 +0200

    Fix a couple of index entries in the manual.
    
    * doc/autoconf.texi (Polymorphic Variables): Fix index entries
    for AS_VAR_APPEND, AS_VAR_ARITH.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 6d8d51d..82dd475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-17  Ralf Wildenhues  <address@hidden>
+
+       Fix a couple of index entries in the manual.
+       * doc/autoconf.texi (Polymorphic Variables): Fix index entries
+       for AS_VAR_APPEND, AS_VAR_ARITH.
+
 2009-10-15  Eric Blake  <address@hidden>
 
        Fix typos in INSTALL.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4685972..db8c88e 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -13161,7 +13161,7 @@ echo "$tmp"])])
 @end defmac
 
 @defmac AS_VAR_APPEND (@var{var}, @var{text})
address@hidden
address@hidden
 Emit shell code to append the shell expansion of @var{text} to the end
 of the current contents of the polymorphic shell variable @var{var},
 taking advantage of shells that provide the @samp{+=} extension for more
@@ -13186,7 +13186,7 @@ expansion.
 @end defmac
 
 @defmac AS_VAR_ARITH (@var{var}, @var{expression})
address@hidden
address@hidden
 Emit shell code to compute the arithmetic expansion of @var{expression},
 assigning the result as the contents of the polymorphic shell variable
 @var{var}.  The code takes advantage of shells that provide @samp{$(())}


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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