X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fnanosleep;h=61c9b9648af4e10969f288d9124d69ce806f5070;hb=4470580881a7b821b52fb5635102ef3e27aa5af4;hp=64cc02e4746f080f8f332865aa7c409205db952e;hpb=292b5c6b4d5d130c8b31a94b398ba30d6cfec369;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index 64cc02e47..61c9b9648 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -6,21 +6,35 @@ lib/nanosleep.c m4/nanosleep.m4 Depends-on: -clock-time -timespec -stdbool +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: 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: -"timespec.h" + + +Link: +$(LIB_NANOSLEEP) License: -GPL +LGPL Maintainer: Jim Meyering