From 4627076310b8e4978724cee66bd28ae07315d4fd Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 21 Jan 2009 04:34:37 +0100 Subject: [PATCH] autogen.sh : Use git submodule --- autogen.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1cdab55d1b..4b98c6f01a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,13 +8,13 @@ have_svn=`which svn` # FFMPEG specific properties . ./ffmpegrev -# a quick cvs co if necessary to alleviate the pain - may remove this -# when developers get a clue ;) -if test ! -d common; +# make sure we have common +if test ! -f common/gst-autogen.sh; then - echo "+ getting common/ from cvs" - cvs co common + echo "+ Setting up common submodule" + git submodule init fi +git submodule update if test -x $have_svn && [ $have_svn ]; then