mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/setlocale_null.m4: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB. All uses changed. * NEWS: Mention the change
24 lines
621 B
Plaintext
24 lines
621 B
Plaintext
Files:
|
|
tests/test-setlocale_null.c
|
|
tests/test-setlocale_null-mt-one.c
|
|
tests/test-setlocale_null-mt-all.c
|
|
|
|
Depends-on:
|
|
thread
|
|
nanosleep
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-setlocale_null \
|
|
test-setlocale_null-mt-one \
|
|
test-setlocale_null-mt-all
|
|
check_PROGRAMS += \
|
|
test-setlocale_null \
|
|
test-setlocale_null-mt-one \
|
|
test-setlocale_null-mt-all
|
|
test_setlocale_null_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@
|
|
test_setlocale_null_mt_one_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)
|
|
test_setlocale_null_mt_all_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)
|