[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rewritten inttypes module
From: |
Bruno Haible |
Subject: |
Re: rewritten inttypes module |
Date: |
Tue, 29 Aug 2006 14:19:41 +0200 |
User-agent: |
KMail/1.9.1 |
Paul Eggert wrote:
> Bootstrapping coreutils found one minor glitch: inttypes now relies on
> gl_HEADER_INTTYPES_H indirectly via gt_INTTYPES_PRI but doesn't list
> the file containing it.
Thanks for noticing it! It was certainly not intended. I'll clean it up.
> While we're on the subject we should remove gl_HEADER_INTTYPES_H.
> Autoconf 2.59 and later test for inttypes.h automatically, as part of
> AC_INCLUDES_DEFAULT
But the gettext macros can IMO not yet assume autoconf >= 2.59. (They
have a wider audience than gnulib. They assume autoconf >= 2.50 now.)
Bruno