Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / settime
index 0c5f5ce..8f097f7 100644 (file)
@@ -1,11 +1,15 @@
 Description:
+Set the current time, with nanosecond resolution.
 
 Files:
 lib/settime.c
-m4/clock_time.m4
 m4/settime.m4
 
 Depends-on:
+clock-time
+errno
+extensions
+sys_time
 timespec
 
 configure.ac:
@@ -15,4 +19,13 @@ Makefile.am:
 lib_SOURCES += settime.c
 
 Include:
+"timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering