X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl;h=8ed7693c1708addb20a3a4d4a9a25d6cfabeaf06;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=875102588fb7290a48fafb8e4aa7b377c9f63d7f;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/acl b/modules/acl index 875102588..8ed7693c1 100644 --- a/modules/acl +++ b/modules/acl @@ -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