Re: Fix latent failures of aclocal7.test

2006-05-10 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 09:32:37PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > RW> * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: > >> > >> OK to apply? > > RW> ..including copyright year update, of course? > > Of course

Re: Fix latent failures of aclocal7.test

2006-05-10 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: >> >> OK to apply? RW> ..including copyright year update, of course? Of course :) -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.

Re: Fix latent failures of aclocal7.test

2006-04-22 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: > > OK to apply? ..including copyright year update, of course? (Looking at scripting this now..) > * tests/aclocal7.test: Add `$sleep's between file touching > and automake resp aclocal+automake invocations, to ensure

Fix latent failures of aclocal7.test

2006-04-22 Thread Ralf Wildenhues
On my system, aclocal7.test would spuriously fail about 1 out of 3 tests. I tracked that down to an `$AUTOMAKE' creating `Makefile.in' with a time stamp of the same second as the file `foo' being touched right before. This confuses the age comparison done by `ls -1t'. Addition of the second `$sl