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
