]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version information patches.
authorLars J. Aas <larsa@sim.no>
Wed, 4 Apr 2001 12:52:29 +0000 (12:52 +0000)
committerLars J. Aas <larsa@sim.no>
Wed, 4 Apr 2001 12:52:29 +0000 (12:52 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index a4a2ea6d564933da821adf38dd0e1609b919fcb0..ff1774ba693e4df5e3cbdcec437d240ae31bd34f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2001-04-04  Lars J. Aas  <larsa@sim.no>
+
+       * acgeneral.m4 (_AC_INIT_DEFAULTS): Produce better version
+       information for config.log header.
+       (_AC_INIT_VERSION): Produce better version information for
+       `configure --version'.
+
 2001-03-30  Steven G. Johnson  <stevenj@alum.mit.edu>
 
        * doc/autoconf.texi: Use "invalid" instead of "illegal," as
        suggested by the GNU coding standards.
 
-2001-03-30  Tim Van Holder <tim.van.holder@pandora.be>
+2001-03-30  Tim Van Holder  <tim.van.holder@pandora.be>
 
        * m4sh.m4 (AS_BASENAME): New.
        (AS_SHELL_SANITIZE): Set `$as_me'.
index c0a3d2c17322fa99a480b86291bb407635573dba..649e89804b7f539ff87f0a16f9ca03764067f44d 100644 (file)
@@ -727,9 +727,13 @@ cat >config.log <<EOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by $as_me m4_ifset([AC_PACKAGE_STRING],
-                            [(AC_PACKAGE_STRING) ])AC_ACVERSION, executed with
- > $[0] $[@]
+It was created by m4_ifset([AC_PACKAGE_NAME],
+                           [AC_PACKAGE_NAME ])dnl
+$as_me[]m4_ifset([AC_PACKAGE_VERSION],
+                 [ AC_PACKAGE_VERSION]), which was
+generated by GNU Autoconf AC_ACVERSION.  Invocation command line was
+
+  $ $[0] $[@]
 
 EOF
 AS_UNAME >>config.log
@@ -1368,7 +1372,8 @@ m4_define([_AC_INIT_VERSION],
   cat <<\EOF])dnl
 m4_ifset([AC_PACKAGE_STRING],
          [m4_divert_text([VERSION_BEGIN],
-                         [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
+                         [AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
+generated by GNU Autoconf AC_ACVERSION])])
 m4_divert_text([VERSION_END],
 [EOF
   exit 0
index c0a3d2c17322fa99a480b86291bb407635573dba..649e89804b7f539ff87f0a16f9ca03764067f44d 100644 (file)
@@ -727,9 +727,13 @@ cat >config.log <<EOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by $as_me m4_ifset([AC_PACKAGE_STRING],
-                            [(AC_PACKAGE_STRING) ])AC_ACVERSION, executed with
- > $[0] $[@]
+It was created by m4_ifset([AC_PACKAGE_NAME],
+                           [AC_PACKAGE_NAME ])dnl
+$as_me[]m4_ifset([AC_PACKAGE_VERSION],
+                 [ AC_PACKAGE_VERSION]), which was
+generated by GNU Autoconf AC_ACVERSION.  Invocation command line was
+
+  $ $[0] $[@]
 
 EOF
 AS_UNAME >>config.log
@@ -1368,7 +1372,8 @@ m4_define([_AC_INIT_VERSION],
   cat <<\EOF])dnl
 m4_ifset([AC_PACKAGE_STRING],
          [m4_divert_text([VERSION_BEGIN],
-                         [AC_PACKAGE_STRING configure, by GNU Autoconf AC_ACVERSION])])
+                         [AC_PACKAGE_NAME configure AC_PACKAGE_VERSION
+generated by GNU Autoconf AC_ACVERSION])])
 m4_divert_text([VERSION_END],
 [EOF
   exit 0