summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/HACKING
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
committerobrien <obrien@FreeBSD.org>2008-03-19 14:46:59 +0000
commitc54c20f64254351041b8ea9719450e4d774ac0a5 (patch)
tree0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/HACKING
parent5f43f46b30a84be45042a4dd83992110d7588aad (diff)
downloadFreeBSD-src-c54c20f64254351041b8ea9719450e4d774ac0a5.zip
FreeBSD-src-c54c20f64254351041b8ea9719450e4d774ac0a5.tar.gz
Import of 1.11 branch snapshot - using the 10-March-2008 code base.
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 9755591..c71d307 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
OpenPOWER on IntegriCloud