[SCM] GNU Autoconf source repository branch, master, updated. v2.64-9-ga2aeeaf

"Paolo Bonzini" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
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 <[email protected]>
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  <[email protected]>  (tiny change)
+
+	Fix typo in AC_REQUIRE description.
+	* doc/autoconf.texi (Prerequisite macros): Fix typo.
+
 2009-08-10  Paolo Bonzini  <[email protected]>
 
 	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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.