warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / unistr / u32-strstr
blob5c7f85294bc7d1d085aebc8d97ffb84136165e78
1 Description:
2 Substring test for UTF-32 strings.
4 Files:
5 lib/unistr/u32-strstr.c
6 lib/unistr/u-strstr.h
7 lib/str-kmp.h
9 Depends-on:
10 unistr/base
11 unistr/u32-strchr
12 unistr/u32-strlen
13 unistr/u32-strnlen
14 stdbool
15 malloca
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u32-strstr])
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNISTR_U32_STRSTR
22 lib_SOURCES += unistr/u32-strstr.c
23 endif
25 Include:
26 "unistr.h"
28 License:
29 LGPLv3+ or GPLv2
31 Maintainer:
32 all