From: Thomas Vander Stichele Date: Sat, 2 Mar 2002 12:05:41 +0000 (+0000) Subject: more changes X-Git-Tag: 1.19.3~511^2~16105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c41e72e8f07cd64944f2511a5e44b327d7c3d570;hp=004f187d98edea4ba17fd09b7a91167e4488dc79;p=platform%2Fupstream%2Fgstreamer.git more changes Original commit message from CVS: more changes --- diff --git a/autogen.sh b/autogen.sh index f8f681f..80c5ef5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,6 +11,9 @@ 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