The built-in swig/python detection does not works well when system-wide m4 macros are available with same name but different content. So make the configure stuff compatible, resp. workaround a little bit. It seems also necessary to pass the PYTHON_LIBS environment during the compile phase. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
11 lines
322 B
Diff
11 lines
322 B
Diff
--- a/m4/ax_python_devel.m4
|
|
+++ b/m4/ax_python_devel.m4
|
|
@@ -72,7 +72,7 @@
|
|
# modified version of the Autoconf Macro, you may extend this special
|
|
# exception to the GPL to apply to your modified version as well.
|
|
|
|
-#serial 34
|
|
+#serial 35
|
|
|
|
AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
|
|
AC_DEFUN([AX_PYTHON_DEVEL],[
|