NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / utimens
index 7196ef7..8797774 100644 (file)
@@ -2,23 +2,39 @@ Description:
 Set file access and modification times.
 
 Files:
-lib/utimens.h
 lib/utimens.c
+lib/utimens.h
+m4/utimbuf.m4
 m4/utimens.m4
 m4/utimes.m4
 
 Depends-on:
-timespec
+errno
+extern-inline
+fcntl-h
+fstat
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
+sys_time
+time
 
 configure.ac:
 gl_UTIMENS
 
 Makefile.am:
-lib_SOURCES += utimens.h utimens.c
+lib_SOURCES += utimens.c
 
 Include:
 "utimens.h"
 
-Maintainer:
-Paul Eggert, Jim Meyering
+Link:
+$(LIB_CLOCK_GETTIME)
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering, Eric Blake