I noticed parse-duration didn't build on its own: http://autobuild.josefsson.org/gnulib-mega/log-201206201113809165000.txt
confirmed by ./gnulib-tool --create-testdir --dir t --with-tests parse-duration Should be fixed by patch below, which is pushed. /Simon >From e9b0ec8cb15c0fe6c1ff98f67a5336632e96c0ae Mon Sep 17 00:00:00 2001 From: Simon Josefsson <si...@josefsson.org> Date: Wed, 20 Jun 2012 19:13:44 +0200 Subject: [PATCH] parse-duration: Make self-test build on its own. * modules/parse-duration-tests (test_parse_duration_LDADD): Don't bring in LIBINTL. --- ChangeLog | 5 +++++ modules/parse-duration-tests | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0e827d..a363d56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-20 Simon Josefsson <si...@josefsson.org> + + * modules/parse-duration-tests (test_parse_duration_LDADD): Don't + bring in LIBINTL. + 2012-06-20 Paul Eggert <egg...@cs.ucla.edu> init.sh: do not rely on autoupated PWD diff --git a/modules/parse-duration-tests b/modules/parse-duration-tests index b561a38..3fade7e 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) -- 1.7.9.5