copy-acl: ignore ENOTSUP on HP-UX
[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 gettext-h
16 quote
17 sys_stat
18
19 configure.ac:
20 gl_FUNC_ACL
21
22 Makefile.am:
23 lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
24
25 Include:
26 "acl.h"
27
28 Link:
29 $(LIB_ACL)
30
31 License:
32 GPL
33
34 Maintainer:
35 Paul Eggert, Jim Meyering, Bruno Haible