summaryrefslogtreecommitdiff
path: root/libtoolize.in
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2001-07-01 23:33:12 +0000
committerGary V. Vaughan <gary@gnu.org>2001-07-01 23:33:12 +0000
commitf9cb0bf8b860ec7194edb505737a8a89c04be1b0 (patch)
treef7077035dd16288a00179968c7bc3f3b9d4991eb /libtoolize.in
parent6f5427b530c7eef272f31fc589cb92e4fab8e429 (diff)
downloadlibtool-f9cb0bf8b860ec7194edb505737a8a89c04be1b0.tar.gz
* libtoolize.in: Display --version in the same format as
autoconf and automake. * ltmain.in: Ditto.
Diffstat (limited to 'libtoolize.in')
-rw-r--r--libtoolize.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/libtoolize.in b/libtoolize.in
index 45987080..09eb13bc 100644
--- a/libtoolize.in
+++ b/libtoolize.in
@@ -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
;;