From 210a1ba2f036b2d8e37311fb161b7cec6f6320cb Mon Sep 17 00:00:00 2001 From: sebastien Date: Tue, 17 Nov 2009 18:42:53 +0000 Subject: [PATCH] Build system: added MATLAB releases back to 6.5 (R13) in configure script git-svn-id: https://www.dynare.org/svn/dynare/trunk@3154 ac1d8469-bf42-47a9-8791-bf33cf982152 --- m4/ax_matlab_version.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/m4/ax_matlab_version.m4 b/m4/ax_matlab_version.m4 index 89fe24151..7d254f56c 100644 --- a/m4/ax_matlab_version.m4 +++ b/m4/ax_matlab_version.m4 @@ -59,6 +59,15 @@ if test "x$MATLAB_VERSION" != "x"; then R14 | r14) MATLAB_VERSION="7.0.0" ;; + *13SP2 | *13sp2) + MATLAB_VERSION="6.5.2" + ;; + *13SP1 | *13sp1) + MATLAB_VERSION="6.5.1" + ;; + R13 | r13) + MATLAB_VERSION="6.5" + ;; esac AC_MSG_RESULT([${MATLAB_VERSION}]) ax_matlab_version_ok="yes"