Build system: support R2009b

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2940 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-17 15:04:38 +00:00
parent 77eb291162
commit 582eeff437
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ AC_REQUIRE([AX_MATLAB_ARCH])
AC_MSG_CHECKING([for MATLAB version])
if test "x$MATLAB_VERSION" != "x"; then
case $MATLAB_VERSION in
*2009b | *2009B)
MATLAB_VERSION="7.9"
;;
*2009a | *2009A)
MATLAB_VERSION="7.8"
;;