summaryrefslogtreecommitdiff
path: root/modules/vasnprintf-posix-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/vasnprintf-posix-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/vasnprintf-posix-tests')
-rw-r--r--modules/vasnprintf-posix-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests
index 2ea2791ddf..2ff8fc1da3 100644
--- a/modules/vasnprintf-posix-tests
+++ b/modules/vasnprintf-posix-tests
@@ -24,5 +24,5 @@ Makefile.am:
TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3
-test_vasnprintf_posix2_LDADD = $(LDADD) $(LIB_SETLOCALE)
-test_vasnprintf_posix3_LDADD = $(LDADD) $(LIB_SETLOCALE)
+test_vasnprintf_posix2_LDADD = $(LDADD) $(SETLOCALE_LIB)
+test_vasnprintf_posix3_LDADD = $(LDADD) $(SETLOCALE_LIB)