diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-06 14:05:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-06 14:05:50 +0000 |
commit | c320202b4175bc2c3f451d997bc4622c103ee678 (patch) | |
tree | 40c507edd9bc5e957d0bac4a650a63328b3cfa5a /autogen.sh | |
parent | 012dfb8b33969b582f9132ac9f95402b3098ff43 (diff) | |
download | gst-plugins-bad-c320202b4175bc2c3f451d997bc4622c103ee678.tar.gz gst-plugins-bad-c320202b4175bc2c3f451d997bc4622c103ee678.tar.bz2 gst-plugins-bad-c320202b4175bc2c3f451d997bc4622c103ee678.zip |
releasing 0.9.1RELEASE-0_9_1
Original commit message from CVS:
releasing 0.9.1
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -5,17 +5,17 @@ DIE=0 package=gst-plugins srcfile=gst/librfb/gstrfbsrc.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 |