Check for python2.x at first. test_DQ.py works with python2.x only. 'make install' needs python2.x to generate *.pyc files.
Signed-off-by: Alexander Aring <alex.ar...@gmail.com> --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c483b4f..6c9f54b 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,9 @@ AC_PROG_LIBTOOL AM_PROG_LEX AC_PROG_YACC AC_SUBST(LIBTOOL_DEPS) +# Currently the scripts works with python2.x only +# Check for this at first +AC_PATH_PROG(PYTHON, python2 python2.7 python2.6 python2.5 python) AM_PATH_PYTHON(,, [:]) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) -- 1.8.0.2 ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel