getcwd-lgpl: new module
[pspp] / modules / strtoumax
index 8278e4eada9059a5174cbb47cbc61b680beb1184..c2d615ec5b6d9f0015437eb07c4cba337c393d2b 100644 (file)
@@ -2,14 +2,15 @@ Description:
 strtoumax() function: convert string to 'uintmax_t'.
 
 Files:
+lib/strtoimax.c
 lib/strtoumax.c
-m4/ulonglong.m4
+m4/longlong.m4
 m4/strtoumax.m4
 
 Depends-on:
-strtoimax
 strtoull
-inttypes
+verify
+inttypes-incomplete
 stdint
 
 configure.ac:
@@ -19,6 +20,7 @@ gl_INTTYPES_MODULE_INDICATOR([strtoumax])
 Makefile.am:
 
 Include:
+<inttypes.h>
 
 License:
 GPL