Rename utf16-ucs4-safe -> utf16-ucs4, u16_mbtouc_safe -> u16_mbtouc.
[gnulib.git] / modules / strstr
index c6891d2..f4868a4 100644 (file)
@@ -2,24 +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
-