-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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'.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ tests/signature.h | |
tests/macros.h | ||
|
||
Depends-on: | ||
gettext | ||
gettext-h | ||
fcntl-h | ||
ignore-value | ||
nanosleep | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ tests/macros.h | |
|
||
Depends-on: | ||
dup | ||
gettext | ||
gettext-h | ||
ignore-value | ||
nanosleep | ||
symlink | ||
|