* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / strstr
index a4cb7bea5acf9dfa9a3e8389f0e71037776ce0ed..f4868a4f567d9f73c21411630a11732b6a974c5b 100644 (file)
@@ -2,11 +2,13 @@ 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
@@ -14,8 +16,10 @@ gl_FUNC_STRSTR
 Makefile.am:
 
 Include:
-"strstr.h"
+<string.h>
+
+License:
+LGPL
 
 Maintainer:
 Bruno Haible, glibc
-