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.
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
]])
file=File
AC_SUBST_FILE([file])
AC_DEFINE([foo], [[X*'[]+ ",& &`\($foo !]], [Awful value.])
+AC_PROG_AWK
AC_CONFIG_FILES([Foo])]])
AT_CHECK_AUTOCONF
two'
AC_SUBST([foo])
AC_CONFIG_FILES([Foo])
+AC_PROG_AWK
AC_OUTPUT
]])