]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Provide AC_VERSION, not m4_AUTOCONF_VERSION.
authorEric Blake <ebb9@byu.net>
Sat, 15 Sep 2007 12:41:08 +0000 (12:41 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 15 Sep 2007 12:41:08 +0000 (12:41 +0000)
commit5547b4a0f22debc6d63d6c797adf873fab7c87c3
tree3835e1652da99b2a2bfc655d604b7a7ceffd0ac7
parentbf1af030e28e09d2b281f401c382aaaf77f07cee
Provide AC_VERSION, not m4_AUTOCONF_VERSION.
* doc/autoconf.texi (Text processing Macros): Remove mention of
m4_AUTOCONF_VERSION, and leave m4_PACKAGE_VERSION undocumented
once again.
(Notices): Move AC_PREREQ...
(Versioning): ...to this new section, alongside the new AC_VERSION
alias for the undocumented m4_PACKAGE_VERSION.
* lib/m4sugar/m4sugar.m4 (m4_AUTOCONF_VERSION): Revert change.
* lib/autoconf/general.m4 (AC_VERSION): New macro.
* NEWS: Update to match this rename.
* tests/m4sugar.at (m4@&t@_version_compare): Remove tests of
m4_PACKAGE_VERSION.
* tests/tools.at (autoconf: AC_VERSION): New test.
Suggested by Paolo Bonzini and Benoit Sigoure.
ChangeLog
NEWS
doc/autoconf.texi
lib/autoconf/general.m4
lib/m4sugar/m4sugar.m4
tests/m4sugar.at
tests/tools.at