aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/INSTALL')
-rw-r--r--contrib/cvs/INSTALL20
1 files changed, 3 insertions, 17 deletions
diff --git a/contrib/cvs/INSTALL b/contrib/cvs/INSTALL
index 81abe03c67fd..8ae3d153d78e 100644
--- a/contrib/cvs/INSTALL
+++ b/contrib/cvs/INSTALL
@@ -257,21 +257,7 @@ VAX:
Building from source code under Unix:
-1) Some combinations of Automake and Autoconf versions may break the
- CVS build if file timestamps aren't set correctly and people don't
- have the same versions the developers do, so the rules to run them
- automatically aren't included in the generated Makefiles unless you run
- configure with --enable-maintainer-mode.
-
- The CVS Makefiles and configure script were built using Automake 1.7.9 and
- Autoconf 2.58, respectively.
-
- There is a known bug in Autoconf 2.57 that will prevent the configure
- scripts it generates from working on some platforms. Other combinations of
- autotool versions may or may not work. If you get other versions to work,
- please send a report to <bug-cvs@gnu.org>.
-
-2) Run "configure":
+1) Run "configure":
$ ./configure
@@ -385,7 +371,7 @@ Building from source code under Unix:
END OF NOTE FOR NDBM GUNK.
-3) Try to build it:
+2) Try to build it:
$ make
@@ -396,7 +382,7 @@ Building from source code under Unix:
compiler information, make output, and anything else you think
will be helpful.
-3a) Run the regression tests (optional).
+3) Run the regression tests (optional).
You may also wish to validate the correctness of the new binary by
running the regression tests. If they succeed, that is nice to