* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote :
> jerenkrantz 02/03/09 11:26:13
>
> Modified: . CHANGES Makefile.in apr-config.in configure.in
> Log:
> Allow APR to install its own libtool into an installbuilddir.
>
> Add --with-installbuilddir to configure.
> Add --apr-libtool option to apr-config so that third-parties can figure
> out where this generated libtool is.
>
This should probably just be --installbuilddir - it seems that the autoconf
code that handles --with-* is somewhat different to the code that handles
--prefix&friends; you can't use
--with-installbuilddir=${prefix}/etc/apache2/build ; this ends up in the
Makefile as just /etc/apache2/build.
Cheers,
-Thom