* modules/lstat, modules/stat, modules/utimensat (Depends-on):
Add stat-time.
+2017-11-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ stat: add missing module dependencies
+ * modules/lstat, modules/stat, modules/utimensat (Depends-on):
+ Add stat-time.
+
2017-11-28 Benno Schulenberg <bensberg@telfort.nl>
stat: fix compilation failure on macOS Sierra
largefile
dosname [test $REPLACE_LSTAT = 1]
stat [test $REPLACE_LSTAT = 1]
+stat-time [test $REPLACE_LSTAT = 1]
configure.ac:
gl_FUNC_LSTAT
filename [test $REPLACE_STAT = 1]
malloca [test $REPLACE_STAT = 1]
pathmax [test $REPLACE_STAT = 1]
+stat-time [test $REPLACE_STAT = 1]
stdbool [test $REPLACE_STAT = 1]
verify [test $REPLACE_STAT = 1]
openat-die [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
openat-h [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
save-cwd [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
+stat-time [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
utimens [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
fstatat [test $REPLACE_UTIMENSAT = 1]