hash-test uses xalloc which uses xalloc-die which uses gettext, so hash-test needs to link with gettext. See:
http://autobuild.josefsson.org/gnulib/log-200906221702703484000.txt How about this? Not tested, but seems right. /Simon diff --git a/modules/hash-tests b/modules/hash-tests index 0a83d8e..f67a085 100644 --- a/modules/hash-tests +++ b/modules/hash-tests @@ -13,3 +13,4 @@ configure.ac: Makefile.am: TESTS += test-hash check_PROGRAMS += test-hash +test_hash_LDADD = $(LDADD) @LIBINTL@