* modules/intprops: New file.
[pspp] / modules / xstrtol
index 73ccb2f44152a9b052579564f309595bde0997a5..f1faa0998dc13ca7d0b2ed8196e520a1d95cd918 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
@@ -16,16 +16,18 @@ 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
-