aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs/HACKING
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
commit76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch)
tree0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/HACKING
parent274835303c48ac29e7fd30a670e7a02fe78595e2 (diff)
Import of 1.11 branch snapshot - using the 10-March-2008 code base.vendor/misc-GNU/cvs
Notes
Notes: svn path=/vendor/cvs/dist/; revision=177391
Diffstat (limited to 'contrib/cvs/HACKING')
-rw-r--r--contrib/cvs/HACKING11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/cvs/HACKING b/contrib/cvs/HACKING
index 97555917d836..c71d307036ec 100644
--- a/contrib/cvs/HACKING
+++ b/contrib/cvs/HACKING
@@ -2,7 +2,7 @@ How to write code for CVS
* License of CVS
- CVS is Copyright (C) 1989-2005 The Free Software Foundation, Inc.
+ CVS is Copyright (C) 1986-2006 The 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
@@ -23,7 +23,10 @@ How to write code for CVS
Patches against the development version of CVS are most likely to be accepted:
- $ CVS_RSH=ssh cvs -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/cvs co ccvs
+ $ cvs -z3 -d:pserver:anonymous@cvs.sv.nongnu.org:/sources/cvs co ccvs
+
+See the Savannah sources page <http://savannah.nongnu.org/cvs/?group=cvs> for
+more information.
* Compiler options
@@ -145,8 +148,8 @@ 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 the --enable-maintainer-mode option.
-The CVS Makefiles and configure script were built using Automake 1.9.6 and
-Autoconf 2.59, respectively.
+The CVS Makefiles and configure script were built using Automake 1.10 and
+Autoconf 2.61, 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