summaryrefslogtreecommitdiff
path: root/modules/qcopy-acl
blob: b89d8ecab6897bd3055661cc884a7ffd1ff156d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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