Follow-up Comment #4, bug #30584 (project simulavr):
Just FYI: the latest version of latest version of ax_pkg_swig.m4
<http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_pkg_swig.m4>
fixes this.
configure.ac needs the following patch, once ac_pkg_swig.m4 is removed and
ax_pkg_swig.m4 added:
diff --git a/configure.ac b/configure.ac
index c785e5f..c8fb533 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ fi
LT_INIT
LT_PREREQ([2.2])
AC_PROG_CXX
-AC_PROG_SWIG(1.3.18)
-SWIG_ENABLE_CXX
-SWIG_MULTI_MODULE_SUPPORT
+AX_PROG_SWIG(1.3.18)
+AX_SWIG_ENABLE_CXX
+AX_SWIG_MULTI_MODULE_SUPPORT
AM_CONDITIONAL([USE_SWIG],[test "x$SWIG" != 'x'])
####
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?30584>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel