From: Andy Wingo Date: Sat, 2 Mar 2002 19:16:23 +0000 (+0000) Subject: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins... X-Git-Tag: 1.19.3~511^2~16099 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=419052a06acbe4a6919c80532fc67cee1edf4085;p=platform%2Fupstream%2Fgstreamer.git let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatica... Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees --- diff --git a/autogen.sh b/autogen.sh index 20fe9c3..f8f681f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,9 +11,6 @@ if test ! -d common; then echo "+ getting common/ from cvs" cvs co common -else - echo "+ updating common/ from cvs" - cd common; cvs update -dP; cd .. fi # source helper functions