Mercurial > hg > octave-lojdl > gnulib-hg
view 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 |
line wrap: on
line source
Files: tests/nap.h tests/test-futimens.h tests/test-lutimens.h tests/test-utimens.h tests/test-utimens-common.h tests/test-utimens.c tests/macros.h Depends-on: dup ignore-value symlink timespec usleep utimecmp configure.ac: Makefile.am: TESTS += test-utimens check_PROGRAMS += test-utimens test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@