[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] New module 'stat-size'.
From: |
Bruno Haible |
Subject: |
Re: [PATCH] New module 'stat-size'. |
Date: |
Thu, 9 Jun 2011 03:08:52 +0200 |
User-agent: |
KMail/1.9.9 |
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>