autogen.sh : Use git submodule

This commit is contained in:
Edward Hervey 2009-01-21 04:34:37 +01:00
parent 2742ccf931
commit 4627076310

View file

@ -8,13 +8,13 @@ have_svn=`which svn`
# FFMPEG specific properties # FFMPEG specific properties
. ./ffmpegrev . ./ffmpegrev
# a quick cvs co if necessary to alleviate the pain - may remove this # make sure we have common
# when developers get a clue ;) if test ! -f common/gst-autogen.sh;
if test ! -d common;
then then
echo "+ getting common/ from cvs" echo "+ Setting up common submodule"
cvs co common git submodule init
fi fi
git submodule update
if test -x $have_svn && [ $have_svn ]; if test -x $have_svn && [ $have_svn ];
then then