X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtok_r;h=23a6acbedc46147711c5993f25d52cb43955b91f;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=f638baab553bfc00c139f9369968c9a2b82d3af9;hpb=2ec9ae244196c963a03bbcd3d85233ee78adbd44;p=gnulib.git diff --git a/modules/strtok_r b/modules/strtok_r index f638baab5..23a6acbed 100644 --- a/modules/strtok_r +++ b/modules/strtok_r @@ -7,10 +7,14 @@ m4/strtok_r.m4 Depends-on: string -strpbrk +strpbrk [test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1] configure.ac: gl_FUNC_STRTOK_R +if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then + AC_LIBOBJ([strtok_r]) + gl_PREREQ_STRTOK_R +fi gl_STRING_MODULE_INDICATOR([strtok_r]) Makefile.am: @@ -19,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc