Fix typo in AC_REQUIRE description.

* doc/autoconf.texi (Prerequisite macros): Fix typo.
This commit is contained in:
Jeff Squyres 2009-08-10 20:04:57 +02:00 committed by Paolo Bonzini
parent c6a777c434
commit a2aeeaf0fd
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-08-10 Jeff Squyres <jsquyres@cisco.com> (tiny change)
Fix typo in AC_REQUIRE description.
* doc/autoconf.texi (Prerequisite macros): Fix typo.
2009-08-10 Paolo Bonzini <bonzini@gnu.org>
Fix description of the macro generated by AC_CHECK_MEMBERS.

View File

@ -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