source: issm/oecreview/Archive/12321-12677/ISSM-12497-12498.diff

Last change on this file was 12679, checked in by Mathieu Morlighem, 13 years ago

Added 12321-12677

File size: 1.1 KB
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/m4/issm_options.m4

     
    990990        fi
    991991        AC_MSG_RESULT(done)
    992992        dnl }}}
     993
     994        dnl Capabilities
    993995        dnl with-kriging{{{
    994996        AC_ARG_WITH([kriging],
    995997                AS_HELP_STRING([--with-kriging = YES],[compile with kriging capabilities (default is yes)]),
     
    13241326        fi
    13251327        AC_MSG_RESULT($USE_64BIT_INDICES)
    13261328        dnl }}}
     1329        dnl circular-dependency{{{
     1330        AC_ARG_WITH([circular-dependency],
     1331          AS_HELP_STRING([--with-circular-dependency = bool],[do we look for circular dependencies, default "yes", ex: --with-circular-dependency="no"]),
     1332          [CIRCULAR_DEPENDENCIES=$withval],[CIRCULAR_DEPENDENCIES=yes])
     1333        AC_MSG_CHECKING(for circular dependencies)
     1334        AM_CONDITIONAL([CIRCULAR_DEPENDENCIES], [test x$CIRCULAR_DEPENDENCIES = xyes])
     1335        AC_MSG_RESULT($CIRCULAR_DEPENDENCIES)
     1336
     1337        dnl }}}
    13271338])
Note: See TracBrowser for help on using the repository browser.