relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
[gnulib.git] / modules / acl
blob2e410fbe6ac198736636fab195b11876027ec6e6
1 Description:
2 Access control lists of files, with diagnostics.  (Unportable.)
4 Files:
5 lib/copy-acl.c
6 lib/set-acl.c
8 Depends-on:
9 error
10 gettext-h
11 qcopy-acl
12 qset-acl
13 quote
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += copy-acl.c set-acl.c
20 Include:
21 "acl.h"
23 Link:
24 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
25 $(MBRTOWC_LIB)
26 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
27 $(LIB_ACL)
28 $(QCOPY_ACL_LIB)
30 License:
31 GPL
33 Maintainer:
34 Paul Eggert, Jim Meyering