autogen.sh : Use git submodule
This commit is contained in:
parent
c848932e62
commit
28418d1fec
13
autogen.sh
13
autogen.sh
@ -5,16 +5,13 @@ DIE=0
|
||||
package=gst-plugins-base
|
||||
srcfile=gst/audiotestsrc/gstaudiotestsrc.c
|
||||
|
||||
# a quick cvs co to ease the transition
|
||||
if test ! -d common;
|
||||
# Make sure we have common
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo "+ getting common/ from cvs"
|
||||
if test -e CVS/Tag
|
||||
then
|
||||
TAG="-r `tail -c +2 CVS/Tag`"
|
||||
fi
|
||||
cvs co $TAG common
|
||||
echo "+ Setting up common submodule"
|
||||
git submodule init
|
||||
fi
|
||||
git submodule update
|
||||
|
||||
# source helper functions
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user