Skip to content

Commit

Permalink
utimens-tests: avoid pulling gettext .m4 files
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
ueno committed Jan 19, 2016
1 parent 336fa86 commit 914feb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2016-01-19 Daiki Ueno <[email protected]>

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 <[email protected]>

regex: pacify static checkers
Expand Down
2 changes: 1 addition & 1 deletion modules/futimens-tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h

Depends-on:
gettext
gettext-h
fcntl-h
ignore-value
nanosleep
Expand Down
2 changes: 1 addition & 1 deletion modules/utimens-tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests/macros.h

Depends-on:
dup
gettext
gettext-h
ignore-value
nanosleep
symlink
Expand Down

0 comments on commit 914feb6

Please sign in to comment.