Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / utimensat
1 Description:
2 Set file access and modification times of a file relative to a directory fd.
3
4 Files:
5 lib/utimensat.c
6 m4/utimensat.m4
7
8 Depends-on:
9 sys_stat
10 extensions
11 openat          [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
12 utimens         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
13
14 configure.ac:
15 gl_FUNC_UTIMENSAT
16 if test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1; then
17   AC_LIBOBJ([utimensat])
18 fi
19 gl_SYS_STAT_MODULE_INDICATOR([utimensat])
20
21 Makefile.am:
22
23 Include:
24 <sys/stat.h>
25
26 Link:
27 $(LIB_CLOCK_GETTIME)
28
29 License:
30 GPL
31
32 Maintainer:
33 Eric Blake