mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Although this is not the right fix to the original problem: http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00086.html it makes it possible again for consumer projects to use arbitrary version of gettext, through the steps described at: http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html See here for details: https://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00079.html * modules/futimens-tests (Depends-on): Add 'gettext-h' in place of 'gettext'. * modules/utimens-tests (Depends-on): Add 'gettext-h' in place of 'gettext'.
25 lines
384 B
Plaintext
25 lines
384 B
Plaintext
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
|
|
gettext-h
|
|
ignore-value
|
|
nanosleep
|
|
symlink
|
|
timespec
|
|
utimecmp
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-utimens
|
|
check_PROGRAMS += test-utimens
|
|
test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@
|