Add support for Solaris 10 ACLs. Also, ACLs are Gnulib, not Autoconf.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Dec 2007 23:30:36 +0000 (15:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Dec 2007 23:30:36 +0000 (15:30 -0800)
commit0a9d9877fef46e7bc0a3eff16081d37016569981
tree5db08bb19412a91a572692de2a7e3cbfa8e5fbb8
parent07dcdcf7743b1664cb49ee7f0922f314f011a3af
Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.

* 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.
ChangeLog
lib/acl.c
m4/acl.m4
modules/acl