From: Simon Josefsson Date: Wed, 20 Jun 2012 17:13:44 +0000 (+0200) Subject: parse-duration: Make self-test build on its own. X-Git-Tag: v0.1~608 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e9b0ec8cb15c0fe6c1ff98f67a5336632e96c0ae;p=gnulib.git parse-duration: Make self-test build on its own. * modules/parse-duration-tests (test_parse_duration_LDADD): Don't bring in LIBINTL. --- diff --git a/ChangeLog b/ChangeLog index e0e827de1..a363d5652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-20 Simon Josefsson + + * modules/parse-duration-tests (test_parse_duration_LDADD): Don't + bring in LIBINTL. + 2012-06-20 Paul Eggert init.sh: do not rely on autoupated PWD diff --git a/modules/parse-duration-tests b/modules/parse-duration-tests index b561a38ff..3fade7e3d 100644 --- a/modules/parse-duration-tests +++ b/modules/parse-duration-tests @@ -11,4 +11,4 @@ configure.ac: Makefile.am: TESTS += test-parse-duration.sh check_PROGRAMS += test-parse-duration -test_parse_duration_LDADD = $(LDADD) @LIBINTL@ +test_parse_duration_LDADD = $(LDADD)