From fd040ac68480f4d6251a54be29456258dd548c98 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 27 Jan 2013 11:40:58 -0800 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ modules/futimens-tests | 1 + modules/utimens-tests | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6bf3af4c36..bb7a1424d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-01-27 Paul Eggert + + 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. + 2013-01-26 Eric Blake test-getpeername: fix typo diff --git a/modules/futimens-tests b/modules/futimens-tests index 122ebebc26..a0bfb0b215 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 1ba9cf9e11..8c9160b020 100644 --- a/modules/utimens-tests +++ b/modules/utimens-tests @@ -9,6 +9,7 @@ tests/macros.h Depends-on: dup +gettext ignore-value symlink timespec -- 2.39.5