taaz's yapping
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 21:35:37 +0000 (21:35 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 6 Feb 2002 21:35:37 +0000 (21:35 +0000)
Original commit message from CVS:
taaz's yapping

autogen.sh

index 708d791..ce34f19 100755 (executable)
@@ -6,6 +6,14 @@ 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
+
 CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'
 
 for i in $@; do