X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fnanosleep;h=61c9b9648af4e10969f288d9124d69ce806f5070;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=841827993d810b50946bcc7fd8bea8f220b58c72;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index 841827993..61c9b9648 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -6,13 +6,35 @@ lib/nanosleep.c m4/nanosleep.m4 Depends-on: -timespec +time +extensions +multiarch +intprops [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +select [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sigaction [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +stdbool [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sys_select [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sys_time [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +verify [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] configure.ac: -jm_FUNC_NANOSLEEP +gl_FUNC_NANOSLEEP +if test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1; then + AC_LIBOBJ([nanosleep]) + gl_PREREQ_NANOSLEEP +fi +gl_TIME_MODULE_INDICATOR([nanosleep]) Makefile.am: Include: +Link: +$(LIB_NANOSLEEP) + +License: +LGPL + +Maintainer: +Jim Meyering