Re: avoid a 1-second sleep in every configure script

2009-08-05 Thread Olly Betts
On 2009-07-30, Jim Meyering wrote: > I noticed (by inspection, since I was looking at AM_SANITY_CHECK) > the unconditional 1-second sleep in coreutils' configure script, > and realized that it'd be easy to avoid it on modern systems: > either because configure was created more than a second before

Re: [PATCH] Automake support for ObjC++

2009-08-05 Thread Peter Breitenlohner
On Tue, 28 Jul 2009, Peter Breitenlohner wrote: now that autoconf-2.64 is released, here a revised version of the patch I sent you last week. This new version requires autoconf-2.64 (otherwise aclocal fails) and defines AM_PROG_OBJCXX. A hook for AC_PROG_OBJCXX, eventually to be defined by Aut