posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / qset-acl
blob27fbc441c8bf5795ee7c3a6a62a7f1dd3761f2b7
1 Description:
2 Set access control list of a file by specifying a mode.  (Unportable.)
4 Files:
5 lib/qset-acl.c
7 Depends-on:
8 acl-permissions
10 configure.ac:
12 Makefile.am:
13 lib_SOURCES += qset-acl.c
15 Include:
16 "acl.h"
18 Link:
19 $(LIB_ACL)
21 License:
22 GPL
24 Maintainer:
25 Paul Eggert, Jim Meyering