summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-03 17:38:23 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-03 17:38:23 +0000
commit9e50017e687fbbba9d93b7c184bb26cbaba797c5 (patch)
tree4fddf8dbdb3419f02286a0d1b57043446ffe0859
parente7d4e71eea233e3e18e8a29bf31ce4168d9da984 (diff)
downloadlibgpod-tmz-9e50017e687fbbba9d93b7c184bb26cbaba797c5.tar.gz
libgpod-tmz-9e50017e687fbbba9d93b7c184bb26cbaba797c5.tar.xz
libgpod-tmz-9e50017e687fbbba9d93b7c184bb26cbaba797c5.zip
update a few more CVS references for Subversion
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--INSTALL_CVS2
-rw-r--r--bindings/python/tests/Makefile.am2
-rw-r--r--configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL_CVS b/INSTALL_CVS
index f059003..8184396 100644
--- a/INSTALL_CVS
+++ b/INSTALL_CVS
@@ -1,4 +1,4 @@
-If you install from CVS, call
+If you install from Subversion, call
./autogen.sh
make
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am
index d730889..79d82ac 100644
--- a/bindings/python/tests/Makefile.am
+++ b/bindings/python/tests/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = resources
dist-hook:
- rm -rf `find $(distdir)/resources -name CVS`
+ rm -rf `find $(distdir)/resources -type d -name .svn`
if HAVE_PYTHON
test:
diff --git a/configure.ac b/configure.ac
index 1e8d31f..e854f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.
AC_ARG_ENABLE(more-warnings,
[ --enable-more-warnings Maximum compiler warnings],
set_more_warnings="$enableval",[
-if test -d "$srcdir/{arch}" || test -d "$srcdir/CVS"; then
+if test -d "$srcdir/{arch}" || test -d "$srcdir/.svn"; then
set_more_warnings=yes
else
set_more_warnings=no