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-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
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"],
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], [:], [:])
>
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