pread: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unistr / u16-strstr
index c98dc717483018be0268fb6802bc60d268fa70d7..af79f0b367bb14cfcc05cfefce5dc84b62fefb26 100644 (file)
@@ -4,14 +4,24 @@ Substring test for UTF-16 strings.
 Files:
 lib/unistr/u16-strstr.c
 lib/unistr/u-strstr.h
+lib/str-kmp.h
 
 Depends-on:
 unistr/base
+unistr/u16-strchr
+unistr/u16-strmbtouc
+unistr/u16-strlen
+unistr/u16-strnlen
+stdbool
+malloca
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u16-strstr])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U16_STRSTR
 lib_SOURCES += unistr/u16-strstr.c
+endif
 
 Include:
 "unistr.h"