+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,
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";
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";
## 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
## 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)
## 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
## 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)