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