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


Reply via email to