<p>On Sep 29, 2012 11:19 AM, "Chase Douglas" <<a href="mailto:chase.douglas@ubuntu.com">chase.douglas@ubuntu.com</a>> wrote:<br>
><br>
> On Thu, Sep 27, 2012 at 2:12 PM, Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>> wrote:<br>
> > All this does is make it so editing <a href="http://configure.ac">configure.ac</a> or Makefile.am doesn't<br>
> > rebuild the makefiles.  Which is just stupid.<br>
> ><br>
> > Signed-off-by: Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>><br>
> > ---<br>
> >  <a href="http://configure.ac">configure.ac</a> | 1 -<br>
> >  1 file changed, 1 deletion(-)<br>
> ><br>
> > diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a><br>
> > index ac3bf26..b37e608 100644<br>
> > --- a/<a href="http://configure.ac">configure.ac</a><br>
> > +++ b/<a href="http://configure.ac">configure.ac</a><br>
> > @@ -31,7 +31,6 @@ RELEASE_DATE="2012-09-05"<br>
> >  RELEASE_NAME="Iced Tea"<br>
> >  AC_CONFIG_SRCDIR([Makefile.am])<br>
> >  AM_INIT_AUTOMAKE([foreign dist-bzip2])<br>
> > -AM_MAINTAINER_MODE<br>
> ><br>
> >  # Require xorg-macros minimum of 1.14 for XORG_COMPILER_BRAND in XORG_DEFAULT_OPTIONS<br>
> >  m4_ifndef([XORG_MACROS_VERSION],<br>
><br>
> Some distros may prefer maintainer mode. A way to appease everyone is:<br>
><br>
> AM_MAINTAINER_MODE([enable])</p>
<p>Oh, yeah. That would be the best.</p>
<p>Dan</p>