> * Paul Eggert wrote on Tue, Dec 05, 2006 at 01:40:59AM CET:
> > Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> >
> > > +: ${sleep='sleep 2'} # Command to force different time stamps
> >
> > Why doesn't 'sleep 1' suffice? That '2' has me worried.
More information:
http://lists.gnu.org/archi
Hi Ralf,
I tested your patch and can confirm it works now. make -j3 passes all tests and
the build process successfully on automake-1.9.6.
Thanks for fixing this,
take care
Dieter Jurzitza
--
HARMAN BECKER AUTOMOTIVE SYSTEMS
Dr.-Ing. Dieter
Hello Paul,
* Paul Eggert wrote on Tue, Dec 05, 2006 at 01:40:59AM CET:
> Ralf Wildenhues <[EMAIL PROTECTED]> writes:
>
> > +: ${sleep='sleep 2'} # Command to force different time stamps
>
> Why doesn't 'sleep 1' suffice? That '2' has me worried.
Quoting automake/Makefile.am:maintainer-c
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> 2006-12-04 Ralf Wildenhues <[EMAIL PROTECTED]>
>
> * tests/tools.at (autom4te preselections): New test, to flag
> entries missing from autom4te.cfg.
> Report by David Byron <[EMAIL PROTECTED]>.
This looks reasonable, but...
> +: $
Continuing:
http://lists.gnu.org/archive/html/autoconf-patches/2006-09/msg00038.html
http://lists.gnu.org/archive/html/autoconf-patches/2006-10/msg00042.html
* Alexandre Duret-Lutz wrote on Sat, Oct 14, 2006 at 04:21:50PM CEST:
> >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> RW> * te