From 62e07b8a423a78556e2f5d86d1affe7cca4c8896 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Sun, 12 Aug 2012 15:46:22 -0400 Subject: Add functions for setting file times with high resolution --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9461452..818303b 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,10 @@ AC_CHECK_MEMBERS([struct stat.st_uatime]) AC_CHECK_MEMBERS([struct stat.st_umtime]) AC_CHECK_MEMBERS([struct stat.st_uctime]) +# Functions for changing file timestamps +AC_CHECK_FUNCS([utimensat futimens]) +AC_CHECK_FUNCS([lutimes futimes]) + # Additional temp functions AC_CHECK_FUNCS([mkstemps mkdtemp]) -- cgit v1.2.3