From 82c52d4736fa9db46347cb34c4fc000ae315c3a7 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Mon, 13 Mar 2006 12:14:18 +0000 Subject: 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 * autogen.sh: Don't check for file that only exists in CVS but isn't disted (#334417) --- ChangeLog | 8 ++++++++ autogen.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4b4a15e..c2d41bf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-13 Tim-Philipp Müller + + Patch by: Mikhail Zabaluev + + * autogen.sh: + Don't check for file that only exists in CVS but isn't + disted (#334417) + 2006-03-13 Julien MOUTTE * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: diff --git a/autogen.sh b/autogen.sh index 4f17f359..35f10899 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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; -- cgit v1.2.1