X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrstr;h=49367614dfe6f2b63a27253d711b3b005fd78bbf;hb=fc1861afb83184cfb975428a9710e90aa3252854;hp=5e3f9fd477d4c96595f63f5113c68e825943eb21;hpb=01bffc033dfef548b6edc50ae134175cbc5dc652;p=gnulib.git diff --git a/modules/strstr b/modules/strstr index 5e3f9fd47..49367614d 100644 --- a/modules/strstr +++ b/modules/strstr @@ -1,18 +1,16 @@ Description: -strstr() function: search for a substring in a string. +strstr() function: efficiently locate first substring in a buffer. Files: -lib/strstr.c -m4/strstr.m4 -m4/mbrtowc.m4 Depends-on: -mbuiter -string +strstr-simple configure.ac: gl_FUNC_STRSTR -gl_STRING_MODULE_INDICATOR([strstr]) +if test $REPLACE_STRSTR = 1; then + AC_LIBOBJ([strstr]) +fi Makefile.am: @@ -20,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: -Bruno Haible, glibc +all, Eric Blake