[Bug 747393] cerbero: Properly specify aclocal system directories

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 6 00:48:51 PDT 2015


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

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 301001
  --> https://bugzilla.gnome.org/attachment.cgi?id=301001&action=edit
cerbero: Properly specify aclocal search directories

aclocal needs to know the difference between local and system m4 directories
otherwise it will pick up the m4 in the wrong order (it should first pick from
the specified local m4 directories and *then* if not present check in the
system directories).

We don't need to specify the build ac directory since aclocal already knows
that.

What we *do* need to specify is our local 'dist' ac directory containing the m4
of previously compiled packages, and that should be done solely by setting
the proper ACLOCAL_FLAGS.

If a package fails after this commit, check that ACLOCAL_FLAGS gets properly
set as the *last* argument of aclocal.

-- 
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