At Sunday 23 May 2010, Ralf Wildenhues <[email protected]> wrote:
> * Stefano Lattarini wrote on Mon, Apr 26, 2010 at 09:41:06PM CEST:
> > Subject: [PATCH] Extend test on `nostdinc' automake option.
> >
> > * tests/nostdinc.test: Enable `errexit' shell flag. Related and
> > unrelated minor changes. Make the grepping of the generated
> > Makefile.in slighty stricter. Generate and run configure, so
> > that the generated Makefile can be grepped too.
>
> Thanks, I've merged that, with one minor change:
> > +# Test with $builddir == $srcdir
>
> I get confused seeing a mixture of C and shell code spelling in a
> shell script comment, so I changed this to $builddir = $srcdir.
Yes, I must admit it's better this way. I'll try to avoid such mixes
in the future.
Thanks,
Stefano