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