blob: 4b9a28a65c2475bc069b25c6d7bd1c8f73fe6247 [file] [log] [blame]
Files:
tests/test-localename.c
tests/macros.h
Depends-on:
locale
setenv
unsetenv
setlocale
strdup
configure.ac:
AC_CHECK_FUNCS_ONCE([newlocale])
Makefile.am:
TESTS += test-localename
check_PROGRAMS += test-localename
test_localename_LDADD = $(LDADD) $(LIB_SETLOCALE) @INTL_MACOSX_LIBS@ $(LIBTHREAD)