22 lines
355 B
Plaintext
22 lines
355 B
Plaintext
Files:
|
|
tests/test-localename.c
|
|
tests/macros.h
|
|
m4/musl.m4
|
|
|
|
Depends-on:
|
|
locale
|
|
setenv
|
|
unsetenv
|
|
setlocale
|
|
strdup
|
|
|
|
configure.ac:
|
|
gl_CHECK_FUNCS_ANDROID([newlocale], [[#include <locale.h>]])
|
|
gl_MUSL_LIBC
|
|
|
|
Makefile.am:
|
|
TESTS += test-localename
|
|
check_PROGRAMS += test-localename
|
|
test_localename_LDADD = $(LDADD) $(SETLOCALE_LIB) @INTL_MACOSX_LIBS@ $(LIBTHREAD)
|
|
|