]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/mkstamp: Change output format to ` $rev $date'.
authorGary V. Vaughan <gary@gnu.org>
Wed, 26 Nov 2003 12:34:23 +0000 (12:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 26 Nov 2003 12:34:23 +0000 (12:34 +0000)
* configure.ac: Make the banner more like suggestions in
http://www.gnu.org/prep/standards_toc.html Section 4.6.
* libtoolize.in: Make --version output conform to the GNU
standard.
* ltmain.in: Ditto. And tweak the generated file headers to
match.

ChangeLog
config/mkstamp
configure.ac
libtoolize.in
ltmain.in

index ceb0c457cec0f47263f94d549e9966c6c3f67612..ccc5953ba95e7ad0a8aea0d0b748b9b29ed4572c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-11-26  Gary V. Vaughan  <gary@gnu.org>
+
+       * config/mkstamp: Change output format to ` $rev $date'.
+       * configure.ac: Make the banner more like suggestions in
+       http://www.gnu.org/prep/standards_toc.html Section 4.6.
+       * libtoolize.in: Make --version output conform to the GNU
+       standard.
+       * ltmain.in: Ditto. And tweak the generated file headers to
+       match.
+
 2003-11-25  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am (config.status): Removed.  Rebuilding config.status
index 08239af9ef54eb437d7502b114915fdb072f0b0a..2a1971b94b5dda9256650ff7227742260fc4e632 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # mkstamp - extract data from Revision and Date RCS tags in a file
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2003 Free Software Foundation, Inc.
 # Alexandre Oliva <oliva@dcc.unicamp.br>
 #
 # This file is free software; you can redistribute it and/or modify it
 # the same distribution terms that you use for the rest of that program.
 
 # This script expects to find a line containing both Revision and Date
-# tags, and it edits this line so that it looks line ` ($rev $date)'
+# tags, and it edits this line so that it looks like ` $rev $date'
 
 # Command-line arguments are passed down to sed; additional -e cmd
 # arguments are acceptable.  If no input filename is specified in the
 # command line, sed will read from stdin.
 
 exec sed -e '
-       s%.*\$''Revision: \([^$]*\) \$.*\$''Date: \([^$]*\) \$.*% (\1 \2)%
+       s%.*\$''Revision: \([^$]*\) \$.*\$''Date: \([^$]*\) \$.*% \1 \2%
        t end
        d
        : end' ${1+"$@"}
index 891787f91b02a454a7e006713ef7ffff345e57ac..e1366eea2401699ff764e18769d17d031c89ad94 100644 (file)
@@ -96,7 +96,7 @@ TIMESTAMP=
 case $LT_ALPHA in
   [[acegikmoqsuwy]])
     TIMESTAMP=`${CONFIG_SHELL} ${ac_aux_dir}/mkstamp < ${srcdir}/ChangeLog`
-    AS_BOX([Configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION$TIMESTAMP])
+    AS_BOX([Configuring AC_PACKAGE_TARNAME (Build:$TIMESTAMP) AC_PACKAGE_VERSION])
     echo
     ;;
 esac
index ade283315ca93531d9d5423d3dd7a010166021ab..dd5c384282f99c1dc6740327a2652f9a2dddd593 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# libtoolize (GNU @PACKAGE@) @VERSION@@TIMESTAMP@
+# libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
 # Written by Gary V. Vaughan <gary@gnu.org>
 
 # Copyright (C) 2003 Free Software Foundation, Inc.
index df54d13846a2c94abbc7174baee2a22e4d1c1ad5..06b512540cca159d49d8efa2260c299225b364fd 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -245,7 +245,7 @@ do
     ;;
 
   --version)
-    $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
+    $echo "$PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION"
     $echo
     $echo "Copyright (C) 2003  Free Software Foundation, Inc."
     $echo "This is free software; see the source for copying conditions.  There is NO"
@@ -660,7 +660,7 @@ compiler."
     # but don't create it if we're doing a dry run.
     test -z "$run" && cat > ${libobj}T <<EOF
 # $libobj - a libtool object file
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.
@@ -4300,7 +4300,7 @@ EOF
 
          test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
-/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
 
 #ifdef __cplusplus
 extern \"C\" {
@@ -4630,7 +4630,7 @@ static const void *lt_preloaded_setup() {
            cat > $cwrappersource <<EOF
 
 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
    The $output program cannot be directly executed until all the libtool
    libraries that it depends on are installed.
@@ -4964,7 +4964,7 @@ EOF
 #! $SHELL
 
 # $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # The $output program cannot be directly executed until all the libtool
 # libraries that it depends on are installed.
@@ -5395,7 +5395,7 @@ fi\
          esac
          $echo > $output "\
 # $outputname - a libtool library file
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 #
 # Please DO NOT delete this file!
 # It is necessary for linking the library.