summaryrefslogtreecommitdiff
path: root/modules/c32islower-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/c32islower-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/c32islower-tests')
-rw-r--r--modules/c32islower-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/c32islower-tests b/modules/c32islower-tests
index b8d8fa4ab3..a502e28eb1 100644
--- a/modules/c32islower-tests
+++ b/modules/c32islower-tests
@@ -26,4 +26,4 @@ TESTS_ENVIRONMENT += \
LOCALE_JA='@LOCALE_JA@' \
LOCALE_ZH_CN='@LOCALE_ZH_CN@'
check_PROGRAMS += test-c32islower
-test_c32islower_LDADD = $(LDADD) $(LIB_SETLOCALE) $(MBRTOWC_LIB) $(LIBUNISTRING)
+test_c32islower_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING)