Re: automake-1.16: aclocal is unable to process AM_PATH_PYTHON with variable as value

2018-03-06 Thread Mathieu Lirzin
Adam Mercer  writes:

> On Tue, Feb 27, 2018 at 9:07 PM, Adam Mercer  wrote:
>
 /usr/bin/m4:configure.ac:506: bad expression in eval (bad input): ($+1) != 
 (2)
 /usr/bin/m4:configure.ac:506: bad expression in eval (bad input): 
 (0r36:PYTHON_+1) != (0*4)
 autom4te-2.69: /usr/bin/m4 failed with exit status: 1
 aclocal-1.16: error: echo failed with exit status: 1
>
> Looks like the reversion of 1d60fb72168e62d33fe433380af621de64e22f23
> has fixed this problem and I can build my projects again.
>
> Is there an ETA for a point release containing this fix?

I hope to release it next weekend.

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37



Re: automake-1.16: aclocal is unable to process AM_PATH_PYTHON with variable as value

2018-03-06 Thread Adam Mercer
On Tue, Feb 27, 2018 at 9:07 PM, Adam Mercer  wrote:

>>> /usr/bin/m4:configure.ac:506: bad expression in eval (bad input): ($+1) != 
>>> (2)
>>> /usr/bin/m4:configure.ac:506: bad expression in eval (bad input): 
>>> (0r36:PYTHON_+1) != (0*4)
>>> autom4te-2.69: /usr/bin/m4 failed with exit status: 1
>>> aclocal-1.16: error: echo failed with exit status: 1

Looks like the reversion of 1d60fb72168e62d33fe433380af621de64e22f23
has fixed this problem and I can build my projects again.

Is there an ETA for a point release containing this fix?

Cheers

Adam