getline: Simplify.
[pspp] / modules / getsubopt
index 7f771f7cd766790eee9ca4cb5b14b7a9bae3c2ab..eaf8e87b38c7d96675a65f10c215a1b1a84469a1 100644 (file)
@@ -1,22 +1,24 @@
 Description:
-getsubopt: Parse comma separate list into words.
+getsubopt: Parse comma separated list into words.
 
 Files:
-lib/getsubopt.h
 lib/getsubopt.c
 m4/getsubopt.m4
 
 Depends-on:
-strchrnul
+stdlib
+extensions
+strchrnul       [test $HAVE_GETSUBOPT = 0]
+memchr          [test $HAVE_GETSUBOPT = 0]
 
 configure.ac:
 gl_FUNC_GETSUBOPT
+gl_STDLIB_MODULE_INDICATOR([getsubopt])
 
 Makefile.am:
-lib_SOURCES += getsubopt.h
 
 Include:
-"getsubopt.h"
+<stdlib.h>
 
 License:
 LGPL