I noticed this today; I'm pretty sure it's a simple typo:
--- autoconf.texi.~1~ 2009-07-26 22:56:10.000000000 -0400 +++ autoconf.texi 2009-08-04 17:59:56.000000000 -0400 @@ -13454,8 +13454,8 @@ 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 -- Jeff Squyres [email protected]
