mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/clock_time.m4: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB. All uses changed. * NEWS: Mention the change.
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
Files:
|
|
tests/signature.h
|
|
tests/test-gettime-res.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-gettime-res
|
|
check_PROGRAMS += test-gettime-res
|
|
test_gettime_res_LDADD = $(LDADD) $(CLOCK_TIME_LIB)
|