Running check-module on the "acl" module reported this: lib/acl.c: error.h is `#include'd, but not listed in module's Files: section lib/acl.c: quote.h is `#include'd, but not listed in module's Files: section
So I added the missing dependencies: * modules/acl (Depends-on): Add error and quote. Index: modules/acl =================================================================== RCS file: /sources/gnulib/gnulib/modules/acl,v retrieving revision 1.5 diff -u -r1.5 acl --- modules/acl 21 Mar 2005 22:07:25 -0000 1.5 +++ modules/acl 21 Aug 2006 08:29:13 -0000 @@ -7,6 +7,8 @@ m4/acl.m4 Depends-on: +error +quote configure.ac: AC_FUNC_ACL