From ac79135b94b1cd2c3fc4818bdfbe8ec63a6166b6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 30 Oct 2007 00:20:18 -0500 Subject: Pick best python program available for 'make check' Use an autoconf macro to find us a python executable, preferring python2.5 if we can find it. From there, fall back to python2.4 and then python. Signed-off-by: Dan McGee --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 87bbee6a..e07321b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = HACKING # run the pactest test suite check-local: src/pacman - python $(top_srcdir)/pactest/pactest.py --debug=1 \ + $(PYTHON) $(top_srcdir)/pactest/pactest.py --debug=1 \ --test $(top_srcdir)/pactest/tests/*.py \ -p $(top_builddir)/src/pacman/pacman rm -rf $(top_builddir)/root -- cgit v1.2.3-24-g4f1b