summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--modules/futimens-tests2
-rw-r--r--modules/utimens-tests2
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 <ueno@gnu.org>
+
+ 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 <eggert@cs.ucla.edu>
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