<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Build bugs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67304#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Build bugs"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67304">bug 67304</a>
              from <span class="vcard"><a class="email" href="mailto:wangqiang.hunan@gmail.com" title="Qiang Wang <wangqiang.hunan@gmail.com>"> <span class="fn">Qiang Wang</span></a>
</span></b>
        <pre>I met this issue in the latest spice-gtk code.

I use the ubuntu 14.04

automake --version
automake (GNU automake) 1.14.1

automake: warnings are treated as errors
common/Makefile.am:4: warning: source file
'$(srcdir)/generated_client_demarshallers.c' is in a subdirectory,
common/Makefile.am:4: but option 'subdir-objects' is disabled
common/Makefile.am:4: warning: source file
'$(srcdir)/generated_client_demarshallers1.c' is in a subdirectory,
common/Makefile.am:4: but option 'subdir-objects' is disabled

automake: thread 0: not writing python_modules/Makefile.in because of earlier
errors
autoreconf: automake failed with exit status: 1


1. With automake >=1.14, ./autogen.sh fails

This is due to a change in the way automake sets subdir-objects as the default:
See <a href="https://github.com/sugarlabs/automake/blob/master/PLANS/subdir-objects.txt">https://github.com/sugarlabs/automake/blob/master/PLANS/subdir-objects.txt</a>

I knew Downgrading to automake 1.13.4 will resolve this problem. But I still
think it's a problem.</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>