Add support for Solaris 10 ACLs. Also, ACLs are Gnulib, not Autoconf.
[gnulib.git] / modules / acl
1 Description:
2 Access control lists of files.  (Unportable.)
3
4 Files:
5 lib/acl.h
6 lib/acl.c
7 lib/acl-internal.h
8 lib/acl_entries.c
9 lib/file-has-acl.c
10 m4/acl.m4
11
12 Depends-on:
13 error
14 gettext
15 quote
16 sys_stat
17
18 configure.ac:
19 gl_FUNC_ACL
20
21 Makefile.am:
22
23 Include:
24 "acl.h"
25
26 Link:
27 $(LIB_ACL)
28
29 License:
30 GPL
31
32 Maintainer:
33 Paul Eggert, Jim Meyering