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