Reported by Paul Eggert <eggert@CS.UCLA.EDU>
+2005-02-10 Peter O'Gorman <peter@pogma.com>
+
+ * ltmain.in, libtoolize.in: --version should show "(C) 2005".
+ Reported by Paul Eggert <eggert@CS.UCLA.EDU>
+
2005-02-07 Peter O'Gorman <peter@pogma.com>
* ltmain.in: Add -pthread like flags when linking executables too.
--version)
echo "$PROGRAM (GNU $PACKAGE) $VERSION"
echo
- echo "Copyright (C) 2003 Free Software Foundation, Inc."
+ echo "Copyright (C) 2005 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 $?
--version)
$echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
$echo
- $echo "Copyright (C) 2003 Free Software Foundation, Inc."
+ $echo "Copyright (C) 2005 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 $?