From e7d82558ece5540d7c4d834ba2560cb8be510f99 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 2 Mar 2002 19:16:23 +0000 Subject: 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 --- autogen.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 20fe9c3d..f8f681fc 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 -- cgit