changeset 16920:3dd127ee27c3

parse-duration: Make self-test build on its own. * modules/parse-duration-tests (test_parse_duration_LDADD): Don't bring in LIBINTL.
author Simon Josefsson <simon@josefsson.org>
date Wed, 20 Jun 2012 19:13:44 +0200
parents 759e43f4cafc
children f243ccee7232
files ChangeLog modules/parse-duration-tests
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-20  Simon Josefsson  <simon@josefsson.org>
+
+	* modules/parse-duration-tests (test_parse_duration_LDADD): Don't
+	bring in LIBINTL.
+
 2012-06-20  Paul Eggert  <eggert@cs.ucla.edu>
 
 	init.sh: do not rely on autoupated PWD
--- a/modules/parse-duration-tests
+++ b/modules/parse-duration-tests
@@ -11,4 +11,4 @@
 Makefile.am:
 TESTS += test-parse-duration.sh
 check_PROGRAMS += test-parse-duration
-test_parse_duration_LDADD = $(LDADD) @LIBINTL@
+test_parse_duration_LDADD = $(LDADD)