From 6f200a1d7ce689def7a6cd6705bbfde465e8399f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 6 Apr 2010 14:12:00 +0200 Subject: [PATCH] Build system: add support for R2010a --- m4/ax_matlab_version.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/m4/ax_matlab_version.m4 b/m4/ax_matlab_version.m4 index f82bad1ab..7e322d6e0 100644 --- a/m4/ax_matlab_version.m4 +++ b/m4/ax_matlab_version.m4 @@ -22,6 +22,9 @@ AC_REQUIRE([AX_MATLAB]) AC_MSG_CHECKING([for MATLAB version]) if test "x$MATLAB_VERSION" != "x"; then case $MATLAB_VERSION in + *2010a | *2010A) + MATLAB_VERSION="7.10" + ;; *2009b | *2009B) MATLAB_VERSION="7.9" ;;