From c50044d6842e0477666ce58b2698f0685e008337 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 13:59:25 +0100 Subject: mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB. * m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change. --- modules/sh-quote-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sh-quote-tests') diff --git a/modules/sh-quote-tests b/modules/sh-quote-tests index 2ac9722945..1bded043f2 100644 --- a/modules/sh-quote-tests +++ b/modules/sh-quote-tests @@ -8,4 +8,4 @@ configure.ac: Makefile.am: TESTS += test-sh-quote check_PROGRAMS += test-sh-quote -test_sh_quote_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC) +test_sh_quote_LDADD = $(LDADD) @LIBINTL@ $(MBRTOWC_LIB) -- cgit v1.2.1