changeset 37900:e9cf11801c56

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'.
author Daiki Ueno <ueno@gnu.org>
date Tue, 19 Jan 2016 10:15:36 +0900
parents 67ef6269251b
children 6f477b21b8dc
files ChangeLog modules/futimens-tests modules/utimens-tests
diffstat 3 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 18 10:34:18 2016 -0800
+++ b/ChangeLog	Tue Jan 19 10:15:36 2016 +0900
@@ -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
--- a/modules/futimens-tests	Mon Jan 18 10:34:18 2016 -0800
+++ b/modules/futimens-tests	Tue Jan 19 10:15:36 2016 +0900
@@ -7,7 +7,7 @@
 tests/macros.h
 
 Depends-on:
-gettext
+gettext-h
 fcntl-h
 ignore-value
 nanosleep
--- a/modules/utimens-tests	Mon Jan 18 10:34:18 2016 -0800
+++ b/modules/utimens-tests	Tue Jan 19 10:15:36 2016 +0900
@@ -9,7 +9,7 @@
 
 Depends-on:
 dup
-gettext
+gettext-h
 ignore-value
 nanosleep
 symlink