mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strstr
index 4c83c73a3099e6b27d6f6d62686504ce29f80df7..dc33bd2952206aee1ba9420a690cece40f6a336a 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