cvs-needs-readme-20010829

warn of the dangers of cvs snapshots
explain how to use one
This commit is contained in:
Derrick Brashear 2001-08-29 19:45:37 +00:00
parent 65bbcedf9a
commit af5ca3c608

13
README.CVS Normal file
View File

@ -0,0 +1,13 @@
*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING*
The CVS tree may not always have code which can currently be built.
While every effort is made to keep the head of the tree buildable,
you may at any time find yourself between commits and hence have a tree
which does not build, or worse, causes more serious problems!
Do not use the CVS tree unless you know what you're doing.
CVS snapshots do not include files generated by autoconf; You can
run regen.sh (at the top level) to create these files. You will need
to have autoconf installed on your system.