[Mesa-dev] [Bug 69874] Automake throws a lot of "[...] option 'subdir-objects' is disabled"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 27 10:12:26 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69874

--- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> ---
New in 1.14:
...

  - The next major Automake version (2.0) will unconditionally activate
    the 'subdir-objects' option.  In order to smooth out the transition,
    we now give a warning (in the category 'unsupported') whenever a
    source file is present in a subdirectory but the 'subdir-object' is
    not enabled.  For example, the following usage will trigger such a
    warning:

        bin_PROGRAMS = sub/foo
        sub_foo_SOURCES = sub/main.c sub/bar.c

Long story short, we can ignore it until 2.0 is out, or unconditionally set it
in configure.ac. The latter one may be preffered in order for us to test and
make sure that mesa builds correctly, otherwise we'll be badly surprised as
automake 2.0 comes out (think bleeding edge distros/packagers reporting a dozen
of bugs)

It would require a bit of tinkering, which I'm going through as we speak.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130927/dc746d75/attachment-0001.html>


More information about the mesa-dev mailing list