Ignore:
Timestamp:
12/23/10 14:05:32 (14 years ago)
Author:
Mathieu Morlighem
Message:

Version 2007a now supported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/m4/matlab.m4

    r3984 r6804  
    274274                ax_matlab_exec=$MATLAB/bin/$ax_arch/${ax_exec_name}
    275275                if test -f $ax_matlab_exec ; then
     276                echo ax_matlab_exec
    276277                        # For Matlab R12, the version number is stored in a
    277278                        # shared library.
     
    314315        R2010a)
    315316        MATLAB_VERSION=R2010a
    316     MATLAB_MAJOR=7
    317     MATLAB_MINOR=8
     317   MATLAB_MAJOR=7
     318        MATLAB_MINOR=8
    318319        ;;
    319320
    320   R2009a)
     321        R2009a)
    321322        MATLAB_VERSION=R2009a
    322     MATLAB_MAJOR=7
    323     MATLAB_MINOR=8
     323        MATLAB_MAJOR=7
     324        MATLAB_MINOR=8
    324325        ;;
    325326        R2008a)
    326327        MATLAB_VERSION=R2008a
    327     MATLAB_MAJOR=7
    328     MATLAB_MINOR=6
     328        MATLAB_MAJOR=7
     329        MATLAB_MINOR=6
     330        ;;
     331        R2007a)
     332        MATLAB_VERSION=R2007a
     333        MATLAB_MAJOR=7
     334        MATLAB_MINOR=4
    329335        ;;
    330336
Note: See TracChangeset for help on using the changeset viewer.