ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / qcopy-acl
blobb89d8ecab6897bd3055661cc884a7ffd1ff156d0
1 Description:
2 Copy access control list from one file to another.  (Unportable.)
4 Files:
5 lib/qcopy-acl.c
6 m4/xattr.m4
8 Depends-on:
9 acl-permissions [test "$use_xattr" != yes]
11 configure.ac:
12 gl_FUNC_XATTR
13 AC_REQUIRE([gl_FUNC_ACL])
14 if test "$use_xattr" = yes; then
15   QCOPY_ACL_LIB="$LIB_XATTR"
16 else
17   QCOPY_ACL_LIB="$LIB_ACL"
19 AC_SUBST([QCOPY_ACL_LIB])
21 Makefile.am:
22 lib_SOURCES += qcopy-acl.c
24 Include:
25 "acl.h"
27 Link:
28 $(QCOPY_ACL_LIB)
30 License:
31 GPL
33 Maintainer:
34 Paul Eggert, Jim Meyering