<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Automake throws a lot of "[...] option 'subdir-objects' is disabled""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69874#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Automake throws a lot of "[...] option 'subdir-objects' is disabled""
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69874">bug 69874</a>
              from <span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>