mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / xmemcoll
bloba8ff50bee6465e443043189b1f2edebc015ba371
1 Description:
2 Locale dependent memory area comparison, with error checking.
4 Files:
5 lib/xmemcoll.h
6 lib/xmemcoll.c
8 Depends-on:
9 memcoll
10 gettext-h
11 error
12 quotearg
13 exitfail
15 configure.ac:
16 AC_REQUIRE([AC_C_RESTRICT])
18 Makefile.am:
19 lib_SOURCES += xmemcoll.h xmemcoll.c
21 Include:
22 "xmemcoll.h"
24 Link:
25 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
26 $(MBRTOWC_LIB)
27 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
29 License:
30 GPL
32 Maintainer:
33 Paul Eggert, Jim Meyering