mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
These need to link with @LIBINTL@ to get libintl_gettext. Problem reported by Tom G. Christensen in <http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00086.html>. * modules/c-xvasprintf-tests (test_c_xvasprintf_LDADD): * modules/readtokens-tests (test_readtokens_LDADD): New macros. * modules/futimens-tests (test_futimens_LDADD): * modules/utimens-tests (test_utimens_LDADD): Add @LIBINTL@.
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
Files:
|
|
tests/macros.h
|
|
tests/test-readtokens.c
|
|
tests/test-readtokens.sh
|
|
|
|
Depends-on:
|
|
closeout
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-readtokens.sh
|
|
check_PROGRAMS += test-readtokens
|
|
test_readtokens_LDADD = $(LDADD) @LIBINTL@
|