X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fnanosleep;h=61c9b9648af4e10969f288d9124d69ce806f5070;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hp=61b4527b33b81460509e0c588f28f41b6b4d3e03;hpb=4b2f21b36a615728ebf2a0e1bc2c8def175703a8;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index 61b4527b3..61c9b9648 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -6,17 +6,24 @@ lib/nanosleep.c m4/nanosleep.m4 Depends-on: -clock-time -extensions -gettime -sigaction -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: @@ -27,7 +34,7 @@ Link: $(LIB_NANOSLEEP) License: -GPL +LGPL Maintainer: Jim Meyering