changeset 17302:7272991d255b

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 27 Jan 2013 11:40:58 -0800
parents d71480d60567
children eb68457f3843
files ChangeLog modules/futimens-tests modules/utimens-tests
diffstat 3 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+	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  <eblake@redhat.com>
 
 	test-getpeername: fix typo
--- a/modules/futimens-tests
+++ b/modules/futimens-tests
@@ -7,6 +7,7 @@
 tests/macros.h
 
 Depends-on:
+gettext
 fcntl-h
 ignore-value
 timespec
--- a/modules/utimens-tests
+++ b/modules/utimens-tests
@@ -9,6 +9,7 @@
 
 Depends-on:
 dup
+gettext
 ignore-value
 symlink
 timespec