1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

setlocale: Rename LIB_SETLOCALE to SETLOCALE_LIB.

* m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB.
All uses changed.
* NEWS: Mention the change.
This commit is contained in:
Bruno Haible
2023-01-07 15:05:00 +01:00
parent 283f413fb8
commit bd50da7f20
81 changed files with 106 additions and 93 deletions

View File

@@ -15,4 +15,4 @@ Makefile.am:
TESTS += test-c-vasprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-vasprintf
test_c_vasprintf_LDADD = $(LDADD) $(LIB_SETLOCALE)
test_c_vasprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)