]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in: Display --version in the same format as
authorGary V. Vaughan <gary@gnu.org>
Sun, 1 Jul 2001 23:33:12 +0000 (23:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 1 Jul 2001 23:33:12 +0000 (23:33 +0000)
autoconf and automake.
* ltmain.in: Ditto.

ChangeLog
libtoolize.in
ltmain.in

index 15d60edc53a136f1c430a7e36ace34103a2b02d8..d8504d4b88de569496ffa8ae543e32a4398d980e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 459870809335a6ba47652d7f104fc85a1437b075..09eb13bcb75706656d95ebddd170f7a5907319ce 100644 (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
     ;;
 
index 942830317509b48a8d58312bcffc08e7fceda43c..c51a1f62c3d4341f4ce5bea49519f1ea84ab9aba 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -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
     ;;