From 58b3fd93de9623a0eea4af3ccb17a80da5926d58 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 Oct 2012 11:27:56 -0700 Subject: [PATCH] sh-quote-tests: port to Solaris 9 * modules/sh-quote-tests (test_sh_quote_LDADD): Add @LIBINTL@. Problem reported by Dagobert Michelsen in . --- ChangeLog | 7 +++++++ modules/sh-quote-tests | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea23e5af08..0ab006ca1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-10-30 Paul Eggert + + sh-quote-tests: port to Solaris 9 + * modules/sh-quote-tests (test_sh_quote_LDADD): Add @LIBINTL@. + Problem reported by Dagobert Michelsen in + . + 2012-10-28 Jim Meyering maint.mk: rename a new configurable variable diff --git a/modules/sh-quote-tests b/modules/sh-quote-tests index c4a6286243..ac6101a4c8 100644 --- a/modules/sh-quote-tests +++ b/modules/sh-quote-tests @@ -8,3 +8,4 @@ configure.ac: Makefile.am: TESTS += test-sh-quote check_PROGRAMS += test-sh-quote +test_sh_quote_LDADD = $(LDADD) @LIBINTL@ -- 2.39.5