changeset 17144:e11d1d1ffefd

sh-quote-tests: port to Solaris 9 * modules/sh-quote-tests (test_sh_quote_LDADD): Add @LIBINTL@. Problem reported by Dagobert Michelsen in <http://lists.gnu.org/archive/html/bug-gnulib/2012-10/msg00114.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 30 Oct 2012 11:27:56 -0700
parents 78950b779f13
children 3db954427a47
files ChangeLog modules/sh-quote-tests
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+	sh-quote-tests: port to Solaris 9
+	* modules/sh-quote-tests (test_sh_quote_LDADD): Add @LIBINTL@.
+	Problem reported by Dagobert Michelsen in
+	<http://lists.gnu.org/archive/html/bug-gnulib/2012-10/msg00114.html>.
+
 2012-10-28  Jim Meyering  <jim@meyering.net>
 
 	maint.mk: rename a new configurable variable
--- a/modules/sh-quote-tests
+++ b/modules/sh-quote-tests
@@ -8,3 +8,4 @@
 Makefile.am:
 TESTS += test-sh-quote
 check_PROGRAMS += test-sh-quote
+test_sh_quote_LDADD = $(LDADD) @LIBINTL@