Changeset 12498


Ignore:
Timestamp:
06/21/12 14:08:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

added circular dependencies in Makefile.am to resolve all symbols of mex modules

File:
1 edited

Legend:

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

    r12411 r12498  
    991991        AC_MSG_RESULT(done)
    992992        dnl }}}
     993
     994        dnl Capabilities
    993995        dnl with-kriging{{{
    994996        AC_ARG_WITH([kriging],
     
    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 TracChangeset for help on using the changeset viewer.