* tests/amhello-binpkg.test: Add missing $EXEEXT usage.

2011-09-04 Thread Peter Rosin
Hi! This fixes a fail on Cygwin (and others I suppose). I'm aware that the lax non-gnu-tar branch adds even more laxness since $EXEEXT normally contains a dot for the oddball cases when it's non-empty, but that's so minor that I didn't bother to code around it... Ok for maint? Cheers, Peter 20

Re: [PATCH] tests: simplify wrapper for aclocal

2011-09-04 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Sep 04, 2011 at 05:47:41PM CEST: > On Sunday 04 September 2011, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Fri, Sep 02, 2011 at 09:58:27PM CEST: > > > * tests/aclocal.in: Remove use of $ACLOCAL_TESTSUITE_FLAGS and > > > extra `-I' flags; they are not r

Re: [PATCH] tests: simplify wrapper for aclocal

2011-09-04 Thread Stefano Lattarini
On Sunday 04 September 2011, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Fri, Sep 02, 2011 at 09:58:27PM CEST: > > * tests/aclocal.in: Remove use of $ACLOCAL_TESTSUITE_FLAGS and > > extra `-I' flags; they are not really required, since the file > > `m4/amversion.m4' is ge

Re: bug#8753: unable to build VALA project out-of-tree

2011-09-04 Thread Stefano Lattarini
On Friday 02 September 2011, Stefano Lattarini wrote: > On Friday 02 September 2011, Zbigniew Jędrzejewski wrote: > > On 09/01/2011 09:35 PM, Stefano Lattarini wrote: > > > Hi Zbigniew, sorry for the shameful delay. > > No problem. Autotools are great anyway :) > > > Glad to hear that :-) > > > >

Re: [PATCH] tests: simplify wrapper for aclocal

2011-09-04 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Sep 02, 2011 at 09:58:27PM CEST: > * tests/aclocal.in: Remove use of $ACLOCAL_TESTSUITE_FLAGS and > extra `-I' flags; they are not really required, since the file > `m4/amversion.m4' is generated in the srcdir anyway. > * tests/acloca10.test: Remove us