* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / strstr
index 4c83c73a3099e6b27d6f6d62686504ce29f80df7..f4868a4f567d9f73c21411630a11732b6a974c5b 100644 (file)
@@ -2,21 +2,24 @@ 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
 
 Makefile.am:
-lib_SOURCES += strstr.h
 
 Include:
-"strstr.h"
+<string.h>
+
+License:
+LGPL
 
 Maintainer:
 Bruno Haible, glibc
-