summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhito Futatsuki <futatuki@apache.org>2022-08-06 03:44:46 +0000
committerJames McCoy <jamessan@debian.org>2023-11-02 21:56:06 -0400
commit8c62bbfb93f04cb58cc26c9cc615274d4aafa0cb (patch)
treea8c46b54efd59bf74cc32a3465dd9cf7b2ef904c
parent9cdf8614ecf927888389faad025e4051d42fa269 (diff)
* 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 Signed-off-by: James McCoy <jamessan@debian.org> Closes: #1055242
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 6579daa..cfb8072 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -167,6 +167,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