install-reloc: Support multi-binary installation.
[gnulib.git] / modules / unigbrk / u8-grapheme-prev
1 Description:
2 Find start of previous grapheme cluster in UTF-8 string.
3
4 Files:
5 lib/unigbrk/u8-grapheme-prev.c
6 tests/macros.h
7
8 Depends-on:
9 unigbrk/uc-is-grapheme-break
10 unistr/u8-prev
11
12 configure.ac:
13 gl_MODULE_INDICATOR([unigbrk/u8-grapheme-prev])
14 gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u8-grapheme-prev])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNIGBRK_U8_GRAPHEME_PREV
18 lib_SOURCES += unigbrk/u8-grapheme-prev.c
19 endif
20
21 Include:
22 "unigbrk.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Ben Pfaff, Bruno Haible