mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* 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:
parent
aa2ef657b5
commit
02d4bdf39e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user