Thanks for doing that.
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. I installed the following obvious patch.
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, so it just slows 'configure' down to have us test
for it separately. Only gettext uses gl_HEADER_INTTYPES_H now, and so
I guess removal of gl_HEADER_INTTYPES_H is just waiting for the next
gettext upgrade?
2006-08-28 Paul Eggert <[EMAIL PROTECTED]>
* modules/inttypes (Files): Add m4/inttypes-h.m4.
--- modules/inttypes 28 Aug 2006 16:01:30 -0000 1.7
+++ modules/inttypes 28 Aug 2006 18:41:49 -0000 1.8
@@ -4,6 +4,7 @@ An <inttypes.h> that nearly conforms to
Files:
lib/inttypes_.h
m4/absolute-header.m4
+m4/inttypes-h.m4
m4/inttypes-pri.m4
m4/inttypes.m4