Remove incorrect 'Link' sections.
[gnulib.git] / modules / utimensat
blob27e4679dac4bb79c168323e2f04c5028a4685e23
1 Description:
2 Set file access and modification times of a file relative to a directory fd.
4 Files:
5 lib/utimensat.c
6 lib/at-func.c
7 m4/utimensat.m4
9 Depends-on:
10 sys_stat
11 extensions
12 at-internal     [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
13 dosname         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
14 errno           [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
15 fchdir          [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
16 fcntl-h         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
17 openat-die      [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
18 openat-h        [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
19 save-cwd        [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
20 stat-time       [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
21 utimens         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
22 fstatat         [test $REPLACE_UTIMENSAT = 1]
24 configure.ac:
25 gl_FUNC_UTIMENSAT
26 if test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1; then
27   AC_LIBOBJ([utimensat])
29 gl_SYS_STAT_MODULE_INDICATOR([utimensat])
31 Makefile.am:
33 Include:
34 <sys/stat.h>
36 License:
37 GPL
39 Maintainer:
40 Eric Blake