[FYI] {master} contrib: check-html: pass flags to rst2html invocations

2012-07-02 Thread Stefano Lattarini
Related to automake bug#11287. * contrib/t/check-html.am (.log.html): Here, passing $(AM_RST2HTMLFLAGS) and $(RST2HTMLFLAGS) (in that order). Signed-off-by: Stefano Lattarini --- contrib/check-html.am |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/check-html.am

[FYI] {master} contrib: simple improvements to check-html

2012-07-02 Thread Stefano Lattarini
Related to automake bug#11287. * contrib/t/check-html.am (.log.html): Do not look for $RST2HTML in the environment, looking for $(RST2HTML) should be enough (also, the pre-existing code was broken, because it single-quoted $RST2HTML). Fix the loop-and-search implementation to be more similar to th

[FYI] {master} coverage: check-html can be used recursively

2012-07-02 Thread Stefano Lattarini
Addresses the main part of Automake bug#11287. * contrib/t/parallel-tests-html-recursive.sh: New test. * contrib/t/local.am: Add it. Signed-off-by: Stefano Lattarini --- contrib/t/local.am |1 + contrib/t/parallel-tests-html-recursive.sh | 163 ++

Re: [RFC] recursion: support user-defined recursive targets

2012-07-02 Thread Stefano Lattarini
On 06/30/2012 10:32 PM, Stefano Lattarini wrote: > > I will push the patch by tomorrow if there is no further feedback. > Pushed now. Regards, Stefano

Re: [PATCH] {master} aclocal: deprecate ACLOCAL_AMFLAGS, trace AC_CONFIG_MACRO_DIR instead

2012-07-02 Thread Stefano Lattarini
On 07/02/2012 02:26 PM, Ralf Corsepius wrote: > On 06/30/2012 08:30 PM, Stefano Lattarini wrote: >> Maintaining ACLOCAL_AMFLAGS in the Makefile.am to pass extra flags >> to aclocal is (and have always been) quite of an hack. For example, >> autoreconf is forced to grep Makefile.am to honour those

Re: [PATCH] {master} aclocal: deprecate ACLOCAL_AMFLAGS, trace AC_CONFIG_MACRO_DIR instead

2012-07-02 Thread Ralf Corsepius
On 06/30/2012 08:30 PM, Stefano Lattarini wrote: Maintaining ACLOCAL_AMFLAGS in the Makefile.am to pass extra flags to aclocal is (and have always been) quite of an hack. For example, autoreconf is forced to grep Makefile.am to honour those flags. But this is a bad obsolescent behaviour; in fac