]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 6 Mar 2006 22:34:34 +0000 (22:34 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 6 Mar 2006 22:34:34 +0000 (22:34 +0000)
commit2602ca4aa5878633fc86bc1eaf6fbdb4f42d3ffe
treef6b66f9ff7b8c5ed5be1b490064a648bb1679d87
parent8db7a9848074d6e08fe9de86fbe99ef7cf46de67
* lib/autoconf/status.m4 (_AC_SED_CMD_LIMIT): The limit for
HP-UX sed is 99 commands, not 100.
(_AC_OUTPUT_FILES_PREPARE): Do not count the `}' of an
_AC_SUBST_FILES fragment.  Separate `{' and `r' commands by
newline for portability.
* tests/torture.at (Torturing config.status): Also test 100
AC_SUBST_FILE invocations.  Fix test to actually verify the
AC_CONFIG_FILES output.
* doc/autoconf.texi (Limitations of Usual Tools): Document HP-UX
command, label, and read-file `r' limits.  Unify HP-UX spelling.
ChangeLog
doc/autoconf.texi
lib/autoconf/status.m4
tests/torture.at