From: Ralf Wildenhues Date: Tue, 5 Dec 2006 18:57:06 +0000 (+0000) Subject: * tests/torture.at (Substitute a 2000-byte string): Actually use X-Git-Tag: AUTOCONF-2.61a~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48ea8af4f75fd5114f617ba6efc9085271803ba;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 0b57caa3..641bdd4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-12-05 Ralf Wildenhues + * 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. diff --git a/tests/torture.at b/tests/torture.at index 4c8500ea..401fe01e 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -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 ]])