source: issm/oecreview/Archive/13393-13976/ISSM-13654-13655.diff@ 14312

Last change on this file since 14312 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 2.4 KB
  • ../trunk-jpl/m4/issm_options.m4

     
    1313        fi
    1414
    1515        dnl }}}
    16     dnl shared build {{{
     16    dnl Shared build {{{
    1717    AC_ARG_ENABLE([sharedlibs],                                                dnl feature
    1818        AS_HELP_STRING([--enable-sharedlibs], [produce libISSM.so.0]),         dnl help string
    1919        [enable_sharedlibs=$enableval],                                        dnl action if given
    2020        [enable_sharedlibs=no])                                                dnl action if not given
    2121    AM_CONDITIONAL([SHAREDLIBS], [test x$enable_sharedlibs = xyes])
    2222    dnl }}}
    23 
    24     dnl shared build {{{
     23    dnl Version{{{
    2524    AC_ARG_ENABLE([version],                                                dnl feature
    2625        AS_HELP_STRING([--enable-version], [produce libISSM.so.0]),         dnl help string
    2726        [enable_version=$enableval],                                        dnl action if given
    2827        [enable_version=no])                                                dnl action if not given
    2928    AM_CONDITIONAL([VERSION], [test x$enable_VERSION = xyes])
    3029    dnl }}}
    31 
    32         dnl Modules build {{{
    33         AC_ARG_WITH([modules],
    34                 AS_HELP_STRING([--with-modules = value],[modules compilation. ]),
    35                 [MODULES_VALUE=$withval],[MODULES_VALUE="yes"])
    36         AC_MSG_CHECKING(for modules compilation)
    37         AM_CONDITIONAL([MODULES], [test $MODULES_VALUE = yes])
    38         AC_MSG_RESULT($MODULES_VALUE)
     30        dnl Wrappers build {{{
     31        AC_ARG_WITH([wrappers],
     32                AS_HELP_STRING([--with-wrappers = value],[wrappers compilation. ]),
     33                [WRAPPERS_VALUE=$withval],[WRAPPERS_VALUE="yes"])
     34        AC_MSG_CHECKING(for wrappers compilation)
     35        AM_CONDITIONAL([WRAPPERS], [test x$WRAPPERS_VALUE = xyes])
     36        AC_MSG_RESULT($WRAPPERS_VALUE)
    3937        dnl }}}
    4038        dnl Extensions{{{
    4139        ISSMEXT=".exe"
  • ../trunk-jpl/configure.ac

     
    3535AC_CONFIG_FILES([Makefile
    3636                        src/Makefile
    3737                        src/c/Makefile
    38                         src/modules/Makefile
    39                         src/modules/python/Makefile
    40                         src/modules/matlab/Makefile
     38                        src/wrappers/Makefile
     39                        src/wrappers/python/Makefile
     40                        src/wrappers/matlab/Makefile
    4141                        src/m/Makefile])
    4242
    4343#End of configure.ac
Note: See TracBrowser for help on using the repository browser.