taaz: it doesn't work thomas: ok, I'll fix it.

Original commit message from CVS:
taaz: it doesn't work
thomas: ok, I'll fix it.
This commit is contained in:
Thomas Vander Stichele 2002-02-06 22:28:25 +00:00
parent 19e0ea0458
commit 00f7eced6b

View file

@ -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'