NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / acl
index 8751025..8ed7693 100644 (file)
@@ -1,22 +1,29 @@
 Description:
-Access control lists of files.  (Unportable.)
+Access control lists of files, with diagnostics.  (Unportable.)
 
 Files:
-lib/acl.h
-lib/acl.c
-m4/acl.m4
+lib/copy-acl.c
+lib/set-acl.c
 
 Depends-on:
+error
+gettext-h
+qacl
+quote
 
 configure.ac:
-AC_FUNC_ACL
 
 Makefile.am:
-lib_SOURCES += acl.h acl.c
+lib_SOURCES += copy-acl.c set-acl.c
 
 Include:
 "acl.h"
 
-Maintainer:
-Paul Eggert, Jim Meyering
+Link:
+$(LIB_ACL)
+
+License:
+GPL
 
+Maintainer:
+Paul Eggert, Jim Meyering, Bruno Haible