diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-02 12:05:41 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-02 12:05:41 +0000 |
commit | 428d71bb17f6749f0e8eb37b28d24b0743b2485b (patch) | |
tree | bcb4dbd92448b2712e09b966123a1fc370d13213 | |
parent | 8e4f87279ebcdde25a52cf577cf656da297fb8ef (diff) | |
download | gst-plugins-bad-428d71bb17f6749f0e8eb37b28d24b0743b2485b.tar.gz gst-plugins-bad-428d71bb17f6749f0e8eb37b28d24b0743b2485b.tar.bz2 gst-plugins-bad-428d71bb17f6749f0e8eb37b28d24b0743b2485b.zip |
more changes
Original commit message from CVS:
more changes
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |