mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
bring in line with others
Original commit message from CVS: bring in line with others
This commit is contained in:
parent
3cb9ef6234
commit
82a68dc5ad
1 changed files with 6 additions and 4 deletions
10
autogen.sh
10
autogen.sh
|
@ -6,12 +6,14 @@ package=gstreamer
|
||||||
srcfile=gst/gst.c
|
srcfile=gst/gst.c
|
||||||
|
|
||||||
# a quick cvs co to ease the transition
|
# a quick cvs co to ease the transition
|
||||||
if test ! -d common; then
|
if test ! -d common;
|
||||||
if test -f CVS/Tag; then
|
then
|
||||||
# get everything from CVS/Tag from second character on
|
echo "+ getting common/ from cvs"
|
||||||
|
if test -e CVS/Tag
|
||||||
|
then
|
||||||
TAG="-r `tail -c +2 CVS/Tag`"
|
TAG="-r `tail -c +2 CVS/Tag`"
|
||||||
fi
|
fi
|
||||||
echo "+ getting common from cvs"; cvs co $TAG common
|
cvs co $TAG common
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
|
|
Loading…
Reference in a new issue