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

Patches to fix srcdir != builddir

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-07-06 09:12:46 CEST

Here are a couple of patches to fix recent bustage
with respect to building outside of the src dir.

cheers
Mo

Index: configure.in
===================================================================
RCS file:
/usr/local/tigris/data/helm/cvs/repository/subversion/configure.in,v
retrieving revision 1.98
diff -u -r1.98 configure.in
--- configure.in 2001/06/29 00:12:57 1.98
+++ configure.in 2001/07/06 06:51:04
@@ -209,7 +221,7 @@
 
 dnl Find a version of GNU patch
 AC_MSG_CHECKING([for GNU patch])
-SVN_CLIENT_PATCH="`ac-helpers/gnu-patch.sh`"
+SVN_CLIENT_PATCH="`${abs_srcdir}/ac-helpers/gnu-patch.sh`"
 if test "$SVN_CLIENT_PATCH" = ""; then
   AC_MSG_ERROR([not found
 
@@ -224,7 +236,7 @@
 
 dnl Find a (non-broken) version of GNU diff
 AC_MSG_CHECKING([for non-broken GNU diff])
-SVN_CLIENT_DIFF="`ac-helpers/gnu-diff.sh $SVN_CLIENT_PATCH`"
+SVN_CLIENT_DIFF="`${abs_srcdir}/ac-helpers/gnu-diff.sh $SVN_CLIENT_PATCH`"
 if test "$SVN_CLIENT_DIFF" = ""; then
   AC_MSG_ERROR([not found

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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.