Ignore:
Timestamp:
10/10/13 15:58:56 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: preparing mesh deformation module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r16226 r16371  
    17661766        AC_MSG_RESULT($HAVE_SLOPE)
    17671767        dnl }}}
     1768        dnl with-meshdeformation{{{
     1769                AC_ARG_WITH([meshdeformation],
     1770                                        AS_HELP_STRING([--with-meshdeformation = YES], [compile with meshdeformation capabilities (default is yes)]),
     1771                                        [MESHDEFORMATION=$withval],[MESHDEFORMATION=yes])
     1772                  AC_MSG_CHECKING(for meshdeformation capability compilation)
     1773
     1774                  if test "x$MESHDEFORMATION" = "xyes"; then
     1775
     1776                        dnl defaults
     1777                          HAVE_MESHDEFORMATION=yes
     1778
     1779                          AC_DEFINE([_HAVE_MESHDEFORMATION_],[1],[with meshdeformation capability])
     1780                  else
     1781                                HAVE_MESHDEFORMATION=no
     1782                  fi
     1783          AM_CONDITIONAL([MESHDEFORMATION], [test x$HAVE_MESHDEFORMATION = xyes])
     1784          AC_MSG_RESULT($HAVE_MESHDEFORMATION)
     1785          dnl }}}
    17681786        dnl with-groundingline{{{
    17691787        AC_ARG_WITH([groundingline],
Note: See TracChangeset for help on using the changeset viewer.