changeset 36835:7f3fb8dfd676

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 fb74f70bd1c8
children 3e6f2e9523f9
files ChangeLog modules/sh-quote-tests
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 28 08:38:09 2012 +0100
+++ b/ChangeLog	Tue Oct 30 11:27:56 2012 -0700
@@ -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	Sun Oct 28 08:38:09 2012 +0100
+++ b/modules/sh-quote-tests	Tue Oct 30 11:27:56 2012 -0700
@@ -8,3 +8,4 @@
 Makefile.am:
 TESTS += test-sh-quote
 check_PROGRAMS += test-sh-quote
+test_sh_quote_LDADD = $(LDADD) @LIBINTL@