On Monday 13 December 2010, Ralf Wildenhues wrote:
> Hi Stefano,
>
> * Stefano Lattarini wrote on Sun, Dec 12, 2010 at 02:47:35PM CET:
> > * m4/depend.m4 (AM_DEP_TRACK): Use `AS_HELP_STRING' to format
> > the help message added to the generated configure.
> > * m4/dmalloc.m4 (AM_WITH_DMALLOC): Likewise.
> > * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
> > * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
> > * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise.
> > * tests/help-depend.test: Updated.
> > * tests/help-depend2.test: Likewise.
> > * tests/help-maintainer.test: Likewise.
> >
> > Also, bumped all serial numbers of the modified m4 files.
>
> Did you check that the configure --help output was still right?
>
Apparently not enough; excerpt:
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
This IMHO also shows that tests need to be tightened (without being
made too strict). I will propose an amended patch soonish.
> Patch is ok then.
>
> Thanks,
> Ralf
>
Sorry for the noise,
Stefano