summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-05 17:55:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-05 17:55:10 +0000
commitd131d746f97b08693fa9e06985b3a7c73da80c5f (patch)
tree6828ca56d73b1ec2cfcef80a355b7fc2ba650ae1 /autogen.sh
parent11bca37b28eeac95b4ae535c4efedbd415d2b986 (diff)
maintenance updates
Original commit message from CVS: maintenance updates
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 3d010b099..5a988ada3 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