mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
b89c6790f3
* m4/nanosleep.m4: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. All uses changed. * NEWS: Mention the change.
25 lines
370 B
Plaintext
25 lines
370 B
Plaintext
Files:
|
|
tests/nap.h
|
|
tests/test-futimens.h
|
|
tests/test-utimens-common.h
|
|
tests/test-futimens.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
fcntl-h
|
|
ignore-value
|
|
nanosleep
|
|
stdckdint
|
|
timespec
|
|
dup
|
|
utimecmp
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-futimens
|
|
check_PROGRAMS += test-futimens
|
|
test_futimens_LDADD = $(LDADD) $(CLOCK_TIME_LIB) $(NANOSLEEP_LIB) @LIBINTL@
|