bug#53530: python 3.10 support

2022-01-25 Thread Thomas Klausner
Hi! automake's python.m4 file does not support python 3.10, the current stable python version. Arguably, 3.11 could also be supported since a release might be out before the next automake release ;) Patch for 3.10 attached. Cheers, Thomas $NetBSD$ Support python 3.10. --- m4/python.m4.orig

bug#27458: m4/python.m4: support python3.6

2017-06-23 Thread Thomas Klausner
Please add support for python3.6 to m4/python.m4, patch attached. Thomas $NetBSD: patch-m4_python.m4,v 1.2 2016/04/14 11:28:48 wiz Exp $ AM_PATH_PYTHON: look for python3.6 binary as well. --- m4/python.m4.orig 2017-06-16 21:01:05.0 + +++ m4/python.m4 @@ -38,7 +38,7 @@ AC_DEFUN([AM_

bug#21219: automake: support for python3.4

2015-08-08 Thread Thomas Klausner
omas >From 854141dbfecf295b2e8683836646b23d1b18b689 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sat, 8 Aug 2015 18:55:33 +0200 Subject: [PATCH] AM_PATH_PYTHON: look for python3.4 binary as well. Signed-off-by: Thomas Klausner --- m4/python.m4 | 2 +- 1 file changed, 1 insertion(+), 1 dele