|
FYI: rotating ChangeLog: msg#00006sysutils.automake.patches
I'm checking in the following (abridged) patch. Index: ChangeLog =================================================================== RCS file: /cvs/automake/automake/ChangeLog,v retrieving revision 1.1807 diff -u -r1.1807 ChangeLog --- ChangeLog 9 Apr 2002 18:45:33 -0000 1.1807 +++ ChangeLog 10 Apr 2002 07:47:08 -0000 @@ -1,3 +1,8 @@ +2002-04-10 Alexandre Duret-Lutz <duret_g@xxxxxxxx> + + * ChangeLog.2001: New file, extracted from ChangeLog. + * Makefile.am (EXTRA_DIST): Add it. + 2002-04-09 Alexandre Duret-Lutz <duret_g@xxxxxxxx> * automake.texi (Canonicalization): The sources for libmumble++.a @@ -688,7 +693,7 @@ obsoleted `string.atoi'. Reported by Enrico Scholz. -2001-01-02 Alexandre Duret-Lutz <duret_g@xxxxxxxx> +2002-01-02 Alexandre Duret-Lutz <duret_g@xxxxxxxx> Fix for PR automake/280: * automake.in (read_am_file): Warn about trailing backslashes @@ -724,4940 +729,9 @@ This fixes a bug introduced on 2001-01-28. Reported by Jared Davis. -2001-12-31 Tom Tromey <tromey@xxxxxxxxxx> - - * automake.texi (Extending): Document installcheck-local. Added - installdirs-local index entry. - (Tests): Document installcheck-local. - - * automake.in (handle_single_transform_list): Indentation fix. - [...] -2001-02-03 Tom Tromey <tromey@xxxxxxxxxx> - - * header.am (install-@DIR@HEADERS): Use INSTALL_HEADER. - * header-vars.am (INSTALL_HEADER): New macro. - - * automake.texi (Rebuilding): New node. - ----- -Copyright 2001 Free Software Foundation, Inc. +Copyright 2002 Free Software Foundation, Inc. This file is part of GNU Automake. Index: ChangeLog.2001 =================================================================== RCS file: ChangeLog.2001 diff -N ChangeLog.2001 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ChangeLog.2001 10 Apr 2002 07:47:09 -0000 @@ -0,0 +1,4951 @@ +2001-12-31 Tom Tromey <tromey@xxxxxxxxxx> + + * automake.texi (Extending): Document installcheck-local. Added + installdirs-local index entry. + (Tests): Document installcheck-local. + + * automake.in (handle_single_transform_list): Indentation fix. + [...] +2001-02-03 Tom Tromey <tromey@xxxxxxxxxx> + + * header.am (install-@DIR@HEADERS): Use INSTALL_HEADER. + * header-vars.am (INSTALL_HEADER): New macro. + + * automake.texi (Rebuilding): New node. + +----- + +Copyright 2001 Free Software Foundation, Inc. + +This file is part of GNU Automake. + +GNU Automake is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Automake is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with autoconf; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. Index: Makefile.am =================================================================== RCS file: /cvs/automake/automake/Makefile.am,v retrieving revision 1.188 diff -u -r1.188 Makefile.am --- Makefile.am 7 Apr 2002 21:35:02 -0000 1.188 +++ Makefile.am 10 Apr 2002 07:47:09 -0000 @@ -34,7 +34,7 @@ --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/automake.texi TAGS_DEPENDENCIES = automake.texi -EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 +EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 ## Make versioned links. We only run the transform on the root name; ## then we make a versioned link with the transformed base name. This Index: Makefile.in =================================================================== RCS file: /cvs/automake/automake/Makefile.in,v retrieving revision 1.364 diff -u -r1.364 Makefile.in --- Makefile.in 7 Apr 2002 21:35:02 -0000 1.364 +++ Makefile.in 10 Apr 2002 07:47:09 -0000 @@ -89,7 +89,7 @@ TAGS_DEPENDENCIES = automake.texi -EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 +EXTRA_DIST = ChangeLog.1996 ChangeLog.1998 ChangeLog.2000 ChangeLog.2001 WGET = wget Index: stamp-vti =================================================================== RCS file: /cvs/automake/automake/stamp-vti,v retrieving revision 1.171 diff -u -r1.171 stamp-vti --- stamp-vti 30 Mar 2002 00:26:05 -0000 1.171 +++ stamp-vti 10 Apr 2002 07:47:09 -0000 @@ -1,4 +1,4 @@ -@set UPDATED 18 March 2002 -@set UPDATED-MONTH March 2002 +@set UPDATED 10 April 2002 +@set UPDATED-MONTH April 2002 @set EDITION 1.6a @set VERSION 1.6a Index: version.texi =================================================================== RCS file: /cvs/automake/automake/version.texi,v retrieving revision 1.244 diff -u -r1.244 version.texi --- version.texi 30 Mar 2002 00:26:05 -0000 1.244 +++ version.texi 10 Apr 2002 07:47:09 -0000 @@ -1,4 +1,4 @@ -@set UPDATED 18 March 2002 -@set UPDATED-MONTH March 2002 +@set UPDATED 10 April 2002 +@set UPDATED-MONTH April 2002 @set EDITION 1.6a @set VERSION 1.6a -- Alexandre Duret-Lutz |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | FYI: mention libmumble++.a -> libmumble___a_SOURCES in doc.: 00006, Alexandre Duret-Lutz |
|---|---|
| Next by Date: | FYI: update config.sub and siblings: 00006, Alexandre Duret-Lutz |
| Previous by Thread: | FYI: mention libmumble++.a -> libmumble___a_SOURCES in doc.i: 00006, Alexandre Duret-Lutz |
| Next by Thread: | FYI: update config.sub and siblings: 00006, Alexandre Duret-Lutz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |