NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / strstr
index c6891d2..4936761 100644 (file)
@@ -1,25 +1,24 @@
 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
+if test $REPLACE_STRSTR = 1; then
+  AC_LIBOBJ([strstr])
+fi
 
 Makefile.am:
-lib_SOURCES += strstr.h
 
 Include:
-"strstr.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
-
+all, Eric Blake