utimens: add UTIME_NOW and UTIME_OMIT support
[pspp] / modules / utimens
index 14074182f8c5984aa54152d73f98b6b4149d8763..9917cfc7ef650fc9275a68a0ff012376605b8287 100644 (file)
@@ -9,19 +9,29 @@ m4/utimens.m4
 m4/utimes.m4
 
 Depends-on:
-timespec
+dup2
+errno
+lstat
+gettime
+stat-time
+stdbool
+sys_stat
+sys_time
+time
 
 configure.ac:
 gl_UTIMENS
 
 Makefile.am:
-EXTRA_DIST += utimens.h
 
 Include:
 "utimens.h"
 
+Link:
+$(LIB_CLOCK_GETTIME)
+
 License:
 GPL
 
 Maintainer:
-Paul Eggert, Jim Meyering
+Paul Eggert, Jim Meyering, Eric Blake