chown: Update doc regarding AIX.
[gnulib.git] / modules / strtoimax
index fd244d0..9f82af4 100644 (file)
@@ -4,21 +4,25 @@ strtoimax() function: convert string to 'intmax_t'.
 Files:
 lib/strtoimax.c
 m4/longlong.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
-m4/intmax_t.m4
 m4/strtoimax.m4
 
 Depends-on:
 strtoll
+verify
+inttypes
+stdint
 
 configure.ac:
 gl_FUNC_STRTOIMAX
+gl_INTTYPES_MODULE_INDICATOR([strtoimax])
 
 Makefile.am:
 
 Include:
+<inttypes.h>
+
+License:
+GPL
 
 Maintainer:
 Paul Eggert
-