remove trailing whitespace, untabify
[gnulib.git] / modules / acl
index d37a43d..e95d249 100644 (file)
@@ -1,18 +1,33 @@
 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:
 AC_FUNC_ACL
 
 Makefile.am:
-lib_SOURCES += acl.h acl.c
 
 Include:
 "acl.h"
 
+Link:
+$(LIB_ACL)
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering