install-reloc: Support multi-binary installation.
[gnulib.git] / modules / unigbrk / uc-is-grapheme-break
1 Description:
2 Test for grapheme cluster breakpoints.
3
4 Files:
5 lib/unigbrk/uc-is-grapheme-break.c
6
7 Depends-on:
8 unigbrk/base
9 unigbrk/uc-gbrk-prop
10
11 configure.ac:
12 gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/uc-is-grapheme-break])
13
14 Makefile.am:
15 if LIBUNISTRING_COMPILE_UNIGBRK_UC_IS_GRAPHEME_BREAK
16 lib_SOURCES += unigbrk/uc-is-grapheme-break.c
17 endif
18
19 Include:
20 "unigbrk.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Ben Pfaff, Bruno Haible