Revision: 2388
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2388&view=rev
Author: tmzullinger
Date: 2009-10-30 16:27:00 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
Warn that code has been migrated to git
Modified Paths:
--------------
gtkpod/trunk/autogen.sh
Modified: gtkpod/trunk/autogen.sh
===================================================================
--- gtkpod/trunk/autogen.sh 2009-10-30 16:26:35 UTC (rev 2387)
+++ gtkpod/trunk/autogen.sh 2009-10-30 16:27:00 UTC (rev 2388)
@@ -5,6 +5,12 @@
DIE=0
+if [ -d "$srcdir/.svn" ]; then
+ echo "**WARNING**: gtkpod development has been migrated to Git."
+ echo "Please see http://www.gtkpod.org/downloads.html for details."
+ exit 1
+fi
+
if [ -n "$GNOME2_DIR" ]; then
ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2