Skip to content

Commit fbb1733

Browse files
committed
* autogen.sh: export environment variable "PYTHON", for autoheader and autoconf
Patch by: Vincent Lefevre <vincent-svn {_AT_} vinc17.net> (Tweaked by me.) git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1903245 13f79535-47bb-0310-9956-ffa450edef68
1 parent 989fd6b commit fbb1733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autogen.sh

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ if test -z "$PYTHON"; then
178178
echo "to the Python executable, and re-run autogen.sh"
179179
exit 1
180180
fi
181+
export PYTHON
181182

182183
# Compile SWIG headers into standalone C files if we are in release mode
183184
if test -n "$RELEASE_MODE"; then

0 commit comments

Comments
 (0)