* m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
commite4f1de1eb94823053e742b84769de2d580d28af0
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Nov 2004 20:12:34 +0000 (10 20:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Nov 2004 20:12:34 +0000 (10 20:12 +0000)
tree36bbbdffe9478f800d4ed69dbe8110de1f5a0cb8
parent97f03a22c33d904dc08ebd3a3e595327636f3204
* m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
AC_PATH_PROGS to correctly define PYTHON as `:' when no interpreter
is found (this worked correctly only when a minimal version was
passed to AM_PATH_PYTHON).  Report from Stepan Kasal.
(_AM_PYTHON_INTERPRETER_LIST): Define using m4_define_default,
so we can easily override the list from the test suite.
* tests/python11.test: New file.
* tests/Makefile.am (TESTS): Add python11.test.
ChangeLog
m4/python.m4
tests/Makefile.am
tests/Makefile.in
tests/python11.test [new file with mode: 0755]