NEWS.stable: update
[gnulib.git] / modules / getsubopt
index 21f718f..eaf8e87 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:
-EXTRA_DIST += getsubopt.h getsubopt.c
 
 Include:
-"getsubopt.h"
+<stdlib.h>
 
 License:
 LGPL