let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins...
authorAndy Wingo <wingo@pobox.com>
Sat, 2 Mar 2002 19:16:23 +0000 (19:16 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 2 Mar 2002 19:16:23 +0000 (19:16 +0000)
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

index 20fe9c3..f8f681f 100755 (executable)
@@ -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