Changeset 12498
- Timestamp:
- 06/21/12 14:08:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r12411 r12498 991 991 AC_MSG_RESULT(done) 992 992 dnl }}} 993 994 dnl Capabilities 993 995 dnl with-kriging{{{ 994 996 AC_ARG_WITH([kriging], … … 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 TracChangeset
for help on using the changeset viewer.