summaryrefslogtreecommitdiff
path: root/m4/python.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-08-13 21:29:58 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-08-13 21:29:58 +0000
commit5fd79af30382dce84cd8d462c5aab7861324c092 (patch)
tree0433a3929be534a5bafb5e883b81566f82614ef6 /m4/python.m4
parent206ac50a2a2a6a66b090eba7a32c667caf821add (diff)
downloadautomake-5fd79af30382dce84cd8d462c5aab7861324c092.tar.gz
Fix for PR automake/399:
* m4/python.m4: Use AC_PATH_PROGS, not AC_PATH_PROG. Report from Per Cederqvist.
Diffstat (limited to 'm4/python.m4')
-rw-r--r--m4/python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index e50243793..a327598bb 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -56,7 +56,7 @@ AC_DEFUN([AM_PATH_PYTHON],
m4_if([$1],[],[
dnl No version check is needed.
# Find any Python interpreter.
- AC_PATH_PROG([PYTHON], _AM_PYTHON_INTERPRETER_LIST)
+ AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST)
am_display_PYTHON=python
], [
dnl A version check is needed.