Ignore:
Timestamp:
Sep 24, 2014, 9:34:21 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/configure

    r418 r429  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.68 for icedtea-web 1.3.
     3# Generated by GNU Autoconf 2.69 for icedtea-web 1.5.1.
    44#
    55# Report bugs to <distro-pkg-dev@openjdk.java.net>.
    66#
    77#
    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.
    119#
    1210#
     
    137135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    138136
     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.
     145BASH_ENV=/dev/null
     146ENV=/dev/null
     147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     148case $- in # ((((
     149  *v*x* | *x*v* ) as_opts=-vx ;;
     150  *v* ) as_opts=-v ;;
     151  *x* ) as_opts=-x ;;
     152  * ) as_opts= ;;
     153esac
     154exec $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
     158as_fn_exit 255
     159  fi
     160  # We don't want this to propagate to other subprocesses.
     161          { _as_can_reexec=; unset _as_can_reexec;}
    139162if test "x$CONFIG_SHELL" = x; then
    140163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     
    170193  exitcode=1; echo positional parameters were not saved.
    171194fi
    172 test x\$exitcode = x0 || exit 1"
     195test x\$exitcode = x0 || exit 1
     196test -x / || exit 1"
    173197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    174198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     
    214238
    215239      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.
     245BASH_ENV=/dev/null
     246ENV=/dev/null
     247(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     248case $- in # ((((
     249  *v*x* | *x*v* ) as_opts=-vx ;;
     250  *v* ) as_opts=-v ;;
     251  *x* ) as_opts=-x ;;
     252  * ) as_opts= ;;
     253esac
     254exec $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
     258exit 255
    231259fi
    232260
     
    331359
    332360} # as_fn_mkdir_p
     361
     362# as_fn_executable_p FILE
     363# -----------------------
     364# Test if FILE is an executable regular file.
     365as_fn_executable_p ()
     366{
     367  test -f "$1" && test -x "$1"
     368} # as_fn_executable_p
    333369# as_fn_append VAR VALUE
    334370# ----------------------
     
    452488    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    453489
     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
    454494  # Don't try to exec as it changes $[0], causing all sort of problems
    455495  # (the dirname of $[0] is not the place where we might find the
     
    486526    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    487527    # 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'.
    489529    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'
    491531  elif ln conf$$.file conf$$ 2>/dev/null; then
    492532    as_ln_s=ln
    493533  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
     536else
     537  as_ln_s='cp -pR'
    498538fi
    499539rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    507547fi
    508548
    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
     549as_test_x='test -x'
     550as_executable_p=as_fn_executable_p
    531551
    532552# Sed expression to map a string onto a valid CPP name.
     
    560580PACKAGE_NAME='icedtea-web'
    561581PACKAGE_TARNAME='icedtea-web'
    562 PACKAGE_VERSION='1.3'
    563 PACKAGE_STRING='icedtea-web 1.3'
     582PACKAGE_VERSION='1.5.1'
     583PACKAGE_STRING='icedtea-web 1.5.1'
    564584PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net'
    565585PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web'
     
    569589LTLIBOBJS
    570590LIBOBJS
     591HAVE_TAGSOUP_FALSE
     592HAVE_TAGSOUP_TRUE
     593TAGSOUP_JAR
     594ASM_AVAILABLE
     595ASM_JAR
     596WITH_ASM_FALSE
     597WITH_ASM_TRUE
     598JACOCO_AVAILABLE
     599JACOCO_JAR
     600WITH_JACOCO_FALSE
     601WITH_JACOCO_TRUE
    571602EMMA_AVAILABLE
    572603EMMA_JAR
     
    594625GLIB2_V_216_CFLAGS
    595626VERSION_DEFS
     627HAVE_JAVA7_FALSE
     628HAVE_JAVA7_TRUE
    596629JAVA
    597630SYSTEM_JRE_DIR
     
    605638GLIB_LIBS
    606639GLIB_CFLAGS
    607 GTK_LIBS
    608 GTK_CFLAGS
    609640PKG_CONFIG_LIBDIR
    610641PKG_CONFIG_PATH
     
    635666ZIP
    636667GCJ
     668BIN_BASH
    637669ENABLE_DOCS_FALSE
    638670ENABLE_DOCS_TRUE
     
    679711abs_top_srcdir
    680712abs_top_builddir
     713AM_BACKSLASH
     714AM_DEFAULT_VERBOSITY
     715AM_DEFAULT_V
     716AM_V
    681717am__untar
    682718am__tar
     
    743779ac_user_opts='
    744780enable_option_checking
     781enable_silent_rules
    745782enable_dependency_tracking
    746783enable_docs
     
    756793with_pkgversion
    757794enable_plugin
    758 with_gtk
    759795with_jre_home
    760796with_java
     
    769805with_junit
    770806with_emma
     807with_jacoco
     808with_asm
     809with_tagsoup
    771810'
    772811      ac_precious_vars='build_alias
     
    784823PKG_CONFIG_PATH
    785824PKG_CONFIG_LIBDIR
    786 GTK_CFLAGS
    787 GTK_LIBS
    788825GLIB_CFLAGS
    789826GLIB_LIBS
     
    12491286  if test "x$build_alias" = x; then
    12501287    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" >&2
    12531288  elif test "x$build_alias" != "x$host_alias"; then
    12541289    cross_compiling=yes
     
    13361371  # This message is too long to be a string in the A/UX 3.1 sh.
    13371372  cat <<_ACEOF
    1338 \`configure' configures icedtea-web 1.3 to adapt to many kinds of systems.
     1373\`configure' configures icedtea-web 1.5.1 to adapt to many kinds of systems.
    13391374
    13401375Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14061441if test -n "$ac_init_help"; then
    14071442  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:";;
    14091444   esac
    14101445  cat <<\_ACEOF
     
    14141449  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14151450  --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
    14181457  --disable-docs          Disable generation of documentation
    14191458  --disable-plugin        Disable compilation of browser plugin
     
    14371476  --with-pkgversion=PKG   Use PKG in the version string in addition to
    14381477                          "IcedTea"
    1439   --with-gtk=2|3|default  the GTK+ version to use (default: 3)
    14401478  --with-jre-home         jre home directory (default is the JRE under the
    14411479                          JDK)
     
    14541492  --with-junit            specify location of the junit jar
    14551493  --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
    14561497
    14571498Some influential environment variables:
     
    14701511  PKG_CONFIG_LIBDIR
    14711512              path overriding pkg-config's built-in search path
    1472   GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
    1473   GTK_LIBS    linker flags for GTK, overriding pkg-config
    14741513  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
    14751514  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
     
    15521591if $ac_init_version; then
    15531592  cat <<\_ACEOF
    1554 icedtea-web configure 1.3
    1555 generated by GNU Autoconf 2.68
    1556 
    1557 Copyright (C) 2010 Free Software Foundation, Inc.
     1593icedtea-web configure 1.5.1
     1594generated by GNU Autoconf 2.69
     1595
     1596Copyright (C) 2012 Free Software Foundation, Inc.
    15581597This configure script is free software; the Free Software Foundation
    15591598gives unlimited permission to copy, distribute and modify it.
     
    16691708       } && test -s conftest$ac_exeext && {
    16701709         test "$cross_compiling" = yes ||
    1671          $as_test_x conftest$ac_exeext
     1710         test -x conftest$ac_exeext
    16721711       }; then :
    16731712  ac_retval=0
     
    16911730running configure, to aid debugging if configure makes a mistake.
    16921731
    1693 It was created by icedtea-web $as_me 1.3, which was
    1694 generated by GNU Autoconf 2.68.  Invocation command line was
     1732It was created by icedtea-web $as_me 1.5.1, which was
     1733generated by GNU Autoconf 2.69.  Invocation command line was
    16951734
    16961735  $ $0 $@
     
    20392078
    20402079
    2041 am__api_version='1.11'
     2080am__api_version='1.13'
    20422081
    20432082ac_aux_dir=
     
    21072146    for ac_prog in ginstall scoinst install; do
    21082147      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"; }; then
     2148        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    21102149          if test $ac_prog = install &&
    21112150            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    21652204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    21662205$as_echo_n "checking whether build environment is sane... " >&6; }
    2167 # Just in case
    2168 sleep 1
    2169 echo timestamp > conftest.file
    21702206# Reject unsafe characters in $srcdir or the absolute working directory
    21712207# name.  Accept space and tab only in the latter.
     
    21782214case $srcdir in
    21792215  *[\\\"\#\$\&\'\`$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's
     2216    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
     2217esac
     2218
     2219# Do 'set' in a subshell so we don't clobber the current shell's
    21842220# arguments.  Must try -L first in case configure is actually a
    21852221# symlink; some systems play weird games with the mod time of symlinks
     
    21872223# directory).
    21882224if (
    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
    22062250   test "$2" = conftest.file
    22072251   )
     
    22152259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    22162260$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.
     2263am_sleep_pid=
     2264if grep 'slept: no' conftest.file >/dev/null 2>&1; then
     2265  ( sleep 1 ) &
     2266  am_sleep_pid=$!
     2267fi
     2268
     2269rm -f conftest.file
     2270
    22172271test "$program_prefix" != NONE &&
    22182272  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    22372291fi
    22382292# Use eval to expand $SHELL
    2239 if eval "$MISSING --run true"; then
    2240   am_missing_run="$MISSING --run "
     2293if eval "$MISSING --is-lightweight"; then
     2294  am_missing_run="$MISSING "
    22412295else
    22422296  am_missing_run=
    2243   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
    2244 $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;}
    22452299fi
    22462300
     
    22542308fi
    22552309
    2256 # Installed binaries are usually stripped using `strip' when the user
    2257 # run `make install-strip'.  However `strip' might not be the right
     2310# Installed binaries are usually stripped using 'strip' when the user
     2311# run "make install-strip".  However 'strip' might not be the right
    22582312# 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.
    22602314if test "$cross_compiling" != no; then
    22612315  if test -n "$ac_tool_prefix"; then
     
    22762330  test -z "$as_dir" && as_dir=.
    22772331    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"; }; then
     2332  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    22792333    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    22802334    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    23162370  test -z "$as_dir" && as_dir=.
    23172371    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"; }; then
     2372  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    23192373    ac_cv_prog_ac_ct_STRIP="strip"
    23202374    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    23672421    for ac_prog in mkdir gmkdir; do
    23682422         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"; } || continue
     2423           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
    23702424           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    23712425             'mkdir (GNU coreutils) '* | \
     
    23962450$as_echo "$MKDIR_P" >&6; }
    23972451
    2398 mkdir_p="$MKDIR_P"
    2399 case $mkdir_p in
    2400   [\\/$]* | ?:[\\/]*) ;;
    2401   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
    2402 esac
    2403 
    24042452for ac_prog in gawk mawk nawk awk
    24052453do
     
    24202468  test -z "$as_dir" && as_dir=.
    24212469    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"; }; then
     2470  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    24232471    ac_cv_prog_AWK="$ac_prog"
    24242472    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    24842532rmdir .tst 2>/dev/null
    24852533
     2534# Check whether --enable-silent-rules was given.
     2535if test "${enable_silent_rules+set}" = set; then :
     2536  enableval=$enable_silent_rules;
     2537fi
     2538
     2539case $enable_silent_rules in # (((
     2540  yes) AM_DEFAULT_VERBOSITY=0;;
     2541   no) AM_DEFAULT_VERBOSITY=1;;
     2542    *) AM_DEFAULT_VERBOSITY=1;;
     2543esac
     2544am_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; }
     2547if ${am_cv_make_support_nested_variables+:} false; then :
     2548  $as_echo_n "(cached) " >&6
     2549else
     2550  if $as_echo 'TRUE=$(BAR$(V))
     2551BAR0=false
     2552BAR1=true
     2553V=1
     2554am__doit:
     2555        @$(TRUE)
     2556.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
     2557  am_cv_make_support_nested_variables=yes
     2558else
     2559  am_cv_make_support_nested_variables=no
     2560fi
     2561fi
     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; }
     2564if test $am_cv_make_support_nested_variables = yes; then
     2565    AM_V='$(V)'
     2566  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     2567else
     2568  AM_V=$AM_DEFAULT_VERBOSITY
     2569  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
     2570fi
     2571AM_BACKSLASH='\'
     2572
    24862573if test "`cd $srcdir && pwd`" != "`pwd`"; then
    24872574  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
     
    25062593# Define the identity of the package.
    25072594 PACKAGE='icedtea-web'
    2508  VERSION='1.3'
     2595 VERSION='1.5.1'
    25092596
    25102597
     
    25332620
    25342621MAKEINFO=${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>
     2627mkdir_p='$(MKDIR_P)'
    25352628
    25362629# We need awk for the "check" target.  The system "awk" is bad on
     
    25412634
    25422635
    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
    25442642$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
    25572653   ($_am_tar --version) >&5 2>&5
    25582654   ac_status=$?
    25592655   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25602656   (exit $ac_status); } && break
    2561     done
    2562     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 create
    2568     # ustar tarball either.
    2569     (tar --version) >/dev/null 2>&1 && continue
    2570     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=false
    2586     am__tar_=false
    2587     am__untar=false
    2588     ;;
    2589   esac
    2590 
    2591   # If the value was cached, stop now.  We just wanted to have am__tar
    2592   # and am__untar set.
    2593   test -n "${am_cv_prog_tar_pax}" && break
    2594 
    2595   # tar/untar a dummy directory, and stop if the command works
    2596   rm -rf conftest.dir
    2597   mkdir conftest.dir
    2598   echo GrepMe > conftest.dir/file
    2599   { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
     2657      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
    26002696   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
    26012697   ac_status=$?
    26022698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26032699   (exit $ac_status); }
    2604   rm -rf conftest.dir
    2605   if test -s conftest.tar; then
    2606     { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
     2700    rm -rf conftest.dir
     2701    if test -s conftest.tar; then
     2702      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
    26072703   ($am__untar <conftest.tar) >&5 2>&5
    26082704   ac_status=$?
    26092705   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26102706   (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 :
    26172718  $as_echo_n "(cached) " >&6
    26182719else
     
    26202721fi
    26212722
    2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
     2723  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
    26232724$as_echo "$am_cv_prog_tar_pax" >&6; }
     2725
    26242726
    26252727
     
    27322834  test -z "$as_dir" && as_dir=.
    27332835    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"; }; then
     2836  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    27352837    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    27362838    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    27722874  test -z "$as_dir" && as_dir=.
    27732875    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"; }; then
     2876  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    27752877    ac_cv_prog_ac_ct_CC="gcc"
    27762878    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    28252927  test -z "$as_dir" && as_dir=.
    28262928    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"; }; then
     2929  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    28282930    ac_cv_prog_CC="${ac_tool_prefix}cc"
    28292931    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    28662968  test -z "$as_dir" && as_dir=.
    28672969    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"; }; then
     2970  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    28692971    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    28702972       ac_prog_rejected=yes
     
    29243026  test -z "$as_dir" && as_dir=.
    29253027    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"; }; then
     3028  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    29273029    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    29283030    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29683070  test -z "$as_dir" && as_dir=.
    29693071    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"; }; then
     3072  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    29713073    ac_cv_prog_ac_ct_CC="$ac_prog"
    29723074    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    34143516#include <stdarg.h>
    34153517#include <stdio.h>
    3416 #include <sys/types.h>
    3417 #include <sys/stat.h>
     3518struct stat;
    34183519/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
    34193520struct buf { int x; };
     
    35183619# First try GNU make style include.
    35193620echo "include confinc" > confmf
    3520 # Ignore all kinds of additional output from `make'.
     3621# Ignore all kinds of additional output from 'make'.
    35213622case `$am_make -s -f confmf 2> /dev/null` in #(
    35223623*the\ am__doit\ target*)
     
    35743675  # making bogus files that we don't know about and never remove.  For
    35753676  # 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 output
    3577   # in D'.
     3677  # making a dummy file named 'D' -- because '-MD' means "put the output
     3678  # in D".
    35783679  rm -rf conftest.dir
    35793680  mkdir conftest.dir
     
    36103711    for i in 1 2 3 4 5 6; do
    36113712      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3612       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    3613       # Solaris 8's {/usr,}/bin/sh.
    3614       touch sub/conftst$i.h
     3713      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
     3714      # Solaris 10 /bin/sh.
     3715      echo '/* dummy */' > sub/conftst$i.h
    36153716    done
    36163717    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    36173718
    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"
    36193720    # mode.  It turns out that the SunPro C++ compiler does not properly
    3620     # handle `-M -o', and we need to detect this.  Also, some Intel
    3621     # 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.
    36223723    am__obj=sub/conftest.${OBJEXT-o}
    36233724    am__minus_obj="-o $am__obj"
     
    36283729      ;;
    36293730    nosideeffect)
    3630       # after this tag, mechanisms are not by side-effect, so they'll
    3631       # 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.
    36323733      if test "x$enable_dependency_tracking" = xyes; then
    36333734        continue
     
    36373738      ;;
    36383739    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    3639       # This compiler won't grok `-c -o', but also, the minuso test has
     3740      # This compiler won't grok '-c -o', but also, the minuso test has
    36403741      # not run yet.  These depmodes are late enough in the game, and
    36413742      # so weak that their functioning should not be impacted.
     
    37193820  test -z "$as_dir" && as_dir=.
    37203821    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"; }; then
     3822  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    37223823    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    37233824    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    37633864  test -z "$as_dir" && as_dir=.
    37643865    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"; }; then
     3866  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    37663867    ac_cv_prog_ac_ct_CXX="$ac_prog"
    37673868    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39594060  # making bogus files that we don't know about and never remove.  For
    39604061  # 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 output
    3962   # in D'.
     4062  # making a dummy file named 'D' -- because '-MD' means "put the output
     4063  # in D".
    39634064  rm -rf conftest.dir
    39644065  mkdir conftest.dir
     
    39954096    for i in 1 2 3 4 5 6; do
    39964097      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3997       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    3998       # Solaris 8's {/usr,}/bin/sh.
    3999       touch sub/conftst$i.h
     4098      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
     4099      # Solaris 10 /bin/sh.
     4100      echo '/* dummy */' > sub/conftst$i.h
    40004101    done
    40014102    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    40024103
    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"
    40044105    # mode.  It turns out that the SunPro C++ compiler does not properly
    4005     # handle `-M -o', and we need to detect this.  Also, some Intel
    4006     # 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.
    40074108    am__obj=sub/conftest.${OBJEXT-o}
    40084109    am__minus_obj="-o $am__obj"
     
    40134114      ;;
    40144115    nosideeffect)
    4015       # after this tag, mechanisms are not by side-effect, so they'll
    4016       # 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.
    40174118      if test "x$enable_dependency_tracking" = xyes; then
    40184119        continue
     
    40224123      ;;
    40234124    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4024       # This compiler won't grok `-c -o', but also, the minuso test has
     4125      # This compiler won't grok '-c -o', but also, the minuso test has
    40254126      # not run yet.  These depmodes are late enough in the game, and
    40264127      # so weak that their functioning should not be impacted.
     
    42424343$as_echo "${ENABLE_DOCS}" >&6; }
    42434344
     4345# Extract the first word of "bash", so it can be a program name with args.
     4346set 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; }
     4349if ${ac_cv_path_BIN_BASH+:} false; then :
     4350  $as_echo_n "(cached) " >&6
     4351else
     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
     4358for as_dir in /bin
     4359do
     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
     4368done
     4369  done
     4370IFS=$as_save_IFS
     4371
     4372  ;;
     4373esac
     4374fi
     4375BIN_BASH=$ac_cv_path_BIN_BASH
     4376if test -n "$BIN_BASH"; then
     4377  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BIN_BASH" >&5
     4378$as_echo "$BIN_BASH" >&6; }
     4379else
     4380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     4381$as_echo "no" >&6; }
     4382fi
     4383
     4384
     4385if 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
     4387fi
     4388
    42444389
    42454390  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to compile ecj natively" >&5
     
    42794424  test -z "$as_dir" && as_dir=.
    42804425    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"; }; then
     4426  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    42824427    ac_cv_path_GCJ="$as_dir/$ac_word$ac_exec_ext"
    42834428    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    43224467  test -z "$as_dir" && as_dir=.
    43234468    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"; }; then
     4469  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    43254470    ac_cv_path_ac_pt_GCJ="$as_dir/$ac_word$ac_exec_ext"
    43264471    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    43804525  test -z "$as_dir" && as_dir=.
    43814526    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"; }; then
     4527  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    43834528    ac_cv_path_ZIP="$as_dir/$ac_word$ac_exec_ext"
    43844529    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    44234568  test -z "$as_dir" && as_dir=.
    44244569    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"; }; then
     4570  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    44264571    ac_cv_path_ac_pt_ZIP="$as_dir/$ac_word$ac_exec_ext"
    44274572    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    45414686  test -z "$as_dir" && as_dir=.
    45424687    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"; }; then
     4688  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    45444689    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    45454690    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    45834728  test -z "$as_dir" && as_dir=.
    45844729    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"; }; then
     4730  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    45864731    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    45874732    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46364781  test -z "$as_dir" && as_dir=.
    46374782    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"; }; then
     4783  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    46394784    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    46404785    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46784823  test -z "$as_dir" && as_dir=.
    46794824    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"; }; then
     4825  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    46814826    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    46824827    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    47344879  test -z "$as_dir" && as_dir=.
    47354880    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"; }; then
     4881  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    47374882    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    47384883    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    47764921  test -z "$as_dir" && as_dir=.
    47774922    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"; }; then
     4923  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    47794924    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    47804925    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    48374982  test -z "$as_dir" && as_dir=.
    48384983    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"; }; then
     4984  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    48404985    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    48414986    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    48795024  test -z "$as_dir" && as_dir=.
    48805025    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"; }; then
     5026  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    48825027    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    48835028    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    49205065  test -z "$as_dir" && as_dir=.
    49215066    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"; }; then
     5067  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    49235068    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    49245069    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    49625107  test -z "$as_dir" && as_dir=.
    49635108    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"; }; then
     5109  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    49655110    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    49665111    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    50045149  test -z "$as_dir" && as_dir=.
    50055150    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"; }; then
     5151  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    50075152    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    50085153    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    50585203  test -z "$as_dir" && as_dir=.
    50595204    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"; }; then
     5205  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    50615206    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    50625207    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    51005245  test -z "$as_dir" && as_dir=.
    51015246    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"; }; then
     5247  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    51035248    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    51045249    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    51415286  test -z "$as_dir" && as_dir=.
    51425287    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"; }; then
     5288  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    51445289    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    51455290    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    51835328  test -z "$as_dir" && as_dir=.
    51845329    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"; }; then
     5330  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    51865331    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    51875332    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    52255370  test -z "$as_dir" && as_dir=.
    52265371    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"; }; then
     5372  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    52285373    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    52295374    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    52825427  test -z "$as_dir" && as_dir=.
    52835428    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"; }; then
     5429  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    52855430    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    52865431    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    53245469  test -z "$as_dir" && as_dir=.
    53255470    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"; }; then
     5471  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    53275472    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    53285473    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    53655510  test -z "$as_dir" && as_dir=.
    53665511    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"; }; then
     5512  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    53685513    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    53695514    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    54075552  test -z "$as_dir" && as_dir=.
    54085553    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"; }; then
     5554  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    54105555    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    54115556    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    54495594  test -z "$as_dir" && as_dir=.
    54505595    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"; }; then
     5596  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    54525597    ac_cv_path_ECJ="$as_dir/$ac_word$ac_exec_ext"
    54535598    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    55405685  test -z "$as_dir" && as_dir=.
    55415686    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"; }; then
     5687  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    55435688    ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext"
    55445689    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    55825727  test -z "$as_dir" && as_dir=.
    55835728    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"; }; then
     5729  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    55855730    ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext"
    55865731    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    56245769  test -z "$as_dir" && as_dir=.
    56255770    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"; }; then
     5771  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    56275772    ac_cv_path_JAR="$as_dir/$ac_word$ac_exec_ext"
    56285773    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    57695914  test -z "$as_dir" && as_dir=.
    57705915    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"; }; then
     5916  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    57725917    ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext"
    57735918    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    58115956  test -z "$as_dir" && as_dir=.
    58125957    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"; }; then
     5958  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    58145959    ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext"
    58155960    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    58535998  test -z "$as_dir" && as_dir=.
    58545999    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"; }; then
     6000  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    58566001    ac_cv_path_JAVADOC="$as_dir/$ac_word$ac_exec_ext"
    58576002    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    58886033  mkdir pkg
    58896034  cat << \EOF > $CLASS
    5890 /* [#]line 5890 "configure" */
     6035/* [#]line 6035 "configure" */
    58916036package pkg;
    58926037
     
    59656110  test -z "$as_dir" && as_dir=.
    59666111    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"; }; then
     6112  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    59686113    ac_cv_path_KEYTOOL="$as_dir/$ac_word$ac_exec_ext"
    59696114    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    60386183  test -z "$as_dir" && as_dir=.
    60396184    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"; }; then
     6185  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    60416186    ac_cv_path_JARSIGNER="$as_dir/$ac_word$ac_exec_ext"
    60426187    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    60966241  test -z "$as_dir" && as_dir=.
    60976242    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"; }; then
     6243  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    60996244    ac_cv_path_HG="$as_dir/$ac_word$ac_exec_ext"
    61006245    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    61396284  test -z "$as_dir" && as_dir=.
    61406285    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"; }; then
     6286  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    61426287    ac_cv_path_ac_pt_HG="$as_dir/$ac_word$ac_exec_ext"
    61436288    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    62616406
    62626407
     6408
    62636409if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
    62646410        if test -n "$ac_tool_prefix"; then
     
    62816427  test -z "$as_dir" && as_dir=.
    62826428    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"; }; then
     6429  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    62846430    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    62856431    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    63246470  test -z "$as_dir" && as_dir=.
    63256471    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"; }; then
     6472  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    63276473    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    63286474    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    63786524if test "x${enable_plugin}" = "xyes" ; then
    63796525
    6380 # Check whether --with-gtk was given.
    6381 if test "${with_gtk+set}" = set; then :
    6382   withval=$with_gtk; case "$with_gtk" in
    6383        2|3|default) ;;
    6384        *) as_fn_error $? "invalid GTK version specified" "$LINENO" 5 ;;
    6385      esac
    6386 else
    6387   with_gtk=default
    6388 fi
    6389 
    6390 
    6391   case "$with_gtk" in
    6392     default)
    6393 
    6394 pkg_failed=no
    6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
    6396 $as_echo_n "checking for GTK... " >&6; }
    6397 
    6398 if test -n "$GTK_CFLAGS"; then
    6399     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
    6400  elif test -n "$PKG_CONFIG"; then
    6401     if test -n "$PKG_CONFIG" && \
    6402     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5
    6403   ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5
    6404   ac_status=$?
    6405   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6406   test $ac_status = 0; }; then
    6407   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null`
    6408 else
    6409   pkg_failed=yes
    6410 fi
    6411  else
    6412     pkg_failed=untried
    6413 fi
    6414 if test -n "$GTK_LIBS"; then
    6415     pkg_cv_GTK_LIBS="$GTK_LIBS"
    6416  elif test -n "$PKG_CONFIG"; then
    6417     if test -n "$PKG_CONFIG" && \
    6418     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5
    6419   ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5
    6420   ac_status=$?
    6421   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6422   test $ac_status = 0; }; then
    6423   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null`
    6424 else
    6425   pkg_failed=yes
    6426 fi
    6427  else
    6428     pkg_failed=untried
    6429 fi
    6430 
    6431 
    6432 
    6433 if test $pkg_failed = yes; then
    6434         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6435 $as_echo "no" >&6; }
    6436 
    6437 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    6438         _pkg_short_errors_supported=yes
    6439 else
    6440         _pkg_short_errors_supported=no
    6441 fi
    6442         if test $_pkg_short_errors_supported = yes; then
    6443                 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-3.0" 2>&1`
    6444         else
    6445                 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-3.0" 2>&1`
    6446         fi
    6447         # Put the nasty error message in config.log where it belongs
    6448         echo "$GTK_PKG_ERRORS" >&5
    6449 
    6450 
    6451 pkg_failed=no
    6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
    6453 $as_echo_n "checking for GTK... " >&6; }
    6454 
    6455 if test -n "$GTK_CFLAGS"; then
    6456     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
    6457  elif test -n "$PKG_CONFIG"; then
    6458     if test -n "$PKG_CONFIG" && \
    6459     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
    6460   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
    6461   ac_status=$?
    6462   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6463   test $ac_status = 0; }; then
    6464   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
    6465 else
    6466   pkg_failed=yes
    6467 fi
    6468  else
    6469     pkg_failed=untried
    6470 fi
    6471 if test -n "$GTK_LIBS"; then
    6472     pkg_cv_GTK_LIBS="$GTK_LIBS"
    6473  elif test -n "$PKG_CONFIG"; then
    6474     if test -n "$PKG_CONFIG" && \
    6475     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
    6476   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
    6477   ac_status=$?
    6478   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6479   test $ac_status = 0; }; then
    6480   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
    6481 else
    6482   pkg_failed=yes
    6483 fi
    6484  else
    6485     pkg_failed=untried
    6486 fi
    6487 
    6488 
    6489 
    6490 if test $pkg_failed = yes; then
    6491         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6492 $as_echo "no" >&6; }
    6493 
    6494 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    6495         _pkg_short_errors_supported=yes
    6496 else
    6497         _pkg_short_errors_supported=no
    6498 fi
    6499         if test $_pkg_short_errors_supported = yes; then
    6500                 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`
    6501         else
    6502                 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`
    6503         fi
    6504         # Put the nasty error message in config.log where it belongs
    6505         echo "$GTK_PKG_ERRORS" >&5
    6506 
    6507         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6508 
    6509 elif test $pkg_failed = untried; then
    6510         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6511 $as_echo "no" >&6; }
    6512         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6513 
    6514 else
    6515         GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
    6516         GTK_LIBS=$pkg_cv_GTK_LIBS
    6517         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6518 $as_echo "yes" >&6; }
    6519 
    6520   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2 version" >&5
    6521 $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" >&5
    6524 $as_echo "$GTK_VER" >&6; }
    6525 
    6526 fi
    6527 
    6528 elif test $pkg_failed = untried; then
    6529         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6530 $as_echo "no" >&6; }
    6531 
    6532 pkg_failed=no
    6533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
    6534 $as_echo_n "checking for GTK... " >&6; }
    6535 
    6536 if test -n "$GTK_CFLAGS"; then
    6537     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
    6538  elif test -n "$PKG_CONFIG"; then
    6539     if test -n "$PKG_CONFIG" && \
    6540     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
    6541   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
    6542   ac_status=$?
    6543   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6544   test $ac_status = 0; }; then
    6545   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
    6546 else
    6547   pkg_failed=yes
    6548 fi
    6549  else
    6550     pkg_failed=untried
    6551 fi
    6552 if test -n "$GTK_LIBS"; then
    6553     pkg_cv_GTK_LIBS="$GTK_LIBS"
    6554  elif test -n "$PKG_CONFIG"; then
    6555     if test -n "$PKG_CONFIG" && \
    6556     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
    6557   ($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
    6558   ac_status=$?
    6559   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6560   test $ac_status = 0; }; then
    6561   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
    6562 else
    6563   pkg_failed=yes
    6564 fi
    6565  else
    6566     pkg_failed=untried
    6567 fi
    6568 
    6569 
    6570 
    6571 if test $pkg_failed = yes; then
    6572         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6573 $as_echo "no" >&6; }
    6574 
    6575 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    6576         _pkg_short_errors_supported=yes
    6577 else
    6578         _pkg_short_errors_supported=no
    6579 fi
    6580         if test $_pkg_short_errors_supported = yes; then
    6581                 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`
    6582         else
    6583                 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`
    6584         fi
    6585         # Put the nasty error message in config.log where it belongs
    6586         echo "$GTK_PKG_ERRORS" >&5
    6587 
    6588         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6589 
    6590 elif test $pkg_failed = untried; then
    6591         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6592 $as_echo "no" >&6; }
    6593         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6594 
    6595 else
    6596         GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
    6597         GTK_LIBS=$pkg_cv_GTK_LIBS
    6598         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6599 $as_echo "yes" >&6; }
    6600 
    6601   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2 version" >&5
    6602 $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" >&5
    6605 $as_echo "$GTK_VER" >&6; }
    6606 
    6607 fi
    6608 
    6609 else
    6610         GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
    6611         GTK_LIBS=$pkg_cv_GTK_LIBS
    6612         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6613 $as_echo "yes" >&6; }
    6614 
    6615   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK3 version" >&5
    6616 $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" >&5
    6619 $as_echo "$GTK_VER" >&6; }
    6620 
    6621 fi
    6622       ;;
    6623     *)
    6624 
    6625 pkg_failed=no
    6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
    6627 $as_echo_n "checking for GTK... " >&6; }
    6628 
    6629 if test -n "$GTK_CFLAGS"; then
    6630     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
    6631  elif test -n "$PKG_CONFIG"; then
    6632     if test -n "$PKG_CONFIG" && \
    6633     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-\$with_gtk.0\""; } >&5
    6634   ($PKG_CONFIG --exists --print-errors "gtk+-$with_gtk.0") 2>&5
    6635   ac_status=$?
    6636   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6637   test $ac_status = 0; }; then
    6638   pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-$with_gtk.0" 2>/dev/null`
    6639 else
    6640   pkg_failed=yes
    6641 fi
    6642  else
    6643     pkg_failed=untried
    6644 fi
    6645 if test -n "$GTK_LIBS"; then
    6646     pkg_cv_GTK_LIBS="$GTK_LIBS"
    6647  elif test -n "$PKG_CONFIG"; then
    6648     if test -n "$PKG_CONFIG" && \
    6649     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-\$with_gtk.0\""; } >&5
    6650   ($PKG_CONFIG --exists --print-errors "gtk+-$with_gtk.0") 2>&5
    6651   ac_status=$?
    6652   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    6653   test $ac_status = 0; }; then
    6654   pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-$with_gtk.0" 2>/dev/null`
    6655 else
    6656   pkg_failed=yes
    6657 fi
    6658  else
    6659     pkg_failed=untried
    6660 fi
    6661 
    6662 
    6663 
    6664 if test $pkg_failed = yes; then
    6665         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6666 $as_echo "no" >&6; }
    6667 
    6668 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
    6669         _pkg_short_errors_supported=yes
    6670 else
    6671         _pkg_short_errors_supported=no
    6672 fi
    6673         if test $_pkg_short_errors_supported = yes; then
    6674                 GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-$with_gtk.0" 2>&1`
    6675         else
    6676                 GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-$with_gtk.0" 2>&1`
    6677         fi
    6678         # Put the nasty error message in config.log where it belongs
    6679         echo "$GTK_PKG_ERRORS" >&5
    6680 
    6681         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6682 
    6683 elif test $pkg_failed = untried; then
    6684         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    6685 $as_echo "no" >&6; }
    6686         as_fn_error $? "GTK $with_gtk not found" "$LINENO" 5
    6687 
    6688 else
    6689         GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
    6690         GTK_LIBS=$pkg_cv_GTK_LIBS
    6691         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    6692 $as_echo "yes" >&6; }
    6693 
    6694   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK$with_gtk version" >&5
    6695 $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" >&5
    6698 $as_echo "$GTK_VER" >&6; }
    6699 
    6700 fi
    6701       ;;
    6702   esac
    6703 
    6704 
    67056526pkg_failed=no
    67066527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
     
    67176538  test $ac_status = 0; }; then
    67186539  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
     6540                      test "x$?" != "x0" && pkg_failed=yes
    67196541else
    67206542  pkg_failed=yes
     
    67336555  test $ac_status = 0; }; then
    67346556  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
     6557                      test "x$?" != "x0" && pkg_failed=yes
    67356558else
    67366559  pkg_failed=yes
     
    67526575fi
    67536576        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`
    67556578        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`
    67576580        fi
    67586581        # Put the nasty error message in config.log where it belongs
     
    67696592and GLIB_LIBS to avoid the need to call pkg-config.
    67706593See the pkg-config man page for more details." "$LINENO" 5
    6771 
    67726594elif test $pkg_failed = untried; then
    67736595        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     
    67856607To get pkg-config, see <http://pkg-config.freedesktop.org/>.
    67866608See \`config.log' for more details" "$LINENO" 5; }
    6787 
    67886609else
    67896610        GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
     
    67936614
    67946615fi
    6795 
    6796 
    67976616
    67986617
     
    68136632  test $ac_status = 0; }; then
    68146633  pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "npapi-sdk" 2>/dev/null`
     6634                      test "x$?" != "x0" && pkg_failed=yes
    68156635else
    68166636  pkg_failed=yes
     
    68296649  test $ac_status = 0; }; then
    68306650  pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "npapi-sdk" 2>/dev/null`
     6651                      test "x$?" != "x0" && pkg_failed=yes
    68316652else
    68326653  pkg_failed=yes
     
    68486669fi
    68496670        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`
    68516672        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`
    68536674        fi
    68546675        # Put the nasty error message in config.log where it belongs
     
    68716692  test $ac_status = 0; }; then
    68726693  pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin" 2>/dev/null`
     6694                      test "x$?" != "x0" && pkg_failed=yes
    68736695else
    68746696  pkg_failed=yes
     
    68876709  test $ac_status = 0; }; then
    68886710  pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin" 2>/dev/null`
     6711                      test "x$?" != "x0" && pkg_failed=yes
    68896712else
    68906713  pkg_failed=yes
     
    69066729fi
    69076730        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`
    69096732        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`
    69116734        fi
    69126735        # Put the nasty error message in config.log where it belongs
     
    69236746and MOZILLA_LIBS to avoid the need to call pkg-config.
    69246747See the pkg-config man page for more details." "$LINENO" 5
    6925 
    69266748elif test $pkg_failed = untried; then
    69276749        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     
    69396761To get pkg-config, see <http://pkg-config.freedesktop.org/>.
    69406762See \`config.log' for more details" "$LINENO" 5; }
    6941 
    69426763else
    69436764        MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS
     
    69676788  test $ac_status = 0; }; then
    69686789  pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "mozilla-plugin" 2>/dev/null`
     6790                      test "x$?" != "x0" && pkg_failed=yes
    69696791else
    69706792  pkg_failed=yes
     
    69836805  test $ac_status = 0; }; then
    69846806  pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "mozilla-plugin" 2>/dev/null`
     6807                      test "x$?" != "x0" && pkg_failed=yes
    69856808else
    69866809  pkg_failed=yes
     
    70026825fi
    70036826        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`
    70056828        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`
    70076830        fi
    70086831        # Put the nasty error message in config.log where it belongs
     
    70196842and MOZILLA_LIBS to avoid the need to call pkg-config.
    70206843See the pkg-config man page for more details." "$LINENO" 5
    7021 
    70226844elif test $pkg_failed = untried; then
    70236845        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     
    70356857To get pkg-config, see <http://pkg-config.freedesktop.org/>.
    70366858See \`config.log' for more details" "$LINENO" 5; }
    7037 
    70386859else
    70396860        MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS
     
    71646985  test $ac_status = 0; }; then
    71656986  pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11" 2>/dev/null`
     6987                      test "x$?" != "x0" && pkg_failed=yes
    71666988else
    71676989  pkg_failed=yes
     
    71807002  test $ac_status = 0; }; then
    71817003  pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11" 2>/dev/null`
     7004                      test "x$?" != "x0" && pkg_failed=yes
    71827005else
    71837006  pkg_failed=yes
     
    71997022fi
    72007023        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`
    72027025        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`
    72047027        fi
    72057028        # Put the nasty error message in config.log where it belongs
     
    72897112  test -z "$as_dir" && as_dir=.
    72907113    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"; }; then
     7114  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    72927115    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    72937116    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    73317154  test -z "$as_dir" && as_dir=.
    73327155    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"; }; then
     7156  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    73347157    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    73357158    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    73737196  test -z "$as_dir" && as_dir=.
    73747197    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"; }; then
     7198  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    73767199    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    73777200    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    74037226
    74047227  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='#'
     7236else
     7237  HAVE_JAVA7_TRUE='#'
     7238  HAVE_JAVA7_FALSE=
     7239fi
     7240
    74087241
    74097242
     
    74227255cd tmp.$$
    74237256cat << \EOF > $CLASS
    7424 /* [#]line 7424 "configure" */
     7257/* [#]line 7257 "configure" */
    74257258package sun.applet;
    74267259
     
    74727305cd tmp.$$
    74737306cat << \EOF > $CLASS
    7474 /* [#]line 7474 "configure" */
     7307/* [#]line 7307 "configure" */
    74757308package sun.applet;
    74767309
     
    75227355cd tmp.$$
    75237356cat << \EOF > $CLASS
    7524 /* [#]line 7524 "configure" */
     7357/* [#]line 7357 "configure" */
    75257358package sun.applet;
    75267359
     
    75727405cd tmp.$$
    75737406cat << \EOF > $CLASS
    7574 /* [#]line 7574 "configure" */
     7407/* [#]line 7407 "configure" */
    75757408package sun.applet;
    75767409
     
    76227455cd tmp.$$
    76237456cat << \EOF > $CLASS
    7624 /* [#]line 7624 "configure" */
     7457/* [#]line 7457 "configure" */
    76257458package sun.applet;
    76267459
     
    76727505cd tmp.$$
    76737506cat << \EOF > $CLASS
    7674 /* [#]line 7674 "configure" */
     7507/* [#]line 7507 "configure" */
    76757508package sun.applet;
    76767509
     
    77227555cd tmp.$$
    77237556cat << \EOF > $CLASS
    7724 /* [#]line 7724 "configure" */
     7557/* [#]line 7557 "configure" */
    77257558package sun.applet;
    77267559
     
    77727605cd tmp.$$
    77737606cat << \EOF > $CLASS
    7774 /* [#]line 7774 "configure" */
     7607/* [#]line 7607 "configure" */
    77757608package sun.applet;
    77767609
     
    78227655cd tmp.$$
    78237656cat << \EOF > $CLASS
    7824 /* [#]line 7824 "configure" */
     7657/* [#]line 7657 "configure" */
    78257658package sun.applet;
    78267659
     
    78727705cd tmp.$$
    78737706cat << \EOF > $CLASS
    7874 /* [#]line 7874 "configure" */
     7707/* [#]line 7707 "configure" */
    78757708package sun.applet;
    78767709
     
    79227755cd tmp.$$
    79237756cat << \EOF > $CLASS
    7924 /* [#]line 7924 "configure" */
     7757/* [#]line 7757 "configure" */
    79257758package sun.applet;
    79267759
     
    79727805cd tmp.$$
    79737806cat << \EOF > $CLASS
    7974 /* [#]line 7974 "configure" */
     7807/* [#]line 7807 "configure" */
    79757808package sun.applet;
    79767809
     
    80227855cd tmp.$$
    80237856cat << \EOF > $CLASS
    8024 /* [#]line 8024 "configure" */
     7857/* [#]line 7857 "configure" */
    80257858package sun.applet;
    80267859
     
    80727905cd tmp.$$
    80737906cat << \EOF > $CLASS
    8074 /* [#]line 8074 "configure" */
     7907/* [#]line 7907 "configure" */
    80757908package sun.applet;
    80767909
     
    81227955cd tmp.$$
    81237956cat << \EOF > $CLASS
    8124 /* [#]line 8124 "configure" */
     7957/* [#]line 7957 "configure" */
    81257958package sun.applet;
    81267959
     
    81728005cd tmp.$$
    81738006cat << \EOF > $CLASS
    8174 /* [#]line 8174 "configure" */
     8007/* [#]line 8007 "configure" */
    81758008package sun.applet;
    81768009
     
    82228055cd tmp.$$
    82238056cat << \EOF > $CLASS
    8224 /* [#]line 8224 "configure" */
     8057/* [#]line 8057 "configure" */
    82258058package sun.applet;
    82268059
     
    82618094
    82628095
    8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if sun.applet.AppletViewerPanel is available and public" >&5
    8264 $as_echo_n "checking if sun.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; }
    82658098if ${it_cv_applet_hole+:} false; then :
    82668099  $as_echo_n "(cached) " >&6
     
    82728105cd tmp.$$
    82738106cat << \EOF > $CLASS
    8274 /* [#]line 8274 "configure" */
    8275 import java.lang.reflect.Modifier;
     8107/* [#]line 8107 "configure" */
     8108import java.lang.reflect.*;
    82768109
    82778110public class TestAppletViewer
    82788111{
    8279   public static void main(String[] args)
     8112  public static void main(String[] args) throws Exception
    82808113  {
    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");
    82978121  }
    82988122}
     
    83038127      it_cv_applet_hole=yes;
    83048128  else
    8305       it_cv_applet_hole=$?;
    8306   fi
    8307 else
    8308   it_cv_applet_hole=3;
     8129      it_cv_applet_hole=no;
     8130  fi
     8131else
     8132  it_cv_applet_hole=no;
    83098133fi
    83108134
     
    83158139cd ..
    83168140rmdir 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
     8141if test x"${it_cv_applet_hole}" = "xno"; then
     8142   as_fn_error $? "Some of the checked items is not avaiable. Check logs." "$LINENO" 5
    83238143fi
    83248144
     
    83398159  test $ac_status = 0; }; then
    83408160  pkg_cv_GLIB2_V_216_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.16" 2>/dev/null`
     8161                      test "x$?" != "x0" && pkg_failed=yes
    83418162else
    83428163  pkg_failed=yes
     
    83558176  test $ac_status = 0; }; then
    83568177  pkg_cv_GLIB2_V_216_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.16" 2>/dev/null`
     8178                      test "x$?" != "x0" && pkg_failed=yes
    83578179else
    83588180  pkg_failed=yes
     
    83748196fi
    83758197        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`
    83778199        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`
    83798201        fi
    83808202        # Put the nasty error message in config.log where it belongs
     
    84068228ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
    84078229
    8408   CXXFLAGS_BACKUP=$CXXFLAGS
    8409   CXXFLAGS=$CXXFLAGS" "$MOZILLA_CFLAGS
     8230  CXXFLAGS_BACKUP="$CXXFLAGS"
     8231  CXXFLAGS="$CXXFLAGS"" ""$MOZILLA_CFLAGS"
    84108232  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    84118233/* end confdefs.h.  */
    84128234
    84138235    #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
    84248239_ACEOF
    84258240if ac_fn_cxx_try_compile "$LINENO"; then :
     
    84378252fi
    84388253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8439   CXXFLAGS=$CXXFLAGS_BACKUP
     8254  CXXFLAGS="$CXXFLAGS_BACKUP"
     8255  ac_ext=c
     8256ac_cpp='$CPP $CPPFLAGS'
     8257ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     8258ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     8259ac_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
     8266ac_cpp='$CXXCPP $CPPFLAGS'
     8267ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     8268ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     8269ac_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
     8282if 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
     8288else
     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
     8294fi
     8295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    84408296  ac_ext=c
    84418297ac_cpp='$CPP $CPPFLAGS'
     
    84688324  test -z "$as_dir" && as_dir=.
    84698325    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"; }; then
     8326  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    84718327    ac_cv_prog_XSLTPROC="$ac_prog"
    84728328    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85478403  test -z "$as_dir" && as_dir=.
    85488404    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"; }; then
     8405  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    85508406    ac_cv_path_FIREFOX="$as_dir/$ac_word$ac_exec_ext"
    85518407    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85908446  test -z "$as_dir" && as_dir=.
    85918447    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"; }; then
     8448  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    85938449    ac_cv_path_ac_pt_FIREFOX="$as_dir/$ac_word$ac_exec_ext"
    85948450    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    86468502  test -z "$as_dir" && as_dir=.
    86478503    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"; }; then
     8504  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    86498505    ac_cv_path_FIREFOX="$as_dir/$ac_word$ac_exec_ext"
    86508506    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    86898545  test -z "$as_dir" && as_dir=.
    86908546    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"; }; then
     8547  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    86928548    ac_cv_path_ac_pt_FIREFOX="$as_dir/$ac_word$ac_exec_ext"
    86938549    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    87868642  test -z "$as_dir" && as_dir=.
    87878643    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"; }; then
     8644  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    87898645    ac_cv_path_CHROME="$as_dir/$ac_word$ac_exec_ext"
    87908646    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    88298685  test -z "$as_dir" && as_dir=.
    88308686    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"; }; then
     8687  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    88328688    ac_cv_path_ac_pt_CHROME="$as_dir/$ac_word$ac_exec_ext"
    88338689    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    88858741  test -z "$as_dir" && as_dir=.
    88868742    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"; }; then
     8743  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    88888744    ac_cv_path_CHROME="$as_dir/$ac_word$ac_exec_ext"
    88898745    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    89288784  test -z "$as_dir" && as_dir=.
    89298785    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"; }; then
     8786  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    89318787    ac_cv_path_ac_pt_CHROME="$as_dir/$ac_word$ac_exec_ext"
    89328788    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    90258881  test -z "$as_dir" && as_dir=.
    90268882    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"; }; then
     8883  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    90288884    ac_cv_path_CHROMIUM="$as_dir/$ac_word$ac_exec_ext"
    90298885    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    90688924  test -z "$as_dir" && as_dir=.
    90698925    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"; }; then
     8926  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    90718927    ac_cv_path_ac_pt_CHROMIUM="$as_dir/$ac_word$ac_exec_ext"
    90728928    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    91248980  test -z "$as_dir" && as_dir=.
    91258981    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"; }; then
     8982  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    91278983    ac_cv_path_CHROMIUM="$as_dir/$ac_word$ac_exec_ext"
    91288984    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    91679023  test -z "$as_dir" && as_dir=.
    91689024    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"; }; then
     9025  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    91709026    ac_cv_path_ac_pt_CHROMIUM="$as_dir/$ac_word$ac_exec_ext"
    91719027    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    92649120  test -z "$as_dir" && as_dir=.
    92659121    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"; }; then
     9122  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    92679123    ac_cv_path_OPERA="$as_dir/$ac_word$ac_exec_ext"
    92689124    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    93079163  test -z "$as_dir" && as_dir=.
    93089164    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"; }; then
     9165  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    93109166    ac_cv_path_ac_pt_OPERA="$as_dir/$ac_word$ac_exec_ext"
    93119167    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    93639219  test -z "$as_dir" && as_dir=.
    93649220    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"; }; then
     9221  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    93669222    ac_cv_path_OPERA="$as_dir/$ac_word$ac_exec_ext"
    93679223    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    94069262  test -z "$as_dir" && as_dir=.
    94079263    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"; }; then
     9264  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    94099265    ac_cv_path_ac_pt_OPERA="$as_dir/$ac_word$ac_exec_ext"
    94109266    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    95039359  test -z "$as_dir" && as_dir=.
    95049360    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"; }; then
     9361  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    95069362    ac_cv_path_MIDORI="$as_dir/$ac_word$ac_exec_ext"
    95079363    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    95469402  test -z "$as_dir" && as_dir=.
    95479403    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"; }; then
     9404  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    95499405    ac_cv_path_ac_pt_MIDORI="$as_dir/$ac_word$ac_exec_ext"
    95509406    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    96029458  test -z "$as_dir" && as_dir=.
    96039459    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"; }; then
     9460  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    96059461    ac_cv_path_MIDORI="$as_dir/$ac_word$ac_exec_ext"
    96069462    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    96459501  test -z "$as_dir" && as_dir=.
    96469502    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"; }; then
     9503  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    96489504    ac_cv_path_ac_pt_MIDORI="$as_dir/$ac_word$ac_exec_ext"
    96499505    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    97429598  test -z "$as_dir" && as_dir=.
    97439599    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"; }; then
     9600  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    97459601    ac_cv_path_EPIPHANY="$as_dir/$ac_word$ac_exec_ext"
    97469602    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    97859641  test -z "$as_dir" && as_dir=.
    97869642    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"; }; then
     9643  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    97889644    ac_cv_path_ac_pt_EPIPHANY="$as_dir/$ac_word$ac_exec_ext"
    97899645    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    98419697  test -z "$as_dir" && as_dir=.
    98429698    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"; }; then
     9699  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    98449700    ac_cv_path_EPIPHANY="$as_dir/$ac_word$ac_exec_ext"
    98459701    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    98849740  test -z "$as_dir" && as_dir=.
    98859741    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"; }; then
     9742  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    98879743    ac_cv_path_ac_pt_EPIPHANY="$as_dir/$ac_word$ac_exec_ext"
    98889744    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    1018310039  fi
    1018410040
     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.
     10048if 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
     10070else
     10071
     10072    JACOCO_JAR=yes
     10073
     10074fi
     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='#'
     10098else
     10099  WITH_JACOCO_TRUE='#'
     10100  WITH_JACOCO_FALSE=
     10101fi
     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.
     10120if 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
     10142else
     10143
     10144    ASM_JAR=yes
     10145
     10146fi
     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='#'
     10170else
     10171  WITH_ASM_TRUE='#'
     10172  WITH_ASM_FALSE=
     10173fi
     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.
     10193if test "${with_tagsoup+set}" = set; then :
     10194  withval=$with_tagsoup;
     10195                TAGSOUP_JAR=${withval}
     10196
     10197else
     10198
     10199                TAGSOUP_JAR=
     10200
     10201fi
     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='#'
     10217else
     10218  HAVE_TAGSOUP_TRUE='#'
     10219  HAVE_TAGSOUP_FALSE=
     10220fi
    1018510221
    1018610222
     
    1033610372
    1033710373
     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; }
    1033810382 if test -n "$EXEEXT"; then
    1033910383  am__EXEEXT_TRUE=
     
    1038410428Usually this means the macro was only invoked conditionally." "$LINENO" 5
    1038510429fi
     10430if test -z "${HAVE_JAVA7_TRUE}" && test -z "${HAVE_JAVA7_FALSE}"; then
     10431  as_fn_error $? "conditional \"HAVE_JAVA7\" was never defined.
     10432Usually this means the macro was only invoked conditionally." "$LINENO" 5
     10433fi
    1038610434if test -z "${WITH_XSLTPROC_TRUE}" && test -z "${WITH_XSLTPROC_FALSE}"; then
    1038710435  as_fn_error $? "conditional \"WITH_XSLTPROC\" was never defined.
     
    1039810446if test -z "${WITH_EMMA_TRUE}" && test -z "${WITH_EMMA_FALSE}"; then
    1039910447  as_fn_error $? "conditional \"WITH_EMMA\" was never defined.
     10448Usually this means the macro was only invoked conditionally." "$LINENO" 5
     10449fi
     10450if test -z "${WITH_JACOCO_TRUE}" && test -z "${WITH_JACOCO_FALSE}"; then
     10451  as_fn_error $? "conditional \"WITH_JACOCO\" was never defined.
     10452Usually this means the macro was only invoked conditionally." "$LINENO" 5
     10453fi
     10454if test -z "${WITH_ASM_TRUE}" && test -z "${WITH_ASM_FALSE}"; then
     10455  as_fn_error $? "conditional \"WITH_ASM\" was never defined.
     10456Usually this means the macro was only invoked conditionally." "$LINENO" 5
     10457fi
     10458if test -z "${HAVE_TAGSOUP_TRUE}" && test -z "${HAVE_TAGSOUP_FALSE}"; then
     10459  as_fn_error $? "conditional \"HAVE_TAGSOUP\" was never defined.
    1040010460Usually this means the macro was only invoked conditionally." "$LINENO" 5
    1040110461fi
     
    1069810758    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    1069910759    # 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'.
    1070110761    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'
    1070310763  elif ln conf$$.file conf$$ 2>/dev/null; then
    1070410764    as_ln_s=ln
    1070510765  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
     10768else
     10769  as_ln_s='cp -pR'
    1071010770fi
    1071110771rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    1076710827fi
    1076810828
    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.
     10833as_fn_executable_p ()
     10834{
     10835  test -f "$1" && test -x "$1"
     10836} # as_fn_executable_p
     10837as_test_x='test -x'
     10838as_executable_p=as_fn_executable_p
    1079110839
    1079210840# Sed expression to map a string onto a valid CPP name.
     
    1080910857# values after options handling.
    1081010858ac_log="
    10811 This file was extended by icedtea-web $as_me 1.3, which was
    10812 generated by GNU Autoconf 2.68.  Invocation command line was
     10859This file was extended by icedtea-web $as_me 1.5.1, which was
     10860generated by GNU Autoconf 2.69.  Invocation command line was
    1081310861
    1081410862  CONFIG_FILES    = $CONFIG_FILES
     
    1086710915ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1086810916ac_cs_version="\\
    10869 icedtea-web config.status 1.3
    10870 configured by $0, generated by GNU Autoconf 2.68,
     10917icedtea-web config.status 1.5.1
     10918configured by $0, generated by GNU Autoconf 2.69,
    1087110919  with options \\"\$ac_cs_config\\"
    1087210920
    10873 Copyright (C) 2010 Free Software Foundation, Inc.
     10921Copyright (C) 2012 Free Software Foundation, Inc.
    1087410922This config.status script is free software; the Free Software Foundation
    1087510923gives unlimited permission to copy, distribute and modify it."
     
    1095110999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1095211000if \$ac_cs_recheck; then
    10953   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     11001  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    1095411002  shift
    1095511003  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     
    1142111469  case $ac_file$ac_mode in
    1142211470    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    11423   # Autoconf 2.62 quotes --file arguments for eval, but not when files
     11471  # Older Autoconf quotes --file arguments for eval, but not when files
    1142411472  # are listed without --file.  Let's play safe and only enable the eval
    1142511473  # if we detect the quoting.
     
    1143411482    mf=`echo "$mf" | sed -e 's/:.*$//'`
    1143511483    # Check whether this is an Automake generated Makefile or not.
    11436     # We used to match only the files named `Makefile.in', but
     11484    # We used to match only the files named 'Makefile.in', but
    1143711485    # some people rename them; so instead we look at the file content.
    1143811486    # Grep'ing the first line is not enough: some people post-process
     
    1146811516    fi
    1146911517    # Extract the definition of DEPDIR, am__include, and am__quote
    11470     # from the Makefile without running `make'.
     11518    # from the Makefile without running 'make'.
    1147111519    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1147211520    test -z "$DEPDIR" && continue
    1147311521    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    11474     test -z "am__include" && continue
     11522    test -z "$am__include" && continue
    1147511523    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    11476     # When using ansi2knr, U may be empty or an underscore; expand it
    11477     U=`sed -n 's/^U = //p' < "$mf"`
    1147811524    # Find all dependency output files, they are included files with
    1147911525    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     
    1148211528    for file in `sed -n "
    1148311529      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    11484          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     11530         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
    1148511531      # Make sure the directory exists.
    1148611532      test -f "$dirpart/$file" && continue
Note: See TracChangeset for help on using the changeset viewer.