Initial version, stolen from coreutils with a lot of changes.

This commit is contained in:
Paul Eggert 2006-12-11 17:07:51 +00:00
parent 0de4687bb7
commit 4bc79f3aff

45
README-cvs Normal file
View File

@ -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 <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 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.