Fix for AIX.
[gnulib.git] / modules / xstrtol
index 6e2ccd2..f453cf2 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'long` or 'unsigned long', with error checking.
 
 Files:
 lib/xstrtol.h
@@ -13,6 +14,8 @@ m4/intmax_t.m4
 m4/xstrtol.m4
 
 Depends-on:
+exitfail
+error
 
 configure.ac:
 gl_XSTRTOL
@@ -23,3 +26,8 @@ lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering