Author: hartmannathan
Date: Wed Nov 29 04:48:01 2023
New Revision: 1914201
URL: http://svn.apache.org/viewvc?rev=1914201&view=rev
Log:
Merge r1903245 from trunk:
* r1903245
* autogen.sh: export environment variable "PYTHON", for autoheader and
autoconf
Justification:
Build properly when Python executable is not named "python"
Votes:
+1: jamessan, futatuki, hartmannathan
Modified:
subversion/branches/1.14.x/ (props changed)
subversion/branches/1.14.x/STATUS
subversion/branches/1.14.x/autogen.sh
Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1903245
Modified: subversion/branches/1.14.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1914201&r1=1914200&r2=1914201&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Wed Nov 29 04:48:01 2023
@@ -27,11 +27,3 @@ Veto-blocked changes:
Approved changes:
=================
-
- * r1903245
- * autogen.sh: export environment variable "PYTHON", for autoheader and
- autoconf
- Justification:
- Build properly when Python executable is not named "python"
- Votes:
- +1: jamessan, futatuki, hartmannathan
Modified: subversion/branches/1.14.x/autogen.sh
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/autogen.sh?rev=1914201&r1=1914200&r2=1914201&view=diff
==============================================================================
--- subversion/branches/1.14.x/autogen.sh (original)
+++ subversion/branches/1.14.x/autogen.sh Wed Nov 29 04:48:01 2023
@@ -178,6 +178,7 @@ if test -z "$PYTHON"; then
echo "to the Python executable, and re-run autogen.sh"
exit 1
fi
+export PYTHON
# Compile SWIG headers into standalone C files if we are in release mode
if test -n "$RELEASE_MODE"; then