Hi!

I think the inttostr module needs to include three additional m4 files
to define the following macros:
gl_AC_HEADER_STDINT_H (needed by intmax_t.m4, uintmax_t.m4),
gl_AC_HEADER_INTTYPES_H (needed by uintmax_t.m4), and
gl_AC_TYPE_UNSIGNED_LONG_LONG (needed by uintmax_t.m4).

Regards,
Martin


--- modules/inttostr.orig       2005-09-01 16:34:16.118458856 +0200
+++ modules/inttostr    2005-09-01 16:34:50.006307120 +0200
@@ -10,8 +10,11 @@
 lib/umaxtostr.c
 m4/intmax_t.m4
 m4/inttostr.m4
+m4/inttypes_h.m4
 m4/longlong.m4
+m4/stdint_h.m4
 m4/uintmax_t.m4
+m4/ulonglong.m4
 
 Depends-on:
 


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to