X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtok_r;h=bbfef2b68fbfa2f3676b2c2112885f09b1fdf5d1;hb=da0c838e760661390dd503195fb5b2c7e8a5ddd7;hp=32134ba074dcd8721260295d529f9df3288458b4;hpb=854a5d353795189e727ba52631ec5b5862cbcb8f;p=gnulib.git diff --git a/modules/strtok_r b/modules/strtok_r index 32134ba07..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: -lib_SOURCES += strtok_r.h Include: -"strtok_r.h" + License: -LGPL +LGPLv2+ Maintainer: all, glibc