math: Fix some C++ test errors on Cygwin.
[pspp] / modules / inttostr
index 2b46d79ce2359b03ab49c562f449ec480961d734..2c2b76e5bbfa9931637bf612ade217ed56acab2e 100644 (file)
@@ -7,20 +7,24 @@ lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
-m4/intmax_t.m4
+lib/uinttostr.c
 m4/inttostr.m4
-m4/uintmax_t.m4
 
 Depends-on:
+intprops
+stdint
+verify
 
 configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-lib_SOURCES += imaxtostr.c inttostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"
 
+License:
+LGPL
+
 Maintainer:
 Paul Eggert