Hash :
e550c49d
Author :
Date :
2011-05-08T13:24:43
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.
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