Fix mistakes in changelog.

This commit is contained in:
Stepan Kasal 2006-04-06 18:44:57 +00:00
parent 2387e2b98a
commit dd691374d8

View File

@ -59,16 +59,13 @@
2006-04-06 Stepan Kasal <kasal@ucw.cz>
* lib/autoconf/general.m4 (_AC_INIT_PREPARE): Insert a newline before
the first parameter of m4_bpatsubsts, to workaround the problem
with anchors.
* tests/Makefile.am (maintainer-check-posix): s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
* tests/Makefile.am (maintainer-check-posix):
s/POSIXLY_CORRECTLY/POSIXLY_CORRECT/
* lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Append TAGS to
ac_config_<foo>s again, sometimes normalized, sometimes not.
(AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS, AC_CONFIG_COMMANDS):
Do not do so here.
(AC_CONFIG_FILES, AC_CONFIG_HEADERS, AC_CONFIG_LINKS):
(AC_CONFIG_COMMANDS): Do not do so here.
(_AC_CONFIG_REGISTER_DEST): Double quote the tags in macros _AC_LIST_TAGS
and_AC_LIST_TAG_COMMANDS; fixes another regression introduced by the
2005-07-25 rewrite. Noticed by Noah Misch.