Hash :
69637233
Author :
Date :
2009-11-16T19:26:35
better AC_REQUIRE expanded-before-required-warning avoidance * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings. Suggested by Eric Blake. This change also reverts commit 1b712ba8, which is no longer needed.
Description:
faccessat() function: check user's permissions for a file.
Files:
lib/faccessat.c
m4/faccessat.m4
Depends-on:
euidaccess
extensions
fcntl-h
openat
unistd
configure.ac:
gl_FUNC_FACCESSAT
gl_MODULE_INDICATOR([faccessat])
gl_UNISTD_MODULE_INDICATOR([faccessat])
Makefile.am:
Include:
<fcntl.h>
<unistd.h>
Link:
$(LIB_EACCESS)
License:
GPL
Maintainer:
Jim Meyering, Eric Blake