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

--- Comment #2 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to