* ltmain.in (--help): Show mailing-address for bug reports.

(--version): Mention only the most recent copyright year.
* libtoolize.in (--help): Show mailing-address for bug reports.
(--version): Mention only the most recent copyright year.
This commit is contained in:
Alexandre Duret-Lutz 2003-02-23 16:15:49 +00:00 committed by Robert Boehne
parent aa2ef657b5
commit 02d4bdf39e
3 changed files with 17 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2003-02-23 Alexandre Duret-Lutz <adl@gnu.org>
* ltmain.in (--help): Show mailing-address for bug reports.
(--version): Mention only the most recent copyright year.
* libtoolize.in (--help): Show mailing-address for bug reports.
(--version): Mention only the most recent copyright year.
2003-02-19 Alexandre Oliva <aoliva@redhat.com>
* libtool.m4: Replace $linker_flags with $compiler_flags wherever

View File

@ -1,7 +1,8 @@
#! /bin/sh
# libtoolize - Prepare a package to use libtool.
# @configure_input@
# Copyright (C) 1996-2000, 2001 Free Software Foundation, Inc.
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
# Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
# This program is free software; you can redistribute it and/or modify
@ -77,6 +78,8 @@ Prepare a package to use libtool.
You must \`cd' to the top directory of your package before you run
\`$progname'.
Report bugs to <bug-libtool@gnu.org>.
EOF
exit 0
;;
@ -84,7 +87,7 @@ EOF
--version)
echo "$PROGRAM (GNU $PACKAGE) $VERSION"
echo
echo "Copyright 1996-2000, 2001 Free Software Foundation, Inc."
echo "Copyright (C) 2003 Free Software Foundation, Inc."
echo "This is free software; see the source for copying conditions. There is NO"
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
exit 0

View File

@ -1,7 +1,7 @@
# ltmain.sh - Provide generalized library-building support services.
# NOTE: Changing this file will not affect anything until you rerun configure.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
# Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
@ -221,8 +221,7 @@ do
--version)
echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
echo
echo "Copyright 1996, 1997, 1998, 1999, 2000, 2001"
echo "Free Software Foundation, Inc."
echo "Copyright (C) 2003 Free Software Foundation, Inc."
echo "This is free software; see the source for copying conditions. There is NO"
echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
exit 0
@ -5960,7 +5959,9 @@ MODE must be one of the following:
uninstall remove libraries from an installed directory
MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
a more detailed description of MODE."
a more detailed description of MODE.
Report bugs to <bug-libtool@gnu.org>."
exit 0
;;