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

svn-config taken out of subversion-devel rpm package

From: Kristian Hogsberg <hogsberg_at_users.sourceforge.net>
Date: 2003-07-03 09:47:11 CEST

Hi,

I'm using the Redhat 8 RPMs of subversion 0.24.2. I couldn't find
svn-config, and found out that it was removed from the devel RPM in
r5880. What was the reason it was taken out? Devel RPMs typically
distribute x-config files - are you considering switching to
pkg-config?

I then tried to use svn-config out of the build directory, but it
gives the wrong path for the include files. With the following
change it works again:

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

By the way, providing the RPMs is a great service, thanks!

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 3 09:48:58 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.