memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / mbscasestr
index ec801a7d1c7124d3b0af5b600df86deacb6ad145..7d4a6149066dbaf0a5e172b8a647809b03987e69 100644 (file)
@@ -3,15 +3,17 @@ mbscasestr() function: case-insensitive search for a substring in a string.
 
 Files:
 lib/mbscasestr.c
-m4/mbscasestr.m4
-m4/mbrtowc.m4
+lib/str-kmp.h
 
 Depends-on:
 mbuiter
+stdbool
 string
+mbslen
+malloca
+strnlen
 
 configure.ac:
-gl_FUNC_MBSCASESTR
 gl_STRING_MODULE_INDICATOR([mbscasestr])
 
 Makefile.am: