mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Fix typo in AC_REQUIRE description.
* doc/autoconf.texi (Prerequisite macros): Fix typo.
This commit is contained in:
parent
c6a777c434
commit
a2aeeaf0fd
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user