closein: correct comments
[gnulib.git] / modules / acl
index e95d249..f5913c2 100644 (file)
@@ -3,22 +3,24 @@ Access control lists of files.  (Unportable.)
 
 Files:
 lib/acl.h
-lib/acl.c
 lib/acl-internal.h
 lib/acl_entries.c
+lib/set-mode-acl.c
+lib/copy-acl.c
 lib/file-has-acl.c
 m4/acl.m4
 
 Depends-on:
 error
-gettext
+gettext-h
 quote
 sys_stat
 
 configure.ac:
-AC_FUNC_ACL
+gl_FUNC_ACL
 
 Makefile.am:
+lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c
 
 Include:
 "acl.h"
@@ -30,4 +32,4 @@ License:
 GPL
 
 Maintainer:
-Paul Eggert, Jim Meyering
+Paul Eggert, Jim Meyering, Bruno Haible