posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wcstok
blob6f7e62c8ba1d54e6594000580b05b2dbb1e3d262
1 Description:
2 wcstok() function: split a wide string into tokens.
4 Files:
5 lib/wcstok.c
6 lib/wcstok-impl.h
7 m4/wcstok.m4
9 Depends-on:
10 wchar
11 wcsspn          [test $HAVE_WCSTOK = 0 || test $REPLACE_WCSTOK = 1]
12 wcspbrk         [test $HAVE_WCSTOK = 0 || test $REPLACE_WCSTOK = 1]
14 configure.ac:
15 gl_FUNC_WCSTOK
16 if test $HAVE_WCSTOK = 0 || test $REPLACE_WCSTOK = 1; then
17   AC_LIBOBJ([wcstok])
19 gl_WCHAR_MODULE_INDICATOR([wcstok])
21 Makefile.am:
23 Include:
24 <wchar.h>
26 License:
27 LGPL
29 Maintainer:
30 all