memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / mbscasestr
index 5a6bda95bd125f0af3b447ac00283d846a5d60f3..7d4a6149066dbaf0a5e172b8a647809b03987e69 100644 (file)
@@ -3,18 +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: