summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-03-21 22:14:37 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-03-21 22:14:37 +0100
commit045e22a5195b72afebedebb0eb189abaeacf1ba7 (patch)
treef4a022e32b836782365b8008e9b8440dd5ba87a6 /m4
parent235a1c6484de2c85324d9f263f8777b46658502e (diff)
parent34c1c2d884774ae91f82e1c5027d1502b3112c6a (diff)
downloadautomake-045e22a5195b72afebedebb0eb189abaeacf1ba7.tar.gz
Merge branch 'maint' into branch-1.11
Diffstat (limited to 'm4')
-rw-r--r--m4/python.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 50e15384b..655dcf3f0 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -40,6 +40,8 @@ AC_DEFUN([AM_PATH_PYTHON],
[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl
python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
+ AC_ARG_VAR([PYTHON], [the Python interpreter])
+
m4_if([$1],[],[
dnl No version check is needed.
# Find any Python interpreter.