summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS4
-rw-r--r--ChangeLog7
-rw-r--r--README-cvs43
-rw-r--r--README-hacking3
4 files changed, 12 insertions, 45 deletions
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 <ebb9@byu.net>
+
+ 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 <Ralf.Wildenhues@gmx.de>
* 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 <http://www.gnu.org/software/automake/>
-- Gzip <http://www.gnu.org/software/gzip/>
-- Help2man <http://www.gnu.org/software/help2man/>
-- M4 <http://www.gnu.org/software/m4/>
-- Tar <http://www.gnu.org/software/tar/>
-- Texinfo <http://www.gnu.org/software/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 <http://www.gnu.org/licenses/>.
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 <http://www.gnu.org/software/autoconf/>
- Automake <http://www.gnu.org/software/automake/>
+- Help2man <http://www.gnu.org/software/help2man/>
+- M4 <http://www.gnu.org/software/m4/>
- Perl <http://www.cpan.org/>
+- Texinfo <http://www.gnu.org/software/texinfo/>
The following are useful as well, if you want to be able to run commands
like "make dist" or "make distcheck":