maint.mk: fix "release" target to build _version
[gnulib.git] / modules / uninorm / u32-normcmp
1 Description:
2 Normalization insensitive comparison of UTF-32 strings.
3
4 Files:
5 lib/uninorm/u32-normcmp.c
6 lib/uninorm/u-normcmp.h
7
8 Depends-on:
9 uninorm/base
10 uninorm/u32-normalize
11 unistr/u32-cmp2
12 minmax
13
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u32-normcmp])
16
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNINORM_U32_NORMCMP
19 lib_SOURCES += uninorm/u32-normcmp.c
20 endif
21
22 Include:
23 "uninorm.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30