From f9cb0bf8b860ec7194edb505737a8a89c04be1b0 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 1 Jul 2001 23:33:12 +0000 Subject: [PATCH] * libtoolize.in: Display --version in the same format as autoconf and automake. * ltmain.in: Ditto. --- ChangeLog | 6 ++++++ libtoolize.in | 6 +++++- ltmain.in | 5 +++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15d60edc5..d8504d4b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-02 Gary V. Vaughan + + * libtoolize.in: Display --version in the same format as + autoconf and automake. + * ltmain.in: Ditto. + 2001-06-30 Gary V. Vaughan Merge test improvements from multi-language-branch: diff --git a/libtoolize.in b/libtoolize.in index 459870809..09eb13bcb 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 , 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 ;; diff --git a/ltmain.in b/ltmain.in index 942830317..c51a1f62c 100644 --- 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 ;; -- 2.47.3