warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / futimens
blobab1c62d2bef0056d5bca6f97e2160c4df39c4517
1 Description:
2 Set file access and modification times of a file descriptor.
4 Files:
5 lib/futimens.c
6 m4/futimens.m4
8 Depends-on:
9 sys_stat
10 extensions
11 utimens         [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
13 configure.ac:
14 gl_FUNC_FUTIMENS
15 if test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1; then
16   AC_LIBOBJ([futimens])
18 gl_SYS_STAT_MODULE_INDICATOR([futimens])
20 Makefile.am:
22 Include:
23 <sys/stat.h>
25 Link:
26 $(LIB_CLOCK_GETTIME)
28 License:
29 LGPL
31 Maintainer:
32 Eric Blake