[Bug 747393] cerbero: Properly specify aclocal system directories

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 6 01:10:37 PDT 2015


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #4 from Edward Hervey <bilboed at bilboed.com> ---
commit 7b107bea8db7767e105ca895771c9bf7915255c7
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon Apr 6 09:04:45 2015 +0200

    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.

    Tip: You can check the include order by looking at autom4te.cache/requests

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

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