[xiph-commits] r3907 - liboggplay/trunk

giles at svn.annodex.net giles at svn.annodex.net
Tue Mar 31 16:56:25 PDT 2009


Author: giles
Date: 2009-03-31 16:56:25 -0700 (Tue, 31 Mar 2009)
New Revision: 3907

Modified:
   liboggplay/trunk/autogen.sh
Log:
Dump the contents of REPOSITORY_HAS_MOVED when autogen.sh is run,
to make the move more obvious. Previous behavior can be restored
by removing the REPOSITORY_HAS_MOVED file.


Modified: liboggplay/trunk/autogen.sh
===================================================================
--- liboggplay/trunk/autogen.sh	2009-03-31 23:41:19 UTC (rev 3906)
+++ liboggplay/trunk/autogen.sh	2009-03-31 23:56:25 UTC (rev 3907)
@@ -11,6 +11,10 @@
 cd "$srcdir"
 DIE=0
 
+if test -r REPOSITORY_HAS_MOVED; then
+  cat REPOSITORY_HAS_MOVED && exit 1
+fi
+
 ACLOCAL_FLAGS="-I $srcdir/m4"
 
 echo "checking for autoconf... "



More information about the commits mailing list