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-9-ga


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-9-ga2aeeaf
Date: Mon, 10 Aug 2009 18:05:42 +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=a2aeeaf0fd16b0b7fc4bd19b1a670bfe790e0fb1

The branch, master has been updated
       via  a2aeeaf0fd16b0b7fc4bd19b1a670bfe790e0fb1 (commit)
      from  c6a777c4346bd4de6dc58ad30b9178ab9f691b7f (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 a2aeeaf0fd16b0b7fc4bd19b1a670bfe790e0fb1
Author: Jeff Squyres <address@hidden>
Date:   Mon Aug 10 20:04:57 2009 +0200

    Fix typo in AC_REQUIRE description.
    
    * doc/autoconf.texi (Prerequisite macros): Fix typo.

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

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

diff --git a/ChangeLog b/ChangeLog
index 7815596..20c5921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-10  Jeff Squyres  <address@hidden>  (tiny change)
+
+       Fix typo in AC_REQUIRE description.
+       * doc/autoconf.texi (Prerequisite macros): Fix typo.
+
 2009-08-10  Paolo Bonzini  <address@hidden>
 
        Fix description of the macro generated by AC_CHECK_MEMBERS.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b1b38da..6bac0c3 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -13454,8 +13454,8 @@ AC_DEFUN([TESTB], [AC_REQUIRE([TESTA])[echo in B
 if test -z "$SEEN_A" ; then echo bug ; fi]])
 AC_DEFUN([TESTC], [AC_REQUIRE([TESTB])[echo in C]])
 AC_DEFUN([OUTER], [[echo in OUTER]
-A
-C])
+TESTA
+TESTC])
 OUTER
 @end example
 


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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