mkdtemp: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / xstrtoimax
index 08285ba227e48d6d83437ce81defb65244b23bb8..3ab6623027c9ffce89aca4f2f1a35690e86d897f 100644 (file)
@@ -1,16 +1,14 @@
 Description:
+Convert string to 'intmax_t', with error checking.
 
 Files:
-
 lib/xstrtoimax.c
-m4/xstrtoimax.m4
 
 Depends-on:
 xstrtol
 strtoimax
 
 configure.ac:
-jm_XSTRTOIMAX
 
 Makefile.am:
 lib_SOURCES += xstrtoimax.c
@@ -18,3 +16,8 @@ lib_SOURCES += xstrtoimax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert