From 00f7eced6b086f6b766a639768259452d762ef32 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 6 Feb 2002 22:28:25 +0000 Subject: [PATCH] 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. --- autogen.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index ce34f19..2effce7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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' -- 2.7.4