From: Tom Tromey Date: Mon, 20 Mar 2000 00:12:59 +0000 (+0000) Subject: * aclocal.in (parse_arguments): Copyright 2000. X-Git-Tag: Release-1-4b~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d757e6cc25aa2c5ace65f39bec0fa7510263ffa1;p=thirdparty%2Fautomake.git * aclocal.in (parse_arguments): Copyright 2000. (write_aclocal): Likewise. * automake.in (parse_arguments): Copyright 2000. (initialize_global_constants): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 0f710f306..832482d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-03-19 Tom Tromey + * aclocal.in (parse_arguments): Copyright 2000. + (write_aclocal): Likewise. + * automake.in (parse_arguments): Copyright 2000. + (initialize_global_constants): Likewise. + * automake.in (generate_makefile): Call handle_dist after handle_dependencies and handle_tests. Fixes subobj3.test and pr19.test regressions. diff --git a/aclocal.in b/aclocal.in index 1ac0f14e4..2d5cce1c5 100644 --- a/aclocal.in +++ b/aclocal.in @@ -3,7 +3,7 @@ # @configure_input@ # aclocal - create aclocal.m4 by scanning configure.in -# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000 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 @@ -177,7 +177,7 @@ sub parse_arguments elsif ($arglist[0] eq '--version') { print "aclocal (GNU $PACKAGE) $VERSION\n\n"; - print "Copyright (C) 1999 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2000 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"; @@ -427,7 +427,7 @@ sub write_aclocal || die "aclocal: couldn't open \`$output_file' for writing: $!\n"; print ACLOCAL "dnl $output_file generated automatically by aclocal $VERSION\n"; print ACLOCAL "\ -dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +dnl Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc. dnl This file 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. diff --git a/automake.in b/automake.in index af52cca85..40fb4884c 100755 --- a/automake.in +++ b/automake.in @@ -422,7 +422,7 @@ sub parse_arguments if ($arglist[0] eq "--version") { print "automake (GNU $PACKAGE) $VERSION\n\n"; - print "Copyright (C) 1999 Free Software Foundation, Inc.\n"; + print "Copyright (C) 2000 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"; @@ -6671,7 +6671,7 @@ sub initialize_global_constants # Copyright on generated Makefile.ins. $gen_copyright = "\ -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-9, 2000 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.