mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strstr
index 08aa468f4d507e9524f27439a6342d2973b1e426..dc33bd2952206aee1ba9420a690cece40f6a336a 100644 (file)
@@ -1,27 +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
-m4/mbrtowc.m4
 
 Depends-on:
-mbuiter
+strstr-simple
 
 configure.ac:
 gl_FUNC_STRSTR
 
 Makefile.am:
-lib_SOURCES += strstr.h
 
 Include:
-"strstr.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-Bruno Haible, glibc
-
+all, Eric Blake