Changeset 6804 for issm/trunk/m4/matlab.m4
- Timestamp:
- 12/23/10 14:05:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/m4/matlab.m4
r3984 r6804 274 274 ax_matlab_exec=$MATLAB/bin/$ax_arch/${ax_exec_name} 275 275 if test -f $ax_matlab_exec ; then 276 echo ax_matlab_exec 276 277 # For Matlab R12, the version number is stored in a 277 278 # shared library. … … 314 315 R2010a) 315 316 MATLAB_VERSION=R2010a 316 317 317 MATLAB_MAJOR=7 318 MATLAB_MINOR=8 318 319 ;; 319 320 320 321 R2009a) 321 322 MATLAB_VERSION=R2009a 322 323 323 MATLAB_MAJOR=7 324 MATLAB_MINOR=8 324 325 ;; 325 326 R2008a) 326 327 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 329 335 ;; 330 336
Note:
See TracChangeset
for help on using the changeset viewer.