bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor type in autoconf.texi


From: Jeff Squyres
Subject: Minor type in autoconf.texi
Date: Tue, 4 Aug 2009 18:01:47 -0400

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





reply via email to

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