Add a `--clean' option for autoconf, autoheader, autoreconf and autom4te.
[autoconf/tsuna.git] / README-cvs
blob56a730e0092a6e4898873481e2cef4b214daa60a
1 -*- outline -*-
3 These notes intend to help people working on the CVS version of
4 this package.
6 * Requirements
8 It is suggested that you build with the latest stable versions of the
9 maintainer tools we depend upon, including:
11 - Automake <http://www.gnu.org/software/automake/>
12 - Gzip <http://www.gnu.org/software/gzip/>
13 - Help2man <http://www.gnu.org/software/help2man/>
14 - M4 <http://www.gnu.org/software/m4/>
15 - Tar <http://www.gnu.org/software/tar/>
16 - Texinfo <http://www.gnu.org/software/texinfo/>
18 Autoconf is built with itself, so you may have bootstrapping issues
19 when building from CVS.  You might try to install a recent snapshot
20 of Autoconf (after installing the above tools), and then use that.
22 Only building the initial full source tree will be a bit painful,
23 later, a plain `cvs update -P && make' should be sufficient.
25 Enjoy!
27 -----
29 Copyright (C) 2006 Free Software Foundation,
30 Inc.
32 This program is free software: you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
34 the Free Software Foundation, either version 3 of the License, or
35 (at your option) any later version.
37 This program is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
40 GNU General Public License for more details.
42 You should have received a copy of the GNU General Public License
43 along with this program.  If not, see <http://www.gnu.org/licenses/>.