summaryrefslogtreecommitdiff
path: root/modules/c32rtomb-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 15:05:00 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:52 +0100
commitbd50da7f20cffb8c320f8592bd026b29ecc82a09 (patch)
tree4e492d951b211f6274941fc7826ce5fd9227ae78 /modules/c32rtomb-tests
parent283f413fb8789d2c9c89d41d912fc411c5ba9ab3 (diff)
downloadgnulib-bd50da7f20cffb8c320f8592bd026b29ecc82a09.tar.gz
setlocale: Rename LIB_SETLOCALE to SETLOCALE_LIB.
* m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/c32rtomb-tests')
-rw-r--r--modules/c32rtomb-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/c32rtomb-tests b/modules/c32rtomb-tests
index a8d2bee3fe..f1f83ae45c 100644
--- a/modules/c32rtomb-tests
+++ b/modules/c32rtomb-tests
@@ -40,4 +40,4 @@ TESTS_ENVIRONMENT += \
LOCALE_JA='@LOCALE_JA@' \
LOCALE_ZH_CN='@LOCALE_ZH_CN@'
check_PROGRAMS += test-c32rtomb test-c32rtomb-w32
-test_c32rtomb_LDADD = $(LDADD) $(LIB_SETLOCALE)
+test_c32rtomb_LDADD = $(LDADD) $(SETLOCALE_LIB)