+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
#! /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
You must \`cd' to the top directory of your package before you run
\`$progname'.
+
+Report bugs to <bug-libtool@gnu.org>.
EOF
exit 0
;;
--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
# 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
#
--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
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
;;