Oops, move dependency to 'memchr'.
[pspp] / modules / inttostr
index a20647d6d1556d4eccc918b6875346d04768e5c4..56ec6fc563498d93e545f3a03a686d2d5f344811 100644 (file)
@@ -3,32 +3,27 @@ Convert integers to printable strings.
 
 Files:
 lib/imaxtostr.c
-lib/intprops.h
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
-m4/intmax_t.m4
+lib/uinttostr.c
 m4/inttostr.m4
-m4/inttypes_h.m4
-m4/longlong.m4
-m4/stdint_h.m4
-m4/uintmax_t.m4
-m4/ulonglong.m4
 
 Depends-on:
+intprops
+stdint
 
 configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-EXTRA_DIST += inttostr.c
 
 Include:
 "inttostr.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert