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


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-17-g684d299
Date: Tue, 06 May 2008 15:58:07 +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=684d299c1df696fbca13143097d35da1acb528cc

The branch, master has been updated
       via  684d299c1df696fbca13143097d35da1acb528cc (commit)
      from  cc73f00e1832741a67a6cf77754ffe9ac1b7e2a5 (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 684d299c1df696fbca13143097d35da1acb528cc
Author: Eric Blake <address@hidden>
Date:   Tue May 6 09:57:48 2008 -0600

    Fix typo.
    
    * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 7c8e729..e812c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-05-06  Eric Blake  <address@hidden>
 
+       Fix typo.
+       * doc/autoconf.texi (Shell Substitutions): Drop at_ prefix.
+
        Avoid overfull \hbox.
        * doc/autoconf.texi (Versioning): Reword to fit line size.
 
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3ea1106..645cc7b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -13234,7 +13234,7 @@ if ( eval 'test $(( 1 + 1 )) = 2' ) 2>/dev/null; then
     func_arith_result=$(( $* ))
   @}'
 else
-  at_func_arith ()
+  func_arith ()
   @{
     func_arith_result=`expr "$@@"`
   @}


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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