aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele2005-09-06 09:05:50 -0500
committerThomas Vander Stichele2005-09-06 09:05:50 -0500
commitc320202b4175bc2c3f451d997bc4622c103ee678 (patch)
tree40c507edd9bc5e957d0bac4a650a63328b3cfa5a /autogen.sh
parent012dfb8b33969b582f9132ac9f95402b3098ff43 (diff)
downloadgst-plugins-bad0-10-c320202b4175bc2c3f451d997bc4622c103ee678.tar.gz
gst-plugins-bad0-10-c320202b4175bc2c3f451d997bc4622c103ee678.tar.xz
gst-plugins-bad0-10-c320202b4175bc2c3f451d997bc4622c103ee678.zip
releasing 0.9.1
Original commit message from CVS: releasing 0.9.1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index ed1d3c186..10835e5b7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,17 +5,17 @@ DIE=0
5package=gst-plugins 5package=gst-plugins
6srcfile=gst/librfb/gstrfbsrc.c 6srcfile=gst/librfb/gstrfbsrc.c
7 7
8# a quick cvs co if necessary to alleviate the pain - may remove this 8# a quick cvs co to ease the transition
9# when developers get a clue ;) 9if test ! -d common;
10if test ! -d common; 10then
11then
12 echo "+ getting common/ from cvs" 11 echo "+ getting common/ from cvs"
13 cvs co common 12 if test -e CVS/Tag
13 then
14 TAG="-r `tail -c +2 CVS/Tag`"
15 fi
16 cvs co $TAG common
14fi 17fi
15 18
16# ensure that we have the dirs we put ext libs in to appease automake
17#mkdir -p gst-libs/ext/ffmpeg/ffmpeg
18
19# source helper functions 19# source helper functions
20if test ! -f common/gst-autogen.sh; 20if test ! -f common/gst-autogen.sh;
21then 21then