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/bi

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:

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

2018-02-27 Thread Adam Mercer
On Mon, Feb 26, 2018 at 12:28 PM, Thomas Deutschmann wrote: > Hi, > > with automake-1.16, code like > >> AM_PATH_PYTHON([$PYTHON_VERSION]) > > or > >> AM_PATH_PYTHON([$PYTHON_MIN_VERSION]) > > as found in > > https://gitlab.com/cryptsetup/cryptsetup/blob/master/configure.ac#L506 > https://github.c