* modules/intprops: New file.
[pspp] / modules / xstrtol
index 04c825b03becf4ed43b7e976dccbcb5337564079..f1faa0998dc13ca7d0b2ed8196e520a1d95cd918 100644 (file)
@@ -1,8 +1,7 @@
 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
@@ -17,12 +16,12 @@ 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"