posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strtok_r
blob23a6acbedc46147711c5993f25d52cb43955b91f
1 Description:
2 strtok_r() function: split string into tokens, thread safe.
4 Files:
5 lib/strtok_r.c
6 m4/strtok_r.m4
8 Depends-on:
9 string
10 strpbrk         [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1]
12 configure.ac:
13 gl_FUNC_STRTOK_R
14 if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then
15   AC_LIBOBJ([strtok_r])
16   gl_PREREQ_STRTOK_R
18 gl_STRING_MODULE_INDICATOR([strtok_r])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all, glibc