taaz: it doesn't work thomas: ok, I'll fix it.
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 22:28:25 +0000 (22:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 22:28:25 +0000 (22:28 +0000)
Original commit message from CVS:
taaz: it doesn't work
thomas: ok, I'll fix it.

autogen.sh

index ce34f19..2effce7 100755 (executable)
@@ -6,13 +6,12 @@ package=GStreamer
 srcfile=gst/gstobject.h
 #DEBUG=defined
 
-for a in common libs/ext/cothreads; do
-  if test ! -d $a;
-  then
-    echo "+ getting $a from cvs"
-    cvs co $a
-  fi
-done
+if test ! -d common; then
+  echo "+ getting common from cvs"; cvs co common
+fi
+if test ! -d libs/ext/cothreads; then
+  echo "+ getting cothreads from cvs"; cd libs/ext; cvs co cothreads
+fi
 
 CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'