From a6c43c64d9419dfa888b1c478e658e3e20a4af11 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 31 May 2020 20:56:05 +0000 Subject: Vendor import apr-1.7.0 --- buildconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index b70fa53eca16..fa52bd11b4f6 100755 --- a/buildconf +++ b/buildconf @@ -112,8 +112,10 @@ ${AUTOCONF:-autoconf} $verbose # Remove autoconf 2.5x's cache directory rm -rf autom4te*.cache +PYTHON=${PYTHON-`build/PrintPath python3 python2 python`} + echo "buildconf: generating 'make' outputs ..." -build/gen-build.py $verbose make +${PYTHON} build/gen-build.py $verbose make # Create RPM Spec file if [ -f `which cut` ]; then -- cgit v1.2.3