Re: problem with AM_PATH_PYTHON

2012-10-27 Thread Václav Zeman
On 10/26/2012 07:30 PM, Stefano Lattarini wrote: > [Re-adding Václav in CC, please don't drop it in the future] > > On 10/26/2012 06:47 PM, Robert Boehne wrote: >> On 10/26/12 09:04, Stefano Lattarini wrote: >> >> [SNIP] >> >>> This doesn't look like output from the Automake-provided AM_PATH_PYTHON

Re: problem with AM_PATH_PYTHON

2012-10-26 Thread Stefano Lattarini
[Re-adding Václav in CC, please don't drop it in the future] On 10/26/2012 06:47 PM, Robert Boehne wrote: > On 10/26/12 09:04, Stefano Lattarini wrote: > > [SNIP] > >> This doesn't look like output from the Automake-provided AM_PATH_PYTHON >> macro... > > That is because it's coming from this lin

Re: problem with AM_PATH_PYTHON

2012-10-26 Thread Robert Boehne
On 10/26/12 09:04, Stefano Lattarini wrote: Hi Václav, sorry for the delay. On 10/15/2012 09:07 PM, Václav Zeman wrote: Hi. I am having a problem with AM_PATH_PYTHON. I have this in my configure.ac: AS_IF([test "x$with_python" = "xyes"],

Re: problem with AM_PATH_PYTHON

2012-10-26 Thread Stefano Lattarini
Hi Václav, sorry for the delay. On 10/15/2012 09:07 PM, Václav Zeman wrote: > Hi. > > I am having a problem with AM_PATH_PYTHON. I have this in my configure.ac: > > > AS_IF([test "x$with_python" = "xyes"], > [AM_PATH_PYTHON([2.3], [:], [:]) >

problem with AM_PATH_PYTHON

2012-10-15 Thread Václav Zeman
Hi. I am having a problem with AM_PATH_PYTHON. I have this in my configure.ac: AS_IF([test "x$with_python" = "xyes"], [AM_PATH_PYTHON([2.3], [:], [:]) AX_SWIG_PYTHON AC_CONFIG_FILES([swig/python/Makefile])]) The problem is that when I am cross compiling it igno