Re: Is it me, or is it autotools being silly?

2021-07-14 Thread David Sommerseth
On 14/07/2021 11:55, Miro Hrončok wrote: On 14. 07. 21 11:49, David Sommerseth wrote: Hi, So I'm running some builds for the openvpn3-linux project on Fedora Rawhide ...  And we have this little line in configure.ac:     AM_PATH_PYTHON([3.5],, [:]) When ./configure runs, it reports:    

Re: Is it me, or is it autotools being silly?

2021-07-14 Thread Ondrej Dubaj
This should be also fixed in Fedora already https://src.fedoraproject.org/rpms/automake/c/3327906e94b767330433fda3da2d0997292c55ad?branch=rawhide Ondrej On Wed, Jul 14, 2021 at 12:11 PM Richard W.M. Jones wrote: > On Wed, Jul 14, 2021 at 11:49:23AM +0200, David Sommerseth wrote: > > > > Hi, >

Re: Is it me, or is it autotools being silly?

2021-07-14 Thread Richard W.M. Jones
On Wed, Jul 14, 2021 at 11:49:23AM +0200, David Sommerseth wrote: > > Hi, > > So I'm running some builds for the openvpn3-linux project on Fedora > Rawhide ... And we have this little line in configure.ac: > > AM_PATH_PYTHON([3.5],, [:]) > > When ./configure runs, it reports: > > chec

Re: Is it me, or is it autotools being silly?

2021-07-14 Thread Miro Hrončok
On 14. 07. 21 11:49, David Sommerseth wrote: Hi, So I'm running some builds for the openvpn3-linux project on Fedora Rawhide ...  And we have this little line in configure.ac:     AM_PATH_PYTHON([3.5],, [:]) When ./configure runs, it reports:     checking for python3 version... 3.1 As a

Is it me, or is it autotools being silly?

2021-07-14 Thread David Sommerseth
Hi, So I'm running some builds for the openvpn3-linux project on Fedora Rawhide ... And we have this little line in configure.ac: AM_PATH_PYTHON([3.5],, [:]) When ./configure runs, it reports: checking for python3 version... 3.1 As a colleague said, mathematically this is correct.