mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
Files:
|
|
tests/test-timespec_getres.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-timespec_getres
|
|
check_PROGRAMS += test-timespec_getres
|
|
test_timespec_getres_LDADD = $(LDADD) @CLOCK_TIME_LIB@
|