* modules/mempcpy (License): GPL -> LGPL.
[gnulib.git] / modules / xstrtol
index 7d3bceb..63f0329 100644 (file)
@@ -1,7 +1,8 @@
 Description:
-Convert string to 'long` or 'unsigned long', with error checking.
+Convert string to 'long' or 'unsigned long', with error checking.
 
 Files:
+lib/intprops.h
 lib/xstrtol.h
 lib/xstrtol.c
 lib/xstrtoul.c
@@ -14,13 +15,19 @@ m4/intmax_t.m4
 m4/xstrtol.m4
 
 Depends-on:
+exitfail
+error
 
 configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering