Re: [patch] make acl support optional

2008-01-08 Thread Mike Frysinger
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

Re: [patch] make acl support optional

2008-01-08 Thread Jim Meyering
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 > @

Re: [patch] make acl support optional

2008-01-07 Thread Mike Frysinger
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

Re: [patch] make acl support optional

2008-01-07 Thread Jim Meyering
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

Re: [patch] make acl support optional

2008-01-06 Thread Mike Frysinger
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

Re: [patch] make acl support optional

2007-12-29 Thread Mike Frysinger
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

[patch] make acl support optional

2007-07-25 Thread Mike Frysinger
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