Codebase list autoconf-archive / 15a7db8
merge patched into master Bastien Roucariès 1 year, 5 months ago
3 changed file(s) with 16 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 # see git-dpm(1) from git-dpm package
1 08382db876953494661cbdea0235cc4693a6475c
2 08382db876953494661cbdea0235cc4693a6475c
1 8ae73c1894a0436bb7193713480d385756498c46
2 8ae73c1894a0436bb7193713480d385756498c46
33 0b5c45c643f4eae6149cbec83c62f888e3b88081
44 0b5c45c643f4eae6149cbec83c62f888e3b88081
55 autoconf-archive_20220903.orig.tar.xz
0 From 08382db876953494661cbdea0235cc4693a6475c Mon Sep 17 00:00:00 2001
0 From 8ae73c1894a0436bb7193713480d385756498c46 Mon Sep 17 00:00:00 2001
11 From: Jerome Benoit <calculus@rezozer.net>
22 Date: Fri, 18 Nov 2022 10:26:40 +0000
33 Subject: Fix ax_python_devel serial 32 fails with current python3
1212
1313 A patch that applied to the current ax_python_devel serial 32 is attached.
1414 ---
15 m4/ax_python_devel.m4 | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
15 m4/ax_python_devel.m4 | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
1717
1818 diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
19 index 780584e..5f592f1 100644
19 index 780584e..0451cd4 100644
2020 --- a/m4/ax_python_devel.m4
2121 +++ b/m4/ax_python_devel.m4
22 @@ -67,7 +67,7 @@
23 # modified version of the Autoconf Macro, you may extend this special
24 # exception to the GPL to apply to your modified version as well.
25
26 -#serial 32
27 +#serial 33
28
29 AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
30 AC_DEFUN([AX_PYTHON_DEVEL],[
2231 @@ -125,7 +125,7 @@ class VPy:
2332 return tuple(map(int, s.strip().replace("rc", ".").split(".")))
2433 def __init__(self):
6666 # modified version of the Autoconf Macro, you may extend this special
6767 # exception to the GPL to apply to your modified version as well.
6868
69 #serial 32
69 #serial 33
7070
7171 AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
7272 AC_DEFUN([AX_PYTHON_DEVEL],[