]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 5 Dec 2006 21:36:25 +0000 (21:36 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 5 Dec 2006 21:36:25 +0000 (21:36 +0000)
commitd254f8694e7270961ee2f69b13a77c96ecae4fa7
treeb82ce7d6ffc2ea6800c0589b149d19353fd4e442
parentb40bccee3aa96e6e4f2cce49daeea95aadb111b1
* lib/autoconf/status.m4 (_AC_OUTPUT_FILES_PREPARE): When
creating the awk substitution script, handle one input line at a
time, so that the maximum length of a substituted (multi-line)
value is not limited by the size of the sed pattern space.
The trade-off is a slightly repetitive sed script.
* doc/autoconf.texi (Limitations of Usual Tools): Branch labels
can only have up to 7 characters, due to Solaris 10 /bin/sed.
* tests/torture.at (Substitute a 2000-byte string): Increase the
test with several long lines, they should not be caught by sed
limits any more.
ChangeLog
doc/autoconf.texi
lib/autoconf/status.m4
tests/torture.at