autogen.sh: Don't check for file that only exists in CVS but isn't disted (#334417)
authorMikhail Zabaluev <mhz@altlinux.org>
Mon, 13 Mar 2006 12:14:18 +0000 (12:14 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 13 Mar 2006 12:14:18 +0000 (12:14 +0000)
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)

ChangeLog
autogen.sh

index b4b4a15..c2d41bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Mikhail Zabaluev  <mhz altlinux org>
+
+       * autogen.sh:
+         Don't check for file that only exists in CVS but isn't
+         disted (#334417)
+
 2006-03-13  Julien MOUTTE  <julien@moutte.net>
 
        * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
index 4f17f35..35f1089 100755 (executable)
@@ -3,7 +3,7 @@
 
 DIE=0
 package=gst-plugins
-srcfile=gst/librfb/gstrfbsrc.c
+srcfile=gst/speed/gstspeed.c
 
 # a quick cvs co to ease the transition
 if test ! -d common;