Re: acl: rework platform support macro

2008-06-02 Thread Bruno Haible
> > * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris > > tests. Test for libpacl, needed for OSF/1. Test for extended ACLs, > > needed for MacOS X. Test for HP-UX API. Test for newer and older AIX > > APIs. > > > > OK to commit? > > Yes, please. Applied, together

Re: acl: rework platform support macro

2008-06-02 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Here's the first proposed part: rework acl.m4 > - so that it detects all known ACL flavours (except native Woe32), > - for maintainability: put the tests one after an other. Currently the > test for POSIX-draft-like platform is buried inside an AC_S

acl: rework platform support macro

2008-06-01 Thread Bruno Haible
Hi Jim, Here's the first proposed part: rework acl.m4 - so that it detects all known ACL flavours (except native Woe32), - for maintainability: put the tests one after an other. Currently the test for POSIX-draft-like platform is buried inside an AC_SEARCH_LIBS that tests for Solaris s