X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=feeaa3c8ff0aeb305117394a5812355157c5b663;hb=b345a8d0dbb893d16192603b9894c79adc275ab6;hp=9287ea20ae0232b5db1018b2a0cb4bdb89f16d21;hpb=df851d54ef4abbc3b28f78ab06517746d337bc1f;p=platform%2Fupstream%2Fgstreamer.git diff --git a/autogen.sh b/autogen.sh index 9287ea2..feeaa3c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,20 +11,7 @@ then echo "+ Setting up common submodule" git submodule init fi - -# only update if the submodule is tracking master at some version, -# which means there is no branch name -cd common -branch=`git branch | grep ^* | cut -c 3-` -cd .. - -if test "x$branch" == "x(no branch)" -then - echo "+ Updating common submodule" - git submodule update common -else - echo "+ Not updating common submodule on branch $branch" -fi +git submodule update # source helper functions if test ! -f common/gst-autogen.sh;