openbsd-ports/devel/subversion/patches/patch-configure_ac
stsp b30fe153de Update to 1.7.1 (most importantly this release fixes several bugs in
'svn upgrade'), regen patches, and add a patch queued for 1.7.2 which
fixes 'svn update' for symlinks.
2011-10-23 09:51:56 +00:00

22 lines
927 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.8 2011/10/23 09:51:59 stsp Exp $
--- configure.ac.orig Wed Aug 17 15:01:30 2011
+++ configure.ac Sat Oct 22 10:40:13 2011
@@ -23,7 +23,7 @@ AC_PREREQ(2.59)
dnl Get the version of Subversion, using m4's esyscmd() command to do this
dnl at m4-time, since AC_INIT() requires it then.
AC_INIT([subversion],
- [esyscmd(python build/getversion.py SVN subversion/include/svn_version.h)],
+ [esyscmd(${MODPY_BIN} build/getversion.py SVN subversion/include/svn_version.h)],
[http://subversion.apache.org/])
AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
@@ -1088,7 +1088,7 @@ AS_HELP_STRING([--enable-gprof],
# Python: Used for testsuite, and bindings
-PYTHON="`$abs_srcdir/build/find_python.sh`"
+PYTHON=${MODPY_BIN}
if test -z "$PYTHON"; then
AC_MSG_WARN([Python 2.4 or later is required to run the testsuite])
AC_MSG_WARN([or to use the Subversion Python bindings])