mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31: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
|
||||
|
||||
# a quick cvs co to ease the transition
|
||||
if test ! -d common; then
|
||||
if test -f CVS/Tag; then
|
||||
# get everything from CVS/Tag from second character on
|
||||
if test ! -d common;
|
||||
then
|
||||
echo "+ getting common/ from cvs"
|
||||
if test -e CVS/Tag
|
||||
then
|
||||
TAG="-r `tail -c +2 CVS/Tag`"
|
||||
fi
|
||||
echo "+ getting common from cvs"; cvs co $TAG common
|
||||
cvs co $TAG common
|
||||
fi
|
||||
|
||||
# source helper functions
|
||||
|
|
Loading…
Reference in a new issue