On Sun, Mar 17, 2013 at 04:16:08PM -0400, Alan Ott wrote: > 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. >
Oh yea, I mean AC_PATH_PROGS. Sorry. :-) Alex ------------------------------------------------------------------------------ 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