]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix mistakes in changelog.
authorStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 18:44:57 +0000 (18:44 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 6 Apr 2006 18:44:57 +0000 (18:44 +0000)
ChangeLog

index e1bfd07ae47c170a07342dab2125566dc22cc72d..a51fd9ae26e10fd75a14a928dbe9e41f0ac5b668 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 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.