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.63-292-


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-292-g8a54ca8
Date: Tue, 17 Mar 2009 21:00:36 +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=8a54ca8043e5a4cb685d755fd10b78d75f16293e

The branch, master has been updated
       via  8a54ca8043e5a4cb685d755fd10b78d75f16293e (commit)
      from  efb3e8a738994924dfed0e1d73c91e0678622b3b (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 8a54ca8043e5a4cb685d755fd10b78d75f16293e
Author: Jim Meyering <address@hidden>
Date:   Mon Aug 18 11:08:14 2008 +0200

    Manual: fix a typo.
    
    * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"

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

Summary of changes:
 ChangeLog           |    5 +++++
 lib/m4sugar/m4sh.m4 |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 05e3a4d..259004e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-17  Jim Meyering  <address@hidden>
+
+       Manual: fix a typo.
+       * lib/m4sugar/m4sh.m4: s/are/is/ => "there is no indirection"
+
 2009-03-17  Eric Blake  <address@hidden>
 
        Use test consistently in examples.
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index d8ef957..88881b1 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -1892,8 +1892,8 @@ m4_define([AS_VAR_COPY],
 # AS_VAR_GET(VARIABLE)
 # --------------------
 # Get the value of the shell VARIABLE.
-# Evaluates to $VARIABLE if there are no indirection in VARIABLE,
-# else into the appropriate `eval' sequence.
+# Evaluates to $VARIABLE if there is no indirection in VARIABLE,
+# else to the appropriate `eval' sequence.
 # This macro is deprecated because it sometimes mishandles trailing newlines;
 # use AS_VAR_COPY instead.
 m4_define([AS_VAR_GET],


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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