Ben Pfaff <[EMAIL PROTECTED]> wrote: > Bruno Haible <[EMAIL PROTECTED]> writes: >> Ben Pfaff wrote: >>> +2008-07-14 Ben Pfaff <[EMAIL PROTECTED]> >>> + >>> + Factor out some macros for use by additional modules. >> >> Looks obviously right. Thanks. > > Thanks. I pushed both changes to the savannah repo.
Hi Ben, I see new failures for coreutils' buildbot that seem related: <http://buildbot.proulx.com:9000/i686 gnu-linux/builds/4708/step-configure/0> ... ./bootstrap: aclocal --force -I m4 ... configure.ac:44: warning: gl_FLOAT_EXPONENT_LOCATION is m4_require'd but not m4_defun'd m4/isnanf.m4:117: gl_ISNANF_WORKS is expanded from... m4/isnanf.m4:43: gl_FUNC_ISNANF_NO_LIBM is expanded from... m4/gnulib-comp.m4:48: gl_INIT is expanded from... configure.ac:44: the top level configure.ac:44: warning: gl_DOUBLE_EXPONENT_LOCATION is m4_require'd but not m4_defun'd configure.ac:44: warning: gl_LONG_DOUBLE_EXPONENT_LOCATION is m4_require'd but not m4_defun'd ./bootstrap: autoconf --force ... configure.ac:44: warning: gl_FLOAT_EXPONENT_LOCATION is m4_require'd but not m4_defun'd m4/isnanf.m4:117: gl_ISNANF_WORKS is expanded from... m4/isnanf.m4:43: gl_FUNC_ISNANF_NO_LIBM is expanded from... m4/gnulib-comp.m4:48: gl_INIT is expanded from... configure.ac:44: the top level configure.ac:44: warning: gl_DOUBLE_EXPONENT_LOCATION is m4_require'd but not m4_defun'd configure.ac:44: warning: gl_LONG_DOUBLE_EXPONENT_LOCATION is m4_require'd but not m4_defun'd configure:14507: error: possibly undefined macro: gl_FLOAT_EXPONENT_LOCATION If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:19398: error: possibly undefined macro: gl_DOUBLE_EXPONENT_LOCATION configure:19399: error: possibly undefined macro: gl_LONG_DOUBLE_EXPONENT_LOCATION Sounds like a missing module dependency somewhere...