On 12/21/2012 12:37 AM, Alexander Aring wrote: > 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)
It looks like you want AC_PATH_PROGS instead. Also, I'm not really a python guy, but it seems like we might want a more thorough solution in addition to this. Can the scripts be made to work on both python versions, or is this out of the question? Should they be upgraded to python 3? Again, I don't really do any python, so let me know what the right answers are. Alan. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel