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

Re: Patch: svn-config

From: Sander Roobol <phy_at_wanadoo.nl>
Date: 2003-03-11 14:59:56 CET

Filed as issue #1184.

Sander

On Wed, Feb 05, 2003 at 01:40:41AM +0100, Alexander Mueller wrote:
> Added "subversion-1" to includedir on installed subversion.
> Right now "subversion-1" is hard-coded. Should be generated
> in the future (see build/gen_make.py).
>
> * svn-config.in
> (flags): added postfix "subversion-1"
>

> Index: svn-config.in
> ===================================================================
> --- svn-config.in (revision 4732)
> +++ svn-config.in (working copy)
> @@ -107,7 +107,7 @@
> ;;
> --includes)
> if test "$location" = "installed"; then
> - flags="$flags -I$includedir $INCLUDES"
> + flags="$flags -I$includedir/subversion-1 $INCLUDES"
> elif test "$location" = "source"; then
> flags="$flags -I$SVN_SOURCE_DIR/include $INCLUDES"
> else
>

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 14:59:34 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.