Merge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a' into stable
[gnulib.git] / modules / acl
1 Description:
2 Access control lists of files.  (Unportable.)
3
4 Files:
5 lib/acl.h
6 lib/acl-internal.h
7 lib/acl_entries.c
8 lib/set-mode-acl.c
9 lib/copy-acl.c
10 lib/file-has-acl.c
11 m4/acl.m4
12
13 Depends-on:
14 error
15 fstat
16 gettext-h
17 quote
18 sys_stat
19
20 configure.ac:
21 gl_FUNC_ACL
22
23 Makefile.am:
24 lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
25
26 Include:
27 "acl.h"
28
29 Link:
30 $(LIB_ACL)
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering, Bruno Haible