autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] improved version information


From: Lars J. Aas
Subject: [patch] improved version information
Date: Wed, 4 Apr 2001 10:04:57 +0200
User-agent: Mutt/1.2.5i

2001-04-04  Lars J. Aas  <address@hidden>

        * acgeneral.m4 (_AC_INIT_DEFAULTS): Produce better version
        information for config.log header.
        (_AC_INIT_VERSION): Produce better version information for
        `configure --version'.

Index: acgeneral.m4
===================================================================
RCS file: /cvs/autoconf/acgeneral.m4,v
retrieving revision 1.706
diff -u -r1.706 acgeneral.m4
--- acgeneral.m4        2001/03/30 12:49:36     1.706
+++ acgeneral.m4        2001/04/04 07:59:55
@@ -727,10 +727,14 @@
 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] address@hidden
+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] address@hidden
+
 EOF
 AS_UNAME >>config.log
 
@@ -1368,7 +1372,8 @@
   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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]