]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r13885@Kushana: nickm | 2007-08-01 09:10:55 -0700
authorNick Mathewson <nickm@torproject.org>
Wed, 1 Aug 2007 16:43:27 +0000 (16:43 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Aug 2007 16:43:27 +0000 (16:43 +0000)
 Stop saying "cvs".  Noted by Jens.

svn:r11014

INSTALL
configure.in

diff --git a/INSTALL b/INSTALL
index ed507e4dde08b0b320177587609689df94cf3338..69a3c11f48ce08ab28f232bdc6cc6f19ae509cc2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,9 +2,9 @@
 Most users should simply follow the directions at
 http://tor.eff.org/docs/tor-doc-unix
 
-If you got the source from cvs, run "./autogen.sh", which will run the
-various auto* programs and then run ./configure for you. From there,
-refer to the above instructions.
+If you got the source from Subversion, run "./autogen.sh", which will
+run the various auto* programs and then run ./configure for you. From
+there, refer to the above instructions.
 
 If it doesn't build for you:
 
index 5e2d52adb6bbf8101bebf603900e9a80d21deac1..6936af419fb2d46ef2f4f67c6cf21c56be99d337 100644 (file)
@@ -609,7 +609,7 @@ else
   enable_gcc_warnings=no
 fi
 
-# Add some more warnings which we use in the cvs version but not in the
+# Add some more warnings which we use in development but not in the
 # released versions.  (Some relevant gcc versions can't handle these.)
 if test x$enable_gcc_warnings = xyes; then