mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
try fix distcheck for FC3
Original commit message from CVS: try fix distcheck for FC3
This commit is contained in:
parent
bfa6a39892
commit
183bca4116
1 changed files with 8 additions and 8 deletions
16
autogen.sh
16
autogen.sh
|
@ -5,17 +5,17 @@ DIE=0
|
|||
package=gst-plugins-base
|
||||
srcfile=gst/sine/gstsinesrc.c
|
||||
|
||||
# a quick cvs co if necessary to alleviate the pain - may remove this
|
||||
# when developers get a clue ;)
|
||||
if test ! -d common;
|
||||
then
|
||||
# a quick cvs co to ease the transition
|
||||
if test ! -d common;
|
||||
then
|
||||
echo "+ getting common/ from cvs"
|
||||
cvs co common
|
||||
if test -e CVS/Tag
|
||||
then
|
||||
TAG="-r `tail -c +2 CVS/Tag`"
|
||||
fi
|
||||
cvs co $TAG common
|
||||
fi
|
||||
|
||||
# ensure that we have the dirs we put ext libs in to appease automake
|
||||
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
|
||||
|
||||
# source helper functions
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue