mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/localename (Link): Mention $(LIBTHREAD) or $(LTLIBTHREAD). * modules/localename-tests (Makefile.am): Link test-localename with $(LIBTHREAD).
19 lines
276 B
Plaintext
19 lines
276 B
Plaintext
Files:
|
|
tests/test-localename.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
locale
|
|
setenv
|
|
unsetenv
|
|
strdup
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([newlocale])
|
|
|
|
Makefile.am:
|
|
TESTS += test-localename
|
|
check_PROGRAMS += test-localename
|
|
test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)
|
|
|