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

Patch: svn-config

From: Alexander Mueller <XelaRellum_at_web.de>
Date: 2003-02-05 01:40:41 CET

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
Received on Wed Feb 5 03:01:12 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.