autoupdate
[gnulib.git] / modules / getsubopt
index 7f771f7..a28e2a0 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:
+extensions
 strchrnul
+stdlib
+memchr
 
 configure.ac:
 gl_FUNC_GETSUBOPT
+gl_STDLIB_MODULE_INDICATOR([getsubopt])
 
 Makefile.am:
-lib_SOURCES += getsubopt.h
 
 Include:
-"getsubopt.h"
+<stdlib.h>
 
 License:
 LGPL