parallel-tests: redo lazy checking: recheck and RECHECK_LOGS.

2009-03-28 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Sat, Mar 14, 2009 at 01:39:07PM CET: > > For the records, here is the version I use currently, some of bugs you > mentioned being fixed. I don't know which was the last I sent, so I > can't send a patch. Among changes that I believe, are worth mentioning >

parallel-tests: do not mark check-TESTS as `.MAKE'.

2009-03-28 Thread Ralf Wildenhues
This patch fixes a small glitch I overlooked earlier. Pushed to ad-parallel-tests. Cheers, Ralf parallel-tests: do not mark check-TESTS as `.MAKE'. * lib/am/check.am [PARALLEL_TESTS] (.MAKE): Remove check-TESTS. This rule removes files, which should not be executed with BSD `

parallel-tests: warn about $(srcdir), $(top_srcdir) in TESTS.

2009-03-28 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Mar 20, 2009 at 12:24:15AM CET: > set x foo*.test ../../source/dir/bar*.test > shift > make check "TESTS=$*" > > or > eval make check \'TESTS= foo*.test ../../source/dir/bar*.test \' Hrmpf. Using $(srcdir) in TESTS is really bad: it causes the test log to

check-html: Always create HTML output, note conversion failure.

2009-03-28 Thread Ralf Wildenhues
* Akim Demaille wrote on Sat, Mar 14, 2009 at 01:39:07PM CET: > # Be sure to run check-TESTS first, and then to convert the result. > # Beware of concurrent executions. Run "check", not "check-TESTS", > # since the dependencies (check_PROGRAMS and others) are attached to > # the former, not the la

Re: proposed patch: parallel-tests: per-extension test driver: ext_COMPILE.

2009-03-28 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Tue, Mar 24, 2009 at 10:57:16PM CET: > How about this? I really appreciate a look over this. > > Note that for extension .foo, the variable names will be FOO_LOG_*, > i.e., remove the dot, then uppercase the rest. > > I chose to go all the way and add AM_*FLAGS too. >

manual: minor cleanups.

2009-03-28 Thread Ralf Wildenhues
This trivial patch fixes a couple of minor glitches in the manual. Committed to master and branch-1-10. Cheers, Ralf manual: minor cleanups. * doc/automake.texi (Yacc and Lex): Adjust spacing in example. (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks. diff --git

Re: Do not create conditional installation directories

2009-03-28 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Mon, Mar 23, 2009 at 11:31:29PM CET: > > I assume these two patches implement what you, Akim, desire, while they > do not touch the functionality that you, Ralf, would like not to be > destroyed. Do you both agree? I have pushed these two patches to master now. (I wil