]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (Substitute a 2000-byte string): Actually use
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 5 Dec 2006 18:57:06 +0000 (18:57 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 5 Dec 2006 18:57:06 +0000 (18:57 +0000)
AC_PROG_AWK, so the last change works as intended.
(Substitute and define special characters): Likewise.
(Substitute a newline): Likewise.

ChangeLog
tests/torture.at

index 0b57caa347270b8555efd62db7931dad5d5683ca..641bdd4a926d127a08f80c2b3bcc0b5f2dc12779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * tests/torture.at (Substitute a 2000-byte string): Actually use
+       AC_PROG_AWK, so the last change works as intended.
+       (Substitute and define special characters): Likewise.
+       (Substitute a newline): Likewise.
+
        * lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): Use `$AWK'
        instead of `awk' consistently.
        (_AC_OUTPUT_CONFIG_STATUS): Initialize $AWK.
index 4c8500eaef0450a7b3032b6d3ca50527495ae05d..401fe01e488fe73fed774218f198410a591e0148 100644 (file)
@@ -563,6 +563,7 @@ AC_SUBST([foo], ]m4_for([n], 1, 100,, ....................)[)
 AC_SUBST([bar], "]m4_for([n], 1, 100,, @ @ @ @ @ @ @ @ @ @@)[")
 AC_SUBST([baz], "]m4_for([n], 1, 4,, m4_for([m], 1, 25,, ... ... ... ... ....)
 )[")
+AC_PROG_AWK
 AC_CONFIG_FILES([Foo Bar Baz])
 AC_OUTPUT
 ]])
@@ -637,6 +638,7 @@ AC_SUBST([baz])
 file=File
 AC_SUBST_FILE([file])
 AC_DEFINE([foo], [[X*'[]+ ",& &`\($foo !]], [Awful value.])
+AC_PROG_AWK
 AC_CONFIG_FILES([Foo])]])
 
 AT_CHECK_AUTOCONF
@@ -680,6 +682,7 @@ foo='one
 two'
 AC_SUBST([foo])
 AC_CONFIG_FILES([Foo])
+AC_PROG_AWK
 AC_OUTPUT
 ]])