From 6c8c161be587f700f7d05d76e9a6631a5aa56466 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Mar 2020 13:02:57 +0100 Subject: [PATCH] file-has-acl: Fix module description. * modules/file-has-acl (Files): Add lib/acl-internal.h, m4/acl.m4. (Depends-on): Depend on acl-permissions unconditionally. --- ChangeLog | 6 ++++++ modules/file-has-acl | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa567939ca..7fd7721261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-03-22 Bruno Haible + + file-has-acl: Fix module description. + * modules/file-has-acl (Files): Add lib/acl-internal.h, m4/acl.m4. + (Depends-on): Depend on acl-permissions unconditionally. + 2020-03-21 Bruno Haible unlink: Ensure errno also on native Windows. diff --git a/modules/file-has-acl b/modules/file-has-acl index 7b9b4f5f53..4857feaa36 100644 --- a/modules/file-has-acl +++ b/modules/file-has-acl @@ -2,10 +2,12 @@ Description: Whether a file has an ACL. Files: +lib/acl-internal.h lib/file-has-acl.c +m4/acl.m4 Depends-on: -acl-permissions [test $gl_need_lib_has_acl] +acl-permissions configure.ac: gl_FILE_HAS_ACL -- 2.39.5