posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / unistr / u8-strcoll
blobca386c31d156c4a697582e9cef89f3b2a33efb24
1 Description:
2 Compare UTF-8 strings using the collation rules of the current locale.
4 Files:
5 lib/unistr/u8-strcoll.c
6 lib/unistr/u-strcoll.h
8 Depends-on:
9 unistr/base
10 unistr/u8-strcmp
11 uniconv/u8-strconv-to-enc
12 localcharset
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u8-strcoll])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNISTR_U8_STRCOLL
19 lib_SOURCES += unistr/u8-strcoll.c
20 endif
22 Include:
23 "unistr.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all