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

@@ -12,4 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-regex
check_PROGRAMS += test-regex
test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)
test_regex_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)