mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* libtoolize.in: Display --version in the same format as
autoconf and automake. * ltmain.in: Ditto.
This commit is contained in:
parent
6f5427b530
commit
f9cb0bf8b8
@ -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:
|
||||
|
@ -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
|
||||
;;
|
||||
|
||||
|
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user