NEWS.stable: update and finalise
[gnulib.git] / modules / nanosleep
index a652e53..32af74b 100644 (file)
@@ -6,19 +6,20 @@ lib/nanosleep.c
 m4/nanosleep.m4
 
 Depends-on:
-clock-time
+time
 extensions
-gettime
 multiarch
-select
-sigaction
-stdbool
-sys_select
-sys_time
-time
+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
+gl_TIME_MODULE_INDICATOR([nanosleep])
 
 Makefile.am:
 
@@ -29,7 +30,7 @@ Link:
 $(LIB_NANOSLEEP)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering