autoupdate
[gnulib.git] / modules / strstr
index 493a9c2..08aa468 100644 (file)
@@ -1,17 +1,27 @@
 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
 
 configure.ac:
 gl_FUNC_STRSTR
 
 Makefile.am:
+lib_SOURCES += strstr.h
 
 Include:
 "strstr.h"
 
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+