popen: Set gl_cv_func_popen_works to "guessing no" on OS/2.
[gnulib.git] / modules / getsubopt
blob13d19dce8ead7602ac25d9dc63323acf00c43bcb
1 Description:
2 getsubopt: Parse comma separated list into words.
4 Files:
5 lib/getsubopt.c
6 m4/getsubopt.m4
8 Depends-on:
9 stdlib-h
10 extensions
11 strchrnul       [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1]
12 memchr          [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1]
14 configure.ac:
15 gl_FUNC_GETSUBOPT
16 gl_CONDITIONAL([GL_COND_OBJ_GETSUBOPT],
17                [test $HAVE_GETSUBOPT = 0 || test $REPLACE_GETSUBOPT = 1])
18 AM_COND_IF([GL_COND_OBJ_GETSUBOPT], [
19   gl_PREREQ_GETSUBOPT
21 gl_STDLIB_MODULE_INDICATOR([getsubopt])
23 Makefile.am:
24 if GL_COND_OBJ_GETSUBOPT
25 lib_SOURCES += getsubopt.c
26 endif
28 Include:
29 <stdlib.h>
31 License:
32 LGPL
34 Maintainer:
35 all, glibc