diff --git a/ChangeLog b/ChangeLog index ceb0c457..ccc5953b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-11-26 Gary V. Vaughan + + * 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 * Makefile.am (config.status): Removed. Rebuilding config.status diff --git a/config/mkstamp b/config/mkstamp index 08239af9..2a1971b9 100755 --- a/config/mkstamp +++ b/config/mkstamp @@ -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 # # This file is free software; you can redistribute it and/or modify it @@ -24,14 +24,14 @@ # 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+"$@"} diff --git a/configure.ac b/configure.ac index 891787f9..e1366eea 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/libtoolize.in b/libtoolize.in index ade28331..dd5c3842 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -1,5 +1,5 @@ #! /bin/sh -# libtoolize (GNU @PACKAGE@) @VERSION@@TIMESTAMP@ +# libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@ # Written by Gary V. Vaughan # Copyright (C) 2003 Free Software Foundation, Inc. diff --git a/ltmain.in b/ltmain.in index df54d138..06b51254 100644 --- 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 < "$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 < $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.