summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-03-02 12:05:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-03-02 12:05:41 +0000
commit428d71bb17f6749f0e8eb37b28d24b0743b2485b (patch)
treebcb4dbd92448b2712e09b966123a1fc370d13213
parent8e4f87279ebcdde25a52cf577cf656da297fb8ef (diff)
downloadgstreamer-plugins-bad-428d71bb17f6749f0e8eb37b28d24b0743b2485b.tar.gz
more changes
Original commit message from CVS: more changes
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f8f681fc5..80c5ef5e7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,6 +11,9 @@ if test ! -d common;
then
echo "+ getting common/ from cvs"
cvs co common
+else
+ echo "+ updating common/ from cvs"
+ cd common; cvs -update -dP; cd ..
fi
# source helper functions