Re: [PATCH 1/6] Test that aclocal(s) used by the testsuite and by autoconf match.

2010-08-21 Thread Ralf Wildenhues
Hi Stefano, you don't make it easy to catch up with you! :-O * Stefano Lattarini wrote on Thu, Aug 19, 2010 at 02:54:52PM CEST: * tests/remake0.test: New test. * tests/Makefile.am (TESTS): Updated. OK with ... --- /dev/null +++ b/tests/remake0.test @@ -0,0 +1,38 @@ +# Make sure the

Re: [PATCH 4/6] Improve support for non-default autotools in rebuild rules.

2010-08-21 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Thu, Aug 19, 2010 at 03:05:20PM CEST: --- a/m4/init.m4 +++ b/m4/init.m4 @@ -70,10 +70,22 @@ _AM_IF_OPTION([no-define],, # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl +dnl We pass the the $AUTOCONF and $AUTOM4TE

Re: [PATCHES] Docs on automatic dependency tracking

2010-08-21 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Aug 18, 2010 at 12:14:03PM CEST: Applied to maint, merged in master and branch-1.11, and pushed. FWIW, somehow you managed to apply these two patches separately to each of these branches, instead of merging them all from maint. I'm fixing the merges with the

Re: [PATCH 2/6] Testsuite: fix missing*.test for non-default autotools.

2010-08-21 Thread Stefano Lattarini
On Saturday 21 August 2010, Ralf Wildenhues wrote: Hi Stefano, * Stefano Lattarini wrote on Thu, Aug 19, 2010 at 02:57:04PM CEST: * tests/missing.test: Build and use our own `autoconf' script, to avoid spurious failures due to configure-time value of $AUTOCONF being an absolute path.

Re: [PATCH 2/6] Testsuite: fix missing*.test for non-default autotools.

2010-08-21 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sat, Aug 21, 2010 at 01:00:46PM CEST: On Saturday 21 August 2010, Ralf Wildenhues wrote: What is the actual problem by the way? Basically, `missing --run /abs/path/to/autoconf' does not recognize the program being run as an autoconf: Why not adjust `missing'

Re: [PATCH 2/6] Testsuite: fix missing*.test for non-default autotools.

2010-08-21 Thread Stefano Lattarini
On Saturday 21 August 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Sat, Aug 21, 2010 at 01:00:46PM CEST: On Saturday 21 August 2010, Ralf Wildenhues wrote: What is the actual problem by the way? Basically, `missing --run /abs/path/to/autoconf' does not recognize the

Re: [PATCH 4/6] Improve support for non-default autotools in rebuild rules.

2010-08-21 Thread Stefano Lattarini
On Saturday 21 August 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Thu, Aug 19, 2010 at 03:05:20PM CEST: --- a/m4/init.m4 +++ b/m4/init.m4 @@ -70,10 +70,22 @@ _AM_IF_OPTION([no-define],, # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl

Re: [PATCHES] Docs on automatic dependency tracking

2010-08-21 Thread Stefano Lattarini
On Saturday 21 August 2010, Ralf Wildenhues wrote: * Stefano Lattarini wrote on Wed, Aug 18, 2010 at 12:14:03PM CEST: Applied to maint, merged in master and branch-1.11, and pushed. FWIW, somehow you managed to apply these two patches separately to each of these branches, instead of merging