> 1) The condition [test $gl_need_lib_has_acl] could give a shell syntax
> error.
> It should be [test -n "$gl_need_lib_has_acl"].
Likewise in m4/acl.m4.
2020-03-22 Bruno Haible
acl-permissions: Improve autoconf macro.
* m4/acl.m4 (gl_FUNC_ACL): Test the value of gl_n
both when GETXATTR_WITH_POSIX_ACLS and when
!GETXATTR_WITH_POSIX_ACLS).
3) lib/acl-internal.h and m4/acl.m4 are not part of the public interface of
module 'acl-permissions'. Therefore, the module description needs to list these
files explicitly.
2020-03-22 Bruno Haible
file