Hi James,

> +AC_DEFUN([gl_STAT_SIZE],
> +[
> +  # AC_STRUCT_ST_BLOCKS may add fileblocks to AC_LIBOBJ.
> +  AC_STRUCT_ST_BLOCKS
> +  AC_CHECK_HEADERS_ONCE([sys/param.h])
> +])

No more AC_LIBOBJ invocations from .m4 files, please! It causes bugs, see [1]
for details.

Actually AC_STRUCT_ST_BLOCKS is already invoked from the module 'fileblocks',
and this module is among the dependencies of your new module. So, I think
you can just drop this invocation here.

Bruno

[1] http://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00051.html
-- 
In memoriam Larisa Yudina <http://en.wikipedia.org/wiki/Larisa_Yudina>

Reply via email to