On 01/12/2013 09:51 PM, Paul Eggert wrote:
> +     * modules/futimens-tests (test_futimens_LDADD):
> +     * modules/utimens-tests (test_utimens_LDADD): Add @LIBINTL@.

This introduced a problem when running these tests individually,
which I fixed as follows:


futimens-tests, utimens-tests: Depend on gettext.
This works around a problem introduced in my 2013-01-12 patch,
which added @LIBINTL@ to these modules.
* modules/futimens-tests (Depends-on):
* modules/utimens-tests (Depends-on): Add gettext.
diff --git a/modules/futimens-tests b/modules/futimens-tests
index 122ebeb..a0bfb0b 100644
--- a/modules/futimens-tests
+++ b/modules/futimens-tests
@@ -7,6 +7,7 @@ tests/signature.h
 tests/macros.h

 Depends-on:
+gettext
 fcntl-h
 ignore-value
 timespec
diff --git a/modules/utimens-tests b/modules/utimens-tests
index 1ba9cf9..8c9160b 100644
--- a/modules/utimens-tests
+++ b/modules/utimens-tests
@@ -9,6 +9,7 @@ tests/macros.h

 Depends-on:
 dup
+gettext
 ignore-value
 symlink
 timespec


Reply via email to