NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / acl
index 03a2217..8ed7693 100644 (file)
@@ -1,24 +1,20 @@
 Description:
-Access control lists of files.  (Unportable.)
+Access control lists of files, with diagnostics.  (Unportable.)
 
 Files:
-lib/acl.h
-lib/acl.c
-lib/acl-internal.h
-lib/acl_entries.c
-lib/file-has-acl.c
-m4/acl.m4
+lib/copy-acl.c
+lib/set-acl.c
 
 Depends-on:
 error
-gettext
+gettext-h
+qacl
 quote
-sys_stat
 
 configure.ac:
-gl_FUNC_ACL
 
 Makefile.am:
+lib_SOURCES += copy-acl.c set-acl.c
 
 Include:
 "acl.h"
@@ -30,4 +26,4 @@ License:
 GPL
 
 Maintainer:
-Paul Eggert, Jim Meyering
+Paul Eggert, Jim Meyering, Bruno Haible