pipe2: Remove dependency on 'nonblocking' module.
[gnulib.git] / modules / strstr
index 4c83c73..dc33bd2 100644 (file)
@@ -1,22 +1,21 @@
 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
 
 Depends-on:
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
 
 Makefile.am:
-lib_SOURCES += strstr.h
 
 Include:
-"strstr.h"
+<string.h>
 
-Maintainer:
-Bruno Haible, glibc
+License:
+LGPLv2+
 
+Maintainer:
+all, Eric Blake