mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-15 11:41:20 +03:00
* modules/qcopy-acl (Depends-on): Add condition. (configure.ac): Set QCOPY_ACL_LIB. (Link): Add $(QCOPY_ACL_LIB). Remove $(LIB_ACL). * modules/qacl (Link): Add $(LIB_ACL) and $(QCOPY_ACL_LIB). * modules/acl (Link): Add $(LIB_ACL) and $(QCOPY_ACL_LIB). * modules/copy-file (Link): Add $(QCOPY_ACL_LIB). * modules/supersede (Link): Add $(QCOPY_ACL_LIB). * modules/acl-tests (Makefile.am): Link test-copy-acl with $(QCOPY_ACL_LIB). * modules/copy-file-tests (Makefile.am): Link test-copy-file with $(QCOPY_ACL_LIB). * modules/supersede-tests (Makefile.am): Link test-supersede with $(QCOPY_ACL_LIB).
27 lines
346 B
Plaintext
27 lines
346 B
Plaintext
Description:
|
|
Access control lists of files. (Unportable.)
|
|
This is a placeholder module for backwards compatibility.
|
|
New programs should use either qcopy-acl or qset-acl or both.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
qcopy-acl
|
|
qset-acl
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
Link:
|
|
$(LIB_ACL)
|
|
$(QCOPY_ACL_LIB)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|