<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#c6">Comment # 6</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:shri314@yahoo.com" title="Shriram V <shri314@yahoo.com>"> <span class="fn">Shriram V</span></a>
</span></b>
        <pre>bin_PROGRAMS = abc
abc_SOURCES  = sub/main.c sub/abc.c

When you set subdir-objects, it always creates object files in the same dir as
the source file. E.g: sub/main.o, sub/abc.o

So, its working as expected, however this is BROKEN when I configure under a
different directory. Eg: mkdir config1; cd config1; ../configure. I expect all
*.o in a parallel hierarchy under config1, but with subdir-objects it is still
creating object files alongside the source. Effectively then we can't anymore
have multiple coexisting configurations.

Let me know if this has some workaround, (or if my understanding is wrong).</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>