X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fnanosleep;h=61c9b9648af4e10969f288d9124d69ce806f5070;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=3ff486e81a793ed8c85c66d819d5f274d144ef3d;hpb=fb90809748e4a351e5747ddd5a3cf3372495c0b8;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index 3ff486e81..61c9b9648 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -6,16 +6,24 @@ lib/nanosleep.c m4/nanosleep.m4 Depends-on: -clock-time -extensions -gettime -stdbool -sys_select -sys_time 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: @@ -26,7 +34,7 @@ Link: $(LIB_NANOSLEEP) License: -GPL +LGPL Maintainer: Jim Meyering