Changeset 15280
- Timestamp:
- 06/18/13 14:20:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r15265 r15280 258 258 DAKOTA_BUILD=0 259 259 ;; 260 @<:@1-9@:>@.@<:@0-9@:>@+) 261 DAKOTA_MAJOR=`echo $DAKOTA_VERSION | sed -e 's/^\(@<:@0-9@:>@*\)\..*/\1/'` 262 DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'` 263 DAKOTA_BUILD=0 264 ;; 260 265 *) 261 266 AC_MSG_ERROR([Dakota version ($DAKOTA_VERSION) not supported!]);
Note:
See TracChangeset
for help on using the changeset viewer.