warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / getsubopt
bloba544ca3ccb3ef5176dc80d4c1d5fe1b085473014
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
10 extensions
11 strchrnul       [test $HAVE_GETSUBOPT = 0]
12 memchr          [test $HAVE_GETSUBOPT = 0]
14 configure.ac:
15 gl_FUNC_GETSUBOPT
16 if test $HAVE_GETSUBOPT = 0; then
17   AC_LIBOBJ([getsubopt])
18   gl_PREREQ_GETSUBOPT
20 gl_STDLIB_MODULE_INDICATOR([getsubopt])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 all, glibc