Hash :
959b9cc7
Author :
Date :
2023-01-13T09:37:40
qcopy-acl: Make last patch more robust. * m4/acl.m4 (gl_FUNC_ACL): Define through AC_DEFUN_ONCE. * modules/qcopy-acl (configure.ac): Require gl_FUNC_ACL.
Description:
Copy access control list from one file to another. (Unportable.)
Files:
lib/qcopy-acl.c
m4/xattr.m4
Depends-on:
acl-permissions [test "$use_xattr" != yes]
configure.ac:
gl_FUNC_XATTR
AC_REQUIRE([gl_FUNC_ACL])
if test "$use_xattr" = yes; then
QCOPY_ACL_LIB="$LIB_XATTR"
else
QCOPY_ACL_LIB="$LIB_ACL"
fi
AC_SUBST([QCOPY_ACL_LIB])
Makefile.am:
lib_SOURCES += qcopy-acl.c
Include:
"acl.h"
Link:
$(QCOPY_ACL_LIB)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering