[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reduce compiler warnings during configure
From: |
Paul Eggert |
Subject: |
Re: reduce compiler warnings during configure |
Date: |
Tue, 22 Aug 2006 14:25:58 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Eric Blake <address@hidden> writes:
> Paul, Bruno, are these okay to install?
I think so. I installed all but codeset.m4 and signed.m4, which
Bruno should look at.
> Is bh_C_SIGNED still needed, now that we assume C89?
Not in gnulib, no.
Also, inttypes_h.m4, inttypes-h.m4, inttypes-pri.m4, intmax_t.m4,
size_max.m4, and uintmax_t.m4 are no longer needed now that we have
the inttypes and stdint modules. I suspect that Bruno will get around
to removing the dependencies on this old stuff when he decides that
inttypes and stdint are stable enough, and therefore upgrades the
gettext, mkdtemp, xsize, linkedhash-list, rbtreehash-list,
avltreehash-list and vasnprintf modules, and removes the size_max
module.
At some point I'd like to rename _inttypes_h.m4 to inttypes.m4, which
would be more consistent with the stdint naming convention.