Reported by Tom G. Christensen in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-03/msg00108.html>.
* modules/term-style-control-tests (Makefile.am): Link
test-term-style-control-hello and test-term-style-control-yes against
LIBINTL.
+2019-03-25 Bruno Haible <bruno@clisp.org>
+
+ term-style-control tests: Fix link error.
+ Reported by Tom G. Christensen in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2019-03/msg00108.html>.
+ * modules/term-style-control-tests (Makefile.am): Link
+ test-term-style-control-hello and test-term-style-control-yes against
+ LIBINTL.
+
2019-03-24 Bruno Haible <bruno@clisp.org>
term-style-control: Add tests.
TESTS += test-term-style-control-hello
check_PROGRAMS += test-term-style-control-hello
noinst_PROGRAMS += test-term-style-control-yes
+test_term_style_control_hello_LDADD = $(LDADD) @LIBINTL@
+test_term_style_control_yes_LDADD = $(LDADD) @LIBINTL@