getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / xstrtoumax
index a615aba48631682be1784a985f8fb7cead4cdf0c..0d8ad36f646cc708f7f84d1087a4e5899a838a29 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