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-vsnprintf.c
tests/test-c-vsnprintf.sh
m4/locale-fr.m4
tests/macros.h
Depends-on:
setlocale
snprintf
configure.ac:
gt_LOCALE_FR
Makefile.am:
TESTS += test-c-vsnprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-vsnprintf
test_c_vsnprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)