autoupdate
[gnulib.git] / modules / strstr
index f4868a4..dc33bd2 100644 (file)
@@ -1,14 +1,10 @@
 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
@@ -19,7 +15,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
+all, Eric Blake