You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by fu...@apache.org on 2022/08/06 03:44:46 UTC

svn commit: r1903245 - /subversion/trunk/autogen.sh

Author: futatuki
Date: Sat Aug  6 03:44:46 2022
New Revision: 1903245

URL: http://svn.apache.org/viewvc?rev=1903245&view=rev
Log:
* autogen.sh: export environment variable "PYTHON", for autoheader and autoconf

Patch by: Vincent Lefevre <vincent-svn {_AT_} vinc17.net>
          (Tweaked by me.)

Modified:
    subversion/trunk/autogen.sh

Modified: subversion/trunk/autogen.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/autogen.sh?rev=1903245&r1=1903244&r2=1903245&view=diff
==============================================================================
--- subversion/trunk/autogen.sh (original)
+++ subversion/trunk/autogen.sh Sat Aug  6 03:44:46 2022
@@ -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