aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Zabaluev2006-03-13 06:14:18 -0600
committerTim-Philipp Müller2006-03-13 06:14:18 -0600
commit82c52d4736fa9db46347cb34c4fc000ae315c3a7 (patch)
treefa520bf6ff30748b26db7a7762f18b2bf7e72b5d /autogen.sh
parent3250e07566ea40a1e4eda0e21c6b80475122cfc6 (diff)
downloadgst-plugins-bad0-10-82c52d4736fa9db46347cb34c4fc000ae315c3a7.tar.gz
gst-plugins-bad0-10-82c52d4736fa9db46347cb34c4fc000ae315c3a7.tar.xz
gst-plugins-bad0-10-82c52d4736fa9db46347cb34c4fc000ae315c3a7.zip
autogen.sh: Don't check for file that only exists in CVS but isn't disted (#334417)
Original commit message from CVS: Patch by: Mikhail Zabaluev <mhz altlinux org> * autogen.sh: Don't check for file that only exists in CVS but isn't disted (#334417)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4f17f3592..35f108999 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@
3 3
4DIE=0 4DIE=0
5package=gst-plugins 5package=gst-plugins
6srcfile=gst/librfb/gstrfbsrc.c 6srcfile=gst/speed/gstspeed.c
7 7
8# a quick cvs co to ease the transition 8# a quick cvs co to ease the transition
9if test ! -d common; 9if test ! -d common;