On Thursday, May 8, 2003, at 07:12 PM, philip@tigris.org wrote:
> Author: philip
> Date: Thu May 8 18:12:31 2003
> New Revision: 5858
>
> Modified:
> trunk/configure.in
> Log:
> Fix an install bug reported by Dominik Westner <lists@logicunited.com>.
> Arrange for libsvn_ra_dav to be installed before libsvn_ra so that
> libtool relinking works.
>
> * configure.in (INSTALL_RULES): Put install-dav-lib before install-lib.
>
>
> Modified: trunk/configure.in
> =======================================================================
> =======
> --- trunk/configure.in (original)
> +++ trunk/configure.in Thu May 8 18:12:31 2003
> @@ -276,7 +276,7 @@
> if test "$svn_lib_neon" = "yes"; then
> BUILD_RULES="$BUILD_RULES dav-lib"
> INSTALL_STATIC_RULES="$INSTALL_STATIC_RULES install-dav-lib"
> - INSTALL_RULES="$INSTALL_RULES install-dav-lib"
> + INSTALL_RULES="`echo $INSTALL_RULES | sed
> 's/install-lib/install-dav-lib install-lib/'`"
> fi
>
that is so much cooler than the patch i was putting together to fix the
problem (which i introduced when i made ra_dav optional... sorry about
that guys, further proof i shouldn't be allowed near autoconf under any
circumstances).
thanks for cleaning up my mess,
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 9 01:52:40 2003