From: David Schleef Date: Tue, 29 Jul 2003 02:16:06 +0000 (+0000) Subject: Remove lines that pull libs/ext/cothreads from CVS X-Git-Tag: BRANCH-ERROR-ROOT~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c0dd4155864973b58baaa3b87da1607601d8478;hp=8c768ff53e7a2d1f8018c8bdbdfc873efb24616d;p=platform%2Fupstream%2Fgstreamer.git Remove lines that pull libs/ext/cothreads from CVS Original commit message from CVS: Remove lines that pull libs/ext/cothreads from CVS --- diff --git a/autogen.sh b/autogen.sh index dc0d266..18633ed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,9 +9,6 @@ srcfile=gst/gst.c 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"; cvs co gst-cothreads -fi # source helper functions if test ! -f common/gst-autogen.sh;