]> Savannah Git Hosting - gnulib.git/commitdiff
utimens-tests: avoid pulling gettext .m4 files
authorDaiki Ueno <ueno@gnu.org>
Tue, 19 Jan 2016 01:15:36 +0000 (10:15 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 19 Jan 2016 01:30:25 +0000 (10:30 +0900)
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
modules/futimens-tests
modules/utimens-tests

index b9da9354e2498d6a13534c371ad40ebd50662610..9614d580b0759591d1b7e8eedf16398a84c4e356 100644 (file)
--- 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
index a1948eb2bb0feb8c61bb86c578fbf19dc2e2ac52..c7e9db2f01beb4ff68dd03cd95d2bdead681ca11 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-gettext
+gettext-h
 fcntl-h
 ignore-value
 nanosleep
index 76dad1b93bfd25400098b1259f5cdaaa460fdae0..d5e3085d277de8a9160489ad76179e1c9ba1253e 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 
 Depends-on:
 dup
-gettext
+gettext-h
 ignore-value
 nanosleep
 symlink