Changeset 429 for trunk/icedtea-web/configure
- Timestamp:
- Sep 24, 2014, 9:34:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/configure
r418 r429 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8 for icedtea-web 1.3.3 # Generated by GNU Autoconf 2.69 for icedtea-web 1.5.1. 4 4 # 5 5 # Report bugs to <distro-pkg-dev@openjdk.java.net>. 6 6 # 7 7 # 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 9 # 12 10 # … … 137 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 138 136 137 # Use a proper internal environment variable to ensure we don't fall 138 # into an infinite loop, continuously re-executing ourselves. 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 140 _as_can_reexec=no; export _as_can_reexec; 141 # We cannot yet assume a decent shell, so we have to provide a 142 # neutralization value for shells without unset; and this also 143 # works around shells that cannot unset nonexistent variables. 144 # Preserve -v and -x to the replacement shell. 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 148 case $- in # (((( 149 *v*x* | *x*v* ) as_opts=-vx ;; 150 *v* ) as_opts=-v ;; 151 *x* ) as_opts=-x ;; 152 * ) as_opts= ;; 153 esac 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 155 # Admittedly, this is quite paranoid, since all the known shells bail 156 # out after a failed `exec'. 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 158 as_fn_exit 255 159 fi 160 # We don't want this to propagate to other subprocesses. 161 { _as_can_reexec=; unset _as_can_reexec;} 139 162 if test "x$CONFIG_SHELL" = x; then 140 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 170 193 exitcode=1; echo positional parameters were not saved. 171 194 fi 172 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 173 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 214 238 215 239 if test "x$CONFIG_SHELL" != x; then : 216 # We cannot yet assume a decent shell, so we have to provide a 217 # neutralization value for shells without unset; and this also 218 # works around shells that cannot unset nonexistent variables. 219 # Preserve -v and -x to the replacement shell. 220 BASH_ENV=/dev/null 221 ENV=/dev/null 222 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 223 export CONFIG_SHELL 224 case $- in # (((( 225 *v*x* | *x*v* ) as_opts=-vx ;; 226 *v* ) as_opts=-v ;; 227 *x* ) as_opts=-x ;; 228 * ) as_opts= ;; 229 esac 230 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 240 export CONFIG_SHELL 241 # We cannot yet assume a decent shell, so we have to provide a 242 # neutralization value for shells without unset; and this also 243 # works around shells that cannot unset nonexistent variables. 244 # Preserve -v and -x to the replacement shell. 245 BASH_ENV=/dev/null 246 ENV=/dev/null 247 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 248 case $- in # (((( 249 *v*x* | *x*v* ) as_opts=-vx ;; 250 *v* ) as_opts=-v ;; 251 *x* ) as_opts=-x ;; 252 * ) as_opts= ;; 253 esac 254 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 255 # Admittedly, this is quite paranoid, since all the known shells bail 256 # out after a failed `exec'. 257 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 258 exit 255 231 259 fi 232 260 … … 331 359 332 360 } # as_fn_mkdir_p 361 362 # as_fn_executable_p FILE 363 # ----------------------- 364 # Test if FILE is an executable regular file. 365 as_fn_executable_p () 366 { 367 test -f "$1" && test -x "$1" 368 } # as_fn_executable_p 333 369 # as_fn_append VAR VALUE 334 370 # ---------------------- … … 452 488 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 453 489 490 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 491 # already done that, so ensure we don't try to do so again and fall 492 # in an infinite loop. This has already happened in practice. 493 _as_can_reexec=no; export _as_can_reexec 454 494 # Don't try to exec as it changes $[0], causing all sort of problems 455 495 # (the dirname of $[0] is not the place where we might find the … … 486 526 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 487 527 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 488 # In both cases, we have to default to `cp -p '.528 # In both cases, we have to default to `cp -pR'. 489 529 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 490 as_ln_s='cp -p '530 as_ln_s='cp -pR' 491 531 elif ln conf$$.file conf$$ 2>/dev/null; then 492 532 as_ln_s=ln 493 533 else 494 as_ln_s='cp -p '495 fi 496 else 497 as_ln_s='cp -p '534 as_ln_s='cp -pR' 535 fi 536 else 537 as_ln_s='cp -pR' 498 538 fi 499 539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 507 547 fi 508 548 509 if test -x / >/dev/null 2>&1; then 510 as_test_x='test -x' 511 else 512 if ls -dL / >/dev/null 2>&1; then 513 as_ls_L_option=L 514 else 515 as_ls_L_option= 516 fi 517 as_test_x=' 518 eval sh -c '\'' 519 if test -d "$1"; then 520 test -d "$1/."; 521 else 522 case $1 in #( 523 -*)set "./$1";; 524 esac; 525 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 526 ???[sx]*):;;*)false;;esac;fi 527 '\'' sh 528 ' 529 fi 530 as_executable_p=$as_test_x 549 as_test_x='test -x' 550 as_executable_p=as_fn_executable_p 531 551 532 552 # Sed expression to map a string onto a valid CPP name. … … 560 580 PACKAGE_NAME='icedtea-web' 561 581 PACKAGE_TARNAME='icedtea-web' 562 PACKAGE_VERSION='1. 3'563 PACKAGE_STRING='icedtea-web 1. 3'582 PACKAGE_VERSION='1.5.1' 583 PACKAGE_STRING='icedtea-web 1.5.1' 564 584 PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net' 565 585 PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web' … … 569 589 LTLIBOBJS 570 590 LIBOBJS 591 HAVE_TAGSOUP_FALSE 592 HAVE_TAGSOUP_TRUE 593 TAGSOUP_JAR 594 ASM_AVAILABLE 595 ASM_JAR 596 WITH_ASM_FALSE 597 WITH_ASM_TRUE 598 JACOCO_AVAILABLE 599 JACOCO_JAR 600 WITH_JACOCO_FALSE 601 WITH_JACOCO_TRUE 571 602 EMMA_AVAILABLE 572 603 EMMA_JAR … … 594 625 GLIB2_V_216_CFLAGS 595 626 VERSION_DEFS 627 HAVE_JAVA7_FALSE 628 HAVE_JAVA7_TRUE 596 629 JAVA 597 630 SYSTEM_JRE_DIR … … 605 638 GLIB_LIBS 606 639 GLIB_CFLAGS 607 GTK_LIBS608 GTK_CFLAGS609 640 PKG_CONFIG_LIBDIR 610 641 PKG_CONFIG_PATH … … 635 666 ZIP 636 667 GCJ 668 BIN_BASH 637 669 ENABLE_DOCS_FALSE 638 670 ENABLE_DOCS_TRUE … … 679 711 abs_top_srcdir 680 712 abs_top_builddir 713 AM_BACKSLASH 714 AM_DEFAULT_VERBOSITY 715 AM_DEFAULT_V 716 AM_V 681 717 am__untar 682 718 am__tar … … 743 779 ac_user_opts=' 744 780 enable_option_checking 781 enable_silent_rules 745 782 enable_dependency_tracking 746 783 enable_docs … … 756 793 with_pkgversion 757 794 enable_plugin 758 with_gtk759 795 with_jre_home 760 796 with_java … … 769 805 with_junit 770 806 with_emma 807 with_jacoco 808 with_asm 809 with_tagsoup 771 810 ' 772 811 ac_precious_vars='build_alias … … 784 823 PKG_CONFIG_PATH 785 824 PKG_CONFIG_LIBDIR 786 GTK_CFLAGS787 GTK_LIBS788 825 GLIB_CFLAGS 789 826 GLIB_LIBS … … 1249 1286 if test "x$build_alias" = x; then 1250 1287 cross_compiling=maybe 1251 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1252 If a cross compiler is detected then cross compile mode will be used" >&21253 1288 elif test "x$build_alias" != "x$host_alias"; then 1254 1289 cross_compiling=yes … … 1336 1371 # This message is too long to be a string in the A/UX 3.1 sh. 1337 1372 cat <<_ACEOF 1338 \`configure' configures icedtea-web 1. 3to adapt to many kinds of systems.1373 \`configure' configures icedtea-web 1.5.1 to adapt to many kinds of systems. 1339 1374 1340 1375 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1406 1441 if test -n "$ac_init_help"; then 1407 1442 case $ac_init_help in 1408 short | recursive ) echo "Configuration of icedtea-web 1. 3:";;1443 short | recursive ) echo "Configuration of icedtea-web 1.5.1:";; 1409 1444 esac 1410 1445 cat <<\_ACEOF … … 1414 1449 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1415 1450 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1416 --disable-dependency-tracking speeds up one-time build 1417 --enable-dependency-tracking do not reject slow dependency extractors 1451 --enable-silent-rules less verbose build output (undo: "make V=1") 1452 --disable-silent-rules verbose build output (undo: "make V=0") 1453 --enable-dependency-tracking 1454 do not reject slow dependency extractors 1455 --disable-dependency-tracking 1456 speeds up one-time build 1418 1457 --disable-docs Disable generation of documentation 1419 1458 --disable-plugin Disable compilation of browser plugin … … 1437 1476 --with-pkgversion=PKG Use PKG in the version string in addition to 1438 1477 "IcedTea" 1439 --with-gtk=2|3|default the GTK+ version to use (default: 3)1440 1478 --with-jre-home jre home directory (default is the JRE under the 1441 1479 JDK) … … 1454 1492 --with-junit specify location of the junit jar 1455 1493 --with-emma specify location of the emma jar 1494 --with-jacoco specify location of the jacoco jar 1495 --with-asm specify location of the asm jar 1496 --with-tagsoup tagsoup.jar 1456 1497 1457 1498 Some influential environment variables: … … 1470 1511 PKG_CONFIG_LIBDIR 1471 1512 path overriding pkg-config's built-in search path 1472 GTK_CFLAGS C compiler flags for GTK, overriding pkg-config1473 GTK_LIBS linker flags for GTK, overriding pkg-config1474 1513 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config 1475 1514 GLIB_LIBS linker flags for GLIB, overriding pkg-config … … 1552 1591 if $ac_init_version; then 1553 1592 cat <<\_ACEOF 1554 icedtea-web configure 1. 31555 generated by GNU Autoconf 2.6 81556 1557 Copyright (C) 201 0Free Software Foundation, Inc.1593 icedtea-web configure 1.5.1 1594 generated by GNU Autoconf 2.69 1595 1596 Copyright (C) 2012 Free Software Foundation, Inc. 1558 1597 This configure script is free software; the Free Software Foundation 1559 1598 gives unlimited permission to copy, distribute and modify it. … … 1669 1708 } && test -s conftest$ac_exeext && { 1670 1709 test "$cross_compiling" = yes || 1671 $as_test_x conftest$ac_exeext1710 test -x conftest$ac_exeext 1672 1711 }; then : 1673 1712 ac_retval=0 … … 1691 1730 running configure, to aid debugging if configure makes a mistake. 1692 1731 1693 It was created by icedtea-web $as_me 1. 3, which was1694 generated by GNU Autoconf 2.6 8. Invocation command line was1732 It was created by icedtea-web $as_me 1.5.1, which was 1733 generated by GNU Autoconf 2.69. Invocation command line was 1695 1734 1696 1735 $ $0 $@ … … 2039 2078 2040 2079 2041 am__api_version='1.1 1'2080 am__api_version='1.13' 2042 2081 2043 2082 ac_aux_dir= … … 2107 2146 for ac_prog in ginstall scoinst install; do 2108 2147 for ac_exec_ext in '' $ac_executable_extensions; do 2109 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then2148 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2110 2149 if test $ac_prog = install && 2111 2150 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2165 2204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2166 2205 $as_echo_n "checking whether build environment is sane... " >&6; } 2167 # Just in case2168 sleep 12169 echo timestamp > conftest.file2170 2206 # Reject unsafe characters in $srcdir or the absolute working directory 2171 2207 # name. Accept space and tab only in the latter. … … 2178 2214 case $srcdir in 2179 2215 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2180 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;2181 esac 2182 2183 # Do `set' in a subshell so we don't clobber the current shell's2216 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 2217 esac 2218 2219 # Do 'set' in a subshell so we don't clobber the current shell's 2184 2220 # arguments. Must try -L first in case configure is actually a 2185 2221 # symlink; some systems play weird games with the mod time of symlinks … … 2187 2223 # directory). 2188 2224 if ( 2189 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2190 if test "$*" = "X"; then 2191 # -L didn't work. 2192 set X `ls -t "$srcdir/configure" conftest.file` 2193 fi 2194 rm -f conftest.file 2195 if test "$*" != "X $srcdir/configure conftest.file" \ 2196 && test "$*" != "X conftest.file $srcdir/configure"; then 2197 2198 # If neither matched, then we have a broken ls. This can happen 2199 # if, for instance, CONFIG_SHELL is bash and it inherits a 2200 # broken ls alias from the environment. This has actually 2201 # happened. Such a system could not be considered "sane". 2202 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2203 alias in your environment" "$LINENO" 5 2204 fi 2205 2225 am_has_slept=no 2226 for am_try in 1 2; do 2227 echo "timestamp, slept: $am_has_slept" > conftest.file 2228 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2229 if test "$*" = "X"; then 2230 # -L didn't work. 2231 set X `ls -t "$srcdir/configure" conftest.file` 2232 fi 2233 if test "$*" != "X $srcdir/configure conftest.file" \ 2234 && test "$*" != "X conftest.file $srcdir/configure"; then 2235 2236 # If neither matched, then we have a broken ls. This can happen 2237 # if, for instance, CONFIG_SHELL is bash and it inherits a 2238 # broken ls alias from the environment. This has actually 2239 # happened. Such a system could not be considered "sane". 2240 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2241 alias in your environment" "$LINENO" 5 2242 fi 2243 if test "$2" = conftest.file || test $am_try -eq 2; then 2244 break 2245 fi 2246 # Just in case. 2247 sleep 1 2248 am_has_slept=yes 2249 done 2206 2250 test "$2" = conftest.file 2207 2251 ) … … 2215 2259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2216 2260 $as_echo "yes" >&6; } 2261 # If we didn't sleep, we still need to ensure time stamps of config.status and 2262 # generated files are strictly newer. 2263 am_sleep_pid= 2264 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 2265 ( sleep 1 ) & 2266 am_sleep_pid=$! 2267 fi 2268 2269 rm -f conftest.file 2270 2217 2271 test "$program_prefix" != NONE && 2218 2272 program_transform_name="s&^&$program_prefix&;$program_transform_name" … … 2237 2291 fi 2238 2292 # Use eval to expand $SHELL 2239 if eval "$MISSING -- run true"; then2240 am_missing_run="$MISSING --run"2293 if eval "$MISSING --is-lightweight"; then 2294 am_missing_run="$MISSING " 2241 2295 else 2242 2296 am_missing_run= 2243 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&52244 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}2297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 2298 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 2245 2299 fi 2246 2300 … … 2254 2308 fi 2255 2309 2256 # Installed binaries are usually stripped using `strip' when the user2257 # run `make install-strip'. However `strip' might not be the right2310 # Installed binaries are usually stripped using 'strip' when the user 2311 # run "make install-strip". However 'strip' might not be the right 2258 2312 # tool to use in cross-compilation environments, therefore Automake 2259 # will honor the `STRIP' environment variable to overrule this program.2313 # will honor the 'STRIP' environment variable to overrule this program. 2260 2314 if test "$cross_compiling" != no; then 2261 2315 if test -n "$ac_tool_prefix"; then … … 2276 2330 test -z "$as_dir" && as_dir=. 2277 2331 for ac_exec_ext in '' $ac_executable_extensions; do 2278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2332 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2279 2333 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2280 2334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2316 2370 test -z "$as_dir" && as_dir=. 2317 2371 for ac_exec_ext in '' $ac_executable_extensions; do 2318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2319 2373 ac_cv_prog_ac_ct_STRIP="strip" 2320 2374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2367 2421 for ac_prog in mkdir gmkdir; do 2368 2422 for ac_exec_ext in '' $ac_executable_extensions; do 2369 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }|| continue2423 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue 2370 2424 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2371 2425 'mkdir (GNU coreutils) '* | \ … … 2396 2450 $as_echo "$MKDIR_P" >&6; } 2397 2451 2398 mkdir_p="$MKDIR_P"2399 case $mkdir_p in2400 [\\/$]* | ?:[\\/]*) ;;2401 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;2402 esac2403 2404 2452 for ac_prog in gawk mawk nawk awk 2405 2453 do … … 2420 2468 test -z "$as_dir" && as_dir=. 2421 2469 for ac_exec_ext in '' $ac_executable_extensions; do 2422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2423 2471 ac_cv_prog_AWK="$ac_prog" 2424 2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2484 2532 rmdir .tst 2>/dev/null 2485 2533 2534 # Check whether --enable-silent-rules was given. 2535 if test "${enable_silent_rules+set}" = set; then : 2536 enableval=$enable_silent_rules; 2537 fi 2538 2539 case $enable_silent_rules in # ((( 2540 yes) AM_DEFAULT_VERBOSITY=0;; 2541 no) AM_DEFAULT_VERBOSITY=1;; 2542 *) AM_DEFAULT_VERBOSITY=1;; 2543 esac 2544 am_make=${MAKE-make} 2545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2546 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } 2547 if ${am_cv_make_support_nested_variables+:} false; then : 2548 $as_echo_n "(cached) " >&6 2549 else 2550 if $as_echo 'TRUE=$(BAR$(V)) 2551 BAR0=false 2552 BAR1=true 2553 V=1 2554 am__doit: 2555 @$(TRUE) 2556 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2557 am_cv_make_support_nested_variables=yes 2558 else 2559 am_cv_make_support_nested_variables=no 2560 fi 2561 fi 2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2563 $as_echo "$am_cv_make_support_nested_variables" >&6; } 2564 if test $am_cv_make_support_nested_variables = yes; then 2565 AM_V='$(V)' 2566 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2567 else 2568 AM_V=$AM_DEFAULT_VERBOSITY 2569 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2570 fi 2571 AM_BACKSLASH='\' 2572 2486 2573 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2487 2574 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output … … 2506 2593 # Define the identity of the package. 2507 2594 PACKAGE='icedtea-web' 2508 VERSION='1. 3'2595 VERSION='1.5.1' 2509 2596 2510 2597 … … 2533 2620 2534 2621 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2622 2623 # For better backward compatibility. To be removed once Automake 1.9.x 2624 # dies out for good. For more background, see: 2625 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 2626 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 2627 mkdir_p='$(MKDIR_P)' 2535 2628 2536 2629 # We need awk for the "check" target. The system "awk" is bad on … … 2541 2634 2542 2635 2543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5 2636 # We'll loop over all known methods to create a tar archive until one works. 2637 _am_tools='gnutar pax cpio none' 2638 2639 2640 2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5 2544 2642 $as_echo_n "checking how to create a pax tar archive... " >&6; } 2545 # Loop over all known methods to create a tar archive until one works. 2546 _am_tools='gnutar pax cpio none' 2547 _am_tools=${am_cv_prog_tar_pax-$_am_tools} 2548 # Do not fold the above two line into one, because Tru64 sh and 2549 # Solaris sh will not grok spaces in the rhs of `-'. 2550 for _am_tool in $_am_tools 2551 do 2552 case $_am_tool in 2553 gnutar) 2554 for _am_tar in tar gnutar gtar; 2555 do 2556 { echo "$as_me:$LINENO: $_am_tar --version" >&5 2643 2644 # Go ahead even if we have the value already cached. We do so because we 2645 # need to set the values for the 'am__tar' and 'am__untar' variables. 2646 _am_tools=${am_cv_prog_tar_pax-$_am_tools} 2647 2648 for _am_tool in $_am_tools; do 2649 case $_am_tool in 2650 gnutar) 2651 for _am_tar in tar gnutar gtar; do 2652 { echo "$as_me:$LINENO: $_am_tar --version" >&5 2557 2653 ($_am_tar --version) >&5 2>&5 2558 2654 ac_status=$? 2559 2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2560 2656 (exit $ac_status); } && break 2561 done2562 am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'2563 am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'2564 am__untar="$_am_tar -xf -"2565 ;;2566 plaintar)2567 # Must skip GNU tar: if it does not support --format= it doesn't create2568 # ustar tarball either.2569 (tar --version) >/dev/null 2>&1 && continue2570 am__tar='tar chf - "$$tardir"'2571 am__tar_='tar chf - "$tardir"'2572 am__untar='tar xf -'2573 ;;2574 pax)2575 am__tar='pax -L -x pax -w "$$tardir"'2576 am__tar_='pax -L -x pax -w "$tardir"'2577 am__untar='pax -r'2578 ;;2579 cpio)2580 am__tar='find "$$tardir" -print | cpio -o -H pax -L'2581 am__tar_='find "$tardir" -print | cpio -o -H pax -L'2582 am__untar='cpio -i -H pax -d'2583 ;;2584 none)2585 am__tar=false2586 am__tar_=false2587 am__untar=false2588 ;;2589 esac2590 2591 # If the value was cached, stop now. We just wanted to have am__tar2592 # and am__untar set.2593 test -n "${am_cv_prog_tar_pax}" && break2594 2595 # tar/untar a dummy directory, and stop if the command works2596 rm -rf conftest.dir2597 mkdir conftest.dir2598 echo GrepMe > conftest.dir/file2599 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&52657 done 2658 am__tar="$_am_tar --format=posix -chf - "'"$$tardir"' 2659 am__tar_="$_am_tar --format=posix -chf - "'"$tardir"' 2660 am__untar="$_am_tar -xf -" 2661 ;; 2662 plaintar) 2663 # Must skip GNU tar: if it does not support --format= it doesn't create 2664 # ustar tarball either. 2665 (tar --version) >/dev/null 2>&1 && continue 2666 am__tar='tar chf - "$$tardir"' 2667 am__tar_='tar chf - "$tardir"' 2668 am__untar='tar xf -' 2669 ;; 2670 pax) 2671 am__tar='pax -L -x pax -w "$$tardir"' 2672 am__tar_='pax -L -x pax -w "$tardir"' 2673 am__untar='pax -r' 2674 ;; 2675 cpio) 2676 am__tar='find "$$tardir" -print | cpio -o -H pax -L' 2677 am__tar_='find "$tardir" -print | cpio -o -H pax -L' 2678 am__untar='cpio -i -H pax -d' 2679 ;; 2680 none) 2681 am__tar=false 2682 am__tar_=false 2683 am__untar=false 2684 ;; 2685 esac 2686 2687 # If the value was cached, stop now. We just wanted to have am__tar 2688 # and am__untar set. 2689 test -n "${am_cv_prog_tar_pax}" && break 2690 2691 # tar/untar a dummy directory, and stop if the command works. 2692 rm -rf conftest.dir 2693 mkdir conftest.dir 2694 echo GrepMe > conftest.dir/file 2695 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5 2600 2696 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 2601 2697 ac_status=$? 2602 2698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2603 2699 (exit $ac_status); } 2604 rm -rf conftest.dir2605 if test -s conftest.tar; then2606 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&52700 rm -rf conftest.dir 2701 if test -s conftest.tar; then 2702 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5 2607 2703 ($am__untar <conftest.tar) >&5 2>&5 2608 2704 ac_status=$? 2609 2705 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2610 2706 (exit $ac_status); } 2611 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break 2612 fi 2613 done 2614 rm -rf conftest.dir 2615 2616 if ${am_cv_prog_tar_pax+:} false; then : 2707 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5 2708 (cat conftest.dir/file) >&5 2>&5 2709 ac_status=$? 2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2711 (exit $ac_status); } 2712 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break 2713 fi 2714 done 2715 rm -rf conftest.dir 2716 2717 if ${am_cv_prog_tar_pax+:} false; then : 2617 2718 $as_echo_n "(cached) " >&6 2618 2719 else … … 2620 2721 fi 2621 2722 2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&52723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5 2623 2724 $as_echo "$am_cv_prog_tar_pax" >&6; } 2725 2624 2726 2625 2727 … … 2732 2834 test -z "$as_dir" && as_dir=. 2733 2835 for ac_exec_ext in '' $ac_executable_extensions; do 2734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2735 2837 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2736 2838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2772 2874 test -z "$as_dir" && as_dir=. 2773 2875 for ac_exec_ext in '' $ac_executable_extensions; do 2774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2775 2877 ac_cv_prog_ac_ct_CC="gcc" 2776 2878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2825 2927 test -z "$as_dir" && as_dir=. 2826 2928 for ac_exec_ext in '' $ac_executable_extensions; do 2827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2828 2930 ac_cv_prog_CC="${ac_tool_prefix}cc" 2829 2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2866 2968 test -z "$as_dir" && as_dir=. 2867 2969 for ac_exec_ext in '' $ac_executable_extensions; do 2868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2869 2971 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2870 2972 ac_prog_rejected=yes … … 2924 3026 test -z "$as_dir" && as_dir=. 2925 3027 for ac_exec_ext in '' $ac_executable_extensions; do 2926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3028 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2927 3029 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2928 3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2968 3070 test -z "$as_dir" && as_dir=. 2969 3071 for ac_exec_ext in '' $ac_executable_extensions; do 2970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2971 3073 ac_cv_prog_ac_ct_CC="$ac_prog" 2972 3074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3414 3516 #include <stdarg.h> 3415 3517 #include <stdio.h> 3416 #include <sys/types.h> 3417 #include <sys/stat.h> 3518 struct stat; 3418 3519 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3419 3520 struct buf { int x; }; … … 3518 3619 # First try GNU make style include. 3519 3620 echo "include confinc" > confmf 3520 # Ignore all kinds of additional output from `make'.3621 # Ignore all kinds of additional output from 'make'. 3521 3622 case `$am_make -s -f confmf 2> /dev/null` in #( 3522 3623 *the\ am__doit\ target*) … … 3574 3675 # making bogus files that we don't know about and never remove. For 3575 3676 # instance it was reported that on HP-UX the gcc test will end up 3576 # making a dummy file named `D' -- because `-MD' means `put the output3577 # in D '.3677 # making a dummy file named 'D' -- because '-MD' means "put the output 3678 # in D". 3578 3679 rm -rf conftest.dir 3579 3680 mkdir conftest.dir … … 3610 3711 for i in 1 2 3 4 5 6; do 3611 3712 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3612 # Using `: > sub/conftst$i.h'creates only sub/conftst1.h with3613 # Solaris 8's {/usr,}/bin/sh.3614 touchsub/conftst$i.h3713 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with 3714 # Solaris 10 /bin/sh. 3715 echo '/* dummy */' > sub/conftst$i.h 3615 3716 done 3616 3717 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3617 3718 3618 # We check with `-c' and `-o' for the sake of the "dashmstdout"3719 # We check with '-c' and '-o' for the sake of the "dashmstdout" 3619 3720 # mode. It turns out that the SunPro C++ compiler does not properly 3620 # handle `-M -o', and we need to detect this. Also, some Intel3621 # versions had trouble with output in subdirs 3721 # handle '-M -o', and we need to detect this. Also, some Intel 3722 # versions had trouble with output in subdirs. 3622 3723 am__obj=sub/conftest.${OBJEXT-o} 3623 3724 am__minus_obj="-o $am__obj" … … 3628 3729 ;; 3629 3730 nosideeffect) 3630 # after this tag, mechanisms are not by side-effect, so they'll3631 # only be used when explicitly requested 3731 # After this tag, mechanisms are not by side-effect, so they'll 3732 # only be used when explicitly requested. 3632 3733 if test "x$enable_dependency_tracking" = xyes; then 3633 3734 continue … … 3637 3738 ;; 3638 3739 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3639 # This compiler won't grok `-c -o', but also, the minuso test has3740 # This compiler won't grok '-c -o', but also, the minuso test has 3640 3741 # not run yet. These depmodes are late enough in the game, and 3641 3742 # so weak that their functioning should not be impacted. … … 3719 3820 test -z "$as_dir" && as_dir=. 3720 3821 for ac_exec_ext in '' $ac_executable_extensions; do 3721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3722 3823 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3723 3824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3763 3864 test -z "$as_dir" && as_dir=. 3764 3865 for ac_exec_ext in '' $ac_executable_extensions; do 3765 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3766 3867 ac_cv_prog_ac_ct_CXX="$ac_prog" 3767 3868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3959 4060 # making bogus files that we don't know about and never remove. For 3960 4061 # instance it was reported that on HP-UX the gcc test will end up 3961 # making a dummy file named `D' -- because `-MD' means `put the output3962 # in D '.4062 # making a dummy file named 'D' -- because '-MD' means "put the output 4063 # in D". 3963 4064 rm -rf conftest.dir 3964 4065 mkdir conftest.dir … … 3995 4096 for i in 1 2 3 4 5 6; do 3996 4097 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3997 # Using `: > sub/conftst$i.h'creates only sub/conftst1.h with3998 # Solaris 8's {/usr,}/bin/sh.3999 touchsub/conftst$i.h4098 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with 4099 # Solaris 10 /bin/sh. 4100 echo '/* dummy */' > sub/conftst$i.h 4000 4101 done 4001 4102 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4002 4103 4003 # We check with `-c' and `-o' for the sake of the "dashmstdout"4104 # We check with '-c' and '-o' for the sake of the "dashmstdout" 4004 4105 # mode. It turns out that the SunPro C++ compiler does not properly 4005 # handle `-M -o', and we need to detect this. Also, some Intel4006 # versions had trouble with output in subdirs 4106 # handle '-M -o', and we need to detect this. Also, some Intel 4107 # versions had trouble with output in subdirs. 4007 4108 am__obj=sub/conftest.${OBJEXT-o} 4008 4109 am__minus_obj="-o $am__obj" … … 4013 4114 ;; 4014 4115 nosideeffect) 4015 # after this tag, mechanisms are not by side-effect, so they'll4016 # only be used when explicitly requested 4116 # After this tag, mechanisms are not by side-effect, so they'll 4117 # only be used when explicitly requested. 4017 4118 if test "x$enable_dependency_tracking" = xyes; then 4018 4119 continue … … 4022 4123 ;; 4023 4124 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4024 # This compiler won't grok `-c -o', but also, the minuso test has4125 # This compiler won't grok '-c -o', but also, the minuso test has 4025 4126 # not run yet. These depmodes are late enough in the game, and 4026 4127 # so weak that their functioning should not be impacted. … … 4242 4343 $as_echo "${ENABLE_DOCS}" >&6; } 4243 4344 4345 # Extract the first word of "bash", so it can be a program name with args. 4346 set dummy bash; ac_word=$2 4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4348 $as_echo_n "checking for $ac_word... " >&6; } 4349 if ${ac_cv_path_BIN_BASH+:} false; then : 4350 $as_echo_n "(cached) " >&6 4351 else 4352 case $BIN_BASH in 4353 [\\/]* | ?:[\\/]*) 4354 ac_cv_path_BIN_BASH="$BIN_BASH" # Let the user override the test with a path. 4355 ;; 4356 *) 4357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4358 for as_dir in /bin 4359 do 4360 IFS=$as_save_IFS 4361 test -z "$as_dir" && as_dir=. 4362 for ac_exec_ext in '' $ac_executable_extensions; do 4363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4364 ac_cv_path_BIN_BASH="$as_dir/$ac_word$ac_exec_ext" 4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4366 break 2 4367 fi 4368 done 4369 done 4370 IFS=$as_save_IFS 4371 4372 ;; 4373 esac 4374 fi 4375 BIN_BASH=$ac_cv_path_BIN_BASH 4376 if test -n "$BIN_BASH"; then 4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BIN_BASH" >&5 4378 $as_echo "$BIN_BASH" >&6; } 4379 else 4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4381 $as_echo "no" >&6; } 4382 fi 4383 4384 4385 if test x"$BIN_BASH" = x ; then 4386 as_fn_error $? "/bin/bash is used in runtime and for about generation. Dying sooner rather then later" "$LINENO" 5 4387 fi 4388 4244 4389 4245 4390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to compile ecj natively" >&5 … … 4279 4424 test -z "$as_dir" && as_dir=. 4280 4425 for ac_exec_ext in '' $ac_executable_extensions; do 4281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4426 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4282 4427 ac_cv_path_GCJ="$as_dir/$ac_word$ac_exec_ext" 4283 4428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4322 4467 test -z "$as_dir" && as_dir=. 4323 4468 for ac_exec_ext in '' $ac_executable_extensions; do 4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4325 4470 ac_cv_path_ac_pt_GCJ="$as_dir/$ac_word$ac_exec_ext" 4326 4471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4380 4525 test -z "$as_dir" && as_dir=. 4381 4526 for ac_exec_ext in '' $ac_executable_extensions; do 4382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4383 4528 ac_cv_path_ZIP="$as_dir/$ac_word$ac_exec_ext" 4384 4529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4423 4568 test -z "$as_dir" && as_dir=. 4424 4569 for ac_exec_ext in '' $ac_executable_extensions; do 4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4570 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4426 4571 ac_cv_path_ac_pt_ZIP="$as_dir/$ac_word$ac_exec_ext" 4427 4572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4541 4686 test -z "$as_dir" && as_dir=. 4542 4687 for ac_exec_ext in '' $ac_executable_extensions; do 4543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4544 4689 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4545 4690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4583 4728 test -z "$as_dir" && as_dir=. 4584 4729 for ac_exec_ext in '' $ac_executable_extensions; do 4585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4586 4731 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4587 4732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4636 4781 test -z "$as_dir" && as_dir=. 4637 4782 for ac_exec_ext in '' $ac_executable_extensions; do 4638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4639 4784 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4640 4785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4678 4823 test -z "$as_dir" && as_dir=. 4679 4824 for ac_exec_ext in '' $ac_executable_extensions; do 4680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4681 4826 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4682 4827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4734 4879 test -z "$as_dir" && as_dir=. 4735 4880 for ac_exec_ext in '' $ac_executable_extensions; do 4736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4737 4882 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4738 4883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4776 4921 test -z "$as_dir" && as_dir=. 4777 4922 for ac_exec_ext in '' $ac_executable_extensions; do 4778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4779 4924 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 4780 4925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4837 4982 test -z "$as_dir" && as_dir=. 4838 4983 for ac_exec_ext in '' $ac_executable_extensions; do 4839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4840 4985 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 4841 4986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4879 5024 test -z "$as_dir" && as_dir=. 4880 5025 for ac_exec_ext in '' $ac_executable_extensions; do 4881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5026 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4882 5027 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 4883 5028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4920 5065 test -z "$as_dir" && as_dir=. 4921 5066 for ac_exec_ext in '' $ac_executable_extensions; do 4922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5067 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4923 5068 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 4924 5069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4962 5107 test -z "$as_dir" && as_dir=. 4963 5108 for ac_exec_ext in '' $ac_executable_extensions; do 4964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4965 5110 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 4966 5111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5004 5149 test -z "$as_dir" && as_dir=. 5005 5150 for ac_exec_ext in '' $ac_executable_extensions; do 5006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5007 5152 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5008 5153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5058 5203 test -z "$as_dir" && as_dir=. 5059 5204 for ac_exec_ext in '' $ac_executable_extensions; do 5060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5205 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5061 5206 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5062 5207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5100 5245 test -z "$as_dir" && as_dir=. 5101 5246 for ac_exec_ext in '' $ac_executable_extensions; do 5102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5247 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5103 5248 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5104 5249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5141 5286 test -z "$as_dir" && as_dir=. 5142 5287 for ac_exec_ext in '' $ac_executable_extensions; do 5143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5144 5289 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5145 5290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5183 5328 test -z "$as_dir" && as_dir=. 5184 5329 for ac_exec_ext in '' $ac_executable_extensions; do 5185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5186 5331 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5187 5332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5225 5370 test -z "$as_dir" && as_dir=. 5226 5371 for ac_exec_ext in '' $ac_executable_extensions; do 5227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5228 5373 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5229 5374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5282 5427 test -z "$as_dir" && as_dir=. 5283 5428 for ac_exec_ext in '' $ac_executable_extensions; do 5284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5285 5430 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5286 5431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5324 5469 test -z "$as_dir" && as_dir=. 5325 5470 for ac_exec_ext in '' $ac_executable_extensions; do 5326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5327 5472 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5328 5473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5365 5510 test -z "$as_dir" && as_dir=. 5366 5511 for ac_exec_ext in '' $ac_executable_extensions; do 5367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5368 5513 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5369 5514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5407 5552 test -z "$as_dir" && as_dir=. 5408 5553 for ac_exec_ext in '' $ac_executable_extensions; do 5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5410 5555 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5411 5556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5449 5594 test -z "$as_dir" && as_dir=. 5450 5595 for ac_exec_ext in '' $ac_executable_extensions; do 5451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5452 5597 ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext" 5453 5598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5540 5685 test -z "$as_dir" && as_dir=. 5541 5686 for ac_exec_ext in '' $ac_executable_extensions; do 5542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5687 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5543 5688 ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext" 5544 5689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5582 5727 test -z "$as_dir" && as_dir=. 5583 5728 for ac_exec_ext in '' $ac_executable_extensions; do 5584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5729 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5585 5730 ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext" 5586 5731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5624 5769 test -z "$as_dir" && as_dir=. 5625 5770 for ac_exec_ext in '' $ac_executable_extensions; do 5626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5627 5772 ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext" 5628 5773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5769 5914 test -z "$as_dir" && as_dir=. 5770 5915 for ac_exec_ext in '' $ac_executable_extensions; do 5771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5772 5917 ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext" 5773 5918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5811 5956 test -z "$as_dir" && as_dir=. 5812 5957 for ac_exec_ext in '' $ac_executable_extensions; do 5813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5958 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5814 5959 ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext" 5815 5960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5853 5998 test -z "$as_dir" && as_dir=. 5854 5999 for ac_exec_ext in '' $ac_executable_extensions; do 5855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5856 6001 ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext" 5857 6002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 5888 6033 mkdir pkg 5889 6034 cat << \EOF > $CLASS 5890 /* [#]line 5890"configure" */6035 /* [#]line 6035 "configure" */ 5891 6036 package pkg; 5892 6037 … … 5965 6110 test -z "$as_dir" && as_dir=. 5966 6111 for ac_exec_ext in '' $ac_executable_extensions; do 5967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6112 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5968 6113 ac_cv_path_KEYTOOL="$as_dir/$ac_word$ac_exec_ext" 5969 6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6038 6183 test -z "$as_dir" && as_dir=. 6039 6184 for ac_exec_ext in '' $ac_executable_extensions; do 6040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6041 6186 ac_cv_path_JARSIGNER="$as_dir/$ac_word$ac_exec_ext" 6042 6187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6096 6241 test -z "$as_dir" && as_dir=. 6097 6242 for ac_exec_ext in '' $ac_executable_extensions; do 6098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6099 6244 ac_cv_path_HG="$as_dir/$ac_word$ac_exec_ext" 6100 6245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6139 6284 test -z "$as_dir" && as_dir=. 6140 6285 for ac_exec_ext in '' $ac_executable_extensions; do 6141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6286 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6142 6287 ac_cv_path_ac_pt_HG="$as_dir/$ac_word$ac_exec_ext" 6143 6288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6261 6406 6262 6407 6408 6263 6409 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 6264 6410 if test -n "$ac_tool_prefix"; then … … 6281 6427 test -z "$as_dir" && as_dir=. 6282 6428 for ac_exec_ext in '' $ac_executable_extensions; do 6283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6284 6430 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6285 6431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6324 6470 test -z "$as_dir" && as_dir=. 6325 6471 for ac_exec_ext in '' $ac_executable_extensions; do 6326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then6472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 6327 6473 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 6328 6474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 6378 6524 if test "x${enable_plugin}" = "xyes" ; then 6379 6525 6380 # Check whether --with-gtk was given.6381 if test "${with_gtk+set}" = set; then :6382 withval=$with_gtk; case "$with_gtk" in6383 2|3|default) ;;6384 *) as_fn_error $? "invalid GTK version specified" "$LINENO" 5 ;;6385 esac6386 else6387 with_gtk=default6388 fi6389 6390 6391 case "$with_gtk" in6392 default)6393 6394 pkg_failed=no6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&56396 $as_echo_n "checking for GTK... " >&6; }6397 6398 if test -n "$GTK_CFLAGS"; then6399 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"6400 elif test -n "$PKG_CONFIG"; then6401 if test -n "$PKG_CONFIG" && \6402 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&56403 ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&56404 ac_status=$?6405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56406 test $ac_status = 0; }; then6407 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null`6408 else6409 pkg_failed=yes6410 fi6411 else6412 pkg_failed=untried6413 fi6414 if test -n "$GTK_LIBS"; then6415 pkg_cv_GTK_LIBS="$GTK_LIBS"6416 elif test -n "$PKG_CONFIG"; then6417 if test -n "$PKG_CONFIG" && \6418 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&56419 ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&56420 ac_status=$?6421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56422 test $ac_status = 0; }; then6423 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null`6424 else6425 pkg_failed=yes6426 fi6427 else6428 pkg_failed=untried6429 fi6430 6431 6432 6433 if test $pkg_failed = yes; then6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56435 $as_echo "no" >&6; }6436 6437 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then6438 _pkg_short_errors_supported=yes6439 else6440 _pkg_short_errors_supported=no6441 fi6442 if test $_pkg_short_errors_supported = yes; then6443 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0" 2>&1`6444 else6445 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0" 2>&1`6446 fi6447 # Put the nasty error message in config.log where it belongs6448 echo "$GTK_PKG_ERRORS" >&56449 6450 6451 pkg_failed=no6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&56453 $as_echo_n "checking for GTK... " >&6; }6454 6455 if test -n "$GTK_CFLAGS"; then6456 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"6457 elif test -n "$PKG_CONFIG"; then6458 if test -n "$PKG_CONFIG" && \6459 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&56460 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&56461 ac_status=$?6462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56463 test $ac_status = 0; }; then6464 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`6465 else6466 pkg_failed=yes6467 fi6468 else6469 pkg_failed=untried6470 fi6471 if test -n "$GTK_LIBS"; then6472 pkg_cv_GTK_LIBS="$GTK_LIBS"6473 elif test -n "$PKG_CONFIG"; then6474 if test -n "$PKG_CONFIG" && \6475 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&56476 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&56477 ac_status=$?6478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56479 test $ac_status = 0; }; then6480 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`6481 else6482 pkg_failed=yes6483 fi6484 else6485 pkg_failed=untried6486 fi6487 6488 6489 6490 if test $pkg_failed = yes; then6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56492 $as_echo "no" >&6; }6493 6494 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then6495 _pkg_short_errors_supported=yes6496 else6497 _pkg_short_errors_supported=no6498 fi6499 if test $_pkg_short_errors_supported = yes; then6500 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`6501 else6502 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`6503 fi6504 # Put the nasty error message in config.log where it belongs6505 echo "$GTK_PKG_ERRORS" >&56506 6507 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56508 6509 elif test $pkg_failed = untried; then6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56511 $as_echo "no" >&6; }6512 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56513 6514 else6515 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS6516 GTK_LIBS=$pkg_cv_GTK_LIBS6517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&56518 $as_echo "yes" >&6; }6519 6520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2 version" >&56521 $as_echo_n "checking for GTK2 version... " >&6; }6522 GTK_VER=`$PKG_CONFIG --modversion gtk+-2.0`6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VER" >&56524 $as_echo "$GTK_VER" >&6; }6525 6526 fi6527 6528 elif test $pkg_failed = untried; then6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56530 $as_echo "no" >&6; }6531 6532 pkg_failed=no6533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&56534 $as_echo_n "checking for GTK... " >&6; }6535 6536 if test -n "$GTK_CFLAGS"; then6537 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"6538 elif test -n "$PKG_CONFIG"; then6539 if test -n "$PKG_CONFIG" && \6540 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&56541 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&56542 ac_status=$?6543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56544 test $ac_status = 0; }; then6545 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`6546 else6547 pkg_failed=yes6548 fi6549 else6550 pkg_failed=untried6551 fi6552 if test -n "$GTK_LIBS"; then6553 pkg_cv_GTK_LIBS="$GTK_LIBS"6554 elif test -n "$PKG_CONFIG"; then6555 if test -n "$PKG_CONFIG" && \6556 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&56557 ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&56558 ac_status=$?6559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56560 test $ac_status = 0; }; then6561 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`6562 else6563 pkg_failed=yes6564 fi6565 else6566 pkg_failed=untried6567 fi6568 6569 6570 6571 if test $pkg_failed = yes; then6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56573 $as_echo "no" >&6; }6574 6575 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then6576 _pkg_short_errors_supported=yes6577 else6578 _pkg_short_errors_supported=no6579 fi6580 if test $_pkg_short_errors_supported = yes; then6581 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`6582 else6583 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`6584 fi6585 # Put the nasty error message in config.log where it belongs6586 echo "$GTK_PKG_ERRORS" >&56587 6588 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56589 6590 elif test $pkg_failed = untried; then6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56592 $as_echo "no" >&6; }6593 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56594 6595 else6596 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS6597 GTK_LIBS=$pkg_cv_GTK_LIBS6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&56599 $as_echo "yes" >&6; }6600 6601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2 version" >&56602 $as_echo_n "checking for GTK2 version... " >&6; }6603 GTK_VER=`$PKG_CONFIG --modversion gtk+-2.0`6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VER" >&56605 $as_echo "$GTK_VER" >&6; }6606 6607 fi6608 6609 else6610 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS6611 GTK_LIBS=$pkg_cv_GTK_LIBS6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&56613 $as_echo "yes" >&6; }6614 6615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK3 version" >&56616 $as_echo_n "checking for GTK3 version... " >&6; }6617 GTK_VER=`$PKG_CONFIG --modversion gtk+-3.0`6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VER" >&56619 $as_echo "$GTK_VER" >&6; }6620 6621 fi6622 ;;6623 *)6624 6625 pkg_failed=no6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&56627 $as_echo_n "checking for GTK... " >&6; }6628 6629 if test -n "$GTK_CFLAGS"; then6630 pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"6631 elif test -n "$PKG_CONFIG"; then6632 if test -n "$PKG_CONFIG" && \6633 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-\$with_gtk.0\""; } >&56634 ($PKG_CONFIG --exists --print-errors "gtk+-$with_gtk.0") 2>&56635 ac_status=$?6636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56637 test $ac_status = 0; }; then6638 pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-$with_gtk.0" 2>/dev/null`6639 else6640 pkg_failed=yes6641 fi6642 else6643 pkg_failed=untried6644 fi6645 if test -n "$GTK_LIBS"; then6646 pkg_cv_GTK_LIBS="$GTK_LIBS"6647 elif test -n "$PKG_CONFIG"; then6648 if test -n "$PKG_CONFIG" && \6649 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-\$with_gtk.0\""; } >&56650 ($PKG_CONFIG --exists --print-errors "gtk+-$with_gtk.0") 2>&56651 ac_status=$?6652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&56653 test $ac_status = 0; }; then6654 pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-$with_gtk.0" 2>/dev/null`6655 else6656 pkg_failed=yes6657 fi6658 else6659 pkg_failed=untried6660 fi6661 6662 6663 6664 if test $pkg_failed = yes; then6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56666 $as_echo "no" >&6; }6667 6668 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then6669 _pkg_short_errors_supported=yes6670 else6671 _pkg_short_errors_supported=no6672 fi6673 if test $_pkg_short_errors_supported = yes; then6674 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-$with_gtk.0" 2>&1`6675 else6676 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-$with_gtk.0" 2>&1`6677 fi6678 # Put the nasty error message in config.log where it belongs6679 echo "$GTK_PKG_ERRORS" >&56680 6681 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56682 6683 elif test $pkg_failed = untried; then6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&56685 $as_echo "no" >&6; }6686 as_fn_error $? "GTK $with_gtk not found" "$LINENO" 56687 6688 else6689 GTK_CFLAGS=$pkg_cv_GTK_CFLAGS6690 GTK_LIBS=$pkg_cv_GTK_LIBS6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&56692 $as_echo "yes" >&6; }6693 6694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK$with_gtk version" >&56695 $as_echo_n "checking for GTK$with_gtk version... " >&6; }6696 GTK_VER=`$PKG_CONFIG --modversion gtk+-$with_gtk.0`6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_VER" >&56698 $as_echo "$GTK_VER" >&6; }6699 6700 fi6701 ;;6702 esac6703 6704 6705 6526 pkg_failed=no 6706 6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 … … 6717 6538 test $ac_status = 0; }; then 6718 6539 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` 6540 test "x$?" != "x0" && pkg_failed=yes 6719 6541 else 6720 6542 pkg_failed=yes … … 6733 6555 test $ac_status = 0; }; then 6734 6556 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` 6557 test "x$?" != "x0" && pkg_failed=yes 6735 6558 else 6736 6559 pkg_failed=yes … … 6752 6575 fi 6753 6576 if test $_pkg_short_errors_supported = yes; then 6754 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`6577 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0" 2>&1` 6755 6578 else 6756 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`6579 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0" 2>&1` 6757 6580 fi 6758 6581 # Put the nasty error message in config.log where it belongs … … 6769 6592 and GLIB_LIBS to avoid the need to call pkg-config. 6770 6593 See the pkg-config man page for more details." "$LINENO" 5 6771 6772 6594 elif test $pkg_failed = untried; then 6773 6595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 6785 6607 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 6786 6608 See \`config.log' for more details" "$LINENO" 5; } 6787 6788 6609 else 6789 6610 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS … … 6793 6614 6794 6615 fi 6795 6796 6797 6616 6798 6617 … … 6813 6632 test $ac_status = 0; }; then 6814 6633 pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "npapi-sdk" 2>/dev/null` 6634 test "x$?" != "x0" && pkg_failed=yes 6815 6635 else 6816 6636 pkg_failed=yes … … 6829 6649 test $ac_status = 0; }; then 6830 6650 pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "npapi-sdk" 2>/dev/null` 6651 test "x$?" != "x0" && pkg_failed=yes 6831 6652 else 6832 6653 pkg_failed=yes … … 6848 6669 fi 6849 6670 if test $_pkg_short_errors_supported = yes; then 6850 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "npapi-sdk" 2>&1`6671 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "npapi-sdk" 2>&1` 6851 6672 else 6852 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors "npapi-sdk" 2>&1`6673 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "npapi-sdk" 2>&1` 6853 6674 fi 6854 6675 # Put the nasty error message in config.log where it belongs … … 6871 6692 test $ac_status = 0; }; then 6872 6693 pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin" 2>/dev/null` 6694 test "x$?" != "x0" && pkg_failed=yes 6873 6695 else 6874 6696 pkg_failed=yes … … 6887 6709 test $ac_status = 0; }; then 6888 6710 pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin" 2>/dev/null` 6711 test "x$?" != "x0" && pkg_failed=yes 6889 6712 else 6890 6713 pkg_failed=yes … … 6906 6729 fi 6907 6730 if test $_pkg_short_errors_supported = yes; then 6908 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mozilla-plugin" 2>&1`6731 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-plugin" 2>&1` 6909 6732 else 6910 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors "mozilla-plugin" 2>&1`6733 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-plugin" 2>&1` 6911 6734 fi 6912 6735 # Put the nasty error message in config.log where it belongs … … 6923 6746 and MOZILLA_LIBS to avoid the need to call pkg-config. 6924 6747 See the pkg-config man page for more details." "$LINENO" 5 6925 6926 6748 elif test $pkg_failed = untried; then 6927 6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 6939 6761 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 6940 6762 See \`config.log' for more details" "$LINENO" 5; } 6941 6942 6763 else 6943 6764 MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS … … 6967 6788 test $ac_status = 0; }; then 6968 6789 pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin" 2>/dev/null` 6790 test "x$?" != "x0" && pkg_failed=yes 6969 6791 else 6970 6792 pkg_failed=yes … … 6983 6805 test $ac_status = 0; }; then 6984 6806 pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin" 2>/dev/null` 6807 test "x$?" != "x0" && pkg_failed=yes 6985 6808 else 6986 6809 pkg_failed=yes … … 7002 6825 fi 7003 6826 if test $_pkg_short_errors_supported = yes; then 7004 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "mozilla-plugin" 2>&1`6827 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mozilla-plugin" 2>&1` 7005 6828 else 7006 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors "mozilla-plugin" 2>&1`6829 MOZILLA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mozilla-plugin" 2>&1` 7007 6830 fi 7008 6831 # Put the nasty error message in config.log where it belongs … … 7019 6842 and MOZILLA_LIBS to avoid the need to call pkg-config. 7020 6843 See the pkg-config man page for more details." "$LINENO" 5 7021 7022 6844 elif test $pkg_failed = untried; then 7023 6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 … … 7035 6857 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 7036 6858 See \`config.log' for more details" "$LINENO" 5; } 7037 7038 6859 else 7039 6860 MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS … … 7164 6985 test $ac_status = 0; }; then 7165 6986 pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null` 6987 test "x$?" != "x0" && pkg_failed=yes 7166 6988 else 7167 6989 pkg_failed=yes … … 7180 7002 test $ac_status = 0; }; then 7181 7003 pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null` 7004 test "x$?" != "x0" && pkg_failed=yes 7182 7005 else 7183 7006 pkg_failed=yes … … 7199 7022 fi 7200 7023 if test $_pkg_short_errors_supported = yes; then 7201 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "x11" 2>&1`7024 X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11" 2>&1` 7202 7025 else 7203 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors "x11" 2>&1`7026 X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11" 2>&1` 7204 7027 fi 7205 7028 # Put the nasty error message in config.log where it belongs … … 7289 7112 test -z "$as_dir" && as_dir=. 7290 7113 for ac_exec_ext in '' $ac_executable_extensions; do 7291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7292 7115 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 7293 7116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7331 7154 test -z "$as_dir" && as_dir=. 7332 7155 for ac_exec_ext in '' $ac_executable_extensions; do 7333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7334 7157 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 7335 7158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7373 7196 test -z "$as_dir" && as_dir=. 7374 7197 for ac_exec_ext in '' $ac_executable_extensions; do 7375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7376 7199 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 7377 7200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7403 7226 7404 7227 JAVA_VERSION=`$JAVA -version 2>&1 | sed -n '1s/[^"]*"\(.*\)"$/\1/p'` 7405 case "${JAVA_VERSION}" in 7406 1.7*) VERSION_DEFS='-DHAVE_JAVA7';; 7407 esac 7228 HAVE_JAVA7=`echo $JAVA_VERSION | awk '{if ($(0) >= 1.7) print "yes"}'` 7229 if ! test -z "$HAVE_JAVA7" ; then 7230 VERSION_DEFS='-DHAVE_JAVA7' 7231 fi 7232 7233 if test x"${HAVE_JAVA7}" = "xyes" ; then 7234 HAVE_JAVA7_TRUE= 7235 HAVE_JAVA7_FALSE='#' 7236 else 7237 HAVE_JAVA7_TRUE='#' 7238 HAVE_JAVA7_FALSE= 7239 fi 7240 7408 7241 7409 7242 … … 7422 7255 cd tmp.$$ 7423 7256 cat << \EOF > $CLASS 7424 /* [#]line 7 424"configure" */7257 /* [#]line 7257 "configure" */ 7425 7258 package sun.applet; 7426 7259 … … 7472 7305 cd tmp.$$ 7473 7306 cat << \EOF > $CLASS 7474 /* [#]line 7 474"configure" */7307 /* [#]line 7307 "configure" */ 7475 7308 package sun.applet; 7476 7309 … … 7522 7355 cd tmp.$$ 7523 7356 cat << \EOF > $CLASS 7524 /* [#]line 7 524"configure" */7357 /* [#]line 7357 "configure" */ 7525 7358 package sun.applet; 7526 7359 … … 7572 7405 cd tmp.$$ 7573 7406 cat << \EOF > $CLASS 7574 /* [#]line 7 574"configure" */7407 /* [#]line 7407 "configure" */ 7575 7408 package sun.applet; 7576 7409 … … 7622 7455 cd tmp.$$ 7623 7456 cat << \EOF > $CLASS 7624 /* [#]line 7 624"configure" */7457 /* [#]line 7457 "configure" */ 7625 7458 package sun.applet; 7626 7459 … … 7672 7505 cd tmp.$$ 7673 7506 cat << \EOF > $CLASS 7674 /* [#]line 7 674"configure" */7507 /* [#]line 7507 "configure" */ 7675 7508 package sun.applet; 7676 7509 … … 7722 7555 cd tmp.$$ 7723 7556 cat << \EOF > $CLASS 7724 /* [#]line 7 724"configure" */7557 /* [#]line 7557 "configure" */ 7725 7558 package sun.applet; 7726 7559 … … 7772 7605 cd tmp.$$ 7773 7606 cat << \EOF > $CLASS 7774 /* [#]line 7 774"configure" */7607 /* [#]line 7607 "configure" */ 7775 7608 package sun.applet; 7776 7609 … … 7822 7655 cd tmp.$$ 7823 7656 cat << \EOF > $CLASS 7824 /* [#]line 7 824"configure" */7657 /* [#]line 7657 "configure" */ 7825 7658 package sun.applet; 7826 7659 … … 7872 7705 cd tmp.$$ 7873 7706 cat << \EOF > $CLASS 7874 /* [#]line 7 874"configure" */7707 /* [#]line 7707 "configure" */ 7875 7708 package sun.applet; 7876 7709 … … 7922 7755 cd tmp.$$ 7923 7756 cat << \EOF > $CLASS 7924 /* [#]line 7 924"configure" */7757 /* [#]line 7757 "configure" */ 7925 7758 package sun.applet; 7926 7759 … … 7972 7805 cd tmp.$$ 7973 7806 cat << \EOF > $CLASS 7974 /* [#]line 7 974"configure" */7807 /* [#]line 7807 "configure" */ 7975 7808 package sun.applet; 7976 7809 … … 8022 7855 cd tmp.$$ 8023 7856 cat << \EOF > $CLASS 8024 /* [#]line 8024"configure" */7857 /* [#]line 7857 "configure" */ 8025 7858 package sun.applet; 8026 7859 … … 8072 7905 cd tmp.$$ 8073 7906 cat << \EOF > $CLASS 8074 /* [#]line 8074"configure" */7907 /* [#]line 7907 "configure" */ 8075 7908 package sun.applet; 8076 7909 … … 8122 7955 cd tmp.$$ 8123 7956 cat << \EOF > $CLASS 8124 /* [#]line 8124"configure" */7957 /* [#]line 7957 "configure" */ 8125 7958 package sun.applet; 8126 7959 … … 8172 8005 cd tmp.$$ 8173 8006 cat << \EOF > $CLASS 8174 /* [#]line 8 174"configure" */8007 /* [#]line 8007 "configure" */ 8175 8008 package sun.applet; 8176 8009 … … 8222 8055 cd tmp.$$ 8223 8056 cat << \EOF > $CLASS 8224 /* [#]line 8 224"configure" */8057 /* [#]line 8057 "configure" */ 8225 8058 package sun.applet; 8226 8059 … … 8261 8094 8262 8095 8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if s un.applet.AppletViewerPanel is available and public" >&58264 $as_echo_n "checking if s un.applet.AppletViewerPanel is available and public... " >&6; }8096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if selected classes, fields and methods from sun.applet are accessible via reflection" >&5 8097 $as_echo_n "checking if selected classes, fields and methods from sun.applet are accessible via reflection... " >&6; } 8265 8098 if ${it_cv_applet_hole+:} false; then : 8266 8099 $as_echo_n "(cached) " >&6 … … 8272 8105 cd tmp.$$ 8273 8106 cat << \EOF > $CLASS 8274 /* [#]line 8 274"configure" */8275 import java.lang.reflect. Modifier;8107 /* [#]line 8107 "configure" */ 8108 import java.lang.reflect.*; 8276 8109 8277 8110 public class TestAppletViewer 8278 8111 { 8279 public static void main(String[] args) 8112 public static void main(String[] args) throws Exception 8280 8113 { 8281 try 8282 { 8283 Class<?> clazz = Class.forName("sun.applet.AppletViewerPanel"); 8284 if (Modifier.isPublic(clazz.getModifiers())) 8285 { 8286 System.err.println("Found public sun.applet.AppletViewerPanel"); 8287 System.exit(0); 8288 } 8289 System.err.println("Found non-public sun.applet.AppletViewerPanel"); 8290 System.exit(2); 8291 } 8292 catch (ClassNotFoundException e) 8293 { 8294 System.err.println("Could not find sun.applet.AppletViewerPanel"); 8295 System.exit(1); 8296 } 8114 Class<?> ap = Class.forName("sun.applet.AppletPanel"); 8115 Class<?> avp = Class.forName("sun.applet.AppletViewerPanel"); 8116 Field f1 = ap.getDeclaredField("applet"); 8117 Field f2 = avp.getDeclaredField("documentURL"); 8118 Method m1 = ap.getDeclaredMethod("run"); 8119 Method m2 = ap.getDeclaredMethod("runLoader"); 8120 Field f3 = avp.getDeclaredField("baseURL"); 8297 8121 } 8298 8122 } … … 8303 8127 it_cv_applet_hole=yes; 8304 8128 else 8305 it_cv_applet_hole= $?;8306 fi 8307 else 8308 it_cv_applet_hole= 3;8129 it_cv_applet_hole=no; 8130 fi 8131 else 8132 it_cv_applet_hole=no; 8309 8133 fi 8310 8134 … … 8315 8139 cd .. 8316 8140 rmdir tmp.$$ 8317 if test x"${it_cv_applet_hole}" = "x1"; then 8318 as_fn_error $? "sun.applet.AppletViewerPanel is not available." "$LINENO" 5 8319 elif test x"${it_cv_applet_hole}" = "x2"; then 8320 as_fn_error $? "sun.applet.AppletViewerPanel is not public." "$LINENO" 5 8321 elif test x"${it_cv_applet_hole}" = "x3"; then 8322 as_fn_error $? "Compilation failed. See config.log." "$LINENO" 5 8141 if test x"${it_cv_applet_hole}" = "xno"; then 8142 as_fn_error $? "Some of the checked items is not avaiable. Check logs." "$LINENO" 5 8323 8143 fi 8324 8144 … … 8339 8159 test $ac_status = 0; }; then 8340 8160 pkg_cv_GLIB2_V_216_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.16" 2>/dev/null` 8161 test "x$?" != "x0" && pkg_failed=yes 8341 8162 else 8342 8163 pkg_failed=yes … … 8355 8176 test $ac_status = 0; }; then 8356 8177 pkg_cv_GLIB2_V_216_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.16" 2>/dev/null` 8178 test "x$?" != "x0" && pkg_failed=yes 8357 8179 else 8358 8180 pkg_failed=yes … … 8374 8196 fi 8375 8197 if test $_pkg_short_errors_supported = yes; then 8376 GLIB2_V_216_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.16" 2>&1`8198 GLIB2_V_216_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.16" 2>&1` 8377 8199 else 8378 GLIB2_V_216_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.16" 2>&1`8200 GLIB2_V_216_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.16" 2>&1` 8379 8201 fi 8380 8202 # Put the nasty error message in config.log where it belongs … … 8406 8228 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 8407 8229 8408 CXXFLAGS_BACKUP= $CXXFLAGS8409 CXXFLAGS= $CXXFLAGS" "$MOZILLA_CFLAGS8230 CXXFLAGS_BACKUP="$CXXFLAGS" 8231 CXXFLAGS="$CXXFLAGS"" ""$MOZILLA_CFLAGS" 8410 8232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8411 8233 /* end confdefs.h. */ 8412 8234 8413 8235 #include <npfunctions.h> 8414 const char* NP_GetMIMEDescription () 8415 {return (char*) "yap!";} 8416 8417 int 8418 main () 8419 { 8420 8421 ; 8422 return 0; 8423 } 8236 const char* NP_GetMIMEDescription () 8237 {return (char*) "yap!";} 8238 8424 8239 _ACEOF 8425 8240 if ac_fn_cxx_try_compile "$LINENO"; then : … … 8437 8252 fi 8438 8253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8439 CXXFLAGS=$CXXFLAGS_BACKUP 8254 CXXFLAGS="$CXXFLAGS_BACKUP" 8255 ac_ext=c 8256 ac_cpp='$CPP $CPPFLAGS' 8257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8259 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8260 8261 8262 8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xulrunner enforcing C++11 standard" >&5 8264 $as_echo_n "checking for xulrunner enforcing C++11 standard... " >&6; } 8265 ac_ext=cpp 8266 ac_cpp='$CXXCPP $CPPFLAGS' 8267 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8268 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8269 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 8270 8271 CXXFLAGS_BACKUP="$CXXFLAGS" 8272 CXXFLAGS="$CXXFLAGS"" ""$MOZILLA_CFLAGS" 8273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8274 /* end confdefs.h. */ 8275 8276 #include <npapi.h> 8277 #include <npruntime.h> 8278 void setnpptr (NPVariant *result) 8279 { VOID_TO_NPVARIANT(*result);} 8280 8281 _ACEOF 8282 if ac_fn_cxx_try_compile "$LINENO"; then : 8283 8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 8285 $as_echo "no" >&6; } 8286 CXXFLAGS="$CXXFLAGS_BACKUP" 8287 8288 else 8289 8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 8291 $as_echo "yes" >&6; } 8292 CXXFLAGS="$CXXFLAGS_BACKUP -std=c++11" 8293 8294 fi 8295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8440 8296 ac_ext=c 8441 8297 ac_cpp='$CPP $CPPFLAGS' … … 8468 8324 test -z "$as_dir" && as_dir=. 8469 8325 for ac_exec_ext in '' $ac_executable_extensions; do 8470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8471 8327 ac_cv_prog_XSLTPROC="$ac_prog" 8472 8328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8547 8403 test -z "$as_dir" && as_dir=. 8548 8404 for ac_exec_ext in '' $ac_executable_extensions; do 8549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8550 8406 ac_cv_path_FIREFOX="$as_dir/$ac_word$ac_exec_ext" 8551 8407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8590 8446 test -z "$as_dir" && as_dir=. 8591 8447 for ac_exec_ext in '' $ac_executable_extensions; do 8592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8593 8449 ac_cv_path_ac_pt_FIREFOX="$as_dir/$ac_word$ac_exec_ext" 8594 8450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8646 8502 test -z "$as_dir" && as_dir=. 8647 8503 for ac_exec_ext in '' $ac_executable_extensions; do 8648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8649 8505 ac_cv_path_FIREFOX="$as_dir/$ac_word$ac_exec_ext" 8650 8506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8689 8545 test -z "$as_dir" && as_dir=. 8690 8546 for ac_exec_ext in '' $ac_executable_extensions; do 8691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8547 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8692 8548 ac_cv_path_ac_pt_FIREFOX="$as_dir/$ac_word$ac_exec_ext" 8693 8549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8786 8642 test -z "$as_dir" && as_dir=. 8787 8643 for ac_exec_ext in '' $ac_executable_extensions; do 8788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8789 8645 ac_cv_path_CHROME="$as_dir/$ac_word$ac_exec_ext" 8790 8646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8829 8685 test -z "$as_dir" && as_dir=. 8830 8686 for ac_exec_ext in '' $ac_executable_extensions; do 8831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8687 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8832 8688 ac_cv_path_ac_pt_CHROME="$as_dir/$ac_word$ac_exec_ext" 8833 8689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8885 8741 test -z "$as_dir" && as_dir=. 8886 8742 for ac_exec_ext in '' $ac_executable_extensions; do 8887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8743 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8888 8744 ac_cv_path_CHROME="$as_dir/$ac_word$ac_exec_ext" 8889 8745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8928 8784 test -z "$as_dir" && as_dir=. 8929 8785 for ac_exec_ext in '' $ac_executable_extensions; do 8930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8931 8787 ac_cv_path_ac_pt_CHROME="$as_dir/$ac_word$ac_exec_ext" 8932 8788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9025 8881 test -z "$as_dir" && as_dir=. 9026 8882 for ac_exec_ext in '' $ac_executable_extensions; do 9027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9028 8884 ac_cv_path_CHROMIUM="$as_dir/$ac_word$ac_exec_ext" 9029 8885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9068 8924 test -z "$as_dir" && as_dir=. 9069 8925 for ac_exec_ext in '' $ac_executable_extensions; do 9070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9071 8927 ac_cv_path_ac_pt_CHROMIUM="$as_dir/$ac_word$ac_exec_ext" 9072 8928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9124 8980 test -z "$as_dir" && as_dir=. 9125 8981 for ac_exec_ext in '' $ac_executable_extensions; do 9126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9127 8983 ac_cv_path_CHROMIUM="$as_dir/$ac_word$ac_exec_ext" 9128 8984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9167 9023 test -z "$as_dir" && as_dir=. 9168 9024 for ac_exec_ext in '' $ac_executable_extensions; do 9169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9170 9026 ac_cv_path_ac_pt_CHROMIUM="$as_dir/$ac_word$ac_exec_ext" 9171 9027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9264 9120 test -z "$as_dir" && as_dir=. 9265 9121 for ac_exec_ext in '' $ac_executable_extensions; do 9266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9267 9123 ac_cv_path_OPERA="$as_dir/$ac_word$ac_exec_ext" 9268 9124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9307 9163 test -z "$as_dir" && as_dir=. 9308 9164 for ac_exec_ext in '' $ac_executable_extensions; do 9309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9310 9166 ac_cv_path_ac_pt_OPERA="$as_dir/$ac_word$ac_exec_ext" 9311 9167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9363 9219 test -z "$as_dir" && as_dir=. 9364 9220 for ac_exec_ext in '' $ac_executable_extensions; do 9365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9366 9222 ac_cv_path_OPERA="$as_dir/$ac_word$ac_exec_ext" 9367 9223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9406 9262 test -z "$as_dir" && as_dir=. 9407 9263 for ac_exec_ext in '' $ac_executable_extensions; do 9408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9264 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9409 9265 ac_cv_path_ac_pt_OPERA="$as_dir/$ac_word$ac_exec_ext" 9410 9266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9503 9359 test -z "$as_dir" && as_dir=. 9504 9360 for ac_exec_ext in '' $ac_executable_extensions; do 9505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9506 9362 ac_cv_path_MIDORI="$as_dir/$ac_word$ac_exec_ext" 9507 9363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9546 9402 test -z "$as_dir" && as_dir=. 9547 9403 for ac_exec_ext in '' $ac_executable_extensions; do 9548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9404 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9549 9405 ac_cv_path_ac_pt_MIDORI="$as_dir/$ac_word$ac_exec_ext" 9550 9406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9602 9458 test -z "$as_dir" && as_dir=. 9603 9459 for ac_exec_ext in '' $ac_executable_extensions; do 9604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9460 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9605 9461 ac_cv_path_MIDORI="$as_dir/$ac_word$ac_exec_ext" 9606 9462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9645 9501 test -z "$as_dir" && as_dir=. 9646 9502 for ac_exec_ext in '' $ac_executable_extensions; do 9647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9503 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9648 9504 ac_cv_path_ac_pt_MIDORI="$as_dir/$ac_word$ac_exec_ext" 9649 9505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9742 9598 test -z "$as_dir" && as_dir=. 9743 9599 for ac_exec_ext in '' $ac_executable_extensions; do 9744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9745 9601 ac_cv_path_EPIPHANY="$as_dir/$ac_word$ac_exec_ext" 9746 9602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9785 9641 test -z "$as_dir" && as_dir=. 9786 9642 for ac_exec_ext in '' $ac_executable_extensions; do 9787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9788 9644 ac_cv_path_ac_pt_EPIPHANY="$as_dir/$ac_word$ac_exec_ext" 9789 9645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9841 9697 test -z "$as_dir" && as_dir=. 9842 9698 for ac_exec_ext in '' $ac_executable_extensions; do 9843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9844 9700 ac_cv_path_EPIPHANY="$as_dir/$ac_word$ac_exec_ext" 9845 9701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9884 9740 test -z "$as_dir" && as_dir=. 9885 9741 for ac_exec_ext in '' $ac_executable_extensions; do 9886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9887 9743 ac_cv_path_ac_pt_EPIPHANY="$as_dir/$ac_word$ac_exec_ext" 9888 9744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 10183 10039 fi 10184 10040 10041 10042 10043 10044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jacoco jar" >&5 10045 $as_echo_n "checking for jacoco jar... " >&6; } 10046 10047 # Check whether --with-jacoco was given. 10048 if test "${with_jacoco+set}" = set; then : 10049 withval=$with_jacoco; 10050 case "${withval}" in 10051 yes) 10052 JACOCO_JAR=yes 10053 ;; 10054 no) 10055 JACOCO_JAR=no 10056 ;; 10057 *) 10058 if test -f "${withval}"; then 10059 JACOCO_JAR="${withval}" 10060 elif test -z "${withval}"; then 10061 JACOCO_JAR=yes 10062 else 10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 10064 $as_echo "not found" >&6; } 10065 as_fn_error $? "\"The jacoco jar ${withval} was not found.\"" "$LINENO" 5 10066 fi 10067 ;; 10068 esac 10069 10070 else 10071 10072 JACOCO_JAR=yes 10073 10074 fi 10075 10076 it_extra_paths_jacoco="/usr/share/java/jacoco/org.jacoco.core.jar" 10077 if test "x${JACOCO_JAR}" = "xyes"; then 10078 for path in ${it_extra_paths_jacoco}; do 10079 if test -f ${path}; then 10080 JACOCO_JAR=${path} 10081 break 10082 fi 10083 done 10084 fi 10085 if test x"${JACOCO_JAR}" = "xyes"; then 10086 if test -f "/usr/share/java/jacoco.jar"; then 10087 JACOCO_JAR=/usr/share/java/jacoco.jar 10088 fi 10089 fi 10090 if test x"${JACOCO_JAR}" = "xyes"; then 10091 JACOCO_JAR=no 10092 fi 10093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${JACOCO_JAR}" >&5 10094 $as_echo "${JACOCO_JAR}" >&6; } 10095 if test x"${JACOCO_JAR}" != "xno"; then 10096 WITH_JACOCO_TRUE= 10097 WITH_JACOCO_FALSE='#' 10098 else 10099 WITH_JACOCO_TRUE='#' 10100 WITH_JACOCO_FALSE= 10101 fi 10102 10103 # Clear JACOCO_JAR if it doesn't contain a valid filename 10104 if test x"${JACOCO_JAR}" = "xno"; then 10105 JACOCO_JAR= 10106 fi 10107 if test -n "${JACOCO_JAR}" ; then 10108 JACOCO_AVAILABLE=true 10109 else 10110 JACOCO_AVAILABLE=false 10111 fi 10112 10113 10114 10115 10116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asm jar" >&5 10117 $as_echo_n "checking for asm jar... " >&6; } 10118 10119 # Check whether --with-asm was given. 10120 if test "${with_asm+set}" = set; then : 10121 withval=$with_asm; 10122 case "${withval}" in 10123 yes) 10124 ASM_JAR=yes 10125 ;; 10126 no) 10127 ASM_JAR=no 10128 ;; 10129 *) 10130 if test -f "${withval}"; then 10131 ASM_JAR="${withval}" 10132 elif test -z "${withval}"; then 10133 ASM_JAR=yes 10134 else 10135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 10136 $as_echo "not found" >&6; } 10137 as_fn_error $? "\"The asm jar ${withval} was not found.\"" "$LINENO" 5 10138 fi 10139 ;; 10140 esac 10141 10142 else 10143 10144 ASM_JAR=yes 10145 10146 fi 10147 10148 it_extra_paths_asm="/usr/share/java/objectweb-asm4/asm-all.jar /usr/share/java/objectweb-asm4/asm-all-4.0.jar /usr/share/java/objectweb-asm/asm-all.jar" 10149 if test "x${ASM_JAR}" = "xyes"; then 10150 for path in ${it_extra_paths_asm}; do 10151 if test -f ${path}; then 10152 ASM_JAR=${path} 10153 break 10154 fi 10155 done 10156 fi 10157 if test x"${ASM_JAR}" = "xyes"; then 10158 if test -f "/usr/share/java/asm.jar"; then 10159 ASM_JAR=/usr/share/java/asm.jar 10160 fi 10161 fi 10162 if test x"${ASM_JAR}" = "xyes"; then 10163 ASM_JAR=no 10164 fi 10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ASM_JAR}" >&5 10166 $as_echo "${ASM_JAR}" >&6; } 10167 if test x"${ASM_JAR}" != "xno"; then 10168 WITH_ASM_TRUE= 10169 WITH_ASM_FALSE='#' 10170 else 10171 WITH_ASM_TRUE='#' 10172 WITH_ASM_FALSE= 10173 fi 10174 10175 # Clear ASM_JAR if it doesn't contain a valid filename 10176 if test x"${ASM_JAR}" = "xno"; then 10177 ASM_JAR= 10178 fi 10179 if test -n "${ASM_JAR}" ; then 10180 ASM_AVAILABLE=true 10181 else 10182 ASM_AVAILABLE=false 10183 fi 10184 10185 10186 10187 10188 10189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tagsoup" >&5 10190 $as_echo_n "checking for tagsoup... " >&6; } 10191 10192 # Check whether --with-tagsoup was given. 10193 if test "${with_tagsoup+set}" = set; then : 10194 withval=$with_tagsoup; 10195 TAGSOUP_JAR=${withval} 10196 10197 else 10198 10199 TAGSOUP_JAR= 10200 10201 fi 10202 10203 if test -z "${TAGSOUP_JAR}"; then 10204 for dir in /usr/share/java /usr/local/share/java ; do 10205 if test -f $dir/tagsoup.jar; then 10206 TAGSOUP_JAR=$dir/tagsoup.jar 10207 break 10208 fi 10209 done 10210 fi 10211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${TAGSOUP_JAR}" >&5 10212 $as_echo "${TAGSOUP_JAR}" >&6; } 10213 10214 if test x$TAGSOUP_JAR != xno -a x$TAGSOUP_JAR != x ; then 10215 HAVE_TAGSOUP_TRUE= 10216 HAVE_TAGSOUP_FALSE='#' 10217 else 10218 HAVE_TAGSOUP_TRUE='#' 10219 HAVE_TAGSOUP_FALSE= 10220 fi 10185 10221 10186 10222 … … 10336 10372 10337 10373 10374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 10375 $as_echo_n "checking that generated files are newer than configure... " >&6; } 10376 if test -n "$am_sleep_pid"; then 10377 # Hide warnings about reused PIDs. 10378 wait $am_sleep_pid 2>/dev/null 10379 fi 10380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 10381 $as_echo "done" >&6; } 10338 10382 if test -n "$EXEEXT"; then 10339 10383 am__EXEEXT_TRUE= … … 10384 10428 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10385 10429 fi 10430 if test -z "${HAVE_JAVA7_TRUE}" && test -z "${HAVE_JAVA7_FALSE}"; then 10431 as_fn_error $? "conditional \"HAVE_JAVA7\" was never defined. 10432 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10433 fi 10386 10434 if test -z "${WITH_XSLTPROC_TRUE}" && test -z "${WITH_XSLTPROC_FALSE}"; then 10387 10435 as_fn_error $? "conditional \"WITH_XSLTPROC\" was never defined. … … 10398 10446 if test -z "${WITH_EMMA_TRUE}" && test -z "${WITH_EMMA_FALSE}"; then 10399 10447 as_fn_error $? "conditional \"WITH_EMMA\" was never defined. 10448 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10449 fi 10450 if test -z "${WITH_JACOCO_TRUE}" && test -z "${WITH_JACOCO_FALSE}"; then 10451 as_fn_error $? "conditional \"WITH_JACOCO\" was never defined. 10452 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10453 fi 10454 if test -z "${WITH_ASM_TRUE}" && test -z "${WITH_ASM_FALSE}"; then 10455 as_fn_error $? "conditional \"WITH_ASM\" was never defined. 10456 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10457 fi 10458 if test -z "${HAVE_TAGSOUP_TRUE}" && test -z "${HAVE_TAGSOUP_FALSE}"; then 10459 as_fn_error $? "conditional \"HAVE_TAGSOUP\" was never defined. 10400 10460 Usually this means the macro was only invoked conditionally." "$LINENO" 5 10401 10461 fi … … 10698 10758 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10699 10759 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10700 # In both cases, we have to default to `cp -p '.10760 # In both cases, we have to default to `cp -pR'. 10701 10761 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10702 as_ln_s='cp -p '10762 as_ln_s='cp -pR' 10703 10763 elif ln conf$$.file conf$$ 2>/dev/null; then 10704 10764 as_ln_s=ln 10705 10765 else 10706 as_ln_s='cp -p '10707 fi 10708 else 10709 as_ln_s='cp -p '10766 as_ln_s='cp -pR' 10767 fi 10768 else 10769 as_ln_s='cp -pR' 10710 10770 fi 10711 10771 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 10767 10827 fi 10768 10828 10769 if test -x / >/dev/null 2>&1; then 10770 as_test_x='test -x' 10771 else 10772 if ls -dL / >/dev/null 2>&1; then 10773 as_ls_L_option=L 10774 else 10775 as_ls_L_option= 10776 fi 10777 as_test_x=' 10778 eval sh -c '\'' 10779 if test -d "$1"; then 10780 test -d "$1/."; 10781 else 10782 case $1 in #( 10783 -*)set "./$1";; 10784 esac; 10785 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 10786 ???[sx]*):;;*)false;;esac;fi 10787 '\'' sh 10788 ' 10789 fi 10790 as_executable_p=$as_test_x 10829 10830 # as_fn_executable_p FILE 10831 # ----------------------- 10832 # Test if FILE is an executable regular file. 10833 as_fn_executable_p () 10834 { 10835 test -f "$1" && test -x "$1" 10836 } # as_fn_executable_p 10837 as_test_x='test -x' 10838 as_executable_p=as_fn_executable_p 10791 10839 10792 10840 # Sed expression to map a string onto a valid CPP name. … … 10809 10857 # values after options handling. 10810 10858 ac_log=" 10811 This file was extended by icedtea-web $as_me 1. 3, which was10812 generated by GNU Autoconf 2.6 8. Invocation command line was10859 This file was extended by icedtea-web $as_me 1.5.1, which was 10860 generated by GNU Autoconf 2.69. Invocation command line was 10813 10861 10814 10862 CONFIG_FILES = $CONFIG_FILES … … 10867 10915 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 10868 10916 ac_cs_version="\\ 10869 icedtea-web config.status 1. 310870 configured by $0, generated by GNU Autoconf 2.6 8,10917 icedtea-web config.status 1.5.1 10918 configured by $0, generated by GNU Autoconf 2.69, 10871 10919 with options \\"\$ac_cs_config\\" 10872 10920 10873 Copyright (C) 201 0Free Software Foundation, Inc.10921 Copyright (C) 2012 Free Software Foundation, Inc. 10874 10922 This config.status script is free software; the Free Software Foundation 10875 10923 gives unlimited permission to copy, distribute and modify it." … … 10951 10999 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10952 11000 if \$ac_cs_recheck; then 10953 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion11001 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10954 11002 shift 10955 11003 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 … … 11421 11469 case $ac_file$ac_mode in 11422 11470 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 11423 # Autoconf 2.62quotes --file arguments for eval, but not when files11471 # Older Autoconf quotes --file arguments for eval, but not when files 11424 11472 # are listed without --file. Let's play safe and only enable the eval 11425 11473 # if we detect the quoting. … … 11434 11482 mf=`echo "$mf" | sed -e 's/:.*$//'` 11435 11483 # Check whether this is an Automake generated Makefile or not. 11436 # We used to match only the files named `Makefile.in', but11484 # We used to match only the files named 'Makefile.in', but 11437 11485 # some people rename them; so instead we look at the file content. 11438 11486 # Grep'ing the first line is not enough: some people post-process … … 11468 11516 fi 11469 11517 # Extract the definition of DEPDIR, am__include, and am__quote 11470 # from the Makefile without running `make'.11518 # from the Makefile without running 'make'. 11471 11519 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 11472 11520 test -z "$DEPDIR" && continue 11473 11521 am__include=`sed -n 's/^am__include = //p' < "$mf"` 11474 test -z " am__include" && continue11522 test -z "$am__include" && continue 11475 11523 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 11476 # When using ansi2knr, U may be empty or an underscore; expand it11477 U=`sed -n 's/^U = //p' < "$mf"`11478 11524 # Find all dependency output files, they are included files with 11479 11525 # $(DEPDIR) in their names. We invoke sed twice because it is the … … 11482 11528 for file in `sed -n " 11483 11529 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 11484 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do11530 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do 11485 11531 # Make sure the directory exists. 11486 11532 test -f "$dirpart/$file" && continue
Note:
See TracChangeset
for help on using the changeset viewer.