crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / nanosleep
index a652e53c2c7c03daddcf51d6b489cf7fd2a13a23..32af74b9fbf98a1ee37b0e9a50e9ca67a0028dd9 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