minor date changes; last fixes to aclocal --output
authorTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 04:37:37 +0000 (04:37 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 04:37:37 +0000 (04:37 +0000)
aclocal.in
automake.in

index 0a77cde..dac168b 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 Free Software Foundation, Inc.\n";
+           print "Copyright (C) 1996, 1997, 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";
@@ -383,13 +383,13 @@ sub write_aclocal
 {
     return if ! length ($output);
 
-    print STDERR "Writing aclocal.m4\n" if $verbosity;
+    print STDERR "Writing $output_file\n" if $verbosity;
 
     open (ACLOCAL, "> " . $output_file)
        || die "aclocal: couldn't open \`$output_file' for writing: $!\n";
-    print ACLOCAL "dnl aclocal.m4 generated automatically by aclocal $VERSION\n";
+    print ACLOCAL "dnl $output_file generated automatically by aclocal $VERSION\n";
     print ACLOCAL "\
-dnl Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 dnl This Makefile.in is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index d3e3eb9..d7b06ce 100755 (executable)
@@ -319,7 +319,7 @@ sub parse_arguments
        if ($arglist[0] eq "--version")
        {
            print "automake (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.\n";
+           print "Copyright (C) 1994, 1995, 1996, 1997, 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";
@@ -5355,7 +5355,7 @@ sub initialize_global_constants
 
     # Copyright on generated Makefile.ins.
     $gen_copyright = "\
-# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.