[Bug 747393] New: cerbero: Properly specify aclocal system directories
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Apr 6 00:14:01 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747393
Bug ID: 747393
Summary: cerbero: Properly specify aclocal system directories
Classification: Platform
Product: GStreamer
Version: unspecified
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: bilboed at bilboed.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Currently the cerbero dist/build "system" m4 directories are specified with
-I arguments to aclocal
The problem with that is that aclocal will search for m4 in that order (first
system directories, then local ones), whereas the logic should be the opposite
(it first looks for m4 in local directories and *then* look in the 'system'
ones)
The patches fixes that by using the proper aclocal arguments --system-acdir
--
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