summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-27 08:47:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-27 08:47:56 +0000
commit82a68dc5ada56ac0af0327029f20b4b45e341d9f (patch)
treea59a92f21ca4355b0beaa561336229a00a984c0b
parent3cb9ef6234df74f25330465840de298fb892f3b4 (diff)
downloadgstreamer-82a68dc5ada56ac0af0327029f20b4b45e341d9f.tar.gz
bring in line with others
Original commit message from CVS: bring in line with others
-rwxr-xr-xautogen.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 7f8378bf1f..1fa45de42f 100755
--- a/autogen.sh
+++ b/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