1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00

parse-duration: Make self-test build on its own.

* modules/parse-duration-tests (test_parse_duration_LDADD): Don't
bring in LIBINTL.
This commit is contained in:
Simon Josefsson
2012-06-20 19:13:44 +02:00
parent 554cd2d4fd
commit e9b0ec8cb1
2 changed files with 6 additions and 1 deletions

View File

@@ -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> 2012-06-20 Paul Eggert <eggert@cs.ucla.edu>
init.sh: do not rely on autoupated PWD init.sh: do not rely on autoupated PWD

View File

@@ -11,4 +11,4 @@ configure.ac:
Makefile.am: Makefile.am:
TESTS += test-parse-duration.sh TESTS += test-parse-duration.sh
check_PROGRAMS += test-parse-duration check_PROGRAMS += test-parse-duration
test_parse_duration_LDADD = $(LDADD) @LIBINTL@ test_parse_duration_LDADD = $(LDADD)