[Bug 762528] Failed to autogen.sh for gstreamer-vaapi in 1.6.0 in custom location

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 24 06:09:47 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=762528

--- Comment #5 from Lim Siew Hoon <siew.hoon.lim at intel.com> ---
(In reply to Lim Siew Hoon from comment #4)
> Sorry, please skip commment 3.
> 
> Ever I don't export ACLOCAL="aclocal -I $ACLOCAL_PATH", the automatic
> creation of the directory still will be skipped. 
It is working for git repo that I'm clone from
git://anongit.freedesktop.org/gstreamer/gstreamer-vaapi

But, if I download from my repo that already sync up with 1.6 branch from here
git://anongit.freedesktop.org/gstreamer/gstreamer-vaapi not working.

> 
> And tested with option 2), in the gstreamer-vaapi 1.6 is working for custom
> location.

Sorry. I mix up the all the stuff. Option 2 won't work. I double check using
clean code that download and modify it.

Can we choose using option 4)? But modify a bit, the autogen.sh will create the
directory for m4. Follow back the fixed similar to this commit
7eef852bdb92c805ec5efb45886a7c03f3bdc015

diff --git a/autogen.sh b/autogen.sh
index d88efbb..ca88a5a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -100,6 +100,8 @@ fi
 # aclocal
 if test -f acinclude.m4; then rm acinclude.m4; fi

+test -d ${srcdir}/m4 || mkdir ${srcdir}/m4
+
 autoreconf --force --install || exit 1

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list