2004-11-04 Stepan Kasal * m4/python.m4 (AM_PATH_PYTHON): Don't set the variable before calling AC_PATH_PROGS. Index: m4/python.m4 =================================================================== RCS file: /cvsroot/automake/automake/m4/python.m4,v retrieving revision 1.17 diff -u -r1.17 python.m4 --- m4/python.m4 26 Mar 2004 21:00:47 -0000 1.17 +++ m4/python.m4 4 Nov 2004 12:42:28 -0000 @@ -58,10 +58,7 @@ m4_if([$1],[],[ dnl No version check is needed. # Find any Python interpreter. - if test -z "$PYTHON"; then - PYTHON=: - AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST) - fi + AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST) am_display_PYTHON=python ], [ dnl A version check is needed.