Revision: 1522
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1522&view=rev
Author:   tmzullinger
Date:     2007-06-03 10:38:23 -0700 (Sun, 03 Jun 2007)

Log Message:
-----------
update a few more CVS references for Subversion

Modified Paths:
--------------
    gtkpod/trunk/autogen.sh
    libgpod/trunk/INSTALL_CVS
    libgpod/trunk/bindings/python/tests/Makefile.am
    libgpod/trunk/configure.ac

Modified: gtkpod/trunk/autogen.sh
===================================================================
--- gtkpod/trunk/autogen.sh     2007-06-02 16:19:50 UTC (rev 1521)
+++ gtkpod/trunk/autogen.sh     2007-06-03 17:38:23 UTC (rev 1522)
@@ -106,7 +106,7 @@
   am_opt=--include-deps;;
 esac
 
-for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.in 
-print`
+for coin in `find $srcdir -name configure.in -print`
 do 
   dr=`dirname $coin`
   if test -f $dr/NO-AUTO-GEN; then

Modified: libgpod/trunk/INSTALL_CVS
===================================================================
--- libgpod/trunk/INSTALL_CVS   2007-06-02 16:19:50 UTC (rev 1521)
+++ libgpod/trunk/INSTALL_CVS   2007-06-03 17:38:23 UTC (rev 1522)
@@ -1,4 +1,4 @@
-If you install from CVS, call
+If you install from Subversion, call
 
 ./autogen.sh
 make

Modified: libgpod/trunk/bindings/python/tests/Makefile.am
===================================================================
--- libgpod/trunk/bindings/python/tests/Makefile.am     2007-06-02 16:19:50 UTC 
(rev 1521)
+++ libgpod/trunk/bindings/python/tests/Makefile.am     2007-06-03 17:38:23 UTC 
(rev 1522)
@@ -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:

Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac  2007-06-02 16:19:50 UTC (rev 1521)
+++ libgpod/trunk/configure.ac  2007-06-03 17:38:23 UTC (rev 1522)
@@ -122,7 +122,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to