Re: cvs commit: apr/build find_apr.m4

2002-02-02 Thread Greg Stein
On Fri, Feb 01, 2002 at 03:11:16AM -, [EMAIL PROTECTED] wrote: jerenkrantz02/01/31 19:11:16 Modified:buildfind_apr.m4 Log: Add a path argument that makes it easier for programs (such as SVN) that require absolute paths instead of relative ones. Note: I don't think

Do apr and apr-util support builddir != srcdir?

2002-02-02 Thread Philip Martin
Hello I am trying to get Subversion to support builddir != srcdir when building apr/apr-util from source in the Subversion tree. This used to work until Subversion switched to using find_apr.m4 and find_apu.m4 and started using apr-util. The first problem is that I am having trouble working out

[PATCH] APR turn off readonly/executable, add apr_file_attrs_get

2002-02-02 Thread Philip Martin
Greg Stein [EMAIL PROTECTED] writes: (btw, for completeness, we'd also want ways to turn off readonly and to the executable state) Here's a patch that does that, and provides a way to query the attributes. It also makes the permission setting by apr_file_attrs_set respect the umask of the