[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5858 - trunk

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-05-09 01:51:33 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.