NEWS.stable: update and finalise
[gnulib.git] / modules / gettime
index 23403c2..988d293 100644 (file)
@@ -1,19 +1,30 @@
 Description:
+Return current time, with nanosecond resolution.
 
 Files:
 lib/gettime.c
-m4/clock_time.m4
 m4/gettime.m4
 
 Depends-on:
+clock-time
 gettimeofday
+sys_time
 timespec
+extensions
 
 configure.ac:
 gl_GETTIME
 
 Makefile.am:
-lib_SOURCES += gettime.c
 
 Include:
+"timespec.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering