* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / strstr
index 493a9c2c4c4321aa44f5851e3810c70b263e5527..f4868a4f567d9f73c21411630a11732b6a974c5b 100644 (file)
@@ -1,11 +1,14 @@
 Description:
+strstr() function: search for a substring in a string.
 
 Files:
-lib/strstr.h
 lib/strstr.c
 m4/strstr.m4
+m4/mbrtowc.m4
 
 Depends-on:
+mbuiter
+string
 
 configure.ac:
 gl_FUNC_STRSTR
@@ -13,5 +16,10 @@ gl_FUNC_STRSTR
 Makefile.am:
 
 Include:
-"strstr.h"
+<string.h>
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc