From: Eric Blake Date: Thu, 20 Mar 2008 20:14:44 +0000 (-0600) Subject: Kill more CVS references. X-Git-Tag: v2.62~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5def6b80ecea8a1b0310527e6d8c7f715e7aef4a;p=thirdparty%2Fautoconf.git Kill more CVS references. * README-cvs: Delete. See README-hacking instead. * README-hacking: Update wording, based on older file. * BUGS: Remove CVS mention. Signed-off-by: Eric Blake --- diff --git a/BUGS b/BUGS index 1978dd19..2f296892 100644 --- a/BUGS +++ b/BUGS @@ -1,9 +1,9 @@ -*- outline -*- This file lists the bugs you must be aware of. Be sure to check this -file before using Autoconf, and especially CVS versions of Autoconf. +file before using Autoconf, and especially git versions of Autoconf. - Copyright (C) 2000-2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2006-2008 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 diff --git a/ChangeLog b/ChangeLog index 9d73089f..5dac3872 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-20 Eric Blake + + Kill more CVS references. + * README-cvs: Delete. See README-hacking instead. + * README-hacking: Update wording, based on older file. + * BUGS: Remove CVS mention. + 2008-03-20 Ralf Wildenhues * tests/tools.at (autotools and whitespace in file names): Skip diff --git a/README-cvs b/README-cvs deleted file mode 100644 index 56a730e0..00000000 --- a/README-cvs +++ /dev/null @@ -1,43 +0,0 @@ --*- outline -*- - -These notes intend to help people working on the CVS version of -this package. - -* Requirements - -It is suggested that you build with the latest stable versions of the -maintainer tools we depend upon, including: - -- Automake -- Gzip -- Help2man -- M4 -- Tar -- Texinfo - -Autoconf is built with itself, so you may have bootstrapping issues -when building from CVS. You might try to install a recent snapshot -of Autoconf (after installing the above tools), and then use that. - -Only building the initial full source tree will be a bit painful, -later, a plain `cvs update -P && make' should be sufficient. - -Enjoy! - ------ - -Copyright (C) 2006 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 -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program 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 this program. If not, see . diff --git a/README-hacking b/README-hacking index 9e6cc8b9..f42d49b3 100644 --- a/README-hacking +++ b/README-hacking @@ -13,7 +13,10 @@ tools we depend upon, including: - Autoconf - Automake +- Help2man +- M4 - Perl +- Texinfo The following are useful as well, if you want to be able to run commands like "make dist" or "make distcheck":