strtoimax: port to HP-UX 11.11
[gnulib.git] / modules / acl
index d3417ca..8ed7693 100644 (file)
@@ -1,19 +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"
 
+Link:
+$(LIB_ACL)
+
+License:
+GPL
+
+Maintainer:
+Paul Eggert, Jim Meyering, Bruno Haible