mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
1866b23715
* 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)
|
|
|