Last change
on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
668 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/m4/issm_options.m4
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/m4/issm_options.m4 (revision 15279)
|
---|
| 4 | +++ ../trunk-jpl/m4/issm_options.m4 (revision 15280)
|
---|
| 5 | @@ -257,6 +257,11 @@
|
---|
| 6 | DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
|
---|
| 7 | DAKOTA_BUILD=0
|
---|
| 8 | ;;
|
---|
| 9 | + @<:@1-9@:>@.@<:@0-9@:>@+)
|
---|
| 10 | + DAKOTA_MAJOR=`echo $DAKOTA_VERSION | sed -e 's/^\(@<:@0-9@:>@*\)\..*/\1/'`
|
---|
| 11 | + DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
|
---|
| 12 | + DAKOTA_BUILD=0
|
---|
| 13 | + ;;
|
---|
| 14 | *)
|
---|
| 15 | AC_MSG_ERROR([Dakota version ($DAKOTA_VERSION) not supported!]);
|
---|
| 16 | ;;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.