Hello Bruno, * Bruno Haible wrote on Mon, Oct 29, 2007 at 02:07:23AM CET: > > 2007-10-28 Bruno Haible <[EMAIL PROTECTED]> > > * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from > gl_FUNC_FLOORL. Cache the result. > (gl_FUNC_FLOORL): Use it. [...] > *** m4/ceil.m4.orig 2007-10-29 01:56:35.000000000 +0100 > --- m4/ceil.m4 2007-10-29 01:41:05.000000000 +0100 [...] > ! AC_CACHE_VAL([gl_func_ceil_libm], [
The cache variables introduced in this commit all need a s/gl_/gl_cv_/ in order to be effective. Cheers, Ralf