configure.ac (149f2bc0) | configure.ac (27b2fc91) |
---|---|
1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 722 unchanged lines hidden (view full) --- 731[ --with-local-solver if you have solver in a location other than ./solver, 732 please supply the path here. 733 734 Usage: --with-local-solver=<absolute path to solver> 735],,) 736AC_ARG_ENABLE(javascript, 737[ --disable-javascript Disables support for JavaScript macros. 738],,) | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 722 unchanged lines hidden (view full) --- 731[ --with-local-solver if you have solver in a location other than ./solver, 732 please supply the path here. 733 734 Usage: --with-local-solver=<absolute path to solver> 735],,) 736AC_ARG_ENABLE(javascript, 737[ --disable-javascript Disables support for JavaScript macros. 738],,) |
739AC_ARG_ENABLE(coinmp, 740[ --disable-coinmp Do not use CoinMP as the Calc solver. 741],,) |
|
739AC_ARG_ENABLE(check-only, 740[ --enable-check-only Use this option option if you just want to check your 741 environment. This option stops the generation of an 742 ????env.set 743 744 Usage: --enable-check-only=yes 745],,) 746AC_ARG_ENABLE(ccache-skip, --- 106 unchanged lines hidden (view full) --- 853],,) 854AC_ARG_ENABLE(dependency-tracking, 855[ --disable-dependency-tracking Disables generation of dependency information. 856],,) 857AC_ARG_ENABLE(category-b, 858[ --enable-category-b Activate components under a category B license 859 (see http://www.apache.org/legal/3party.html#category-b): 860 MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino), | 742AC_ARG_ENABLE(check-only, 743[ --enable-check-only Use this option option if you just want to check your 744 environment. This option stops the generation of an 745 ????env.set 746 747 Usage: --enable-check-only=yes 748],,) 749AC_ARG_ENABLE(ccache-skip, --- 106 unchanged lines hidden (view full) --- 856],,) 857AC_ARG_ENABLE(dependency-tracking, 858[ --disable-dependency-tracking Disables generation of dependency information. 859],,) 860AC_ARG_ENABLE(category-b, 861[ --enable-category-b Activate components under a category B license 862 (see http://www.apache.org/legal/3party.html#category-b): 863 MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino), |
861 CPL (silgraphite), SPL (beanshell). | 864 CPL (silgraphite), CPL/EPL (CoinMP), SPL (beanshell). |
862 Flags for individual libraries override this one. 863],,) 864AC_ARG_WITH(arm-target, 865[ --arm-target The minimal targeted arm processor 866 used for the build environment. 867 Cases : 868 arm-target < 6 : armv4t compatibility 869 arm-target = 6 : exact armv6 compatibility 870 arm-target > 6 : armv7-a compatibility 871 872 Usage: --with-arm-target=7 873],with_arm_target=$withval,with_arm_target=4) 874 875BUILD_TYPE="OOo" | 865 Flags for individual libraries override this one. 866],,) 867AC_ARG_WITH(arm-target, 868[ --arm-target The minimal targeted arm processor 869 used for the build environment. 870 Cases : 871 arm-target < 6 : armv4t compatibility 872 arm-target = 6 : exact armv6 compatibility 873 arm-target > 6 : armv7-a compatibility 874 875 Usage: --with-arm-target=7 876],with_arm_target=$withval,with_arm_target=4) 877 878BUILD_TYPE="OOo" |
876ADDITIONAL_REPOSITORIES="" | 879ADDITIONAL_REPOSITORIES="../ext_libraries" |
877 878dnl =================================================================== 879dnl Message. 880dnl =================================================================== 881echo "********************************************************************" 882echo "* *" 883echo "* OpenOffice.org build configuration. *" 884echo "* *" --- 405 unchanged lines hidden (view full) --- 1290# enable_mozilla="yes" 1291# enable_nss_module="yes" 1292 enable_hunspell="yes" 1293 enable_hyphen="yes" 1294 enable_saxon="yes" 1295 enable_javascript="yes" 1296 enable_beanshell="yes" 1297 enable_graphite="yes" | 880 881dnl =================================================================== 882dnl Message. 883dnl =================================================================== 884echo "********************************************************************" 885echo "* *" 886echo "* OpenOffice.org build configuration. *" 887echo "* *" --- 405 unchanged lines hidden (view full) --- 1293# enable_mozilla="yes" 1294# enable_nss_module="yes" 1295 enable_hunspell="yes" 1296 enable_hyphen="yes" 1297 enable_saxon="yes" 1298 enable_javascript="yes" 1299 enable_beanshell="yes" 1300 enable_graphite="yes" |
1301 enable_coinmp="yes" |
|
1298 | 1302 |
1299 AC_MSG_RESULT([yes: allow modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite to be built]) | 1303 AC_MSG_RESULT([yes: allow modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built]) |
1300else 1301 # Disable libaries. 1302 enable_mozilla="no" 1303 enable_nss_module="no" 1304 enable_hunspell="no" 1305 enable_hyphen="no" 1306 enable_saxon="no" 1307 enable_javascript="no" 1308 enable_beanshell="no" 1309 enable_graphite="no" | 1304else 1305 # Disable libaries. 1306 enable_mozilla="no" 1307 enable_nss_module="no" 1308 enable_hunspell="no" 1309 enable_hyphen="no" 1310 enable_saxon="no" 1311 enable_javascript="no" 1312 enable_beanshell="no" 1313 enable_graphite="no" |
1314 enable_coinmp="no" |
|
1310 | 1315 |
1311 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite]) | 1316 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp]) |
1312fi 1313 1314# gstreamer is used only via pre-installed libraries: not a problem 1315 1316 1317AC_MSG_CHECKING([whether to enable native CUPS support]) 1318if test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then 1319 ENABLE_CUPS="TRUE" --- 2995 unchanged lines hidden (view full) --- 4315else 4316 AC_MSG_RESULT([no]) 4317 ENABLE_JAVASCRIPT=NO 4318fi 4319AC_SUBST(ENABLE_JAVASCRIPT) 4320 4321 4322dnl =================================================================== | 1317fi 1318 1319# gstreamer is used only via pre-installed libraries: not a problem 1320 1321 1322AC_MSG_CHECKING([whether to enable native CUPS support]) 1323if test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then 1324 ENABLE_CUPS="TRUE" --- 2995 unchanged lines hidden (view full) --- 4320else 4321 AC_MSG_RESULT([no]) 4322 ENABLE_JAVASCRIPT=NO 4323fi 4324AC_SUBST(ENABLE_JAVASCRIPT) 4325 4326 4327dnl =================================================================== |
4328dnl Check for CoinMP 4329dnl =================================================================== 4330ENABLE_COINMP= 4331AC_MSG_CHECKING([whether to enable support for CoinMP]) 4332if test "x$enable_coinmp" = "xyes"; then 4333 BUILD_TYPE="$BUILD_TYPE COINMP" 4334 AC_MSG_RESULT([yes]) 4335 ENABLE_COINMP=YES 4336else 4337 AC_MSG_RESULT([no]) 4338 ENABLE_COINMP=NO 4339fi 4340AC_SUBST(ENABLE_COINMP) 4341 4342 4343dnl =================================================================== |
|
4323dnl Check for system curl 4324dnl =================================================================== 4325if test "$_os" = "Darwin" && test "$with_system_curl" != "no"; then 4326 with_system_curl=yes 4327fi 4328AC_MSG_CHECKING([which curl to use]) 4329if test -n "$with_system_curl" -o -n "$with_system_libs" && \ 4330 test "$with_system_curl" != "no"; then --- 2901 unchanged lines hidden --- | 4344dnl Check for system curl 4345dnl =================================================================== 4346if test "$_os" = "Darwin" && test "$with_system_curl" != "no"; then 4347 with_system_curl=yes 4348fi 4349AC_MSG_CHECKING([which curl to use]) 4350if test -n "$with_system_curl" -o -n "$with_system_libs" && \ 4351 test "$with_system_curl" != "no"; then --- 2901 unchanged lines hidden --- |