source:
issm/oecreview/Archive/12321-12677/ISSM-12497-12498.diff
Last change on this file was 12679, checked in by , 13 years ago | |
---|---|
File size: 1.1 KB |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/m4/issm_options.m4
990 990 fi 991 991 AC_MSG_RESULT(done) 992 992 dnl }}} 993 994 dnl Capabilities 993 995 dnl with-kriging{{{ 994 996 AC_ARG_WITH([kriging], 995 997 AS_HELP_STRING([--with-kriging = YES],[compile with kriging capabilities (default is yes)]), … … 1324 1326 fi 1325 1327 AC_MSG_RESULT($USE_64BIT_INDICES) 1326 1328 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 }}} 1327 1338 ])
Note:
See TracBrowser
for help on using the repository browser.