Fix regex compilation error on HP-UX 11.
[gnulib.git] / modules / strstr
index f4868a4..251b2d7 100644 (file)
@@ -1,17 +1,20 @@
 Description:
-strstr() function: search for a substring in a string.
+strstr() function: efficiently locate first substring in a buffer.
 
 Files:
+lib/str-two-way.h
 lib/strstr.c
 m4/strstr.m4
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
 string
+stdbool
+memchr
+memcmp
 
 configure.ac:
 gl_FUNC_STRSTR
+gl_STRING_MODULE_INDICATOR([strstr])
 
 Makefile.am:
 
@@ -19,7 +22,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
+all, Eric Blake