summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-02 19:16:23 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-02 19:16:23 +0000
commitdd56b53f55cb1a17557cd5087082ebffd757c45f (patch)
tree9a2f094c7b98b967d68752ac26117df9457cb9f7
parente6c26e37c6429f7a0cf1e8115c3a1d40a3f0f3fe (diff)
downloadgstreamer-plugins-ugly-dd56b53f55cb1a17557cd5087082ebffd757c45f.tar.gz
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatica...
Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees
-rwxr-xr-xautogen.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 20fe9c3d..f8f681fc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,9 +11,6 @@ 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