md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / xstrtoumax
index a615aba..0d8ad36 100644 (file)
@@ -1,15 +1,14 @@
 Description:
+Convert string to 'uintmax_t', with error checking.
 
 Files:
 lib/xstrtoumax.c
-m4/xstrtoumax.m4
 
 Depends-on:
 xstrtol
 strtoumax
 
 configure.ac:
-jm_XSTRTOUMAX
 
 Makefile.am:
 lib_SOURCES += xstrtoumax.c
@@ -17,3 +16,8 @@ lib_SOURCES += xstrtoumax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert