mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB. All uses changed. * NEWS: Mention the change.
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
Files:
|
|
tests/test-regex.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
localcharset
|
|
wctype-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex
|
|
check_PROGRAMS += test-regex
|
|
test_regex_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)
|