X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtok_r;h=bbfef2b68fbfa2f3676b2c2112885f09b1fdf5d1;hb=da0c838e760661390dd503195fb5b2c7e8a5ddd7;hp=6cdf908ac6956b30540dc9b87fd003df6e577115;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strtok_r b/modules/strtok_r index 6cdf908ac..bbfef2b68 100644 --- a/modules/strtok_r +++ b/modules/strtok_r @@ -3,22 +3,23 @@ strtok_r() function: split string into tokens, thread safe. Files: lib/strtok_r.c -lib/strtok_r.h m4/strtok_r.m4 Depends-on: +string +strpbrk [test $ac_cv_func_strtok_r = no] configure.ac: gl_FUNC_STRTOK_R +gl_STRING_MODULE_INDICATOR([strtok_r]) Makefile.am: -EXTRA_DIST += strtok_r.h strtok_r.c Include: -"strtok_r.h" + License: -LGPL +LGPLv2+ Maintainer: all, glibc