summaryrefslogtreecommitdiff
path: root/modules/quotearg-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 13:59:25 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitc50044d6842e0477666ce58b2698f0685e008337 (patch)
tree6d2db7db2ec7ce6b383214d3748f8b478014d642 /modules/quotearg-tests
parent7d19811f99083c87c761eff0e5fbe1ab32156fb6 (diff)
downloadgnulib-c50044d6842e0477666ce58b2698f0685e008337.tar.gz
mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB.
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/quotearg-tests')
-rw-r--r--modules/quotearg-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/quotearg-tests b/modules/quotearg-tests
index dc94b34afa..176b317785 100644
--- a/modules/quotearg-tests
+++ b/modules/quotearg-tests
@@ -29,4 +29,4 @@ TESTS_ENVIRONMENT += \
LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
host_os='@host_os@'
check_PROGRAMS += test-quotearg
-test_quotearg_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(LIB_MBRTOWC)
+test_quotearg_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(MBRTOWC_LIB)