<p>On May 25, 2012 7:23 AM, &quot;Brian Paul&quot; &lt;<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 05/24/2012 05:45 PM, Eric Anholt wrote:<br>
&gt;&gt;<br>
&gt;&gt; It still has the flaw that changes to source lists and Makefile.ams<br>
&gt;&gt; don&#39;t rebuild Makefile as often as they should.  This is because our<br>
&gt;&gt; top-level Makefile isn&#39;t in automake, and has just a stub am-refresh<br>
&gt;&gt; target.  I have a series to convert that, but it means getting rid of<br>
&gt;&gt; the static configs.  I&#39;d love to see them die (they&#39;re just a trap<br>
&gt;&gt; these days), but I&#39;ll wait on that for another patchbomb.<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m fine with removing the old/static configs.  I&#39;ve been using autoconf for a few months now and I&#39;m mostly happy with it.<br>
&gt;<br>
&gt; One thing I wish was different is the --enable-debug option.  It adds -g to the command line, but the -O2 flag is still there and that sometimes causes trouble in gdb.<br>
&gt;<br>
&gt; To fix that I have to do &quot;CFLAGS=-g ./autogen ....&quot;   Could we fix the --enable-debug option to remove -O2?</p>
<p>In my own automake branch that I stalled on I had the idea of turning the static configs into configure wrapper scripts that just help you do known things like set debug flags. Any interest?</p>
<p>Dan</p>