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
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
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 ++
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
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
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