Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/utimens-tests @ 17283:ccd519631b21
c-xvasprintf etc.: fix link errors on older Solaris
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@.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 12 Jan 2013 21:33:54 -0800 |
parents | 8a7efc89bf57 |
children | 7272991d255b |
comparison
equal
deleted
inserted
replaced
17282:a4996fb12971 | 17283:ccd519631b21 |
---|---|
18 configure.ac: | 18 configure.ac: |
19 | 19 |
20 Makefile.am: | 20 Makefile.am: |
21 TESTS += test-utimens | 21 TESTS += test-utimens |
22 check_PROGRAMS += test-utimens | 22 check_PROGRAMS += test-utimens |
23 test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) | 23 test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@ |