* libtoolize.in: Display --version in the same format as

autoconf and automake.
* ltmain.in: Ditto.
This commit is contained in:
Gary V. Vaughan 2001-07-01 23:33:12 +00:00
parent 6f5427b530
commit f9cb0bf8b8
3 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-07-02 Gary V. Vaughan <gary@gnu.org>
* libtoolize.in: Display --version in the same format as
autoconf and automake.
* ltmain.in: Ditto.
2001-06-30 Gary V. Vaughan <gary@gnu.org>
Merge test improvements from multi-language-branch:

View File

@ -1,7 +1,7 @@
#! /bin/sh
# libtoolize - Prepare a package to use libtool.
# @configure_input@
# Copyright (C) 1996-2000 Free Software Foundation, Inc.
# Copyright (C) 1996-2000, 2001 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
@ -83,6 +83,10 @@ EOF
--version)
echo "$PROGRAM (GNU $PACKAGE) $VERSION"
echo
echo "Copyright 1996-2000, 2001 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

@ -164,6 +164,11 @@ do
--version)
echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
echo
echo "Copyright 1996, 1997, 1998, 1999, 2000, 2001"
echo "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
;;