From ffc46ff5e27624e14fea2b6aeab3bc2dfe41195c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 24 Sep 1996 02:52:20 +0000 Subject: [PATCH] usage fixes --- ChangeLog | 6 ++++++ aclocal.in | 27 ++++++++++++++++++++++++++- automake.in | 7 ++++++- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a1508e4..5992a2b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Mon Sep 23 00:04:48 1996 Tom Tromey + * automake.in (parse_arguments): New usage to conform to GNU + standards. + + * aclocal.in (parse_arguments): New usage to conform to GNU + standards. + * automake.in (handle_scripts): Push new target onto @check. * scripts.am (check-@DIR@SCRIPTS): New target. diff --git a/aclocal.in b/aclocal.in index 3ce839cb..034c7640 100644 --- a/aclocal.in +++ b/aclocal.in @@ -2,6 +2,26 @@ # -*- perl -*- # @configure_input@ +# aclocal - create aclocal.m4 by scanning configure.in +# Copyright (C) 1996 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# Written by Tom Tromey . + eval 'exec @PERL@ -S $0 ${1+"$@"}' if 0; @@ -111,7 +131,12 @@ sub parse_arguments } elsif ($arglist[0] eq '--version') { - print "aclocal - GNU $PACKAGE $VERSION\n"; + print "aclocal (GNU $PACKAGE) $VERSION\n"; + print "Copyright (C) 1996 Free Software Foundation, Inc.\n"; + print "aclocal comes with ABSOLUTELY NO WARRANTY.\n"; + print "You may redistribute copies of aclocal\n"; + print "under the terms of the GNU General Public License.\n"; + print "For more information about these matters, see the file named COPYING.\n"; exit 0; } elsif ($arglist[0] eq '--help') diff --git a/automake.in b/automake.in index e35aff7e..25e1db82 100755 --- a/automake.in +++ b/automake.in @@ -258,7 +258,12 @@ sub parse_arguments { if ($arglist[0] eq "--version") { - print "automake - GNU $PACKAGE $VERSION\n"; + print "automake (GNU $PACKAGE) $VERSION\n"; + print "Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.\n"; + print "automake comes with ABSOLUTELY NO WARRANTY.\n"; + print "You may redistribute copies of automake\n"; + print "under the terms of the GNU General Public License.\n"; + print "For more information about these matters, see the file named COPYING.\n"; exit 0; } elsif ($arglist[0] eq "--help") -- 2.43.5