From 914feb672c648f6c5025435faafda7788bc26b01 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 19 Jan 2016 10:15:36 +0900 Subject: [PATCH] utimens-tests: avoid pulling gettext .m4 files 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'. --- ChangeLog | 15 +++++++++++++++ modules/futimens-tests | 2 +- modules/utimens-tests | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9da9354e2..9614d580b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2016-01-19 Daiki Ueno + + utimens-tests: avoid pulling gettext .m4 files + 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'. + 2016-01-18 Paul Eggert regex: pacify static checkers diff --git a/modules/futimens-tests b/modules/futimens-tests index a1948eb2bb..c7e9db2f01 100644 --- a/modules/futimens-tests +++ b/modules/futimens-tests @@ -7,7 +7,7 @@ tests/signature.h tests/macros.h Depends-on: -gettext +gettext-h fcntl-h ignore-value nanosleep diff --git a/modules/utimens-tests b/modules/utimens-tests index 76dad1b93b..d5e3085d27 100644 --- a/modules/utimens-tests +++ b/modules/utimens-tests @@ -9,7 +9,7 @@ tests/macros.h Depends-on: dup -gettext +gettext-h ignore-value nanosleep symlink -- 2.39.5