| configure.ac (64bac503) | configure.ac (3f10de8f) |
|---|---|
| 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 --- 723 unchanged lines hidden (view full) --- 732 Usage: --enable-check-only=yes 733],,) 734AC_ARG_ENABLE(ccache-skip, 735[[ --enable-ccache-skip [default=auto] allow the use of --ccache-skip to 736 escape compiler flags that would otherwise prevent 737 caching of the result (currently used on Mac only) 738 NOTE: requires patched version because of a bug in 739 ccache (see issue 104567 for details and patch) | 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 --- 723 unchanged lines hidden (view full) --- 732 Usage: --enable-check-only=yes 733],,) 734AC_ARG_ENABLE(ccache-skip, 735[[ --enable-ccache-skip [default=auto] allow the use of --ccache-skip to 736 escape compiler flags that would otherwise prevent 737 caching of the result (currently used on Mac only) 738 NOTE: requires patched version because of a bug in 739 ccache (see issue 104567 for details and patch) |
| 740 explicitly enable if your version of ccache doesn't | 740 explicitly enable if your version of ccache does not |
| 741 identify as version 2.4_OOo 742]],,enable_ccache_skip=auto) 743AC_ARG_WITH(lang, 744[ --with-lang Use this option to build OpenOffice.org with 745 additional language support. English (US) is always 746 included by default. Separate multiple languages with 747 space. For all languages, use --with-lang=ALL. 748 --- 341 unchanged lines hidden (view full) --- 1090 AC_MSG_ERROR([$_os operating system is not suitable to build OpenOffice.org!]) 1091 ;; 1092esac 1093 1094AC_SUBST(OSVERSION) 1095AC_SUBST(PTHREAD_CFLAGS) 1096AC_SUBST(PTHREAD_LIBS) 1097 | 741 identify as version 2.4_OOo 742]],,enable_ccache_skip=auto) 743AC_ARG_WITH(lang, 744[ --with-lang Use this option to build OpenOffice.org with 745 additional language support. English (US) is always 746 included by default. Separate multiple languages with 747 space. For all languages, use --with-lang=ALL. 748 --- 341 unchanged lines hidden (view full) --- 1090 AC_MSG_ERROR([$_os operating system is not suitable to build OpenOffice.org!]) 1091 ;; 1092esac 1093 1094AC_SUBST(OSVERSION) 1095AC_SUBST(PTHREAD_CFLAGS) 1096AC_SUBST(PTHREAD_LIBS) 1097 |
| 1098 1099dnl Ensure pkg-config is initialized before any possible use 1100PKG_PROG_PKG_CONFIG 1101 1102 |
|
| 1098dnl =================================================================== 1099dnl Set the ENABLE_CRASHDUMP variable. 1100dnl =================================================================== 1101AC_MSG_CHECKING([whether to enable crashdump feature]) 1102if test "$enable_crashdump" = "yes"; then 1103 ENABLE_CRASHDUMP="TRUE" 1104 BUILD_TYPE="$BUILD_TYPE CRASHREP" 1105 AC_MSG_RESULT([yes]) --- 6293 unchanged lines hidden --- | 1103dnl =================================================================== 1104dnl Set the ENABLE_CRASHDUMP variable. 1105dnl =================================================================== 1106AC_MSG_CHECKING([whether to enable crashdump feature]) 1107if test "$enable_crashdump" = "yes"; then 1108 ENABLE_CRASHDUMP="TRUE" 1109 BUILD_TYPE="$BUILD_TYPE CRASHREP" 1110 AC_MSG_RESULT([yes]) --- 6293 unchanged lines hidden --- |