mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL. * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL. On Solaris, put -lsec in even for programs other than 'ls'. This fixes a problem for gettext reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>. * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]: Add support for Solaris 10. This isn't efficient, but should get the job done for now.
34 lines
325 B
Plaintext
34 lines
325 B
Plaintext
Description:
|
|
Access control lists of files. (Unportable.)
|
|
|
|
Files:
|
|
lib/acl.h
|
|
lib/acl.c
|
|
lib/acl-internal.h
|
|
lib/acl_entries.c
|
|
lib/file-has-acl.c
|
|
m4/acl.m4
|
|
|
|
Depends-on:
|
|
error
|
|
gettext
|
|
quote
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_FUNC_ACL
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(LIB_ACL)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|