.
[gnulib.git] / modules / strtoumax
index 9d61c74..169f28f 100644 (file)
@@ -1,15 +1,16 @@
 Description:
+strtoumax() function: convert string to 'uintmax_t'.
 
 Files:
 lib/strtoumax.c
 m4/ulonglong.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
-m4/uintmax_t.m4
 m4/strtoumax.m4
 
 Depends-on:
 strtoimax
+strtoull
+inttypes
+stdint
 
 configure.ac:
 gl_FUNC_STRTOUMAX
@@ -18,3 +19,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert