]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_INIT_VERSION): Improved version information string
authorLars J. Aas <larsa@sim.no>
Tue, 27 Mar 2001 16:48:27 +0000 (16:48 +0000)
committerLars J. Aas <larsa@sim.no>
Tue, 27 Mar 2001 16:48:27 +0000 (16:48 +0000)
for `configure --version'.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 900f43ee622844c1ad1efe7a25aee11559706608..d85db2b3b74ee5a7c6cb00b5d06c309743737467 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
+2001-03-27  Lars J. Aas  <larsa@sim.no>
+
+       * acgeneral.m4 (AC_INIT_VERSION): Improved version information string
+       for `configure --version'.
+
 2001-03-27  Akim Demaille  <akim@epita.fr>
 
        * autoheader.sh (config_h): Be robust to new lines when extracting
        the first argument of AC_CONFIG_HEADERS.
        Reported by Lars J. Aas.
 
-2001-03-27  Tim Van Holder <tim.van.holder@pandora.be>
+2001-03-27  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * doc/autoconf.texi: Minor tweaks.
 
-2001-03-27  Tim Van Holder <tim.van.holder@pandora.be>
+2001-03-27  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * Makefile.am, configure.in: autoupdate is a Perl script.
 
@@ -83,7 +88,7 @@
        compile time, not run time.
        Suggested by Nicolas Joly.
 
-2001-03-13  Tim Van Holder <tim.van.holder@pandora.be>
+2001-03-13  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * tests/aclocal.m4: Fix some typos.  Also ignore $PATH_SEPARATOR.
        * tests/atconfig.in: Set PATH_SEPARATOR to the proper
@@ -93,7 +98,7 @@
        deciding whether the help text is needed.
        * tests/semantics.at: Use the correct path separator.
 
-2001-03-13  Tim Van Holder <tim.van.holder@pandora.be>
+2001-03-13  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * doc/autoconf.texi: Expand section on DOS issues.
        Add link to the `doschk' package.  Fix minor typo.
 
        * man/Makefile.am: autoupdate.1 now depends on autoupdate.in.
 
-2001-02-25  Tim Van Holder <tim.van.holder@pandora.be>
+2001-02-25  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * autoupdate.in: Support DOS paths.  Initialize $tmp to
        avoid warnings.  Default $autoconf to 'autoconf'.
index de8738c33dbfd323e732aca11961500656fbb517..45feb57a8c5573f46faca9cb5c9bfd55dc5f2ba5 100644 (file)
@@ -1371,7 +1371,7 @@ m4_define([_AC_INIT_VERSION],
   cat <<\EOF])dnl
 m4_ifset([AC_PACKAGE_STRING],
          [m4_divert_text([VERSION_BEGIN],
-                         [configure (AC_PACKAGE_STRING) AC_ACVERSION])])
+                         [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
 m4_divert_text([VERSION_END],
 [EOF
   exit 0
index de8738c33dbfd323e732aca11961500656fbb517..45feb57a8c5573f46faca9cb5c9bfd55dc5f2ba5 100644 (file)
@@ -1371,7 +1371,7 @@ m4_define([_AC_INIT_VERSION],
   cat <<\EOF])dnl
 m4_ifset([AC_PACKAGE_STRING],
          [m4_divert_text([VERSION_BEGIN],
-                         [configure (AC_PACKAGE_STRING) AC_ACVERSION])])
+                         [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
 m4_divert_text([VERSION_END],
 [EOF
   exit 0