bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inttostr module: missing m4 files


From: Martin Lambers
Subject: inttostr module: missing m4 files
Date: Thu, 1 Sep 2005 16:43:11 +0200
User-agent: Mutt/1.5.6+20040907i

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:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]