Re: [PATCH 0/2] {master} Remove long-deprecated `--output-dir' automake option.

2010-11-19 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Nov 18, 2010 at 06:29:57PM CET: > On Thursday 18 November 2010, Stefano Lattarini wrote: > > The `--output-dir' option of automake has been deprecated since versions > > 1.6.1 and 1.7, but then never removed. > > > Oh, and I forgot to report that google codesearch

Re: [PATCH] {master} release-stats: account for generated `instspc-*.test' tests.

2010-11-19 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Nov 19, 2010 at 09:18:33PM CET: > I've realized that my patch on instspc.test split & refactoring has > broken the "release-stats" target, since now there are other generated > tests besides the `*-p.test' tests. > > The attached patch fix this glitch in a "quick

Sync config-ml.in from GCC.

2010-11-19 Thread Ralf Wildenhues
I pushed this to maint in Ian's name, to sync the script from GCC. Cheers, Ralf 2010-11-19 Ian Lance Taylor

pushed patches (was: Re: [PATCH] New test on repeated automake options.)

2010-11-19 Thread Stefano Lattarini
On Friday 19 November 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Fri, Nov 19, 2010 at 12:26:18PM CET: > > * tests/repeated-options.test: New test, check that automake > > does not complain on repeated options, nor generate broken or > > incorrect makefiles. > > * t

[PATCH] {master} release-stats: account for generated `instspc-*.test' tests.

2010-11-19 Thread Stefano Lattarini
Hello automakers. I've realized that my patch on instspc.test split & refactoring has broken the "release-stats" target, since now there are other generated tests besides the `*-p.test' tests. The attached patch fix this glitch in a "quick & dirty" way; a better fix would probably involve a refac

Re: [PATCH] New test on repeated automake options.

2010-11-19 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Nov 19, 2010 at 12:26:18PM CET: > * tests/repeated-options.test: New test, check that automake > does not complain on repeated options, nor generate broken or > incorrect makefiles. > * tests/Makefile.am (TESTS): Updated. OK. Thanks, Ralf

[FYI] {maint} Automake::Config: remove extra trailing semicolon.

2010-11-19 Thread Stefano Lattarini
I pushed this patch to maint as obvious. Regards, Stefano -*-*-*- Automake::Config: remove extra trailing semicolon. * lib/Automake/Config.in: Remove extra trailing semicolon. --- ChangeLog |3 +++ lib/Automake/Config.in |2 +- 2 files changed, 4 insertions(+), 1 deleti

[FYI] {maint} help4.test: fix botched heading comment.

2010-11-19 Thread Stefano Lattarini
I pushed this patch to maint as obvious. Regards, Stefano -*-*-*- help4.test: fix botched heading comment. * tests/help4.test: Fixed the heading comment, since it didn't correctly describe what checks the testcase was supposed to perform. --- ChangeLog|5 + tests/help4.test

[FYI] {maint} help2.test: add checks on aclocal too.

2010-11-19 Thread Stefano Lattarini
I pushed this patch to maint as obvious. Regards, Stefano -*-*-*- help2.test: add checks on aclocal too. * tests/help2.test: Check that also `aclocal --version' and `aclocal --help' work with configure.in and acinclude.m4 both broken. --- ChangeLog|7 +++ tests/help2.test |

Re: [RFC] Docs: document silent make rules in a new chapter

2010-11-19 Thread Stefano Lattarini
[dropping autom...@gnu.org] I've elaborated on this a little more. An updated patch is attached; here is what I squashed in w.r.t. the previous version: -*-*-*- diff --git a/ChangeLog b/ChangeLog index 7feb9c6..27b00cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ * doc/automak

[PATCH] New test on repeated automake options.

2010-11-19 Thread Stefano Lattarini
* tests/repeated-options.test: New test, check that automake does not complain on repeated options, nor generate broken or incorrect makefiles. * tests/Makefile.am (TESTS): Updated. --- ChangeLog |8 tests/Makefile.am |1 + tests/Makefile.in |