[FYI] {master} hacking: fix typo

2012-04-18 Thread Stefano Lattarini
* HACKING (Test suite): Refer to file 't/README', not to the non-existent 'tests/README'. Signed-off-by: Stefano Lattarini --- HACKING |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index c57da67..70e6f96 100644 --- a/HACKING +++ b/HACKING @@ -210,7 +210

[PATCH] maint: version bump after beta release

2012-04-18 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.11e, as per HACKING suggestion. * NEWS: Likewise. * m4/amversion.m4: Likewise (autoupdated by ./bootstrap). Signed-off-by: Stefano Lattarini --- NEWS|4 ++-- configure.ac|2 +- m4/amversion.m4 |6 +++--- 3 files chang

[FYI] Beta release 1.11d (will become 1.12)

2012-04-18 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.11d. * NEWS: Likewise. * m4/amversion.m4: Likewise (autoupdated by ./bootstrap). Signed-off-by: Stefano Lattarini --- NEWS|4 ++-- configure.ac|2 +- m4/amversion.m4 |6 +++--- 3 files changed, 6 insertions(+), 6 dele

[FYI] {master} tests: remove redundant 'set -e' calls

2012-04-18 Thread Stefano Lattarini
* t/aclocal-install-fail.sh: Do not set the 'errexit' shell flag, as it is already set by './defs'. * t/aclocal-install-mkdir.sh: Likewise. * t/aclocal-no-install-no-mkdir.sh: Likewise. * t/aclocal-verbose-install.sh: Likewise. * t/instdir-no-empty.sh: Likewise. * t/link_cond.sh: Likewise. * t/pyth

[FYI] {master} tests: avoid spurious failures when cross-compiling

2012-04-18 Thread Stefano Lattarini
* t/parallel-tests-recheck-depends-on-all.sh: Skip the test when cross-compiling. * t/vala-vapi.sh: Skip tests that do not make sense when cross-compiling. * t/yacc-basic.sh: Likewise. * t/yacc-cxx.sh: Likewise. Signed-off-by: Stefano Lattarini --- t/parallel-tests-recheck-depends-on-all.sh |

[FYI] {master} maintainer-check: fix definition of $(ams) again

2012-04-18 Thread Stefano Lattarini
* syntax-checks.mk (ams): The previous change 'v1.11b-36-g127adfb' solved one problem in the definition of this variable, but also caused it contain the names of all the left-behind 't/*.dir' temporary test directories. Fix that. Signed-off-by: Stefano Lattarini --- syntax-checks.mk |2 +- 1

Re: bug#11252: recheck not dependent on all:

2012-04-18 Thread Stefano Lattarini
On 04/18/2012 01:27 PM, Stefano Lattarini wrote: > tags 11252 + patch > close 11252 > thanks > > I've applied the attached patch, which should solve the problem. This > fix will appear in the next major automake version (1.12). > Oops, I had attached the wrong patch (thanks to Peter Rosin for po

[FYI] {master} maintainer-check: do not hang

2012-04-18 Thread Stefano Lattarini
* syntax-checks.mk (ams): The definition of this variable was invoking the 'find' utility in an incorrect way, which resulted into the variable being empty, thus reducing coverage in some maintainer check and making other hang. Fix this. Signed-off-by: Stefano Lattarini --- syntax-checks.mk |

Re: recheck not dependent on all:

2012-04-18 Thread Stefano Lattarini
tags 11252 + patch close 11252 thanks I've applied the attached patch, which should solve the problem. This fix will appear in the next major automake version (1.12). Regards, Stefano >From efcba6dd230f20726afcb9722df23f9b95b43eda Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini

Re: [PATCH 0/6] Some Vala fixes and improvements

2012-04-18 Thread Stefano Lattarini
On 04/17/2012 10:40 AM, Stefano Lattarini wrote: > I've pushed the six patches below to a 'vala-work' temporary branch; I > will merge them in master by this evening if there is no objection, and > then (hopefully tomorrow) release a new beta version for Automake 1.12. > > Stefano Lattarini (6): >