]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
--version fixup
authorTom Tromey <tromey@redhat.com>
Mon, 23 Feb 1998 20:39:44 +0000 (20:39 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 23 Feb 1998 20:39:44 +0000 (20:39 +0000)
ChangeLog
aclocal.in
automake.in
depend.am
lib/am/depend.am

index 007cfba7976a8c5f226c59494bec49c0272da58a..d62bb4bb1905b29a121cf2dfae0c28ebe46f0c7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Feb 23 13:38:56 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * 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  <tromey@cygnus.com>
 
        * automake.in (handle_aclocal_m4): When processing -I options,
index d6b61c3592798872aa1ab49b0b26ea847041bd69..80c818a324be82b489b052e567c7613079919e19 100644 (file)
@@ -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 <tromey\@cygnus.com>\n";
index efb9c3c72c8c933f41b1e4bccb753ba62d9f29f6..baa606ee03edaee15a044d10247002b22c52dbf2 100755 (executable)
@@ -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 <tromey\@cygnus.com>\n";
index 4f20a473c1917349392b3be0624e9efebb65fbf9..2bf5b6bd855975ff6a3213fd6954c25f957e63d8 100644 (file)
--- 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)
index 4f20a473c1917349392b3be0624e9efebb65fbf9..2bf5b6bd855975ff6a3213fd6954c25f957e63d8 100644 (file)
@@ -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)