simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [bug #30584] failed to configure with swig 2.0.0


From: Ed Marshall
Subject: [Simulavr-devel] [bug #30584] failed to configure with swig 2.0.0
Date: Tue, 08 Feb 2011 21:51:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]