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
time-shift
sebastien 2009-11-17 18:42:53 +00:00
parent 7a41d2d3ab
commit 210a1ba2f0
1 changed files with 9 additions and 0 deletions

View File

@ -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"