This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 29-backname.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 29-backname.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 07 Feb 2001 11:40:41 -0700
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <E14QHyR-0006e2-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
Akim> * automake.in: Various formatting changes, and modernization of
Akim> Perl constructs.
Akim> (&backname): New.
Akim> (&handle_configure, define_standard_variables): Use it.
Ok.
Akim> - print "Copyright 2000 Free Software Foundation, Inc.\n";
Akim> + print "Copyright 2000, 2001 Free Software Foundation, Inc.\n";
Hmm... shouldn't we print all the copyright years here?
And in aclocal?
Tom