mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Move AC_LIBOBJ and gl_PREREQ_GETSUBOPT invocations from here... * modules/getsubopt (configure.ac): ... to here.
32 lines
451 B
Plaintext
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
|