On Tuesday 08 January 2008, Jim Meyering wrote:
> Mike Frysinger <[EMAIL PROTECTED]> wrote:
> > 2008-01-08 Mike Frysinger <[EMAIL PROTECTED]>
> >
> > * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
> > AC_ARG_ENABLE(acl).
> >
> > diff --git a/m4/acl.m4 b/m4/acl.m4
> > index 6a1
Mike Frysinger <[EMAIL PROTECTED]> wrote:
> 2008-01-08 Mike Frysinger <[EMAIL PROTECTED]>
>
> * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
> AC_ARG_ENABLE(acl).
>
> diff --git a/m4/acl.m4 b/m4/acl.m4
> index 6a1951d..2e3a0c5 100644
> --- a/m4/acl.m4
> +++ b/m4/acl.m4
> @
On Monday 07 January 2008, Jim Meyering wrote:
> Mike Frysinger <[EMAIL PROTECTED]> wrote:
> > On Saturday 29 December 2007, Mike Frysinger wrote:
> >> On Wednesday 25 July 2007, Mike Frysinger wrote:
> >> > posted this to the coreutils a list sometime ago ... idea is to be
> >> > able to disable a
Mike Frysinger <[EMAIL PROTECTED]> wrote:
> On Saturday 29 December 2007, Mike Frysinger wrote:
>> On Wednesday 25 July 2007, Mike Frysinger wrote:
>> > posted this to the coreutils a list sometime ago ... idea is to be able
>> > to disable automatic ACL detection via --disable-acl since this can o
On Saturday 29 December 2007, Mike Frysinger wrote:
> On Wednesday 25 July 2007, Mike Frysinger wrote:
> > posted this to the coreutils a list sometime ago ... idea is to be able
> > to disable automatic ACL detection via --disable-acl since this can often
> > times take the form of an external lib
On Wednesday 25 July 2007, Mike Frysinger wrote:
> posted this to the coreutils a list sometime ago ... idea is to be able to
> disable automatic ACL detection via --disable-acl since this can often
> times take the form of an external library rather than part of the system
> libc.
>
> patch was or
posted this to the coreutils a list sometime ago ... idea is to be able to
disable automatic ACL detection via --disable-acl since this can often times
take the form of an external library rather than part of the system libc.
patch was originally written/tested against coreutils-6.9 and ive forw