From bd50da7f20cffb8c320f8592bd026b29ecc82a09 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 15:05:00 +0100 Subject: setlocale: Rename LIB_SETLOCALE to SETLOCALE_LIB. * m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB. All uses changed. * NEWS: Mention the change. --- modules/strtold-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/strtold-tests') diff --git a/modules/strtold-tests b/modules/strtold-tests index dc82f50a08..0d35390877 100644 --- a/modules/strtold-tests +++ b/modules/strtold-tests @@ -26,4 +26,4 @@ TESTS_ENVIRONMENT += \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-strtold1 -test_strtold1_LDADD = $(LDADD) $(LIB_SETLOCALE) +test_strtold1_LDADD = $(LDADD) $(SETLOCALE_LIB) -- cgit v1.2.1