mbspcasecmp: Fix function specification.
[gnulib.git] / modules / strstr
index 5867872..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.h
-lib/strstr.c
-m4/strstr.m4
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
@@ -16,11 +12,10 @@ gl_FUNC_STRSTR
 Makefile.am:
 
 Include:
-"strstr.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
-
+all, Eric Blake