Changeset 8266 for issm/trunk/m4


Ignore:
Timestamp:
05/12/11 08:16:54 (14 years ago)
Author:
Mathieu Morlighem
Message:

Fixed matlab.m4 in case minor has two characters (7.11)

File:
1 edited

Legend:

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

    r8140 r8266  
    306306fi])
    307307case $ax_cv_matlab_version in
    308         @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@)
     308        @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@.@<:@1-9@:>@@<:@0-9@:>@)
    309309        MATLAB_VERSION=$ax_cv_matlab_version
    310310        MATLAB_MAJOR=`echo $MATLAB_VERSION | sed -e 's/^\(@<:@0-9@:>@*\)\.@<:@0-9@:>@*.*/\1/'`
     
    336336        MATLAB_MINOR=11
    337337        ;;
    338 
    339338  *)
    340339    if test x$ax_enable_matlab = xyes ; then
Note: See TracChangeset for help on using the changeset viewer.