* modules/cycle-check (lib_SOURCES): Add same-inode.h.
[gnulib.git] / modules / xstrtol
index 7d3bceb..f1faa09 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Convert string to 'long` or 'unsigned long', with error checking.
+Convert string to 'long' or 'unsigned long', with error checking.
 
 Files:
 lib/xstrtol.h
@@ -14,13 +14,20 @@ m4/intmax_t.m4
 m4/xstrtol.m4
 
 Depends-on:
+exitfail
+error
+intprops
 
 configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
-lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering