Lines Matching refs:test
62 [ --disable-unit-tests Disables default unit tests (eg. unit tests using Google test, ...).
653 ], if test "$withval" = "yes"; then WITH_JAVA=java; else WITH_JAVA=$withval; fi, WITH_JAVA=java)
948 if test "configure" -ot "configure.ac"; then
985 if test -z "$GREP"; then
990 if test -z "$AWK"; then
995 if test -z "$SED"; then
1000 if test -z "$with_local_solenv"; then
1009 if test "$LOCAL_SOLENV" = "DEFAULT"; then
1016 if test -e $_solenv/inc/minor.mk; then
1033 if test -n "$with_packager_list" ; then
1034 if test -e $with_packager_list; then
1039 if test -n "$CUSTOM_PACK_LIST"; then
1052 if test "$build" != "$host" -o "$build" != "$target" \
1062 if test "`echo $CygwinVer | $AWK -F . '{ print $1$2 }'`" -lt "15"; then
1089 if test -z "$GNUTAR"; then
1099 if test "$_os_release" -lt "6"; then
1107 if test "$build_cpu" = "sparc" -o "$build_cpu" = "i386"; then
1143 if test "$enable_systray" = "yes" && test "$enable_gtk" != "no"; then
1149 if test ! -n "$CC"; then
1152 if test ! -n "$CXX"; then
1186 if test -n "$with_os_version"; then
1193 if test "$OSVERSION" -lt "500016"; then
1196 elif test "$OSVERSION" -lt "502102"; then
1251 if test "$enable_crashdump" = "yes"; then
1261 if test "$_os" = "WINNT"; then
1265 if test "$_os" = "WINNT"; then
1270 if test "$enable_cl_standard" = "" -o "$enable_cl_standard" = "no"; then
1280 if test "$_os" = "WINNT"; then
1285 if test "$enable_win_x64_shellext" = "" -o "$enable_win_x64_shellext" = "no"; then
1298 if test "$build_cpu" = "x86_64" ; then
1299 if test "x$enable_win64" != "xno" ; then
1309 if test "x$enable_win64" != "xno" ; then
1323 if test -n "$enable_werror" && test "$enable_werror" != "no"; then
1339 if test -n "$enable_debug" && test "$enable_debug" != "no"; then
1341 if test -z "$enable_symbols"; then
1355 if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
1374 if test -n "$enable_symbols" && test "$enable_symbols" != "no"; then
1375 if test "$enable_symbols" = "yes" -o "$enable_symbols" = "TRUE"; then
1379 if test "$enable_symbols" = "SMALL" -o "$enable_symbols" = "small"; then
1382 else if test "$enable_symbols" != "no" ; then
1400 if test -n "$enable_strip_solver"; then
1401 if test "$enable_strip_solver" = "yes"; then
1403 else if test "$enable_strip_solver" = "no"; then
1410 if test -n "$ENABLE_SYMBOLS"; then
1416 if test -z "$DISABLE_STRIP"; then
1443 if test "$enable_category_b" = "yes"; then
1476 if test "$enable_online_update" = "yes" -o "$enable_online_update" = "TRUE"; then
1490 if test "$enable_unit_tests" = "yes" -o "$enable_unit_tests" = "TRUE"; then
1501 if test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then
1511 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a \( "$enable_fontconfig" = "yes" -o "$enable_font…
1523 if test -z $TARFILE_LOCATION; then
1528 if test -z "$enable_fetch_external" || test "$enable_fetch_external" = "yes" \
1529 && test -z "$with_system_libs" -a "$with_system_jars" != "no"; then
1534 if test "$_os" = "WINNT"; then
1537 if test "$enable_directx" = "yes" -o "$enable_directx" = "TRUE" -o "$enable_directx" = ""; then
1547 if test "$enable_activex" = "yes" -o "$enable_activex" = "TRUE" -o "$enable_activex" = ""; then
1556 if test "$enable_atl" = "yes" -o "$enable_atl" = "TRUE" -o "$enable_atl" = ""; then
1575 if test "$enable_rpath" = "no"; then
1586 if test -n "$with_bundled_extension_blobs"; then
1596 if test -n "$with_bundled_prereg_extensions"; then
1607 if test -n "$with_system_dicts" -a "$with_system_dicts" = "yes"; then
1611 if test -n "$with_external_dict_dir"; then
1618 if test -n "$with_external_hyph_dir"; then
1625 if test -n "$with_external_thes_dir"; then
1640 if test $_os = "WINNT"; then
1647 if test -L $AWK -o -L `which awk` ; then
1652 if test -L `which tar` ; then
1657 if test -L `which gunzip` ; then
1673 if test -n "$CC";then
1674 if test "`$CC -dumpmachine 2>/dev/null | $SED -e 's/^.*-//'`" = "mingw32"; then
1679 if test "$WITH_MINGWIN" = "yes" ; then
1680 if test -z "$CC"; then
1694 if test "$_os" = "WINNT" ; then
1708 if test -z "$SHELLPATH"; then
1720 if test -z "$with_gcc_home"; then
1731 if test -n "$with_gcc_home"; then
1732 if test -z "$CC"; then
1738 if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then
1743 if test "$COMPATH" = "." ; then
1755 if test \( "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes" \) -a "$GCC" = "yes"; then
1761 if test "$_gcc_major" -lt "3"; then
1764 if test "$GCCVER" -eq "030203"; then
1765 if test "$ENABLE_SYMBOLS" = "SMALL"; then
1770 if test "$_os" = "Darwin" ; then
1775 if test "$_os" = "SunOS"; then
1786 if test "$GCC" = "yes"; then
1795 if test "z$HAVE_LD_BSYMBOLIC_FUNCTIONS" = "zTRUE"; then
1808 if test -n "$enable_pch" && test "$enable_pch" != "no"; then
1809 if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
1813 elif test "$GCC" = "yes" -a "$GCCVER" -gt "030400"; then
1832 if test $? -eq 0; then
1838 if test -z "$GNUMAKE"; then
1845 if test "$_make_longver" -ge "038100" ; then
1858 if test -z "$with_dmake_path" && test -z "$with_dmake_url"; then
1861 if test "$DMAKE" != "no"; then
1866 elif test -n "$with_dmake_path" ; then
1870 if test -x "$with_dmake_path" ; then
1877 if test "$DMAKE" = "no"; then
1880 if test -n "$with_dmake_url" ; then
1882 # Neither can we apply the test below for ruling out that it is the SunStudio dmake.
1895 # This test _should_ work because the one accepts -V (ours) and one
1898 if test $? -eq 0; then
1903 if test "`echo $DMAKE_VERSION | cut -d'.' -f1`" -gt "4"; then
1905 elif test "`echo $DMAKE_VERSION | cut -d'.' -f1`" = "4" && \
1906 test "`echo $DMAKE_VERSION | cut -d'.' -f2`" -ge "11"; then
1917 if test "$DMAKE" = "no"; then
1931 if test $? -eq 0; then
1937 if test -z "$GNUTAR"; then
1946 if test "$_os" = "SunOS"; then
1947 if test "$CC" = "cc"; then
1955 if test "$_sunstudio_major" != "5"; then
1959 if test "$_sunstudio_minor" = "false"; then
1969 if test "$GCC" = "yes"; then
1978 if test "z$HAVE_LD_HASH_STYLE" = "zTRUE"; then
1990 if test "$_os" = "OSF1"; then
1991 if test "$CC" = "cc"; then
1999 if test "$_compaqc_major" != "T6"; then
2011 if test -z "$with_perl_home"; then
2014 if test "$_os" = "WINNT"; then
2018 if test -x "$_perl_path"; then
2029 if test "$PERL"; then
2033 if test "$_perl_version" -lt 5; then
2084 if test "$_os" = "WINNT"; then
2085 if test "$WITH_MINGWIN" != "yes"; then
2088 if test -z "$with_cl_home"; then
2090 if test -x "$vctest/bin/cl.exe"; then
2102 if test -n "$with_mspdb_path";then
2105 if test -e "$with_mspdb_path/mspdb71.dll" -o -e "$with_mspdb_path/mspdb80.dll"; then
2109 if test -z "$MSPDB_PATH" -a -e "$with_cl_home/../Common7/IDE/mspdb71.dll"; then
2113 if test -z "$MSPDB_PATH" -a -e "$with_cl_home/../Common7/IDE/mspdb80.dll"; then
2117 if test -z "$MSPDB_PATH" -a -e "$with_cl_home/bin/mspdb80.dll"; then
2121 if test -z "$MSPDB_PATH";then
2128 if test -z "$MSPDB_PATH"; then
2142 if test "$BUILD_WIN64" = "TRUE" ; then
2152 if test -x "$with_cl_home/$cl_subdirectory/cl.exe"; then
2176 if test "$CCNUMVER" -ge "001500000000"; then
2188 if test `$CC -dumpmachine | $SED -e 's/^.*-//'` = "mingw32"; then
2207 if test "$WITH_MINGWIN" = "yes"; then
2236 if test "${CCNUMVER}" -ge 000300000001; then
2239 elif test "${CCNUMVER}" -ge 000300000001; then
2265 if test "${CCNUMVER}" -ge 001200000000; then
2272 if test "$BUILD_WIN64" = "TRUE" ; then
2289 if test "${CCNUMVER}" -ge 00050002; then
2304 if test "$_os" = "FreeBSD"; then
2306 if test "$COM" = "GCC"; then
2310 if test "$rpath" != "/usr/lib" ; then
2320 if test "$_os" = "WINNT"; then
2321 if test "$WITH_MINGWIN" = "yes" || test "$COMEX" -ge "10"; then
2324 if test -n "$MIDL_PATH";then
2327 if test -n "$with_midl_path";then
2330 if test -x "$with_midl_path/midl.exe"; then
2333 if test -z "$MIDL_PATH" -a -e "$with_cl_home/../Common7/Tools/Bin/midl.exe"; then
2336 if test -z "$MIDL_PATH" ; then
2338 if test -x "$vstest/Common7/Tools/Bin/midl.exe" ; then
2342 if test -z "$MIDL_PATH" ; then
2344 if test -x "$psdktest/Bin/midl.exe" ; then
2348 if test ! -x "$MIDL_PATH/midl.exe"; then
2357 if test -n "$CSC_PATH";then
2360 if test -n "$with_csc_path";then
2363 if test -x "$with_csc_path/csc.exe"; then
2367 if test -x "$csctest/csc.exe"; then
2371 if test ! -x "$CSC_PATH/csc.exe"; then
2381 if test -n "$with_frame_home"; then
2384 if test -f "$with_frame_home/lib/mscoree.lib"; then
2387 if test -z "$FRAME_HOME" -a -e "$with_cl_home/../SDK/v1.1/lib/mscoree.lib"; then
2390 if test -z "$FRAME_HOME" ; then
2392 if test -f "$frametest/lib/mscoree.lib"; then
2396 if test -f "$frametest/lib/mscoree.lib"; then
2401 if test ! -f "$FRAME_HOME/lib/mscoree.lib"; then
2417 if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then
2424 if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then
2433 if test "$_os" = "SunOS"; then
2449 if test -n "$ac_cv_sys_file_offset_bits"; then
2452 if test -n "$ac_cv_sys_large_files" && test "$ac_cv_sys_large_files" != "no"; then
2460 if test -n "$enable_dbgutil" && test "$enable_dbgutil" != "no"; then
2465 if test -z "$VALGRIND_CFLAGS"; then
2469 if test -z "$VALGRIND_CFLAGS"; then
2473 if test -n "$VALGRIND_CFLAGS"; then
2484 if test "$test_cups" = "yes" -a "$ENABLE_CUPS" = "TRUE" ; then
2492 if test "$_os" = "Linux" -o "$_os" = "FreeBSD" -o "$_os" = "GNU"; then
2494 if test -z "$enable_pam" || test "$enable_pam" != "no"; then
2500 if test -n "$enable_pam_link" -a "$enable_pam_link" != "no"; then
2521 if test "$_os" = "Linux"; then
2523 if test -n "$enable_crypt_link" -a "$enable_crypt_link" != "no"; then
2538 if test -n "$with_gcc_home"; then
2539 if test -z "$CXX"; then
2544 if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
2545 if test -e "$CC"; then
2550 dnl Autoconf 2.53 can do this test for cl.exe, 2.13 can't!
2551 if test "$_os" != "WINNT" -o "$WITH_MINGWIN" = "yes"; then
2556 if test "$GXX" = "yes"; then
2564 if test "$_gpp_majmin" = "304"; then
2573 test (enum E e)
2582 test (E4);
2583 test (E5);
2584 test (E0);
2594 if test "$WITH_MINGWIN" = "yes"; then
2602 if test -n "$_mingw_lib_include_path"; then
2611 if test -z "$_mingw_lib_include_path"; then
2626 if test -n "$_mingw_backward_include_path"; then
2639 if test -e "$MINGW_CLIB_DIR/libgcc_s.a"; then
2643 if test -n "$MINGW_GCCDLL"; then
2652 if test -e "$MINGW_CLIB_DIR/libgcc_eh.a"; then
2657 if test -e "$MINGW_CLIB_DIR/libstdc++_s.a" ; then
2660 if test -e "$MINGW_CLIB_DIR/libstdc++.dll.a" ; then
2663 if test -n "$MINGW_SHARED_LIBSTDCPP" ; then
2667 if test -n "$MINGW_GXXDLL"; then
2691 if test "$_os" = "SunOS"; then
2693 if test "$CC" = "cc"; then
2695 if test "$CXX" != "CC"; then
2706 if test "$_os" = "OSF1"; then
2711 if test "$_compaqcxx_major" != "V6"; then
2725 if test "$WITH_MINGWIN" = "yes"; then
2748 if test "$WITH_STLPORT" != "no"; then
2759 if test "$GCC" = "yes"; then
2765 if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
2778 if test "$_os" != "Darwin" ; then
2780 elif test "$enable_ccache_skip" = "no" ; then
2782 elif test "$enable_ccache_skip" = "yes" ; then
2785 elif test "$enable_ccache_skip" = "auto" ; then
2789 if test "$CCACHE" = "not_found" ; then
2795 if test "$CCACHE_VERSION" = "2.4_OOo"; then
2804 if test $use_ccache = yes ; then
2825 if test "$USE_SYSTEM_STL" = "YES"; then
2829 if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
2833 if test "$stlvisok" = "no"; then
2840 if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
2847 ],[istringstream strm( "test" ); return 0;],
2849 if test $? -eq 0; then gccvisok=no; else gccvisok=yes; fi,
2852 if test "$gccvisok" = "no"; then
2861 if test "$HAVE_GCC_VISIBILITY_FEATURE" = "TRUE"; then
2891 if test "$gccvisbroken" = "yes"; then
2908 if test "$with_alloc" = "system"; then
2913 if test "$with_alloc" = "tcmalloc"; then
2922 if test "$with_alloc" = "jemalloc"; then
2923 if test "$_os" != "FreeBSD" -o "$_os" != "NetBSD"; then
2937 if test "$with_alloc" = "internal" -o -z "$with_alloc"; then
2947 if test "z$with_build_version" != "z"; then
2960 if test "$WITH_JAVA" != "no"; then
2972 if test "$_os" = "Linux" && test "$build_cpu" = "powerpc"; then
2978 if test "$_os" = "WINNT"; then
2979 if test -z "$with_jdk_home"; then
2983 if test -d "$_jdk_home"; then
2996 if test "$SOLAR_JAVA" != ""; then
2998 if test -z "$with_jdk_home"; then
3003 if test -x "$_java_path"; then
3009 if test "$_os" = "WINNT"; then
3010 if test x`echo "$JAVAINTERPRETER" | $GREP -i '\.exe$'` = x; then
3015 elif test "$_os" = "Darwin"; then
3023 if test "$SOLAR_JAVA" != ""; then
3026 if test -n "$JAVAINTERPRETER"; then
3028 if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
3032 # if test -z "$KAFFE_VER"; then
3036 # if test "$_kaffe_ver" -lt 10100; then
3047 elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
3053 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then
3061 # if test "$_jdk_ver" -lt 10500; then
3067 # if test "$with_jdk_home" = ""; then
3077 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then
3084 if test "$_jdk_ver" -lt 10500; then
3090 if test "$with_jdk_home" = ""; then
3104 if test "$_jdk_ver" -lt 10500; then
3109 if test "$_os" = "WINNT"; then
3112 if test "$_os" = "OS2"; then
3127 if test "$SOLAR_JAVA" != ""; then
3128 if test "$JDK" = "gcj"; then
3133 if test "$_os" = "WNT" -o "$_os" = "OS2"; then
3134 if test x`echo "$javacompiler" | $GREP -i '\.exe$'` = x; then
3138 if test -z "$with_jdk_home"; then
3143 if test -x "$_javac_path"; then
3147 if test -z "$JAVACOMPILER"; then
3150 if test "$_os" = "WINNT"; then
3151 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3157 if test "$_os" = "OS2"; then
3158 if test x`echo "$JAVACOMPILER" | $GREP -i '\.exe$'` = x; then
3163 if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then
3177 if test "$SOLAR_JAVA" != ""; then
3178 if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then
3187 if test "$SOLAR_JAVA" != ""; then
3188 if test -z "$with_jdk_home"; then
3192 if test "$_os" = "WNT" -o "$_os" = "OS2"; then
3193 if test x`echo "$_javadoc_path" | $GREP -i '\.exe$'` = x; then
3198 if test -x "$_javadoc_path"; then
3204 if test -z "$JAVADOC"; then
3207 if test "$_os" = "WINNT"; then
3208 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3214 if test "$_os" = "OS2"; then
3215 if test x`echo "$JAVADOC" | $GREP -i '\.exe$'` = x; then
3221 if test "$SOLAR_JAVA" != ""; then
3223 if test "$JDK" = "gcj" -a -z "$JAVA_HOME"; then
3224 if test "x$with_jdk_home" = "x" -a "$_gij_longver" -ge "40200"; then
3241 if test $? = 0 && test -f ./findhome.class ; then
3244 echo "configure: javac test failed" >&5
3251 if test $? = 0 && test "$JAVA_HOME" != "" ; then
3254 echo "configure: java test failed" >&5
3264 if test "$JDK" != "gcj" -o "$_gij_longver" -ge "40200"; then
3266 if test "$JAVA_HOME" = "/usr" -a "x$with_jdk_home" = "x"; then
3268 if test $? == 0 && test "$JAVACOMPILER" != "$javac_link_f"; then
3287 if test "$JAVA_HOME" != "/usr"; then
3288 if test "$_os" = "Darwin"; then
3299 if test "$_os" = "Darwin"; then
3300 if test ! -f "$JAVA_HOME/lib/jvm.cfg" -a "x$with_jdk_home" = "x"; then
3303 elif test ! -d "$JAVA_HOME/jre" -a "x$with_jdk_home" = "x"; then
3306 if test "$JAVA_HOME_OK" = "NO"; then
3313 # if test "$JDK" = "gcj"; then
3321 if test "$SOLAR_JAVA" != ""; then
3323 if test "$JDK" = "gcj"; then
3338 if test "$JDK" = "ibm" ; then
3350 if test -z "$AWTLIB"; then
3359 if test -z "$AWTLIB"; then
3369 if test "$SOLAR_JAVA" != ""; then
3371 if test -n "$enable_gcjaot" && test "$enable_gcjaot" != "no"; then
3373 if test `echo $WITH_JAVA | $GREP -c "gij"` -eq 0; then
3379 if test -n "$with_jdk_home"; then
3382 if test -x "$_javac_path"; then
3386 if test -z "$JAVAAOTCOMPILER"; then
3389 if test -z "$JAVAAOTCOMPILER"; then
3415 if test "$enable_epm" = "yes"; then
3420 if test "$_os" != "WINNT"; then
3421 if test -n "$with_epm"; then
3428 if test -n "$with_epm_url" ; then
3437 if test "$EPM" = "no" ; then
3449 if test "`echo $EPM_VERSION | cut -d'.' -f1`" -ge "5"; then
3459 # test which package format to use
3475 if test -e /etc/debian_version; then
3498 if test -n "$with_package_format"; then
3532 if test $? -eq 0; then
3537 if test $? -eq 0; then
3543 if test -z "$RPM" ; then
3554 if test "$DPKG" = "no"; then
3558 if test "$FAKEROOT" = "no"; then
3563 if test "$_os" = "Darwin"; then
3564 if test "$_osxpkgbuild" = "no"; then
3566 … if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then
3578 if test "$PKGMK" = "no"; then
3601 if test -z "$with_gperf"; then
3603 if test -z "$GPERF"; then
3607 if test -x "$with_gperf"; then
3614 if test "`$GPERF --version | $EGREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
3626 if test -f "./stax/download/stax-1.2.0.jar"; then
3639 if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then
3641 if test "$WITH_JAVA" != "no"; then
3643 if ! test -f "./external/unowinreg/unowinreg.dll"; then
3648 if test "$HAVE_UNOWINREG_DLL" = "yes"; then
3652 if test "$_os" = "WINNT"; then
3659 if test "$_os" != "WINNT" && test "$BUILD_UNOWINREG" = "YES"; then
3660 if test -z "$WITH_MINGWIN" || test "$WITH_MINGWIN" = "0"; then
3668 … if ! test -x "$WITH_MINGWIN"; then MINGWCXX=false; else MINGWCXX=`basename $WITH_MINGWIN`; fi
3672 if test "$MINGWCXX" = "false"; then
3682 …if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGWSTRIP…
3686 if test "$MINGWSTRIP" = "false"; then
3726 if test -n "$with_system_stdlibs" -o -n "$with_system_libs" && \
3727 test "$with_system_stdlibs" != "no"; then
3739 if test "$_os" = "Darwin" && test "$with_system_zlib" != "no"; then
3743 if test -n "$with_system_zlib" -o -n "$with_system_libs" && \
3744 test "$with_system_zlib" != "no"; then
3762 if test -n "$with_system_jpeg" -o -n "$with_system_libs" && \
3763 test "$with_system_jpeg" != "no"; then
3781 if test -n "$with_system_expat" -o -n "$with_system_libs" && \
3782 test "$with_system_expat" != "no"; then
3799 if test "$test_freetype" = "yes"; then
3809 if test "$test_freetype" = "yes"; then
3823 if test -n "$with_system_libxslt" -o -n "$with_system_libs" && \
3824 test "$with_system_libxslt" != "no"; then
3825 if test -z "$with_system_libxml" -a -z "$with_system_libs" || \
3826 test "$with_system_libxml" = "no"; then
3833 if test -n "$with_system_libxml" -o -n "$with_system_libs" && \
3834 test "$with_system_libxml" != "no"; then
3835 if test -z "$with_system_libxslt" -a -z "$with_system_libs" || \
3836 test "$with_system_libxslt" = "no"; then
3848 if test -n "$with_system_libxslt" -o -n "$with_system_libs" -o \
3850 test "$with_system_libxslt" != "no"; then
3854 if test "$_os" != "Darwin"; then
3863 if test "$XSLTPROC" = "no"; then
3880 if test -n "$with_system_libxml" -o -n "$with_system_libs" -o \
3882 test "$with_system_libxml" != "no"; then
3887 if test "$_os" != "Darwin"; then
3906 if test "$_os" = "Darwin"; then
3912 if test "$sdk_minor" -lt "9"; then
3917 if test -z "$sdk_path"; then
3923 if test -z "$sdk_found"; then
3927 if test -z "$sdk_found"; then
3930 if test -z "$sdk_found"; then
3936 elif test ! -d "$sdk_path"; then
3938 if test -z "$sdk_found"; then
3946 if test -d "$sdk_path"; then
3966 if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
3970 if test ! -f $_python; then
3978 if test $_python_hexversion -ge 34013680 ; then
3984 …if test -d "/Library/Frameworks/Python.framework/Versions/$_python_ver/include/python$_python_ver"…
3986 elif test -d "$MACOSX_SDK_PATH/usr/include/python$_python_ver"; then
3996 elif test -n "$with_system_python" -o -n "$with_system_libs" && \
3997 test "$with_system_python" != "no"; then
4006 if test "$python_version" -lt "3.8"; then
4011 if test "$PYTHON_PC" != "TRUE"; then
4016 if test "$with_system_python" = "yes" ; then
4029 if test "z$HOME" = "z"; then
4033 if test -z "$BZIP2"; then
4035 if test -z "$BZIP2"; then
4050 if test -n "$with_system_lucene" -o -n "$with_system_libs" && \
4051 test "$with_system_lucene" != "no" && test "$with_system_jars" != "no"; then
4054 if test -z $LUCENE_CORE_JAR; then
4073 if test -z $LUCENE_ANALYZERS_JAR; then
4128 if test -n "$enable_mysql_connector" -a "$enable_mysql_connector" != "no"; then
4132 if test -d mysqlc; then
4144 if test "$ENABLE_MYSQLC" = "YES"; then
4149 if test -n "$with_system_mysql" -o -n "$with_system_libs" && \
4150 test "$with_system_mysql" != "no" && test "$with_system_libs" != "no"; then
4155 if test -z "$MYSQLCONFIG" -o ! -x "$MYSQLCONFIG" ; then
4160 if test "$MYSQL_MAJOR" -ge "5"; then
4172 if test -n "$with_libmysql_path"; then
4175 if test "$_os" = "Darwin"; then
4177 elif test "$_os" = "WINNT"; then
4181 if test -e "$with_libmysql_path/lib/$LIBMYSQL"; then
4204 if test -n "$with_system_mysql_cppconn" -o -n "$with_system_libs" && \
4205 test "$with_system_mysql_cppconn" != "no" && test "$with_system_libs" != "no"; then
4242 if test -n "$with_system_hsqldb" -o -n "$with_system_libs" && \
4243 test "$with_system_hsqldb" != "no" && test "$with_system_jars" != "no"; then
4246 if test -z $HSQLDB_JAR; then
4291 if test -n "$with_system_beanshell" -o -n "$with_system_libs" && \
4292 test "$with_system_beanshell" != "no" && test "$with_system_jars" != "no"; then
4295 if test -z $BSH_JAR; then
4300 elif test "x$enable_beanshell" = "xyes"; then
4324 if test -n "$with_system_saxon" -o -n "$with_system_libs" && \
4325 test "$with_system_saxon" != "no" && test "$with_system_jars" != "no"; then
4328 if test -z $SAXON_JAR; then
4346 if test -n "$SERIALIZER_JAR"; then
4400 if test $? = 0 && test -f ./saxontest.class ; then
4403 if test $? = 0; then
4415 elif test "x$enable_saxon" = "xyes"; then
4434 if test "x$enable_javascript" = "xyes"; then
4453 if test "x$enable_coinmp" = "xyes"; then
4460 if test "x$with_system_coinmp" = "xyes" -o -n "$with_system_libs"; then
4485 if test "$_os" = "Darwin" && test "$with_system_curl" != "no"; then
4489 if test -n "$with_system_curl" -o -n "$with_system_libs" && \
4490 test "$with_system_curl" != "no"; then
4495 if test -z "$CURLCONFIG"; then
4501 … if test "`$CURLCONFIG --version | $AWK -F' ' '{print $2}' | $AWK -F. '{ print $1 }'`" -gt "7" -a \
4532 if test -n "$with_system_mdds" -o -n "$with_system_headers" && \
4533 test "$with_system_mdds" != "no"; then
4551 if test -n "$with_system_boost" -o -n "$with_system_headers" && \
4552 test "$with_system_boost" != "no"; then
4570 if test "$ac_cv_cxx_boost_no_exceptons_broken" = "yes"; then
4588 if test -n "$with_system_vigra" -o -n "$with_system_headers" && \
4589 test "$with_system_vigra" != "no"; then
4607 if test -n "$with_system_odbc_headers" -o -n "$with_system_headers" && \
4608 test "$with_system_odbc_headers" != "no"; then
4622 if test "$enable_nss_module" = "no"; then
4629 if test -z "$enable_ldap" || test "$enable_ldap" = "yes"; then
4630 if test "$with_openldap" = "yes"; then
4641 if test "$WITH_LDAP" = "YES"; then
4646 if test -n "$with_openldap" && test "$with_openldap" != "no"; then
4663 if test "$enable_nss_module" != "no"; then
4667 if test "$_os" = "WINNT"; then
4669 if test -z "$MOZILLABUILD" ; then
4677 if test \( "$WITH_MINGWIN" = "yes" \) ; then
4678 if test ! -d "$MOZILLABUILD" ; then
4684 if test ! -d "$MOZILLABUILD/msys" ; then
4705 if test -n "$with_system_sane_header" -o -n "$with_system_headers" && \
4706 test "$with_system_sane_header" != "no"; then
4722 if test -n "$with_system_icu" -o -n "$with_system_libs" && \
4723 test "$with_system_icu" != "no"; then
4731 if test -z "$SYSTEM_GENBRK"; then
4735 if test -z "$SYSTEM_GENCCODE"; then
4739 if test -z "$SYSTEM_GENCMN"; then
4745 if test "$_os" = "OS2"; then
4754 if test "$ICU_MAJOR" -ge "4"; then
4779 if test "x$enable_graphite" = "xyes" -a \( "$_os" = "WINNT" -o "$_os" = "Linux" -o "$_os" = "FreeBS…
4783 if test -n "$with_system_graphite" -o -n "$with_system_libs" && \
4784 test "$with_system_graphite" != "no"; then
4809 if test "$_os" = "Darwin"; then
4810 if test "x$with_x" = "xyes"; then
4814 if test -d "/System/Library/Frameworks/AppKit.framework/"; then
4832 if test "$_os" = "Darwin" -a "x$x_includes" = "xno_x_includes"; then
4836 elif test "$_os" = "OS2" ; then
4840 elif test "$_os" != "WINNT" ; then
4845 if test "x$x_includes" = "x"; then
4848 if test "x$x_libraries" = "x"; then
4852 if test -z "$x_libraries"; then
4855 if test -z "$x_includes"; then
4867 if test -z "$x_includes"; then
4870 if test -z "$x_libraries"; then
4873 if test "$x_includes" = "default_x_includes"; then
4879 if test "$x_libraries" = "default_x_libraries"; then
4881 if test "x$XLIB" = x; then
4893 if test "$ENABLE_FONTCONFIG" = "TRUE" ; then
4911 if test -n "$enable_xrender_link" -a "$enable_xrender_link" != "no"; then
4920 if test -n "$with_system_xrender_headers" -o -n "$with_system_headers" && \
4921 test "$with_system_xrender_headers" != "no"; then
4931 if test "$XRENDER_LINK" = "YES"; then
4942 if test "$test_randr" = "yes" -a \( "$enable_randr" = "yes" -o "$enable_randr" = "TRUE" \) ; then
4943 if test -z "$enable_randr_link" -o "$enable_randr_link" = "no"; then
4949 if test "$ENABLE_RANDR" != "TRUE"; then
4973 if test -n "$with_system_nss" -o -n "$with_system_libs" && test "$with_system_nss" != "no"; then
4990 if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
4991 test "$with_system_openssl" != "no"; then
4993 if test "$_os" = "FreeBSD"; then
5013 if test -n "$with_system_redland" -o -n "$with_system_libs" && \
5014 test "$with_system_redland" != "no"; then
5034 if test "x$enable_hunspell" != "xno" ; then
5036 if test -n "$with_system_hunspell" -o -n "$with_system_libs" && \
5037 test "$with_system_hunspell" != "no"; then
5042 if test "$HUNSPELL_PC" != "TRUE"; then
5072 if test "x$enable_hyphen" != "xno" ; then
5074 if test -n "$with_system_hyphen" -o -n "$with_system_libs" && \
5075 test "$with_system_hyphen" != "no"; then
5085 if test -z "$HYPHEN_LIB"; then
5089 if test -z "$HYPHEN_LIB"; then
5112 if test "x$enable_bundled_dictionaries" != "xno" -a "x$ENABLE_HUNSPELL" = "xYES"; then
5123 if test -n "$with_system_mythes" -o -n "$with_system_libs" && \
5124 test "$with_system_mythes" != "no"; then
5129 if test "$MYTHES_PKGCONFIG" = "no"; then
5134 if test "$MYTHES_FOUND" = "no"; then
5138 if test "$MYTHES_FOUND" = "no"; then
5157 if test -n "$with_system_libtextcat" && test "$with_system_libtextcat" != "no"; then
5172 if test -n "$with_system_libtextcat_data" && test "$with_system_libtextcat_data" != "no"; then
5173 if test "$with_system_libtextcat_data" = "yes"; then
5188 if test "$_os" = "Linux"; then
5193 if test "$HAVE_LIBC"; then
5200 if test "$_os" != "WNT"; then
5203 if test "$HAVE_GETOPT" = "YES" -a "$HAVE_READDIR_R" = "YES"; then
5220 if test \( "$_os" = "WINNT" \) ; then
5222 if test -z "$with_psdk_home"; then
5227 if test -z "$PSDK_HOME"; then
5231 if test -n "$PSDK_HOME"; then
5241 if test -f "$PSDK_HOME/Lib/libcp.lib"; then
5250 if test \( -f "$PSDK_HOME/Include/adoint.h" \) \
5257 if test -f "$PSDK_HOME/lib/unicows.lib"; then
5262 if test "$HAVE_PSDK_H" = "no" -o "$HAVE_PSDK_LIB" = "no"; then
5266 if test ! -x "$PSDK_HOME/bin/msiinfo.exe" \
5293 if test \( "$_os" = "WINNT" \) ; then
5295 if test -z "$with_directx_home"; then
5297 if test -n "$DXSDK_DIR"; then
5309 if test -f "$DIRECTXSDK_HOME/Include/ddraw.h" ; then
5314 if test -f "$DIRECTXSDK_HOME/Include/d3d9.h" ; then
5321 if test -d "$DIRECTXSDK_HOME/lib/x86" ; then
5326 if test -f "$DIRECTXSDK_LIB/ddraw.lib" ; then
5331 if test -f "$DIRECTXSDK_LIB/d3d9.lib" ; then
5337 if test "$HAVE_DIRECTDRAW_H" = "yes" -a "$HAVE_DIRECTDRAW_LIB" = "yes" ; then
5340 if test "$HAVE_DIRECTXSDK_H" = "yes" -a "$HAVE_DIRECTXSDK_LIB" = "yes" ; then
5346 if test -n "$ENABLE_DIRECTX"; then
5347 if test "$HAVE_DIRECTDRAW" = "yes" -o "$HAVE_DIRECTXSDK" = "yes" ; then
5365 if test \( "$_os" = "WINNT" \) ; then
5367 if test "$DISABLE_ATL" = "TRUE"; then
5371 if test -z "$with_atl_include_dir"; then
5376 if test -z "$with_atl_lib_dir"; then
5383 if test -z "$with_mfc_include_dir"; then
5388 if test -z "$with_mfc_lib_dir"; then
5401 if test -f "$ATL_INCLUDE/atlbase.h"; then
5409 if test -f "$MFC_INCLUDE/afx.h"; then
5417 if test -f "$ATL_LIB/atls.lib"; then
5420 if test -f "$ATL_LIB/atlthunk.lib"; then
5433 if test -d "$MFC_LIB"; then
5439 …if test "$HAVE_ATL_H" = "no" -o "$HAVE_MFC_H" = "no" -o "$HAVE_ATL_LIB" = "no" -o "$HAVE_MFC_LIB" …
5472 if test "$_os" = "WINNT" ; then
5475 if test -n "$NSIS_PATH"; then
5478 if test -n "$with_nsis_path"; then
5481 if test -e "$with_nsis_path/nsis.exe"; then
5485 if test -x "$nsistest/nsis.exe"; then
5488 if test -z "$NSIS_PATH"; then
5499 if test "$nsis_version_major" -ge "3"; then
5520 if test -z "$BISON"; then
5527 if test "$_bison_longver" -ge 1875 -o "$_bison_longver" -le 1075; then
5528 if test "$_bison_version" = "1.875" ; then
5539 if test -z "$FLEX"; then
5546 if test -z "$PATCH"; then
5551 if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then
5552 if test -z "$with_gnu_patch"; then
5555 if test -x "$with_gnu_patch"; then
5572 if test -z "$with_gnu_cp"; then
5574 if test -x /usr/gnu/bin/cp; then
5579 if test -z $GNUCP; then
5583 if test -x "$with_gnu_cp"; then
5598 if test -z "$GNUCP"; then
5599 if test "$_os" = "SunOS"; then
5612 if test "$_os" = "WINNT"; then
5617 if test -z "$CYGWIN_PATH"; then
5625 if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
5627 if test -n "$with_asm_home"; then
5630 if test ! -x "$with_asm_home/ml.exe"; then
5632 if test -z "$ML_EXE"; then
5633 if test -x "$with_cl_home/bin/ml.exe"; then
5653 if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes" -a "$SYSTEM_OPENSSL" = "NO"; then
5655 if test -n "$with_nasm_home"; then
5658 if test ! -x "$with_nasm_home/nasm.exe"; then
5660 if test -z "$NASM_EXE"; then
5677 if test -z "$with_zip_home"; then
5683 if test -n "$with_zip_home" ; then
5684 if test "$_os" = "WINNT"; then
5698 if test -z "$ZIP" -o -z "$UNZIP"; then
5708 if test "$_os" = "WINNT"; then
5709 if test -n "`$ZIP -h | $GREP -i WinNT`" ; then
5718 if test "$_os" = "WINNT"; then
5720 if test -x ./external/dbghelp/dbghelp.dll; then
5736 if test "$_os" = "WINNT"; then
5738 if test -x ./external/vcredist/vcredist_x86.exe; then
5746 if test -x ./external/vcredist/vcredist_x64.exe; then
5760 if test "$_os" = "WINNT" -a "$WITH_MINGWIN" != "yes"; then
5771 if test "$_os" = "WINNT"; then
5773 if test -x ./external/gdiplus/gdiplus.dll; then
5786 if test "$_os" = "WINNT"; then
5788 if test -x ./external/msvcp100/msvcr100.dll; then
5804 if test "x$enable_gtk" = "xyes"; then
5811 if test "x$enable_kde" = "xyes"; then
5818 if test "x$enable_kde4" = "xyes"; then
5824 if test -z "$R"; then
5836 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$_os" != "OS2" -a "$enable_gconf" = "yes"; then
5851 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gnome_vfs" = "yes"; then
5855 if test "$ENABLE_GCONF" != "TRUE"; then
5871 if test "$test_gtk" = "yes"; then
5873 if test "$ENABLE_GTK" = "TRUE" ; then
5878 if test "x$enable_systray" = "xyes"; then
5886 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_dbus" = "yes"; then
5895 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gio" = "yes"; then
5896 if test "$ENABLE_GNOMEVFS" = "TRUE" ; then
5925 if test "$test_gstreamer" = "yes"; then
5927 if test "x$enable_gstreamer" != "xno" ; then
5947 if test "$with_arm_target" -lt "6"; then
5949 elif test "$with_arm_target" = "6"; then
5951 elif test "$with_arm_target" -gt "6"; then
5966 if test "$test_cairo" = "yes"; then
5969 if test "x$enable_cairo" != "xno" ; then
5973 if test -n "$with_system_cairo" -o -n "$with_system_libs" && \
5974 test "$with_system_cairo" != "no"; then
5979 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$ENABLE_FONTCONFIG" != "TRUE" ; then
5982 if test "$with_system_xrender_headers" = "yes"; then
5999 if test "$build_cpu" != "x86_64"; then
6016 if test "$enable_cairo_canvas" = "yes" -a "$ENABLE_CAIRO" = "TRUE" ; then
6028 if test "x$enable_opengl" != "xno" ; then
6045 if test -n "$enable_pdfimport" -a "$enable_pdfimport" != "no"; then
6053 if test -n "$with_system_poppler" -o -n "$with_system_libs" && \
6054 test "$with_system_poppler" != "no"; then
6073 if test -n "$enable_wiki_publisher" -a "$enable_wiki_publisher" != "no" && test "$WITH_JAVA" != "no…
6076 if test -d ./swext; then
6089 if test "$ENABLE_MEDIAWIKI" = "YES"; then
6091 if test -n "$with_system_servlet_api"; then
6094 if test -z "$SERVLETAPI_JAR"; then
6109 if test -n "$enable_report_builder" -a "$enable_report_builder" != "no" && test "$WITH_JAVA" != "no…
6114 if test -d ./reportbuilder; then
6121 if test -z $SAC_JAR; then
6127 if test -z $LIBXML_JAR; then
6142 if test -z $FLUTE_JAR; then
6157 if test -z $JFREEREPORT_JAR; then
6172 if test -z $LIBLAYOUT_JAR; then
6187 if test -z $LIBLOADER_JAR; then
6202 if test -z $LIBFORMULA_JAR; then
6217 if test -z $LIBREPOSITORY_JAR; then
6232 if test -z $LIBFONTS_JAR; then
6247 if test -z $LIBSERIALIZER_JAR; then
6263 if test -z $LIBBASE_JAR; then
6300 if test "$with_system_apache_commons" = "yes"; then
6304 if test -z $COMMONS_LANG_JAR; then
6334 if test "$ENABLE_MEDIAWIKI" = "YES"; then
6335 if test -z $COMMONS_CODEC_JAR; then
6350 if test -z $COMMONS_HTTPCLIENT_JAR; then
6365 if test "$ENABLE_MEDIAWIKI" = "YES" -o "$ENABLE_REPORTBUILDER" = "YES"; then
6366 if test -z $COMMONS_LOGGING_JAR; then
6399 if test "$test_kde" = "yes" -a "$ENABLE_KDE" = "TRUE" ; then
6401 if test "$build_cpu" != "x86_64" ; then
6408 if test -n "$QTDIR" ; then
6410 if test "$build_cpu" != "x86_64" ; then
6416 if test "$build_cpu" != "x86_64" ; then
6423 if test -n "$KDEDIR" ; then
6425 if test "$build_cpu" != "x86_64" ; then
6432 dnl What to test
6442 if test -r "$kde_check/$qt_test_include" ; then
6448 if test "x$qt_incdir" = "xno" ; then
6457 if test -r "$qt_check/$qt_test_library" ; then
6463 if test "x$qt_libdir" = "xno" ; then
6470 if test "$MOC" = "no" ; then
6479 if test -r "$kde_check/$kde_test_include" ; then
6485 if test "x$kde_incdir" = "xno" ; then
6494 if test -r "$kde_check/$kde_test_library" ; then
6500 if test "x$kde_libdir" = "xno" ; then
6520 if test "$test_kde4" = "yes" -a "$ENABLE_KDE4" = "TRUE" ; then
6527 if test "$build_cpu" = "x86_64" ; then
6532 if test -n "$KDE4DIR" ; then
6534 if test "$build_cpu" != "x86_64" ; then
6549 if test -r "$inc_dir/$qt_test_include" ; then
6556 if test "x$qt_header_dir" = "xno" ; then
6563 if test -r "$lib_dir/$qt_test_library" ; then
6571 if test "x$qt_lib_dir" = "xno" ; then
6578 if test "$MOC4" = "no" ; then
6580 if test "$MOC4" = "no" ; then
6589 if test -r "$kde_check/$kde_test_include" ; then
6595 if test "x$kde_incdir" = "xno" ; then
6603 if test -r "$kde_check/$kde_test_library" ; then
6610 if test "x$kde_libdir" = "xno" ; then
6626 if test -n "$enable_lockdown" && test "$enable_lockdown" != "no"; then
6638 if test "$enable_evolution2" = "yes" -o "$enable_evolution2" = "TRUE"; then
6654 if test -n "$enable_mathmldtd"; then
6655 if test "$enable_mathmldtd" = "no"; then
6672 if test "x$enable_category_b_fonts" = "xyes" && test "x$with_fonts" != "xno"; then
6687 if test "x$with_fonts" != "xno" ; then
6699 if test "x$WITH_CATA_FONTS" = "xYES" -o "x$WITH_CATB_FONTS" = "xYES"; then
6715 if test "$with_ppds" != "no"; then
6728 if test "$with_afms" != "no"; then
6741 if test "$_os" = "Darwin"; then
6745 elif test "$_os" = "Linux" -o "$_os" = "FreeBSD"; then
6746 if test -e "$XLIB/libXinerama.so" -a -e "$XLIB/libXinerama.a"; then
6750 if test -z "$with_static_xinerama" -o -n "$with_system_libs"; then
6755 elif test -e "$XLIB/libXinerama.so" -a ! -e "$XLIB/libXinerama.a"; then
6759 elif test -e "$XLIB/libXinerama.a"; then
6773 if test "$USE_XINERAMA" = "YES"; then
6778 if test "$_os" = "FreeBSD"; then
6781 if test "$_os" = "Linux"; then
6816 if test "$_os" = "FreeBSD"; then
6820 if test -f "$dir/libintl.h" ; then
6865 if test "$SYSTEM_JPEG" = "YES"; then
6881 if test "$SYSTEM_LIBJPEG" = "YES"; then
6893 if test -z "$with_rat_scan" -o "$with_rat_scan" = "no"; then
6896 if test "$WITH_JAVA" = "no"; then
6898 elif test "$enable_saxon" = "no"; then
6900 elif test "$with_rat_scan" = "yes"; then
6907 if test -d "$with_rat_scan"; then
6921 if test "$SOLAR_JAVA" != ""; then
6924 if test -z "$with_ant_home"; then
6925 if test "$_os" = "OS2"; then
6931 if test "$_os" = "WINNT"; then
6934 if test "$_os" = "OS2"; then
6943 if test -z "$ANT"; then
6947 while test -h "$ANT"; do
6957 if test "$_os" = "OS2"; then
6980 if test "$JAVACISGCJ" = "yes"; then
6987 if test $? = 0 && test -f ./conftest.class ; then
6989 if test -z "$WITH_ANT_HOME"; then
6991 if test -z "$ANT_HOME"; then
6998 echo "configure: Ant test failed" >&5
7008 if test -z "$ANT_HOME"; then
7014 if test "$ANT_HOME" != "NO_ANT_HOME"; then
7016 if test -f $ANT_HOME/lib/ant.jar; then
7019 if test -f $ANT_HOME/ant.jar; then
7022 if test -f /usr/share/java/ant.jar; then
7025 if test -f /usr/share/ant-core/lib/ant.jar; then
7028 if test -f $ANT_HOME/lib/ant/ant.jar; then
7031 if test -f /usr/share/lib/ant/ant.jar; then
7048 if test "$ENABLE_MEDIAWIKI" = "YES"; then
7060 if test "$ant_version_major" -ge "2"; then
7062 elif test "$ant_version_major" = "1" && test "$ant_version_minor" -ge "$ant_minminor1"; then
7068 if test "$ENABLE_MEDIAWIKI" = "YES"; then
7095 if test "$JAVACISGCJ" = "yes"; then
7102 if test $? = 0 && test -f ./conftest.class ; then
7106 echo "configure: Ant test failed" >&5
7117 if test "$SOLAR_JAVA" != "" && test "$with_junit" != "no"; then
7119 if test "$with_junit" = "yes"; then
7120 if test -e /usr/share/java/junit4.jar; then
7123 if test -e /usr/local/share/java/classes/junit4.jar; then
7126 if test -e /usr/share/lib/java/junit.jar; then
7129 if test -e /usr/share/local/lib/java/junit.jar; then
7132 if test -e /usr/share/java/junit.jar; then
7135 if test -e /usr/local/share/java/classes/junit.jar; then
7146 if test -e "$OOO_JUNIT_JAR"; then
7153 if test "$_os" = "WINNT"; then
7193 if test "$SOLAR_JAVA" != "" && test "$with_hamcrest_core" != "no"; then
7195 if test "$with_hamcrest_core" = "yes"; then
7196 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest-core-1.3.jar; then
7199 …if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest-core-1.3.jar; …
7202 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/lib/java/hamcrest-core.jar; then
7205 … if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/lib/java/hamcrest-core.jar; then
7208 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest-core.jar; then
7211 … if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest-core.jar; then
7215 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest1.3.jar; then
7218 … if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest1.3.jar; then
7221 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/lib/java/hamcrest.jar; then
7224 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/lib/java/hamcrest.jar; then
7227 if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/share/java/hamcrest.jar; then
7230 … if test "$HAMCREST_CORE_JAR" = "" && test -e /usr/local/share/java/classes/hamcrest.jar; then
7236 if test -e "$HAMCREST_CORE_JAR"; then
7238 if test "$_os" = "WINNT"; then
7242 if test "$JUNIT_NEEDS_HAMCREST" = "yes"; then
7252 if test "$JUNIT_NEEDS_HAMCREST" = "yes"; then
7260 if test -z "$WITH_LANG"; then
7271 if test -z "$WITH_POOR_HELP_LOCALIZATIONS"; then
7279 if test -z "$with_dict"; then
7290 if test -z "$with_intro_bitmaps" -o "$with_intro_bitmaps" = "no" ; then
7299 if test -n "$bitmap" ; then
7309 if test -z "$with_about_bitmaps" -o "$with_about_bitmaps" = "no" ; then
7318 if test -n "$bitmap" ; then
7328 if test -z "$with_vendor" -o "$with_vendor" = "no" ; then
7338 if test -z "$with_unix_wrapper" -o "$with_unix_wrapper" = "no" -o "$with_unix_wrapper" = "yes" ; th…
7347 if test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then
7357 if test -n "$enable_layout" && test "$enable_layout" != "no"; then
7370 if test -n "$enable_verbose"; then
7371 if test "$enable_verbose" = "yes"; then
7375 if test "$enable_verbose" = "no"; then
7389 if test "$enable_dependency_tracking" = "no"; then
7406 if test -z "$COMPATH"; then
7413 if test -z "$with_local_solver"; then
7436 if test -z "$enable_check_only"; then
7445 if test $_num -gt 0; then