diff options
author | Andy Wingo <wingo@pobox.com> | 2002-03-02 19:16:23 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-03-02 19:16:23 +0000 |
commit | ccfafb0fccf56d4e9db68029f4143a3e99110101 (patch) | |
tree | 4ad6278d9bd88470778c5dd61eab2ffa133dd86d | |
parent | b174edfdb7bd21109fca87c70cb772e79c577fb5 (diff) | |
download | gst-plugins-bad-ccfafb0fccf56d4e9db68029f4143a3e99110101.tar.gz gst-plugins-bad-ccfafb0fccf56d4e9db68029f4143a3e99110101.tar.bz2 gst-plugins-bad-ccfafb0fccf56d4e9db68029f4143a3e99110101.zip |
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-x | autogen.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |