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:
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,
>
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
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
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.