]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
sh-quote-tests: port to Solaris 9
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Oct 2012 18:27:56 +0000 (11:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Oct 2012 18:29:37 +0000 (11:29 -0700)
* 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>.

ChangeLog
modules/sh-quote-tests

index ea23e5af087ed667ea981871fcefe2cfebacea20..0ab006ca1ec09fd09938de087f0eb2bf368ba3e3 100644 (file)
--- 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
index c4a628624335c83b45c95426629c52de579297ce..ac6101a4c8e0836f104d6167bf4c61b8fd91068d 100644 (file)
@@ -8,3 +8,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-sh-quote
 check_PROGRAMS += test-sh-quote
+test_sh_quote_LDADD = $(LDADD) @LIBINTL@