* m4/with-swilena.m4 (_OLN_WITH_SWIG): Here.
--- ChangeLog | 6 ++++++ m4/with-swilena.m4 | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index bf482e2..69be6ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-08 Roland Levillain roland@lrde.epita.fr + + Require SWIG >= 1.3.36 for Swilena. + + * m4/with-swilena.m4 (_OLN_WITH_SWIG): Here. + 2009-06-05 Guillaume Lazzara lazzara@lrde.epita.fr
* Makefile.am: fix invalid rule name. diff --git a/m4/with-swilena.m4 b/m4/with-swilena.m4 index 602abc6..5f9b7fb 100644 --- a/m4/with-swilena.m4 +++ b/m4/with-swilena.m4 @@ -78,14 +78,14 @@ if test x$with_swig != xno; then # [You need Ruby development files to compile the Ruby interface.])]) # CPPFLAGS=$save_CPPFLAGS
- AC_PROG_SWIG([1.3.31]) + AC_PROG_SWIG([1.3.36]) if (eval "$SWIG -version") >/dev/null 2>&1; then :; else oln_has_swig=no fi
case $with_swig:$oln_has_swig in yes:no) - AC_MSG_ERROR([SWIG 1.3.31 is required. + AC_MSG_ERROR([SWIG 1.3.36 is required. Use `--without-swig' to disable SWIG modules.]);; esac fi