1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getsubopt
Bruno Haible e550c49d4d getsubopt: Move AC_LIBOBJ invocations to module description.
* m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Move AC_LIBOBJ and
gl_PREREQ_GETSUBOPT invocations from here...
* modules/getsubopt (configure.ac): ... to here.
2011-06-16 00:06:08 +02:00

32 lines
451 B
Plaintext

Description:
getsubopt: Parse comma separated list into words.
Files:
lib/getsubopt.c
m4/getsubopt.m4
Depends-on:
stdlib
extensions
strchrnul [test $HAVE_GETSUBOPT = 0]
memchr [test $HAVE_GETSUBOPT = 0]
configure.ac:
gl_FUNC_GETSUBOPT
if test $HAVE_GETSUBOPT = 0; then
AC_LIBOBJ([getsubopt])
gl_PREREQ_GETSUBOPT
fi
gl_STDLIB_MODULE_INDICATOR([getsubopt])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
all, glibc