Hash :
41d7a701
Author :
Date :
2011-05-22T17:46:30
utimensat: Move AC_LIBOBJ invocations to module description. * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Move AC_LIBOBJ invocations from here... * modules/utimensat (configure.ac): ... to here.
Description:
Set file access and modification times of a file relative to a directory fd.
Files:
lib/utimensat.c
m4/utimensat.m4
Depends-on:
sys_stat
extensions
openat [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
utimens [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
configure.ac:
gl_FUNC_UTIMENSAT
if test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1; then
AC_LIBOBJ([utimensat])
fi
gl_SYS_STAT_MODULE_INDICATOR([utimensat])
Makefile.am:
Include:
<sys/stat.h>
Link:
$(LIB_CLOCK_GETTIME)
License:
GPL
Maintainer:
Eric Blake