mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* m4/nanosleep.m4: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. All uses changed. * NEWS: Mention the change.
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
Files:
|
|
tests/test-nanosleep.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-nanosleep
|
|
check_PROGRAMS += test-nanosleep
|
|
test_nanosleep_LDADD = $(LDADD) $(NANOSLEEP_LIB)
|