install-reloc: Support multi-binary installation.
[gnulib.git] / modules / unistr / u32-cmp2
1 Description:
2 Compare pieces of UTF-32 strings with possibly different lengths.
3
4 Files:
5 lib/unistr/u32-cmp2.c
6 lib/unistr/u-cmp2.h
7
8 Depends-on:
9 unistr/base
10 unistr/u32-cmp
11 minmax
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-cmp2])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTR_U32_CMP2
18 lib_SOURCES += unistr/u32-cmp2.c
19 endif
20
21 Include:
22 "unistr.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29