From 69c93a96c76db01d7fc4454bf34259f682f0e769 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 23 Feb 1998 20:39:44 +0000 Subject: [PATCH] --version fixup --- ChangeLog | 7 +++++++ aclocal.in | 2 +- automake.in | 2 +- depend.am | 6 +++--- lib/am/depend.am | 6 +++--- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 007cfba79..d62bb4bb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Feb 23 13:38:56 1998 Tom Tromey + + * aclocal.in (parse_arguments): Only put current year in --version + output. + * automake.in (parse_arguments): Only put current year in + --version output. + Mon Feb 16 00:12:03 1998 Tom Tromey * automake.in (handle_aclocal_m4): When processing -I options, diff --git a/aclocal.in b/aclocal.in index d6b61c359..80c818a32 100644 --- a/aclocal.in +++ b/aclocal.in @@ -158,7 +158,7 @@ sub parse_arguments elsif ($arglist[0] eq '--version') { print "aclocal (GNU $PACKAGE) $VERSION\n\n"; - print "Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.\n"; + print "Copyright (C) 1998 Free Software Foundation, Inc.\n"; print "This is free software; see the source for copying conditions. There is NO\n"; print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"; print "Written by Tom Tromey \n"; diff --git a/automake.in b/automake.in index efb9c3c72..baa606ee0 100755 --- a/automake.in +++ b/automake.in @@ -344,7 +344,7 @@ sub parse_arguments if ($arglist[0] eq "--version") { print "automake (GNU $PACKAGE) $VERSION\n\n"; - print "Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.\n"; + print "Copyright (C) 1998 Free Software Foundation, Inc.\n"; print "This is free software; see the source for copying conditions. There is NO\n"; print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"; print "Written by Tom Tromey \n"; diff --git a/depend.am b/depend.am index 4f20a473c..2bf5b6bd8 100644 --- a/depend.am +++ b/depend.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995, 1996, 1997, 1998 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 @@ -21,8 +21,8 @@ ## Makefile.in if `automake' is not passed the `--include-deps' flag. ## We must create the .deps directory if it doesn't exist. We do it -## in this strange way because of a buglet in make -- it won't try to -## create .deps/.P if the .deps directory doesn't exist. +## in this strange way to make sure the .deps directory exists, +## without trying to run mkdir for each compilation. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) diff --git a/lib/am/depend.am b/lib/am/depend.am index 4f20a473c..2bf5b6bd8 100644 --- a/lib/am/depend.am +++ b/lib/am/depend.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +## Copyright (C) 1994, 1995, 1996, 1997, 1998 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 @@ -21,8 +21,8 @@ ## Makefile.in if `automake' is not passed the `--include-deps' flag. ## We must create the .deps directory if it doesn't exist. We do it -## in this strange way because of a buglet in make -- it won't try to -## create .deps/.P if the .deps directory doesn't exist. +## in this strange way to make sure the .deps directory exists, +## without trying to run mkdir for each compilation. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) -- 2.47.3