Hash :
bd50da7f
Author :
Date :
2023-01-07T15:05:00
setlocale: Rename LIB_SETLOCALE to SETLOCALE_LIB. * m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB. All uses changed. * NEWS: Mention the change.
Files:
tests/test-c-xvasprintf.c
tests/test-c-xvasprintf.sh
m4/locale-fr.m4
tests/macros.h
Depends-on:
setlocale
snprintf
xalloc
configure.ac:
gt_LOCALE_FR
Makefile.am:
TESTS += test-c-xvasprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-xvasprintf
test_c_xvasprintf_LDADD = $(LDADD) $(SETLOCALE_LIB) @LIBINTL@