* modules/options (Link): New section.
* modules/options-tests (Makefile.am): Link test-options and
test-options-prog with LIBINTL.
+2025-06-30 Bruno Haible <bruno@clisp.org>
+
+ options tests: Fix link error.
+ * modules/options (Link): New section.
+ * modules/options-tests (Makefile.am): Link test-options and
+ test-options-prog with LIBINTL.
+
2025-06-30 Bruno Haible <bruno@clisp.org>
_Noreturn: Fix compilation in C++ mode on Solaris (regr. 2025-06-27).
Include:
"options.h"
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
License:
GPL
Makefile.am:
TESTS += test-options
check_PROGRAMS += test-options
+test_options_LDADD = $(LDADD) $(LIBINTL)
noinst_PROGRAMS += test-options-prog
+test_options_prog_LDADD = $(LDADD) $(LIBINTL)