errno-h: document Haiku errors can’t be -1
[gnulib.git] / modules / duplocale-tests
blob395d252dc8793155de120165defa0ce118e65f2d
1 Files:
2 tests/test-duplocale.c
3 tests/signature.h
4 tests/macros.h
5 m4/intl-thread-locale.m4
7 Depends-on:
8 langinfo-h
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([strfmon_l snprintf_l])
12 gl_CHECK_FUNCS_ANDROID([duplocale], [[#include <locale.h>]])
13 gl_CHECK_FUNCS_ANDROID([nl_langinfo_l], [[#include <langinfo.h>]])
14 AC_CHECK_HEADERS_ONCE([monetary.h])
15 gt_FUNC_USELOCALE
17 Makefile.am:
18 TESTS += test-duplocale
19 check_PROGRAMS += test-duplocale
20 test_duplocale_LDADD = $(LDADD) $(SETLOCALE_LIB) @DUPLOCALE_LIB@