From: Paul Eggert Date: Mon, 11 Dec 2006 17:07:51 +0000 (+0000) Subject: Initial version, stolen from coreutils with a lot of changes. X-Git-Tag: AUTOCONF-2.61a~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc79f3aff0b427cb4ee69605a2dcc931b8458bc;p=thirdparty%2Fautoconf.git Initial version, stolen from coreutils with a lot of changes. --- diff --git a/README-cvs b/README-cvs new file mode 100644 index 00000000..00273ec7 --- /dev/null +++ b/README-cvs @@ -0,0 +1,45 @@ +-*- 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 2, 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, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA.