On Wed, Jun 23, 2004 at 01:31:33PM +0200, Graham Leggett wrote:
> Joe Orton wrote:
> 
> >I think the correct solution is to:
> >
> >1) make the apr "make install" install those .awk files into the 
> >installbuilddir directory.
> >
> >2) replace use of the `apr-config --srcdir` with `apr-config
> >--installbuilddir` in apr-util's configure & Makefile.
> 
> That's exactly it - thanks! I didn't know that --installbuilddir did 
> what I wanted.
> 
> So the solution would be to remove the last references to apr's source 
> directory from apr-util, and use --installbuilddir instead.

OK, I committed those changes.

The apr_rules.mk installed by APR will still reference the APR source
directory unless you munge it in the spec file, so there's at least that
fix still outstanding.

joe

Reply via email to