twinkle/patches/twinkle.patch

changeset 2
d2271dd2b481
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/twinkle/patches/twinkle.patch	Mon Feb 23 18:09:09 2009 +0100
     1.3 @@ -0,0 +1,7306 @@
     1.4 +Index: configure
     1.5 +diff -Nau configure.orig configure
     1.6 +--- configure.orig	2009-01-31 05:48:59.000000000 +0100
     1.7 ++++ configure	2009-02-23 14:32:54.000000000 +0100
     1.8 +@@ -1,6 +1,6 @@
     1.9 + #! /bin/sh
    1.10 + # Guess values for system-dependent variables and create Makefiles.
    1.11 +-# Generated by GNU Autoconf 2.60.
    1.12 ++# Generated by GNU Autoconf 2.61.
    1.13 + #
    1.14 + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1.15 + # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    1.16 +@@ -10,7 +10,8 @@
    1.17 + ## M4sh Initialization.  ##
    1.18 + ## --------------------- ##
    1.19 + 
    1.20 +-# Be Bourne compatible
    1.21 ++# Be more Bourne compatible
    1.22 ++DUALCASE=1; export DUALCASE # for MKS sh
    1.23 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1.24 +   emulate sh
    1.25 +   NULLCMD=:
    1.26 +@@ -19,10 +20,13 @@
    1.27 +   alias -g '${1+"$@"}'='"$@"'
    1.28 +   setopt NO_GLOB_SUBST
    1.29 + else
    1.30 +-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
    1.31 ++  case `(set -o) 2>/dev/null` in
    1.32 ++  *posix*) set -o posix ;;
    1.33 ++esac
    1.34 ++
    1.35 + fi
    1.36 +-BIN_SH=xpg4; export BIN_SH # for Tru64
    1.37 +-DUALCASE=1; export DUALCASE # for MKS sh
    1.38 ++
    1.39 ++
    1.40 + 
    1.41 + 
    1.42 + # PATH needs CR
    1.43 +@@ -215,7 +219,7 @@
    1.44 + else
    1.45 +   as_candidate_shells=
    1.46 +     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1.47 +-for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    1.48 ++for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    1.49 + do
    1.50 +   IFS=$as_save_IFS
    1.51 +   test -z "$as_dir" && as_dir=.
    1.52 +@@ -233,7 +237,6 @@
    1.53 + 	 # Try only shells that exist, to save several forks.
    1.54 + 	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    1.55 + 		{ ("$as_shell") 2> /dev/null <<\_ASEOF
    1.56 +-# Be Bourne compatible
    1.57 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1.58 +   emulate sh
    1.59 +   NULLCMD=:
    1.60 +@@ -242,10 +245,12 @@
    1.61 +   alias -g '${1+"$@"}'='"$@"'
    1.62 +   setopt NO_GLOB_SUBST
    1.63 + else
    1.64 +-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
    1.65 ++  case `(set -o) 2>/dev/null` in
    1.66 ++  *posix*) set -o posix ;;
    1.67 ++esac
    1.68 ++
    1.69 + fi
    1.70 +-BIN_SH=xpg4; export BIN_SH # for Tru64
    1.71 +-DUALCASE=1; export DUALCASE # for MKS sh
    1.72 ++
    1.73 + 
    1.74 + :
    1.75 + _ASEOF
    1.76 +@@ -253,7 +258,6 @@
    1.77 +   CONFIG_SHELL=$as_shell
    1.78 + 	       as_have_required=yes
    1.79 + 	       if { "$as_shell" 2> /dev/null <<\_ASEOF
    1.80 +-# Be Bourne compatible
    1.81 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1.82 +   emulate sh
    1.83 +   NULLCMD=:
    1.84 +@@ -262,10 +266,12 @@
    1.85 +   alias -g '${1+"$@"}'='"$@"'
    1.86 +   setopt NO_GLOB_SUBST
    1.87 + else
    1.88 +-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
    1.89 ++  case `(set -o) 2>/dev/null` in
    1.90 ++  *posix*) set -o posix ;;
    1.91 ++esac
    1.92 ++
    1.93 + fi
    1.94 +-BIN_SH=xpg4; export BIN_SH # for Tru64
    1.95 +-DUALCASE=1; export DUALCASE # for MKS sh
    1.96 ++
    1.97 + 
    1.98 + :
    1.99 + (as_func_return () {
   1.100 +@@ -512,19 +518,28 @@
   1.101 +   as_mkdir_p=false
   1.102 + fi
   1.103 + 
   1.104 +-# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
   1.105 +-# systems may use methods other than mode bits to determine executability.
   1.106 +-cat >conf$$.file <<_ASEOF
   1.107 +-#! /bin/sh
   1.108 +-exit 0
   1.109 +-_ASEOF
   1.110 +-chmod +x conf$$.file
   1.111 +-if test -x conf$$.file >/dev/null 2>&1; then
   1.112 +-  as_executable_p="test -x"
   1.113 ++if test -x / >/dev/null 2>&1; then
   1.114 ++  as_test_x='test -x'
   1.115 + else
   1.116 +-  as_executable_p=:
   1.117 ++  if ls -dL / >/dev/null 2>&1; then
   1.118 ++    as_ls_L_option=L
   1.119 ++  else
   1.120 ++    as_ls_L_option=
   1.121 ++  fi
   1.122 ++  as_test_x='
   1.123 ++    eval sh -c '\''
   1.124 ++      if test -d "$1"; then
   1.125 ++        test -d "$1/.";
   1.126 ++      else
   1.127 ++	case $1 in
   1.128 ++        -*)set "./$1";;
   1.129 ++	esac;
   1.130 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
   1.131 ++	???[sx]*):;;*)false;;esac;fi
   1.132 ++    '\'' sh
   1.133 ++  '
   1.134 + fi
   1.135 +-rm -f conf$$.file
   1.136 ++as_executable_p=$as_test_x
   1.137 + 
   1.138 + # Sed expression to map a string onto a valid CPP name.
   1.139 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   1.140 +@@ -565,36 +580,36 @@
   1.141 + # Factoring default headers for most tests.
   1.142 + ac_includes_default="\
   1.143 + #include <stdio.h>
   1.144 +-#if HAVE_SYS_TYPES_H
   1.145 ++#ifdef HAVE_SYS_TYPES_H
   1.146 + # include <sys/types.h>
   1.147 + #endif
   1.148 +-#if HAVE_SYS_STAT_H
   1.149 ++#ifdef HAVE_SYS_STAT_H
   1.150 + # include <sys/stat.h>
   1.151 + #endif
   1.152 +-#if STDC_HEADERS
   1.153 ++#ifdef STDC_HEADERS
   1.154 + # include <stdlib.h>
   1.155 + # include <stddef.h>
   1.156 + #else
   1.157 +-# if HAVE_STDLIB_H
   1.158 ++# ifdef HAVE_STDLIB_H
   1.159 + #  include <stdlib.h>
   1.160 + # endif
   1.161 + #endif
   1.162 +-#if HAVE_STRING_H
   1.163 +-# if !STDC_HEADERS && HAVE_MEMORY_H
   1.164 ++#ifdef HAVE_STRING_H
   1.165 ++# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
   1.166 + #  include <memory.h>
   1.167 + # endif
   1.168 + # include <string.h>
   1.169 + #endif
   1.170 +-#if HAVE_STRINGS_H
   1.171 ++#ifdef HAVE_STRINGS_H
   1.172 + # include <strings.h>
   1.173 + #endif
   1.174 +-#if HAVE_INTTYPES_H
   1.175 ++#ifdef HAVE_INTTYPES_H
   1.176 + # include <inttypes.h>
   1.177 + #endif
   1.178 +-#if HAVE_STDINT_H
   1.179 ++#ifdef HAVE_STDINT_H
   1.180 + # include <stdint.h>
   1.181 + #endif
   1.182 +-#if HAVE_UNISTD_H
   1.183 ++#ifdef HAVE_UNISTD_H
   1.184 + # include <unistd.h>
   1.185 + #endif"
   1.186 + 
   1.187 +@@ -696,8 +711,8 @@
   1.188 + CXXCPP
   1.189 + RANLIB
   1.190 + LEX
   1.191 +-LEXLIB
   1.192 + LEX_OUTPUT_ROOT
   1.193 ++LEXLIB
   1.194 + YACC
   1.195 + YFLAGS
   1.196 + GREP
   1.197 +@@ -840,6 +855,7 @@
   1.198 + CC
   1.199 + CFLAGS
   1.200 + LDFLAGS
   1.201 ++LIBS
   1.202 + CPPFLAGS
   1.203 + CXX
   1.204 + CXXFLAGS
   1.205 +@@ -954,10 +970,10 @@
   1.206 +   -disable-* | --disable-*)
   1.207 +     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   1.208 +     # Reject names that are not valid shell variable names.
   1.209 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.210 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.211 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   1.212 +    { (exit 1); exit 1; }; }
   1.213 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
   1.214 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
   1.215 +     eval enable_$ac_feature=no ;;
   1.216 + 
   1.217 +   -docdir | --docdir | --docdi | --doc | --do)
   1.218 +@@ -973,10 +989,10 @@
   1.219 +   -enable-* | --enable-*)
   1.220 +     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   1.221 +     # Reject names that are not valid shell variable names.
   1.222 +-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.223 ++    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.224 +       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
   1.225 +    { (exit 1); exit 1; }; }
   1.226 +-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
   1.227 ++    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
   1.228 +     eval enable_$ac_feature=\$ac_optarg ;;
   1.229 + 
   1.230 +   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   1.231 +@@ -1170,19 +1186,19 @@
   1.232 +   -with-* | --with-*)
   1.233 +     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1.234 +     # Reject names that are not valid shell variable names.
   1.235 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.236 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.237 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
   1.238 +    { (exit 1); exit 1; }; }
   1.239 +-    ac_package=`echo $ac_package| sed 's/-/_/g'`
   1.240 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
   1.241 +     eval with_$ac_package=\$ac_optarg ;;
   1.242 + 
   1.243 +   -without-* | --without-*)
   1.244 +     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1.245 +     # Reject names that are not valid shell variable names.
   1.246 +-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
   1.247 ++    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.248 +       { echo "$as_me: error: invalid package name: $ac_package" >&2
   1.249 +    { (exit 1); exit 1; }; }
   1.250 +-    ac_package=`echo $ac_package | sed 's/-/_/g'`
   1.251 ++    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
   1.252 +     eval with_$ac_package=no ;;
   1.253 + 
   1.254 +   --x)
   1.255 +@@ -1461,6 +1477,7 @@
   1.256 +   CFLAGS      C compiler flags
   1.257 +   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1.258 +               nonstandard directory <lib dir>
   1.259 ++  LIBS        libraries to pass to the linker, e.g. -l<library>
   1.260 +   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
   1.261 +               you have headers in a nonstandard directory <include dir>
   1.262 +   CXX         C++ compiler command
   1.263 +@@ -1538,7 +1555,7 @@
   1.264 + if $ac_init_version; then
   1.265 +   cat <<\_ACEOF
   1.266 + configure
   1.267 +-generated by GNU Autoconf 2.60
   1.268 ++generated by GNU Autoconf 2.61
   1.269 + 
   1.270 + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
   1.271 + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
   1.272 +@@ -1552,7 +1569,7 @@
   1.273 + running configure, to aid debugging if configure makes a mistake.
   1.274 + 
   1.275 + It was created by $as_me, which was
   1.276 +-generated by GNU Autoconf 2.60.  Invocation command line was
   1.277 ++generated by GNU Autoconf 2.61.  Invocation command line was
   1.278 + 
   1.279 +   $ $0 $@
   1.280 + 
   1.281 +@@ -2150,7 +2167,7 @@
   1.282 +     # by default.
   1.283 +     for ac_prog in ginstall scoinst install; do
   1.284 +       for ac_exec_ext in '' $ac_executable_extensions; do
   1.285 +-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
   1.286 ++	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
   1.287 + 	  if test $ac_prog = install &&
   1.288 + 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   1.289 + 	    # AIX install.  It has an incompatible calling convention.
   1.290 +@@ -2344,7 +2361,7 @@
   1.291 +   IFS=$as_save_IFS
   1.292 +   test -z "$as_dir" && as_dir=.
   1.293 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.294 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.295 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.296 +     ac_cv_prog_AWK="$ac_prog"
   1.297 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.298 +     break 2
   1.299 +@@ -2479,7 +2496,7 @@
   1.300 +   IFS=$as_save_IFS
   1.301 +   test -z "$as_dir" && as_dir=.
   1.302 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.303 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.304 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.305 +     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   1.306 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.307 +     break 2
   1.308 +@@ -2519,7 +2536,7 @@
   1.309 +   IFS=$as_save_IFS
   1.310 +   test -z "$as_dir" && as_dir=.
   1.311 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.312 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.313 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.314 +     ac_cv_prog_ac_ct_STRIP="strip"
   1.315 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.316 +     break 2
   1.317 +@@ -2600,7 +2617,7 @@
   1.318 +   IFS=$as_save_IFS
   1.319 +   test -z "$as_dir" && as_dir=.
   1.320 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.321 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.322 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.323 +     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   1.324 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.325 +     break 2
   1.326 +@@ -2640,7 +2657,7 @@
   1.327 +   IFS=$as_save_IFS
   1.328 +   test -z "$as_dir" && as_dir=.
   1.329 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.330 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.331 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.332 +     ac_cv_prog_ac_ct_CC="gcc"
   1.333 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.334 +     break 2
   1.335 +@@ -2697,7 +2714,7 @@
   1.336 +   IFS=$as_save_IFS
   1.337 +   test -z "$as_dir" && as_dir=.
   1.338 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.339 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.340 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.341 +     ac_cv_prog_CC="${ac_tool_prefix}cc"
   1.342 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.343 +     break 2
   1.344 +@@ -2738,7 +2755,7 @@
   1.345 +   IFS=$as_save_IFS
   1.346 +   test -z "$as_dir" && as_dir=.
   1.347 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.348 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.349 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.350 +     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   1.351 +        ac_prog_rejected=yes
   1.352 +        continue
   1.353 +@@ -2796,7 +2813,7 @@
   1.354 +   IFS=$as_save_IFS
   1.355 +   test -z "$as_dir" && as_dir=.
   1.356 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.357 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.358 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.359 +     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   1.360 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.361 +     break 2
   1.362 +@@ -2840,7 +2857,7 @@
   1.363 +   IFS=$as_save_IFS
   1.364 +   test -z "$as_dir" && as_dir=.
   1.365 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.366 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.367 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.368 +     ac_cv_prog_ac_ct_CC="$ac_prog"
   1.369 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.370 +     break 2
   1.371 +@@ -2981,7 +2998,7 @@
   1.372 + # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   1.373 + # so that the user can short-circuit this test for compilers unknown to
   1.374 + # Autoconf.
   1.375 +-for ac_file in $ac_files
   1.376 ++for ac_file in $ac_files ''
   1.377 + do
   1.378 +   test -f "$ac_file" || continue
   1.379 +   case $ac_file in
   1.380 +@@ -3009,6 +3026,12 @@
   1.381 + test "$ac_cv_exeext" = no && ac_cv_exeext=
   1.382 + 
   1.383 + else
   1.384 ++  ac_file=''
   1.385 ++fi
   1.386 ++
   1.387 ++{ echo "$as_me:$LINENO: result: $ac_file" >&5
   1.388 ++echo "${ECHO_T}$ac_file" >&6; }
   1.389 ++if test -z "$ac_file"; then
   1.390 +   echo "$as_me: failed program was:" >&5
   1.391 + sed 's/^/| /' conftest.$ac_ext >&5
   1.392 + 
   1.393 +@@ -3020,8 +3043,6 @@
   1.394 + fi
   1.395 + 
   1.396 + ac_exeext=$ac_cv_exeext
   1.397 +-{ echo "$as_me:$LINENO: result: $ac_file" >&5
   1.398 +-echo "${ECHO_T}$ac_file" >&6; }
   1.399 + 
   1.400 + # Check that the compiler produces executables we can run.  If not, either
   1.401 + # the compiler is broken, or we cross compile.
   1.402 +@@ -3199,27 +3220,10 @@
   1.403 +   rm -f conftest.er1
   1.404 +   cat conftest.err >&5
   1.405 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.406 +-  (exit $ac_status); } &&
   1.407 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.408 +-  { (case "(($ac_try" in
   1.409 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.410 +-  *) ac_try_echo=$ac_try;;
   1.411 +-esac
   1.412 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.413 +-  (eval "$ac_try") 2>&5
   1.414 +-  ac_status=$?
   1.415 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.416 +-  (exit $ac_status); }; } &&
   1.417 +-	 { ac_try='test -s conftest.$ac_objext'
   1.418 +-  { (case "(($ac_try" in
   1.419 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.420 +-  *) ac_try_echo=$ac_try;;
   1.421 +-esac
   1.422 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.423 +-  (eval "$ac_try") 2>&5
   1.424 +-  ac_status=$?
   1.425 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.426 +-  (exit $ac_status); }; }; then
   1.427 ++  (exit $ac_status); } && {
   1.428 ++	 test -z "$ac_c_werror_flag" ||
   1.429 ++	 test ! -s conftest.err
   1.430 ++       } && test -s conftest.$ac_objext; then
   1.431 +   ac_compiler_gnu=yes
   1.432 + else
   1.433 +   echo "$as_me: failed program was:" >&5
   1.434 +@@ -3274,27 +3278,10 @@
   1.435 +   rm -f conftest.er1
   1.436 +   cat conftest.err >&5
   1.437 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.438 +-  (exit $ac_status); } &&
   1.439 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.440 +-  { (case "(($ac_try" in
   1.441 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.442 +-  *) ac_try_echo=$ac_try;;
   1.443 +-esac
   1.444 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.445 +-  (eval "$ac_try") 2>&5
   1.446 +-  ac_status=$?
   1.447 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.448 +-  (exit $ac_status); }; } &&
   1.449 +-	 { ac_try='test -s conftest.$ac_objext'
   1.450 +-  { (case "(($ac_try" in
   1.451 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.452 +-  *) ac_try_echo=$ac_try;;
   1.453 +-esac
   1.454 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.455 +-  (eval "$ac_try") 2>&5
   1.456 +-  ac_status=$?
   1.457 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.458 +-  (exit $ac_status); }; }; then
   1.459 ++  (exit $ac_status); } && {
   1.460 ++	 test -z "$ac_c_werror_flag" ||
   1.461 ++	 test ! -s conftest.err
   1.462 ++       } && test -s conftest.$ac_objext; then
   1.463 +   ac_cv_prog_cc_g=yes
   1.464 + else
   1.465 +   echo "$as_me: failed program was:" >&5
   1.466 +@@ -3329,27 +3316,10 @@
   1.467 +   rm -f conftest.er1
   1.468 +   cat conftest.err >&5
   1.469 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.470 +-  (exit $ac_status); } &&
   1.471 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.472 +-  { (case "(($ac_try" in
   1.473 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.474 +-  *) ac_try_echo=$ac_try;;
   1.475 +-esac
   1.476 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.477 +-  (eval "$ac_try") 2>&5
   1.478 +-  ac_status=$?
   1.479 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.480 +-  (exit $ac_status); }; } &&
   1.481 +-	 { ac_try='test -s conftest.$ac_objext'
   1.482 +-  { (case "(($ac_try" in
   1.483 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.484 +-  *) ac_try_echo=$ac_try;;
   1.485 +-esac
   1.486 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.487 +-  (eval "$ac_try") 2>&5
   1.488 +-  ac_status=$?
   1.489 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.490 +-  (exit $ac_status); }; }; then
   1.491 ++  (exit $ac_status); } && {
   1.492 ++	 test -z "$ac_c_werror_flag" ||
   1.493 ++	 test ! -s conftest.err
   1.494 ++       } && test -s conftest.$ac_objext; then
   1.495 +   :
   1.496 + else
   1.497 +   echo "$as_me: failed program was:" >&5
   1.498 +@@ -3385,27 +3355,10 @@
   1.499 +   rm -f conftest.er1
   1.500 +   cat conftest.err >&5
   1.501 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.502 +-  (exit $ac_status); } &&
   1.503 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.504 +-  { (case "(($ac_try" in
   1.505 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.506 +-  *) ac_try_echo=$ac_try;;
   1.507 +-esac
   1.508 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.509 +-  (eval "$ac_try") 2>&5
   1.510 +-  ac_status=$?
   1.511 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.512 +-  (exit $ac_status); }; } &&
   1.513 +-	 { ac_try='test -s conftest.$ac_objext'
   1.514 +-  { (case "(($ac_try" in
   1.515 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.516 +-  *) ac_try_echo=$ac_try;;
   1.517 +-esac
   1.518 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.519 +-  (eval "$ac_try") 2>&5
   1.520 +-  ac_status=$?
   1.521 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.522 +-  (exit $ac_status); }; }; then
   1.523 ++  (exit $ac_status); } && {
   1.524 ++	 test -z "$ac_c_werror_flag" ||
   1.525 ++	 test ! -s conftest.err
   1.526 ++       } && test -s conftest.$ac_objext; then
   1.527 +   ac_cv_prog_cc_g=yes
   1.528 + else
   1.529 +   echo "$as_me: failed program was:" >&5
   1.530 +@@ -3521,27 +3474,10 @@
   1.531 +   rm -f conftest.er1
   1.532 +   cat conftest.err >&5
   1.533 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.534 +-  (exit $ac_status); } &&
   1.535 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.536 +-  { (case "(($ac_try" in
   1.537 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.538 +-  *) ac_try_echo=$ac_try;;
   1.539 +-esac
   1.540 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.541 +-  (eval "$ac_try") 2>&5
   1.542 +-  ac_status=$?
   1.543 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.544 +-  (exit $ac_status); }; } &&
   1.545 +-	 { ac_try='test -s conftest.$ac_objext'
   1.546 +-  { (case "(($ac_try" in
   1.547 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.548 +-  *) ac_try_echo=$ac_try;;
   1.549 +-esac
   1.550 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.551 +-  (eval "$ac_try") 2>&5
   1.552 +-  ac_status=$?
   1.553 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.554 +-  (exit $ac_status); }; }; then
   1.555 ++  (exit $ac_status); } && {
   1.556 ++	 test -z "$ac_c_werror_flag" ||
   1.557 ++	 test ! -s conftest.err
   1.558 ++       } && test -s conftest.$ac_objext; then
   1.559 +   ac_cv_prog_cc_c89=$ac_arg
   1.560 + else
   1.561 +   echo "$as_me: failed program was:" >&5
   1.562 +@@ -3780,7 +3716,7 @@
   1.563 +   IFS=$as_save_IFS
   1.564 +   test -z "$as_dir" && as_dir=.
   1.565 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.566 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.567 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.568 +     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
   1.569 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.570 +     break 2
   1.571 +@@ -3824,7 +3760,7 @@
   1.572 +   IFS=$as_save_IFS
   1.573 +   test -z "$as_dir" && as_dir=.
   1.574 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.575 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.576 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.577 +     ac_cv_prog_ac_ct_CXX="$ac_prog"
   1.578 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.579 +     break 2
   1.580 +@@ -3937,27 +3873,10 @@
   1.581 +   rm -f conftest.er1
   1.582 +   cat conftest.err >&5
   1.583 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.584 +-  (exit $ac_status); } &&
   1.585 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
   1.586 +-  { (case "(($ac_try" in
   1.587 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.588 +-  *) ac_try_echo=$ac_try;;
   1.589 +-esac
   1.590 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.591 +-  (eval "$ac_try") 2>&5
   1.592 +-  ac_status=$?
   1.593 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.594 +-  (exit $ac_status); }; } &&
   1.595 +-	 { ac_try='test -s conftest.$ac_objext'
   1.596 +-  { (case "(($ac_try" in
   1.597 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.598 +-  *) ac_try_echo=$ac_try;;
   1.599 +-esac
   1.600 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.601 +-  (eval "$ac_try") 2>&5
   1.602 +-  ac_status=$?
   1.603 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.604 +-  (exit $ac_status); }; }; then
   1.605 ++  (exit $ac_status); } && {
   1.606 ++	 test -z "$ac_cxx_werror_flag" ||
   1.607 ++	 test ! -s conftest.err
   1.608 ++       } && test -s conftest.$ac_objext; then
   1.609 +   ac_compiler_gnu=yes
   1.610 + else
   1.611 +   echo "$as_me: failed program was:" >&5
   1.612 +@@ -4012,27 +3931,10 @@
   1.613 +   rm -f conftest.er1
   1.614 +   cat conftest.err >&5
   1.615 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.616 +-  (exit $ac_status); } &&
   1.617 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
   1.618 +-  { (case "(($ac_try" in
   1.619 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.620 +-  *) ac_try_echo=$ac_try;;
   1.621 +-esac
   1.622 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.623 +-  (eval "$ac_try") 2>&5
   1.624 +-  ac_status=$?
   1.625 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.626 +-  (exit $ac_status); }; } &&
   1.627 +-	 { ac_try='test -s conftest.$ac_objext'
   1.628 +-  { (case "(($ac_try" in
   1.629 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.630 +-  *) ac_try_echo=$ac_try;;
   1.631 +-esac
   1.632 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.633 +-  (eval "$ac_try") 2>&5
   1.634 +-  ac_status=$?
   1.635 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.636 +-  (exit $ac_status); }; }; then
   1.637 ++  (exit $ac_status); } && {
   1.638 ++	 test -z "$ac_cxx_werror_flag" ||
   1.639 ++	 test ! -s conftest.err
   1.640 ++       } && test -s conftest.$ac_objext; then
   1.641 +   ac_cv_prog_cxx_g=yes
   1.642 + else
   1.643 +   echo "$as_me: failed program was:" >&5
   1.644 +@@ -4067,27 +3969,10 @@
   1.645 +   rm -f conftest.er1
   1.646 +   cat conftest.err >&5
   1.647 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.648 +-  (exit $ac_status); } &&
   1.649 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
   1.650 +-  { (case "(($ac_try" in
   1.651 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.652 +-  *) ac_try_echo=$ac_try;;
   1.653 +-esac
   1.654 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.655 +-  (eval "$ac_try") 2>&5
   1.656 +-  ac_status=$?
   1.657 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.658 +-  (exit $ac_status); }; } &&
   1.659 +-	 { ac_try='test -s conftest.$ac_objext'
   1.660 +-  { (case "(($ac_try" in
   1.661 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.662 +-  *) ac_try_echo=$ac_try;;
   1.663 +-esac
   1.664 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.665 +-  (eval "$ac_try") 2>&5
   1.666 +-  ac_status=$?
   1.667 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.668 +-  (exit $ac_status); }; }; then
   1.669 ++  (exit $ac_status); } && {
   1.670 ++	 test -z "$ac_cxx_werror_flag" ||
   1.671 ++	 test ! -s conftest.err
   1.672 ++       } && test -s conftest.$ac_objext; then
   1.673 +   :
   1.674 + else
   1.675 +   echo "$as_me: failed program was:" >&5
   1.676 +@@ -4123,27 +4008,10 @@
   1.677 +   rm -f conftest.er1
   1.678 +   cat conftest.err >&5
   1.679 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.680 +-  (exit $ac_status); } &&
   1.681 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
   1.682 +-  { (case "(($ac_try" in
   1.683 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.684 +-  *) ac_try_echo=$ac_try;;
   1.685 +-esac
   1.686 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.687 +-  (eval "$ac_try") 2>&5
   1.688 +-  ac_status=$?
   1.689 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.690 +-  (exit $ac_status); }; } &&
   1.691 +-	 { ac_try='test -s conftest.$ac_objext'
   1.692 +-  { (case "(($ac_try" in
   1.693 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.694 +-  *) ac_try_echo=$ac_try;;
   1.695 +-esac
   1.696 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.697 +-  (eval "$ac_try") 2>&5
   1.698 +-  ac_status=$?
   1.699 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.700 +-  (exit $ac_status); }; }; then
   1.701 ++  (exit $ac_status); } && {
   1.702 ++	 test -z "$ac_cxx_werror_flag" ||
   1.703 ++	 test ! -s conftest.err
   1.704 ++       } && test -s conftest.$ac_objext; then
   1.705 +   ac_cv_prog_cxx_g=yes
   1.706 + else
   1.707 +   echo "$as_me: failed program was:" >&5
   1.708 +@@ -4345,17 +4213,10 @@
   1.709 +   rm -f conftest.er1
   1.710 +   cat conftest.err >&5
   1.711 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.712 +-  (exit $ac_status); } >/dev/null; then
   1.713 +-  if test -s conftest.err; then
   1.714 +-    ac_cpp_err=$ac_c_preproc_warn_flag
   1.715 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   1.716 +-  else
   1.717 +-    ac_cpp_err=
   1.718 +-  fi
   1.719 +-else
   1.720 +-  ac_cpp_err=yes
   1.721 +-fi
   1.722 +-if test -z "$ac_cpp_err"; then
   1.723 ++  (exit $ac_status); } >/dev/null && {
   1.724 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1.725 ++	 test ! -s conftest.err
   1.726 ++       }; then
   1.727 +   :
   1.728 + else
   1.729 +   echo "$as_me: failed program was:" >&5
   1.730 +@@ -4389,17 +4250,10 @@
   1.731 +   rm -f conftest.er1
   1.732 +   cat conftest.err >&5
   1.733 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.734 +-  (exit $ac_status); } >/dev/null; then
   1.735 +-  if test -s conftest.err; then
   1.736 +-    ac_cpp_err=$ac_c_preproc_warn_flag
   1.737 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   1.738 +-  else
   1.739 +-    ac_cpp_err=
   1.740 +-  fi
   1.741 +-else
   1.742 +-  ac_cpp_err=yes
   1.743 +-fi
   1.744 +-if test -z "$ac_cpp_err"; then
   1.745 ++  (exit $ac_status); } >/dev/null && {
   1.746 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1.747 ++	 test ! -s conftest.err
   1.748 ++       }; then
   1.749 +   # Broken: success on invalid input.
   1.750 + continue
   1.751 + else
   1.752 +@@ -4464,17 +4318,10 @@
   1.753 +   rm -f conftest.er1
   1.754 +   cat conftest.err >&5
   1.755 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.756 +-  (exit $ac_status); } >/dev/null; then
   1.757 +-  if test -s conftest.err; then
   1.758 +-    ac_cpp_err=$ac_c_preproc_warn_flag
   1.759 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   1.760 +-  else
   1.761 +-    ac_cpp_err=
   1.762 +-  fi
   1.763 +-else
   1.764 +-  ac_cpp_err=yes
   1.765 +-fi
   1.766 +-if test -z "$ac_cpp_err"; then
   1.767 ++  (exit $ac_status); } >/dev/null && {
   1.768 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1.769 ++	 test ! -s conftest.err
   1.770 ++       }; then
   1.771 +   :
   1.772 + else
   1.773 +   echo "$as_me: failed program was:" >&5
   1.774 +@@ -4508,17 +4355,10 @@
   1.775 +   rm -f conftest.er1
   1.776 +   cat conftest.err >&5
   1.777 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.778 +-  (exit $ac_status); } >/dev/null; then
   1.779 +-  if test -s conftest.err; then
   1.780 +-    ac_cpp_err=$ac_c_preproc_warn_flag
   1.781 +-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   1.782 +-  else
   1.783 +-    ac_cpp_err=
   1.784 +-  fi
   1.785 +-else
   1.786 +-  ac_cpp_err=yes
   1.787 +-fi
   1.788 +-if test -z "$ac_cpp_err"; then
   1.789 ++  (exit $ac_status); } >/dev/null && {
   1.790 ++	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1.791 ++	 test ! -s conftest.err
   1.792 ++       }; then
   1.793 +   # Broken: success on invalid input.
   1.794 + continue
   1.795 + else
   1.796 +@@ -4599,17 +4439,10 @@
   1.797 +   rm -f conftest.er1
   1.798 +   cat conftest.err >&5
   1.799 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.800 +-  (exit $ac_status); } >/dev/null; then
   1.801 +-  if test -s conftest.err; then
   1.802 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
   1.803 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
   1.804 +-  else
   1.805 +-    ac_cpp_err=
   1.806 +-  fi
   1.807 +-else
   1.808 +-  ac_cpp_err=yes
   1.809 +-fi
   1.810 +-if test -z "$ac_cpp_err"; then
   1.811 ++  (exit $ac_status); } >/dev/null && {
   1.812 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
   1.813 ++	 test ! -s conftest.err
   1.814 ++       }; then
   1.815 +   :
   1.816 + else
   1.817 +   echo "$as_me: failed program was:" >&5
   1.818 +@@ -4643,17 +4476,10 @@
   1.819 +   rm -f conftest.er1
   1.820 +   cat conftest.err >&5
   1.821 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.822 +-  (exit $ac_status); } >/dev/null; then
   1.823 +-  if test -s conftest.err; then
   1.824 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
   1.825 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
   1.826 +-  else
   1.827 +-    ac_cpp_err=
   1.828 +-  fi
   1.829 +-else
   1.830 +-  ac_cpp_err=yes
   1.831 +-fi
   1.832 +-if test -z "$ac_cpp_err"; then
   1.833 ++  (exit $ac_status); } >/dev/null && {
   1.834 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
   1.835 ++	 test ! -s conftest.err
   1.836 ++       }; then
   1.837 +   # Broken: success on invalid input.
   1.838 + continue
   1.839 + else
   1.840 +@@ -4718,17 +4544,10 @@
   1.841 +   rm -f conftest.er1
   1.842 +   cat conftest.err >&5
   1.843 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.844 +-  (exit $ac_status); } >/dev/null; then
   1.845 +-  if test -s conftest.err; then
   1.846 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
   1.847 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
   1.848 +-  else
   1.849 +-    ac_cpp_err=
   1.850 +-  fi
   1.851 +-else
   1.852 +-  ac_cpp_err=yes
   1.853 +-fi
   1.854 +-if test -z "$ac_cpp_err"; then
   1.855 ++  (exit $ac_status); } >/dev/null && {
   1.856 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
   1.857 ++	 test ! -s conftest.err
   1.858 ++       }; then
   1.859 +   :
   1.860 + else
   1.861 +   echo "$as_me: failed program was:" >&5
   1.862 +@@ -4762,17 +4581,10 @@
   1.863 +   rm -f conftest.er1
   1.864 +   cat conftest.err >&5
   1.865 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.866 +-  (exit $ac_status); } >/dev/null; then
   1.867 +-  if test -s conftest.err; then
   1.868 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
   1.869 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
   1.870 +-  else
   1.871 +-    ac_cpp_err=
   1.872 +-  fi
   1.873 +-else
   1.874 +-  ac_cpp_err=yes
   1.875 +-fi
   1.876 +-if test -z "$ac_cpp_err"; then
   1.877 ++  (exit $ac_status); } >/dev/null && {
   1.878 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
   1.879 ++	 test ! -s conftest.err
   1.880 ++       }; then
   1.881 +   # Broken: success on invalid input.
   1.882 + continue
   1.883 + else
   1.884 +@@ -4822,7 +4634,7 @@
   1.885 +   IFS=$as_save_IFS
   1.886 +   test -z "$as_dir" && as_dir=.
   1.887 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.888 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.889 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.890 +     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   1.891 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.892 +     break 2
   1.893 +@@ -4862,7 +4674,7 @@
   1.894 +   IFS=$as_save_IFS
   1.895 +   test -z "$as_dir" && as_dir=.
   1.896 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.897 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.898 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.899 +     ac_cv_prog_ac_ct_RANLIB="ranlib"
   1.900 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.901 +     break 2
   1.902 +@@ -4920,7 +4732,7 @@
   1.903 +   IFS=$as_save_IFS
   1.904 +   test -z "$as_dir" && as_dir=.
   1.905 +   for ac_exec_ext in '' $ac_executable_extensions; do
   1.906 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.907 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.908 +     ac_cv_prog_LEX="$ac_prog"
   1.909 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.910 +     break 2
   1.911 +@@ -4945,116 +4757,69 @@
   1.912 + done
   1.913 + test -n "$LEX" || LEX=":"
   1.914 + 
   1.915 +-if test -z "$LEXLIB"
   1.916 +-then
   1.917 +-  { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
   1.918 +-echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; }
   1.919 +-if test "${ac_cv_lib_fl_yywrap+set}" = set; then
   1.920 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
   1.921 +-else
   1.922 +-  ac_check_lib_save_LIBS=$LIBS
   1.923 +-LIBS="-lfl  $LIBS"
   1.924 +-cat >conftest.$ac_ext <<_ACEOF
   1.925 +-/* confdefs.h.  */
   1.926 +-_ACEOF
   1.927 +-cat confdefs.h >>conftest.$ac_ext
   1.928 +-cat >>conftest.$ac_ext <<_ACEOF
   1.929 +-/* end confdefs.h.  */
   1.930 +-
   1.931 +-/* Override any GCC internal prototype to avoid an error.
   1.932 +-   Use char because int might match the return type of a GCC
   1.933 +-   builtin and then its argument prototype would still apply.  */
   1.934 +-#ifdef __cplusplus
   1.935 +-extern "C"
   1.936 ++if test "x$LEX" != "x:"; then
   1.937 ++  cat >conftest.l <<_ACEOF
   1.938 ++%%
   1.939 ++a { ECHO; }
   1.940 ++b { REJECT; }
   1.941 ++c { yymore (); }
   1.942 ++d { yyless (1); }
   1.943 ++e { yyless (input () != 0); }
   1.944 ++f { unput (yytext[0]); }
   1.945 ++. { BEGIN INITIAL; }
   1.946 ++%%
   1.947 ++#ifdef YYTEXT_POINTER
   1.948 ++extern char *yytext;
   1.949 + #endif
   1.950 +-char yywrap ();
   1.951 + int
   1.952 +-main ()
   1.953 ++main (void)
   1.954 + {
   1.955 +-return yywrap ();
   1.956 +-  ;
   1.957 +-  return 0;
   1.958 ++  return ! yylex () + ! yywrap ();
   1.959 + }
   1.960 + _ACEOF
   1.961 +-rm -f conftest.$ac_objext conftest$ac_exeext
   1.962 +-if { (ac_try="$ac_link"
   1.963 ++{ (ac_try="$LEX conftest.l"
   1.964 + case "(($ac_try" in
   1.965 +   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.966 +   *) ac_try_echo=$ac_try;;
   1.967 + esac
   1.968 + eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.969 +-  (eval "$ac_link") 2>conftest.er1
   1.970 +-  ac_status=$?
   1.971 +-  grep -v '^ *+' conftest.er1 >conftest.err
   1.972 +-  rm -f conftest.er1
   1.973 +-  cat conftest.err >&5
   1.974 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.975 +-  (exit $ac_status); } &&
   1.976 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
   1.977 +-  { (case "(($ac_try" in
   1.978 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.979 +-  *) ac_try_echo=$ac_try;;
   1.980 +-esac
   1.981 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.982 +-  (eval "$ac_try") 2>&5
   1.983 +-  ac_status=$?
   1.984 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.985 +-  (exit $ac_status); }; } &&
   1.986 +-	 { ac_try='test -s conftest$ac_exeext'
   1.987 +-  { (case "(($ac_try" in
   1.988 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1.989 +-  *) ac_try_echo=$ac_try;;
   1.990 +-esac
   1.991 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
   1.992 +-  (eval "$ac_try") 2>&5
   1.993 ++  (eval "$LEX conftest.l") 2>&5
   1.994 +   ac_status=$?
   1.995 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   1.996 +-  (exit $ac_status); }; }; then
   1.997 +-  ac_cv_lib_fl_yywrap=yes
   1.998 ++  (exit $ac_status); }
   1.999 ++{ echo "$as_me:$LINENO: checking lex output file root" >&5
  1.1000 ++echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
  1.1001 ++if test "${ac_cv_prog_lex_root+set}" = set; then
  1.1002 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1003 + else
  1.1004 +-  echo "$as_me: failed program was:" >&5
  1.1005 +-sed 's/^/| /' conftest.$ac_ext >&5
  1.1006 + 
  1.1007 +-	ac_cv_lib_fl_yywrap=no
  1.1008 ++if test -f lex.yy.c; then
  1.1009 ++  ac_cv_prog_lex_root=lex.yy
  1.1010 ++elif test -f lexyy.c; then
  1.1011 ++  ac_cv_prog_lex_root=lexyy
  1.1012 ++else
  1.1013 ++  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
  1.1014 ++echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
  1.1015 ++   { (exit 1); exit 1; }; }
  1.1016 + fi
  1.1017 +-
  1.1018 +-rm -f core conftest.err conftest.$ac_objext \
  1.1019 +-      conftest$ac_exeext conftest.$ac_ext
  1.1020 +-LIBS=$ac_check_lib_save_LIBS
  1.1021 + fi
  1.1022 +-{ echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
  1.1023 +-echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; }
  1.1024 +-if test $ac_cv_lib_fl_yywrap = yes; then
  1.1025 +-  LEXLIB="-lfl"
  1.1026 +-else
  1.1027 +-  { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
  1.1028 +-echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; }
  1.1029 +-if test "${ac_cv_lib_l_yywrap+set}" = set; then
  1.1030 ++{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
  1.1031 ++echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
  1.1032 ++LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  1.1033 ++
  1.1034 ++if test -z "${LEXLIB+set}"; then
  1.1035 ++  { echo "$as_me:$LINENO: checking lex library" >&5
  1.1036 ++echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
  1.1037 ++if test "${ac_cv_lib_lex+set}" = set; then
  1.1038 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1039 + else
  1.1040 +-  ac_check_lib_save_LIBS=$LIBS
  1.1041 +-LIBS="-ll  $LIBS"
  1.1042 +-cat >conftest.$ac_ext <<_ACEOF
  1.1043 +-/* confdefs.h.  */
  1.1044 +-_ACEOF
  1.1045 +-cat confdefs.h >>conftest.$ac_ext
  1.1046 +-cat >>conftest.$ac_ext <<_ACEOF
  1.1047 +-/* end confdefs.h.  */
  1.1048 + 
  1.1049 +-/* Override any GCC internal prototype to avoid an error.
  1.1050 +-   Use char because int might match the return type of a GCC
  1.1051 +-   builtin and then its argument prototype would still apply.  */
  1.1052 +-#ifdef __cplusplus
  1.1053 +-extern "C"
  1.1054 +-#endif
  1.1055 +-char yywrap ();
  1.1056 +-int
  1.1057 +-main ()
  1.1058 +-{
  1.1059 +-return yywrap ();
  1.1060 +-  ;
  1.1061 +-  return 0;
  1.1062 +-}
  1.1063 ++    ac_save_LIBS=$LIBS
  1.1064 ++    ac_cv_lib_lex='none needed'
  1.1065 ++    for ac_lib in '' -lfl -ll; do
  1.1066 ++      LIBS="$ac_lib $ac_save_LIBS"
  1.1067 ++      cat >conftest.$ac_ext <<_ACEOF
  1.1068 ++`cat $LEX_OUTPUT_ROOT.c`
  1.1069 + _ACEOF
  1.1070 + rm -f conftest.$ac_objext conftest$ac_exeext
  1.1071 + if { (ac_try="$ac_link"
  1.1072 +@@ -5069,85 +4834,31 @@
  1.1073 +   rm -f conftest.er1
  1.1074 +   cat conftest.err >&5
  1.1075 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1076 +-  (exit $ac_status); } &&
  1.1077 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1078 +-  { (case "(($ac_try" in
  1.1079 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1080 +-  *) ac_try_echo=$ac_try;;
  1.1081 +-esac
  1.1082 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1083 +-  (eval "$ac_try") 2>&5
  1.1084 +-  ac_status=$?
  1.1085 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1086 +-  (exit $ac_status); }; } &&
  1.1087 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1088 +-  { (case "(($ac_try" in
  1.1089 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1090 +-  *) ac_try_echo=$ac_try;;
  1.1091 +-esac
  1.1092 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1093 +-  (eval "$ac_try") 2>&5
  1.1094 +-  ac_status=$?
  1.1095 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1096 +-  (exit $ac_status); }; }; then
  1.1097 +-  ac_cv_lib_l_yywrap=yes
  1.1098 ++  (exit $ac_status); } && {
  1.1099 ++	 test -z "$ac_c_werror_flag" ||
  1.1100 ++	 test ! -s conftest.err
  1.1101 ++       } && test -s conftest$ac_exeext &&
  1.1102 ++       $as_test_x conftest$ac_exeext; then
  1.1103 ++  ac_cv_lib_lex=$ac_lib
  1.1104 + else
  1.1105 +   echo "$as_me: failed program was:" >&5
  1.1106 + sed 's/^/| /' conftest.$ac_ext >&5
  1.1107 + 
  1.1108 +-	ac_cv_lib_l_yywrap=no
  1.1109 ++
  1.1110 + fi
  1.1111 + 
  1.1112 +-rm -f core conftest.err conftest.$ac_objext \
  1.1113 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1114 +       conftest$ac_exeext conftest.$ac_ext
  1.1115 +-LIBS=$ac_check_lib_save_LIBS
  1.1116 +-fi
  1.1117 +-{ echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
  1.1118 +-echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; }
  1.1119 +-if test $ac_cv_lib_l_yywrap = yes; then
  1.1120 +-  LEXLIB="-ll"
  1.1121 +-fi
  1.1122 ++      test "$ac_cv_lib_lex" != 'none needed' && break
  1.1123 ++    done
  1.1124 ++    LIBS=$ac_save_LIBS
  1.1125 + 
  1.1126 + fi
  1.1127 +-
  1.1128 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
  1.1129 ++echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
  1.1130 ++  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
  1.1131 + fi
  1.1132 + 
  1.1133 +-if test "x$LEX" != "x:"; then
  1.1134 +-  { echo "$as_me:$LINENO: checking lex output file root" >&5
  1.1135 +-echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
  1.1136 +-if test "${ac_cv_prog_lex_root+set}" = set; then
  1.1137 +-  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1138 +-else
  1.1139 +-  # The minimal lex program is just a single line: %%.  But some broken lexes
  1.1140 +-# (Solaris, I think it was) want two %% lines, so accommodate them.
  1.1141 +-cat >conftest.l <<_ACEOF
  1.1142 +-%%
  1.1143 +-%%
  1.1144 +-_ACEOF
  1.1145 +-{ (ac_try="$LEX conftest.l"
  1.1146 +-case "(($ac_try" in
  1.1147 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1148 +-  *) ac_try_echo=$ac_try;;
  1.1149 +-esac
  1.1150 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1151 +-  (eval "$LEX conftest.l") 2>&5
  1.1152 +-  ac_status=$?
  1.1153 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1154 +-  (exit $ac_status); }
  1.1155 +-if test -f lex.yy.c; then
  1.1156 +-  ac_cv_prog_lex_root=lex.yy
  1.1157 +-elif test -f lexyy.c; then
  1.1158 +-  ac_cv_prog_lex_root=lexyy
  1.1159 +-else
  1.1160 +-  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
  1.1161 +-echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
  1.1162 +-   { (exit 1); exit 1; }; }
  1.1163 +-fi
  1.1164 +-fi
  1.1165 +-{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
  1.1166 +-echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
  1.1167 +-rm -f conftest.l
  1.1168 +-LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
  1.1169 + 
  1.1170 + { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
  1.1171 + echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
  1.1172 +@@ -5155,13 +4866,13 @@
  1.1173 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.1174 + else
  1.1175 +   # POSIX says lex can declare yytext either as a pointer or an array; the
  1.1176 +-# default is implementation-dependent. Figure out which it is, since
  1.1177 ++# default is implementation-dependent.  Figure out which it is, since
  1.1178 + # not all implementations provide the %pointer and %array declarations.
  1.1179 + ac_cv_prog_lex_yytext_pointer=no
  1.1180 +-echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
  1.1181 + ac_save_LIBS=$LIBS
  1.1182 +-LIBS="$LIBS $LEXLIB"
  1.1183 ++LIBS="$LEXLIB $ac_save_LIBS"
  1.1184 + cat >conftest.$ac_ext <<_ACEOF
  1.1185 ++#define YYTEXT_POINTER 1
  1.1186 + `cat $LEX_OUTPUT_ROOT.c`
  1.1187 + _ACEOF
  1.1188 + rm -f conftest.$ac_objext conftest$ac_exeext
  1.1189 +@@ -5177,27 +4888,11 @@
  1.1190 +   rm -f conftest.er1
  1.1191 +   cat conftest.err >&5
  1.1192 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1193 +-  (exit $ac_status); } &&
  1.1194 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1195 +-  { (case "(($ac_try" in
  1.1196 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1197 +-  *) ac_try_echo=$ac_try;;
  1.1198 +-esac
  1.1199 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1200 +-  (eval "$ac_try") 2>&5
  1.1201 +-  ac_status=$?
  1.1202 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1203 +-  (exit $ac_status); }; } &&
  1.1204 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1205 +-  { (case "(($ac_try" in
  1.1206 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1207 +-  *) ac_try_echo=$ac_try;;
  1.1208 +-esac
  1.1209 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1210 +-  (eval "$ac_try") 2>&5
  1.1211 +-  ac_status=$?
  1.1212 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1213 +-  (exit $ac_status); }; }; then
  1.1214 ++  (exit $ac_status); } && {
  1.1215 ++	 test -z "$ac_c_werror_flag" ||
  1.1216 ++	 test ! -s conftest.err
  1.1217 ++       } && test -s conftest$ac_exeext &&
  1.1218 ++       $as_test_x conftest$ac_exeext; then
  1.1219 +   ac_cv_prog_lex_yytext_pointer=yes
  1.1220 + else
  1.1221 +   echo "$as_me: failed program was:" >&5
  1.1222 +@@ -5206,10 +4901,9 @@
  1.1223 + 
  1.1224 + fi
  1.1225 + 
  1.1226 +-rm -f core conftest.err conftest.$ac_objext \
  1.1227 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1228 +       conftest$ac_exeext conftest.$ac_ext
  1.1229 + LIBS=$ac_save_LIBS
  1.1230 +-rm -f "${LEX_OUTPUT_ROOT}.c"
  1.1231 + 
  1.1232 + fi
  1.1233 + { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
  1.1234 +@@ -5221,6 +4915,7 @@
  1.1235 + _ACEOF
  1.1236 + 
  1.1237 + fi
  1.1238 ++rm -f conftest.l $LEX_OUTPUT_ROOT.c
  1.1239 + 
  1.1240 + fi
  1.1241 + for ac_prog in 'bison -y' byacc
  1.1242 +@@ -5241,7 +4936,7 @@
  1.1243 +   IFS=$as_save_IFS
  1.1244 +   test -z "$as_dir" && as_dir=.
  1.1245 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1246 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1247 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1248 +     ac_cv_prog_YACC="$ac_prog"
  1.1249 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1250 +     break 2
  1.1251 +@@ -5288,7 +4983,7 @@
  1.1252 +   for ac_prog in grep ggrep; do
  1.1253 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1254 +     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1.1255 +-    { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
  1.1256 ++    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  1.1257 +     # Check for GNU ac_path_GREP and select it if it is found.
  1.1258 +   # Check for GNU $ac_path_GREP
  1.1259 + case `"$ac_path_GREP" --version 2>&1` in
  1.1260 +@@ -5370,7 +5065,7 @@
  1.1261 +   for ac_prog in egrep; do
  1.1262 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1263 +     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.1264 +-    { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
  1.1265 ++    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  1.1266 +     # Check for GNU ac_path_EGREP and select it if it is found.
  1.1267 +   # Check for GNU $ac_path_EGREP
  1.1268 + case `"$ac_path_EGREP" --version 2>&1` in
  1.1269 +@@ -5466,27 +5161,10 @@
  1.1270 +   rm -f conftest.er1
  1.1271 +   cat conftest.err >&5
  1.1272 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1273 +-  (exit $ac_status); } &&
  1.1274 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1275 +-  { (case "(($ac_try" in
  1.1276 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1277 +-  *) ac_try_echo=$ac_try;;
  1.1278 +-esac
  1.1279 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1280 +-  (eval "$ac_try") 2>&5
  1.1281 +-  ac_status=$?
  1.1282 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1283 +-  (exit $ac_status); }; } &&
  1.1284 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1285 +-  { (case "(($ac_try" in
  1.1286 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1287 +-  *) ac_try_echo=$ac_try;;
  1.1288 +-esac
  1.1289 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1290 +-  (eval "$ac_try") 2>&5
  1.1291 +-  ac_status=$?
  1.1292 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1293 +-  (exit $ac_status); }; }; then
  1.1294 ++  (exit $ac_status); } && {
  1.1295 ++	 test -z "$ac_c_werror_flag" ||
  1.1296 ++	 test ! -s conftest.err
  1.1297 ++       } && test -s conftest.$ac_objext; then
  1.1298 +   ac_cv_header_stdc=yes
  1.1299 + else
  1.1300 +   echo "$as_me: failed program was:" >&5
  1.1301 +@@ -5662,27 +5340,10 @@
  1.1302 +   rm -f conftest.er1
  1.1303 +   cat conftest.err >&5
  1.1304 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1305 +-  (exit $ac_status); } &&
  1.1306 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1307 +-  { (case "(($ac_try" in
  1.1308 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1309 +-  *) ac_try_echo=$ac_try;;
  1.1310 +-esac
  1.1311 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1312 +-  (eval "$ac_try") 2>&5
  1.1313 +-  ac_status=$?
  1.1314 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1315 +-  (exit $ac_status); }; } &&
  1.1316 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1317 +-  { (case "(($ac_try" in
  1.1318 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1319 +-  *) ac_try_echo=$ac_try;;
  1.1320 +-esac
  1.1321 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1322 +-  (eval "$ac_try") 2>&5
  1.1323 +-  ac_status=$?
  1.1324 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1325 +-  (exit $ac_status); }; }; then
  1.1326 ++  (exit $ac_status); } && {
  1.1327 ++	 test -z "$ac_c_werror_flag" ||
  1.1328 ++	 test ! -s conftest.err
  1.1329 ++       } && test -s conftest.$ac_objext; then
  1.1330 +   eval "$as_ac_Header=yes"
  1.1331 + else
  1.1332 +   echo "$as_me: failed program was:" >&5
  1.1333 +@@ -5724,7 +5385,8 @@
  1.1334 + int
  1.1335 + main ()
  1.1336 + {
  1.1337 +-#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  1.1338 ++#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
  1.1339 ++	&& BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
  1.1340 +  bogus endian macros
  1.1341 + #endif
  1.1342 + 
  1.1343 +@@ -5745,27 +5407,10 @@
  1.1344 +   rm -f conftest.er1
  1.1345 +   cat conftest.err >&5
  1.1346 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1347 +-  (exit $ac_status); } &&
  1.1348 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1349 +-  { (case "(($ac_try" in
  1.1350 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1351 +-  *) ac_try_echo=$ac_try;;
  1.1352 +-esac
  1.1353 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1354 +-  (eval "$ac_try") 2>&5
  1.1355 +-  ac_status=$?
  1.1356 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1357 +-  (exit $ac_status); }; } &&
  1.1358 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1359 +-  { (case "(($ac_try" in
  1.1360 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1361 +-  *) ac_try_echo=$ac_try;;
  1.1362 +-esac
  1.1363 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1364 +-  (eval "$ac_try") 2>&5
  1.1365 +-  ac_status=$?
  1.1366 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1367 +-  (exit $ac_status); }; }; then
  1.1368 ++  (exit $ac_status); } && {
  1.1369 ++	 test -z "$ac_c_werror_flag" ||
  1.1370 ++	 test ! -s conftest.err
  1.1371 ++       } && test -s conftest.$ac_objext; then
  1.1372 +   # It does; now see whether it defined to BIG_ENDIAN or not.
  1.1373 + cat >conftest.$ac_ext <<_ACEOF
  1.1374 + /* confdefs.h.  */
  1.1375 +@@ -5800,27 +5445,10 @@
  1.1376 +   rm -f conftest.er1
  1.1377 +   cat conftest.err >&5
  1.1378 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1379 +-  (exit $ac_status); } &&
  1.1380 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1381 +-  { (case "(($ac_try" in
  1.1382 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1383 +-  *) ac_try_echo=$ac_try;;
  1.1384 +-esac
  1.1385 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1386 +-  (eval "$ac_try") 2>&5
  1.1387 +-  ac_status=$?
  1.1388 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1389 +-  (exit $ac_status); }; } &&
  1.1390 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1391 +-  { (case "(($ac_try" in
  1.1392 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1393 +-  *) ac_try_echo=$ac_try;;
  1.1394 +-esac
  1.1395 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1396 +-  (eval "$ac_try") 2>&5
  1.1397 +-  ac_status=$?
  1.1398 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1399 +-  (exit $ac_status); }; }; then
  1.1400 ++  (exit $ac_status); } && {
  1.1401 ++	 test -z "$ac_c_werror_flag" ||
  1.1402 ++	 test ! -s conftest.err
  1.1403 ++       } && test -s conftest.$ac_objext; then
  1.1404 +   ac_cv_c_bigendian=yes
  1.1405 + else
  1.1406 +   echo "$as_me: failed program was:" >&5
  1.1407 +@@ -5871,27 +5499,10 @@
  1.1408 +   rm -f conftest.er1
  1.1409 +   cat conftest.err >&5
  1.1410 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1411 +-  (exit $ac_status); } &&
  1.1412 +-	 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
  1.1413 +-  { (case "(($ac_try" in
  1.1414 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1415 +-  *) ac_try_echo=$ac_try;;
  1.1416 +-esac
  1.1417 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1418 +-  (eval "$ac_try") 2>&5
  1.1419 +-  ac_status=$?
  1.1420 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1421 +-  (exit $ac_status); }; } &&
  1.1422 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1423 +-  { (case "(($ac_try" in
  1.1424 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1425 +-  *) ac_try_echo=$ac_try;;
  1.1426 +-esac
  1.1427 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1428 +-  (eval "$ac_try") 2>&5
  1.1429 +-  ac_status=$?
  1.1430 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1431 +-  (exit $ac_status); }; }; then
  1.1432 ++  (exit $ac_status); } && {
  1.1433 ++	 test -z "$ac_c_werror_flag" ||
  1.1434 ++	 test ! -s conftest.err
  1.1435 ++       } && test -s conftest.$ac_objext; then
  1.1436 +   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
  1.1437 +   ac_cv_c_bigendian=yes
  1.1438 + fi
  1.1439 +@@ -6015,8 +5626,7 @@
  1.1440 + main ()
  1.1441 + {
  1.1442 + #ifndef strerror_r
  1.1443 +-  char *p = (char *) strerror_r;
  1.1444 +-  return !p;
  1.1445 ++  (void) strerror_r;
  1.1446 + #endif
  1.1447 + 
  1.1448 +   ;
  1.1449 +@@ -6036,27 +5646,10 @@
  1.1450 +   rm -f conftest.er1
  1.1451 +   cat conftest.err >&5
  1.1452 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1453 +-  (exit $ac_status); } &&
  1.1454 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1455 +-  { (case "(($ac_try" in
  1.1456 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1457 +-  *) ac_try_echo=$ac_try;;
  1.1458 +-esac
  1.1459 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1460 +-  (eval "$ac_try") 2>&5
  1.1461 +-  ac_status=$?
  1.1462 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1463 +-  (exit $ac_status); }; } &&
  1.1464 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1465 +-  { (case "(($ac_try" in
  1.1466 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1467 +-  *) ac_try_echo=$ac_try;;
  1.1468 +-esac
  1.1469 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1470 +-  (eval "$ac_try") 2>&5
  1.1471 +-  ac_status=$?
  1.1472 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1473 +-  (exit $ac_status); }; }; then
  1.1474 ++  (exit $ac_status); } && {
  1.1475 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1476 ++	 test ! -s conftest.err
  1.1477 ++       } && test -s conftest.$ac_objext; then
  1.1478 +   ac_cv_have_decl_strerror_r=yes
  1.1479 + else
  1.1480 +   echo "$as_me: failed program was:" >&5
  1.1481 +@@ -6152,27 +5745,11 @@
  1.1482 +   rm -f conftest.er1
  1.1483 +   cat conftest.err >&5
  1.1484 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1485 +-  (exit $ac_status); } &&
  1.1486 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1487 +-  { (case "(($ac_try" in
  1.1488 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1489 +-  *) ac_try_echo=$ac_try;;
  1.1490 +-esac
  1.1491 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1492 +-  (eval "$ac_try") 2>&5
  1.1493 +-  ac_status=$?
  1.1494 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1495 +-  (exit $ac_status); }; } &&
  1.1496 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1497 +-  { (case "(($ac_try" in
  1.1498 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1499 +-  *) ac_try_echo=$ac_try;;
  1.1500 +-esac
  1.1501 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1502 +-  (eval "$ac_try") 2>&5
  1.1503 +-  ac_status=$?
  1.1504 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1505 +-  (exit $ac_status); }; }; then
  1.1506 ++  (exit $ac_status); } && {
  1.1507 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1508 ++	 test ! -s conftest.err
  1.1509 ++       } && test -s conftest$ac_exeext &&
  1.1510 ++       $as_test_x conftest$ac_exeext; then
  1.1511 +   eval "$as_ac_var=yes"
  1.1512 + else
  1.1513 +   echo "$as_me: failed program was:" >&5
  1.1514 +@@ -6181,7 +5758,7 @@
  1.1515 + 	eval "$as_ac_var=no"
  1.1516 + fi
  1.1517 + 
  1.1518 +-rm -f core conftest.err conftest.$ac_objext \
  1.1519 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1520 +       conftest$ac_exeext conftest.$ac_ext
  1.1521 + fi
  1.1522 + ac_res=`eval echo '${'$as_ac_var'}'`
  1.1523 +@@ -6236,27 +5813,10 @@
  1.1524 +   rm -f conftest.er1
  1.1525 +   cat conftest.err >&5
  1.1526 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1527 +-  (exit $ac_status); } &&
  1.1528 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1529 +-  { (case "(($ac_try" in
  1.1530 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1531 +-  *) ac_try_echo=$ac_try;;
  1.1532 +-esac
  1.1533 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1534 +-  (eval "$ac_try") 2>&5
  1.1535 +-  ac_status=$?
  1.1536 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1537 +-  (exit $ac_status); }; } &&
  1.1538 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1539 +-  { (case "(($ac_try" in
  1.1540 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1541 +-  *) ac_try_echo=$ac_try;;
  1.1542 +-esac
  1.1543 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1544 +-  (eval "$ac_try") 2>&5
  1.1545 +-  ac_status=$?
  1.1546 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1547 +-  (exit $ac_status); }; }; then
  1.1548 ++  (exit $ac_status); } && {
  1.1549 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1550 ++	 test ! -s conftest.err
  1.1551 ++       } && test -s conftest.$ac_objext; then
  1.1552 +   ac_cv_func_strerror_r_char_p=yes
  1.1553 + else
  1.1554 +   echo "$as_me: failed program was:" >&5
  1.1555 +@@ -6379,27 +5939,10 @@
  1.1556 +   rm -f conftest.er1
  1.1557 +   cat conftest.err >&5
  1.1558 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1559 +-  (exit $ac_status); } &&
  1.1560 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1561 +-  { (case "(($ac_try" in
  1.1562 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1563 +-  *) ac_try_echo=$ac_try;;
  1.1564 +-esac
  1.1565 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1566 +-  (eval "$ac_try") 2>&5
  1.1567 +-  ac_status=$?
  1.1568 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1569 +-  (exit $ac_status); }; } &&
  1.1570 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1571 +-  { (case "(($ac_try" in
  1.1572 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1573 +-  *) ac_try_echo=$ac_try;;
  1.1574 +-esac
  1.1575 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1576 +-  (eval "$ac_try") 2>&5
  1.1577 +-  ac_status=$?
  1.1578 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1579 +-  (exit $ac_status); }; }; then
  1.1580 ++  (exit $ac_status); } && {
  1.1581 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1582 ++	 test ! -s conftest.err
  1.1583 ++       } && test -s conftest.$ac_objext; then
  1.1584 +   ac_header_compiler=yes
  1.1585 + else
  1.1586 +   echo "$as_me: failed program was:" >&5
  1.1587 +@@ -6435,17 +5978,10 @@
  1.1588 +   rm -f conftest.er1
  1.1589 +   cat conftest.err >&5
  1.1590 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1591 +-  (exit $ac_status); } >/dev/null; then
  1.1592 +-  if test -s conftest.err; then
  1.1593 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.1594 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.1595 +-  else
  1.1596 +-    ac_cpp_err=
  1.1597 +-  fi
  1.1598 +-else
  1.1599 +-  ac_cpp_err=yes
  1.1600 +-fi
  1.1601 +-if test -z "$ac_cpp_err"; then
  1.1602 ++  (exit $ac_status); } >/dev/null && {
  1.1603 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.1604 ++	 test ! -s conftest.err
  1.1605 ++       }; then
  1.1606 +   ac_header_preproc=yes
  1.1607 + else
  1.1608 +   echo "$as_me: failed program was:" >&5
  1.1609 +@@ -6539,27 +6075,10 @@
  1.1610 +   rm -f conftest.er1
  1.1611 +   cat conftest.err >&5
  1.1612 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1613 +-  (exit $ac_status); } &&
  1.1614 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1615 +-  { (case "(($ac_try" in
  1.1616 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1617 +-  *) ac_try_echo=$ac_try;;
  1.1618 +-esac
  1.1619 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1620 +-  (eval "$ac_try") 2>&5
  1.1621 +-  ac_status=$?
  1.1622 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1623 +-  (exit $ac_status); }; } &&
  1.1624 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1625 +-  { (case "(($ac_try" in
  1.1626 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1627 +-  *) ac_try_echo=$ac_try;;
  1.1628 +-esac
  1.1629 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1630 +-  (eval "$ac_try") 2>&5
  1.1631 +-  ac_status=$?
  1.1632 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1633 +-  (exit $ac_status); }; }; then
  1.1634 ++  (exit $ac_status); } && {
  1.1635 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1636 ++	 test ! -s conftest.err
  1.1637 ++       } && test -s conftest.$ac_objext; then
  1.1638 +   eval "$as_ac_Header=yes"
  1.1639 + else
  1.1640 +   echo "$as_me: failed program was:" >&5
  1.1641 +@@ -6609,7 +6128,7 @@
  1.1642 +   IFS=$as_save_IFS
  1.1643 +   test -z "$as_dir" && as_dir=.
  1.1644 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1645 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1646 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1647 +     ac_cv_path_CCGNU2_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1648 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1649 +     break 2
  1.1650 +@@ -6739,7 +6258,7 @@
  1.1651 +   IFS=$as_save_IFS
  1.1652 +   test -z "$as_dir" && as_dir=.
  1.1653 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1654 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1655 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1656 +     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1657 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1658 +     break 2
  1.1659 +@@ -6839,7 +6358,7 @@
  1.1660 +   IFS=$as_save_IFS
  1.1661 +   test -z "$as_dir" && as_dir=.
  1.1662 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1663 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1664 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1665 +     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1666 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1667 +     break 2
  1.1668 +@@ -6943,7 +6462,7 @@
  1.1669 +   IFS=$as_save_IFS
  1.1670 +   test -z "$as_dir" && as_dir=.
  1.1671 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.1672 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1673 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1674 +     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1675 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1676 +     break 2
  1.1677 +@@ -7117,27 +6636,10 @@
  1.1678 +   rm -f conftest.er1
  1.1679 +   cat conftest.err >&5
  1.1680 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1681 +-  (exit $ac_status); } &&
  1.1682 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1683 +-  { (case "(($ac_try" in
  1.1684 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1685 +-  *) ac_try_echo=$ac_try;;
  1.1686 +-esac
  1.1687 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1688 +-  (eval "$ac_try") 2>&5
  1.1689 +-  ac_status=$?
  1.1690 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1691 +-  (exit $ac_status); }; } &&
  1.1692 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1693 +-  { (case "(($ac_try" in
  1.1694 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1695 +-  *) ac_try_echo=$ac_try;;
  1.1696 +-esac
  1.1697 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1698 +-  (eval "$ac_try") 2>&5
  1.1699 +-  ac_status=$?
  1.1700 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1701 +-  (exit $ac_status); }; }; then
  1.1702 ++  (exit $ac_status); } && {
  1.1703 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1704 ++	 test ! -s conftest.err
  1.1705 ++       } && test -s conftest.$ac_objext; then
  1.1706 +   kde_cv_func_strlcat=yes
  1.1707 + else
  1.1708 +   echo "$as_me: failed program was:" >&5
  1.1709 +@@ -7234,27 +6736,11 @@
  1.1710 +   rm -f conftest.er1
  1.1711 +   cat conftest.err >&5
  1.1712 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1713 +-  (exit $ac_status); } &&
  1.1714 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1715 +-  { (case "(($ac_try" in
  1.1716 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1717 +-  *) ac_try_echo=$ac_try;;
  1.1718 +-esac
  1.1719 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1720 +-  (eval "$ac_try") 2>&5
  1.1721 +-  ac_status=$?
  1.1722 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1723 +-  (exit $ac_status); }; } &&
  1.1724 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1725 +-  { (case "(($ac_try" in
  1.1726 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1727 +-  *) ac_try_echo=$ac_try;;
  1.1728 +-esac
  1.1729 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1730 +-  (eval "$ac_try") 2>&5
  1.1731 +-  ac_status=$?
  1.1732 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1733 +-  (exit $ac_status); }; }; then
  1.1734 ++  (exit $ac_status); } && {
  1.1735 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1736 ++	 test ! -s conftest.err
  1.1737 ++       } && test -s conftest$ac_exeext &&
  1.1738 ++       $as_test_x conftest$ac_exeext; then
  1.1739 +    kde_cv_func_strlcat=yes
  1.1740 +   kde_cv_proto_strlcat=yes
  1.1741 + else
  1.1742 +@@ -7265,7 +6751,7 @@
  1.1743 + 
  1.1744 + fi
  1.1745 + 
  1.1746 +-rm -f core conftest.err conftest.$ac_objext \
  1.1747 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1748 +       conftest$ac_exeext conftest.$ac_ext
  1.1749 + LIBS=$kde_safe_libs
  1.1750 + ac_ext=cpp
  1.1751 +@@ -7361,27 +6847,10 @@
  1.1752 +   rm -f conftest.er1
  1.1753 +   cat conftest.err >&5
  1.1754 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1755 +-  (exit $ac_status); } &&
  1.1756 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1757 +-  { (case "(($ac_try" in
  1.1758 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1759 +-  *) ac_try_echo=$ac_try;;
  1.1760 +-esac
  1.1761 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1762 +-  (eval "$ac_try") 2>&5
  1.1763 +-  ac_status=$?
  1.1764 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1765 +-  (exit $ac_status); }; } &&
  1.1766 +-	 { ac_try='test -s conftest.$ac_objext'
  1.1767 +-  { (case "(($ac_try" in
  1.1768 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1769 +-  *) ac_try_echo=$ac_try;;
  1.1770 +-esac
  1.1771 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1772 +-  (eval "$ac_try") 2>&5
  1.1773 +-  ac_status=$?
  1.1774 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1775 +-  (exit $ac_status); }; }; then
  1.1776 ++  (exit $ac_status); } && {
  1.1777 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1778 ++	 test ! -s conftest.err
  1.1779 ++       } && test -s conftest.$ac_objext; then
  1.1780 +   kde_cv_func_strlcpy=yes
  1.1781 + else
  1.1782 +   echo "$as_me: failed program was:" >&5
  1.1783 +@@ -7477,27 +6946,11 @@
  1.1784 +   rm -f conftest.er1
  1.1785 +   cat conftest.err >&5
  1.1786 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1787 +-  (exit $ac_status); } &&
  1.1788 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1789 +-  { (case "(($ac_try" in
  1.1790 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1791 +-  *) ac_try_echo=$ac_try;;
  1.1792 +-esac
  1.1793 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1794 +-  (eval "$ac_try") 2>&5
  1.1795 +-  ac_status=$?
  1.1796 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1797 +-  (exit $ac_status); }; } &&
  1.1798 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1799 +-  { (case "(($ac_try" in
  1.1800 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1801 +-  *) ac_try_echo=$ac_try;;
  1.1802 +-esac
  1.1803 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1804 +-  (eval "$ac_try") 2>&5
  1.1805 +-  ac_status=$?
  1.1806 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1807 +-  (exit $ac_status); }; }; then
  1.1808 ++  (exit $ac_status); } && {
  1.1809 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1810 ++	 test ! -s conftest.err
  1.1811 ++       } && test -s conftest$ac_exeext &&
  1.1812 ++       $as_test_x conftest$ac_exeext; then
  1.1813 +    kde_cv_func_strlcpy=yes
  1.1814 +   kde_cv_proto_strlcpy=yes
  1.1815 + else
  1.1816 +@@ -7508,7 +6961,7 @@
  1.1817 + 
  1.1818 + fi
  1.1819 + 
  1.1820 +-rm -f core conftest.err conftest.$ac_objext \
  1.1821 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1822 +       conftest$ac_exeext conftest.$ac_ext
  1.1823 + LIBS=$kde_safe_libs
  1.1824 + ac_ext=cpp
  1.1825 +@@ -7581,27 +7034,11 @@
  1.1826 +   rm -f conftest.er1
  1.1827 +   cat conftest.err >&5
  1.1828 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1829 +-  (exit $ac_status); } &&
  1.1830 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1831 +-  { (case "(($ac_try" in
  1.1832 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1833 +-  *) ac_try_echo=$ac_try;;
  1.1834 +-esac
  1.1835 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1836 +-  (eval "$ac_try") 2>&5
  1.1837 +-  ac_status=$?
  1.1838 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1839 +-  (exit $ac_status); }; } &&
  1.1840 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1841 +-  { (case "(($ac_try" in
  1.1842 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1843 +-  *) ac_try_echo=$ac_try;;
  1.1844 +-esac
  1.1845 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1846 +-  (eval "$ac_try") 2>&5
  1.1847 +-  ac_status=$?
  1.1848 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1849 +-  (exit $ac_status); }; }; then
  1.1850 ++  (exit $ac_status); } && {
  1.1851 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1852 ++	 test ! -s conftest.err
  1.1853 ++       } && test -s conftest$ac_exeext &&
  1.1854 ++       $as_test_x conftest$ac_exeext; then
  1.1855 +   ac_cv_lib_util_main=yes
  1.1856 + else
  1.1857 +   echo "$as_me: failed program was:" >&5
  1.1858 +@@ -7610,7 +7047,7 @@
  1.1859 + 	ac_cv_lib_util_main=no
  1.1860 + fi
  1.1861 + 
  1.1862 +-rm -f core conftest.err conftest.$ac_objext \
  1.1863 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1864 +       conftest$ac_exeext conftest.$ac_ext
  1.1865 + LIBS=$ac_check_lib_save_LIBS
  1.1866 + fi
  1.1867 +@@ -7656,27 +7093,11 @@
  1.1868 +   rm -f conftest.er1
  1.1869 +   cat conftest.err >&5
  1.1870 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1871 +-  (exit $ac_status); } &&
  1.1872 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1873 +-  { (case "(($ac_try" in
  1.1874 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1875 +-  *) ac_try_echo=$ac_try;;
  1.1876 +-esac
  1.1877 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1878 +-  (eval "$ac_try") 2>&5
  1.1879 +-  ac_status=$?
  1.1880 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1881 +-  (exit $ac_status); }; } &&
  1.1882 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1883 +-  { (case "(($ac_try" in
  1.1884 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1885 +-  *) ac_try_echo=$ac_try;;
  1.1886 +-esac
  1.1887 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1888 +-  (eval "$ac_try") 2>&5
  1.1889 +-  ac_status=$?
  1.1890 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1891 +-  (exit $ac_status); }; }; then
  1.1892 ++  (exit $ac_status); } && {
  1.1893 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1894 ++	 test ! -s conftest.err
  1.1895 ++       } && test -s conftest$ac_exeext &&
  1.1896 ++       $as_test_x conftest$ac_exeext; then
  1.1897 +   ac_cv_lib_compat_main=yes
  1.1898 + else
  1.1899 +   echo "$as_me: failed program was:" >&5
  1.1900 +@@ -7685,7 +7106,7 @@
  1.1901 + 	ac_cv_lib_compat_main=no
  1.1902 + fi
  1.1903 + 
  1.1904 +-rm -f core conftest.err conftest.$ac_objext \
  1.1905 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1906 +       conftest$ac_exeext conftest.$ac_ext
  1.1907 + LIBS=$ac_check_lib_save_LIBS
  1.1908 + fi
  1.1909 +@@ -7738,27 +7159,11 @@
  1.1910 +   rm -f conftest.er1
  1.1911 +   cat conftest.err >&5
  1.1912 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1913 +-  (exit $ac_status); } &&
  1.1914 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1915 +-  { (case "(($ac_try" in
  1.1916 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1917 +-  *) ac_try_echo=$ac_try;;
  1.1918 +-esac
  1.1919 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1920 +-  (eval "$ac_try") 2>&5
  1.1921 +-  ac_status=$?
  1.1922 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1923 +-  (exit $ac_status); }; } &&
  1.1924 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1925 +-  { (case "(($ac_try" in
  1.1926 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1927 +-  *) ac_try_echo=$ac_try;;
  1.1928 +-esac
  1.1929 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1930 +-  (eval "$ac_try") 2>&5
  1.1931 +-  ac_status=$?
  1.1932 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1933 +-  (exit $ac_status); }; }; then
  1.1934 ++  (exit $ac_status); } && {
  1.1935 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1936 ++	 test ! -s conftest.err
  1.1937 ++       } && test -s conftest$ac_exeext &&
  1.1938 ++       $as_test_x conftest$ac_exeext; then
  1.1939 +   ac_cv_lib_crypt_crypt=yes
  1.1940 + else
  1.1941 +   echo "$as_me: failed program was:" >&5
  1.1942 +@@ -7767,7 +7172,7 @@
  1.1943 + 	ac_cv_lib_crypt_crypt=no
  1.1944 + fi
  1.1945 + 
  1.1946 +-rm -f core conftest.err conftest.$ac_objext \
  1.1947 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1948 +       conftest$ac_exeext conftest.$ac_ext
  1.1949 + LIBS=$ac_check_lib_save_LIBS
  1.1950 + fi
  1.1951 +@@ -7818,27 +7223,11 @@
  1.1952 +   rm -f conftest.er1
  1.1953 +   cat conftest.err >&5
  1.1954 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1955 +-  (exit $ac_status); } &&
  1.1956 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1957 +-  { (case "(($ac_try" in
  1.1958 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1959 +-  *) ac_try_echo=$ac_try;;
  1.1960 +-esac
  1.1961 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1962 +-  (eval "$ac_try") 2>&5
  1.1963 +-  ac_status=$?
  1.1964 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1965 +-  (exit $ac_status); }; } &&
  1.1966 +-	 { ac_try='test -s conftest$ac_exeext'
  1.1967 +-  { (case "(($ac_try" in
  1.1968 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.1969 +-  *) ac_try_echo=$ac_try;;
  1.1970 +-esac
  1.1971 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.1972 +-  (eval "$ac_try") 2>&5
  1.1973 +-  ac_status=$?
  1.1974 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1975 +-  (exit $ac_status); }; }; then
  1.1976 ++  (exit $ac_status); } && {
  1.1977 ++	 test -z "$ac_cxx_werror_flag" ||
  1.1978 ++	 test ! -s conftest.err
  1.1979 ++       } && test -s conftest$ac_exeext &&
  1.1980 ++       $as_test_x conftest$ac_exeext; then
  1.1981 +   ac_cv_lib_c_crypt=yes
  1.1982 + else
  1.1983 +   echo "$as_me: failed program was:" >&5
  1.1984 +@@ -7847,7 +7236,7 @@
  1.1985 + 	ac_cv_lib_c_crypt=no
  1.1986 + fi
  1.1987 + 
  1.1988 +-rm -f core conftest.err conftest.$ac_objext \
  1.1989 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.1990 +       conftest$ac_exeext conftest.$ac_ext
  1.1991 + LIBS=$ac_check_lib_save_LIBS
  1.1992 + fi
  1.1993 +@@ -7925,27 +7314,10 @@
  1.1994 +   rm -f conftest.er1
  1.1995 +   cat conftest.err >&5
  1.1996 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.1997 +-  (exit $ac_status); } &&
  1.1998 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.1999 +-  { (case "(($ac_try" in
  1.2000 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2001 +-  *) ac_try_echo=$ac_try;;
  1.2002 +-esac
  1.2003 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2004 +-  (eval "$ac_try") 2>&5
  1.2005 +-  ac_status=$?
  1.2006 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2007 +-  (exit $ac_status); }; } &&
  1.2008 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2009 +-  { (case "(($ac_try" in
  1.2010 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2011 +-  *) ac_try_echo=$ac_try;;
  1.2012 +-esac
  1.2013 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2014 +-  (eval "$ac_try") 2>&5
  1.2015 +-  ac_status=$?
  1.2016 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2017 +-  (exit $ac_status); }; }; then
  1.2018 ++  (exit $ac_status); } && {
  1.2019 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2020 ++	 test ! -s conftest.err
  1.2021 ++       } && test -s conftest.$ac_objext; then
  1.2022 + 
  1.2023 +          kde_cv_socklen_t=yes
  1.2024 +          kde_cv_socklen_t_equiv=socklen_t
  1.2025 +@@ -8018,27 +7390,10 @@
  1.2026 +   rm -f conftest.er1
  1.2027 +   cat conftest.err >&5
  1.2028 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2029 +-  (exit $ac_status); } &&
  1.2030 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2031 +-  { (case "(($ac_try" in
  1.2032 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2033 +-  *) ac_try_echo=$ac_try;;
  1.2034 +-esac
  1.2035 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2036 +-  (eval "$ac_try") 2>&5
  1.2037 +-  ac_status=$?
  1.2038 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2039 +-  (exit $ac_status); }; } &&
  1.2040 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2041 +-  { (case "(($ac_try" in
  1.2042 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2043 +-  *) ac_try_echo=$ac_try;;
  1.2044 +-esac
  1.2045 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2046 +-  (eval "$ac_try") 2>&5
  1.2047 +-  ac_status=$?
  1.2048 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2049 +-  (exit $ac_status); }; }; then
  1.2050 ++  (exit $ac_status); } && {
  1.2051 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2052 ++	 test ! -s conftest.err
  1.2053 ++       } && test -s conftest.$ac_objext; then
  1.2054 + 
  1.2055 +                kde_cv_socklen_t_equiv="$t"
  1.2056 +                break
  1.2057 +@@ -8117,27 +7472,11 @@
  1.2058 +   rm -f conftest.er1
  1.2059 +   cat conftest.err >&5
  1.2060 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2061 +-  (exit $ac_status); } &&
  1.2062 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2063 +-  { (case "(($ac_try" in
  1.2064 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2065 +-  *) ac_try_echo=$ac_try;;
  1.2066 +-esac
  1.2067 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2068 +-  (eval "$ac_try") 2>&5
  1.2069 +-  ac_status=$?
  1.2070 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2071 +-  (exit $ac_status); }; } &&
  1.2072 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2073 +-  { (case "(($ac_try" in
  1.2074 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2075 +-  *) ac_try_echo=$ac_try;;
  1.2076 +-esac
  1.2077 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2078 +-  (eval "$ac_try") 2>&5
  1.2079 +-  ac_status=$?
  1.2080 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2081 +-  (exit $ac_status); }; }; then
  1.2082 ++  (exit $ac_status); } && {
  1.2083 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2084 ++	 test ! -s conftest.err
  1.2085 ++       } && test -s conftest$ac_exeext &&
  1.2086 ++       $as_test_x conftest$ac_exeext; then
  1.2087 +   ac_cv_lib_dnet_dnet_ntoa=yes
  1.2088 + else
  1.2089 +   echo "$as_me: failed program was:" >&5
  1.2090 +@@ -8146,7 +7485,7 @@
  1.2091 + 	ac_cv_lib_dnet_dnet_ntoa=no
  1.2092 + fi
  1.2093 + 
  1.2094 +-rm -f core conftest.err conftest.$ac_objext \
  1.2095 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2096 +       conftest$ac_exeext conftest.$ac_ext
  1.2097 + LIBS=$ac_check_lib_save_LIBS
  1.2098 + fi
  1.2099 +@@ -8199,27 +7538,11 @@
  1.2100 +   rm -f conftest.er1
  1.2101 +   cat conftest.err >&5
  1.2102 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2103 +-  (exit $ac_status); } &&
  1.2104 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2105 +-  { (case "(($ac_try" in
  1.2106 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2107 +-  *) ac_try_echo=$ac_try;;
  1.2108 +-esac
  1.2109 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2110 +-  (eval "$ac_try") 2>&5
  1.2111 +-  ac_status=$?
  1.2112 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2113 +-  (exit $ac_status); }; } &&
  1.2114 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2115 +-  { (case "(($ac_try" in
  1.2116 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2117 +-  *) ac_try_echo=$ac_try;;
  1.2118 +-esac
  1.2119 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2120 +-  (eval "$ac_try") 2>&5
  1.2121 +-  ac_status=$?
  1.2122 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2123 +-  (exit $ac_status); }; }; then
  1.2124 ++  (exit $ac_status); } && {
  1.2125 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2126 ++	 test ! -s conftest.err
  1.2127 ++       } && test -s conftest$ac_exeext &&
  1.2128 ++       $as_test_x conftest$ac_exeext; then
  1.2129 +   ac_cv_lib_dnet_stub_dnet_ntoa=yes
  1.2130 + else
  1.2131 +   echo "$as_me: failed program was:" >&5
  1.2132 +@@ -8228,7 +7551,7 @@
  1.2133 + 	ac_cv_lib_dnet_stub_dnet_ntoa=no
  1.2134 + fi
  1.2135 + 
  1.2136 +-rm -f core conftest.err conftest.$ac_objext \
  1.2137 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2138 +       conftest$ac_exeext conftest.$ac_ext
  1.2139 + LIBS=$ac_check_lib_save_LIBS
  1.2140 + fi
  1.2141 +@@ -8302,27 +7625,11 @@
  1.2142 +   rm -f conftest.er1
  1.2143 +   cat conftest.err >&5
  1.2144 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2145 +-  (exit $ac_status); } &&
  1.2146 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2147 +-  { (case "(($ac_try" in
  1.2148 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2149 +-  *) ac_try_echo=$ac_try;;
  1.2150 +-esac
  1.2151 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2152 +-  (eval "$ac_try") 2>&5
  1.2153 +-  ac_status=$?
  1.2154 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2155 +-  (exit $ac_status); }; } &&
  1.2156 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2157 +-  { (case "(($ac_try" in
  1.2158 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2159 +-  *) ac_try_echo=$ac_try;;
  1.2160 +-esac
  1.2161 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2162 +-  (eval "$ac_try") 2>&5
  1.2163 +-  ac_status=$?
  1.2164 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2165 +-  (exit $ac_status); }; }; then
  1.2166 ++  (exit $ac_status); } && {
  1.2167 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2168 ++	 test ! -s conftest.err
  1.2169 ++       } && test -s conftest$ac_exeext &&
  1.2170 ++       $as_test_x conftest$ac_exeext; then
  1.2171 +   ac_cv_func_inet_ntoa=yes
  1.2172 + else
  1.2173 +   echo "$as_me: failed program was:" >&5
  1.2174 +@@ -8331,7 +7638,7 @@
  1.2175 + 	ac_cv_func_inet_ntoa=no
  1.2176 + fi
  1.2177 + 
  1.2178 +-rm -f core conftest.err conftest.$ac_objext \
  1.2179 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2180 +       conftest$ac_exeext conftest.$ac_ext
  1.2181 + fi
  1.2182 + { echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
  1.2183 +@@ -8380,27 +7687,11 @@
  1.2184 +   rm -f conftest.er1
  1.2185 +   cat conftest.err >&5
  1.2186 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2187 +-  (exit $ac_status); } &&
  1.2188 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2189 +-  { (case "(($ac_try" in
  1.2190 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2191 +-  *) ac_try_echo=$ac_try;;
  1.2192 +-esac
  1.2193 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2194 +-  (eval "$ac_try") 2>&5
  1.2195 +-  ac_status=$?
  1.2196 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2197 +-  (exit $ac_status); }; } &&
  1.2198 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2199 +-  { (case "(($ac_try" in
  1.2200 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2201 +-  *) ac_try_echo=$ac_try;;
  1.2202 +-esac
  1.2203 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2204 +-  (eval "$ac_try") 2>&5
  1.2205 +-  ac_status=$?
  1.2206 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2207 +-  (exit $ac_status); }; }; then
  1.2208 ++  (exit $ac_status); } && {
  1.2209 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2210 ++	 test ! -s conftest.err
  1.2211 ++       } && test -s conftest$ac_exeext &&
  1.2212 ++       $as_test_x conftest$ac_exeext; then
  1.2213 +   ac_cv_lib_nsl_inet_ntoa=yes
  1.2214 + else
  1.2215 +   echo "$as_me: failed program was:" >&5
  1.2216 +@@ -8409,7 +7700,7 @@
  1.2217 + 	ac_cv_lib_nsl_inet_ntoa=no
  1.2218 + fi
  1.2219 + 
  1.2220 +-rm -f core conftest.err conftest.$ac_objext \
  1.2221 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2222 +       conftest$ac_exeext conftest.$ac_ext
  1.2223 + LIBS=$ac_check_lib_save_LIBS
  1.2224 + fi
  1.2225 +@@ -8483,27 +7774,11 @@
  1.2226 +   rm -f conftest.er1
  1.2227 +   cat conftest.err >&5
  1.2228 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2229 +-  (exit $ac_status); } &&
  1.2230 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2231 +-  { (case "(($ac_try" in
  1.2232 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2233 +-  *) ac_try_echo=$ac_try;;
  1.2234 +-esac
  1.2235 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2236 +-  (eval "$ac_try") 2>&5
  1.2237 +-  ac_status=$?
  1.2238 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2239 +-  (exit $ac_status); }; } &&
  1.2240 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2241 +-  { (case "(($ac_try" in
  1.2242 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2243 +-  *) ac_try_echo=$ac_try;;
  1.2244 +-esac
  1.2245 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2246 +-  (eval "$ac_try") 2>&5
  1.2247 +-  ac_status=$?
  1.2248 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2249 +-  (exit $ac_status); }; }; then
  1.2250 ++  (exit $ac_status); } && {
  1.2251 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2252 ++	 test ! -s conftest.err
  1.2253 ++       } && test -s conftest$ac_exeext &&
  1.2254 ++       $as_test_x conftest$ac_exeext; then
  1.2255 +   ac_cv_func_connect=yes
  1.2256 + else
  1.2257 +   echo "$as_me: failed program was:" >&5
  1.2258 +@@ -8512,7 +7787,7 @@
  1.2259 + 	ac_cv_func_connect=no
  1.2260 + fi
  1.2261 + 
  1.2262 +-rm -f core conftest.err conftest.$ac_objext \
  1.2263 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2264 +       conftest$ac_exeext conftest.$ac_ext
  1.2265 + fi
  1.2266 + { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
  1.2267 +@@ -8561,27 +7836,11 @@
  1.2268 +   rm -f conftest.er1
  1.2269 +   cat conftest.err >&5
  1.2270 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2271 +-  (exit $ac_status); } &&
  1.2272 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2273 +-  { (case "(($ac_try" in
  1.2274 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2275 +-  *) ac_try_echo=$ac_try;;
  1.2276 +-esac
  1.2277 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2278 +-  (eval "$ac_try") 2>&5
  1.2279 +-  ac_status=$?
  1.2280 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2281 +-  (exit $ac_status); }; } &&
  1.2282 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2283 +-  { (case "(($ac_try" in
  1.2284 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2285 +-  *) ac_try_echo=$ac_try;;
  1.2286 +-esac
  1.2287 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2288 +-  (eval "$ac_try") 2>&5
  1.2289 +-  ac_status=$?
  1.2290 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2291 +-  (exit $ac_status); }; }; then
  1.2292 ++  (exit $ac_status); } && {
  1.2293 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2294 ++	 test ! -s conftest.err
  1.2295 ++       } && test -s conftest$ac_exeext &&
  1.2296 ++       $as_test_x conftest$ac_exeext; then
  1.2297 +   ac_cv_lib_socket_connect=yes
  1.2298 + else
  1.2299 +   echo "$as_me: failed program was:" >&5
  1.2300 +@@ -8590,7 +7849,7 @@
  1.2301 + 	ac_cv_lib_socket_connect=no
  1.2302 + fi
  1.2303 + 
  1.2304 +-rm -f core conftest.err conftest.$ac_objext \
  1.2305 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2306 +       conftest$ac_exeext conftest.$ac_ext
  1.2307 + LIBS=$ac_check_lib_save_LIBS
  1.2308 + fi
  1.2309 +@@ -8665,27 +7924,11 @@
  1.2310 +   rm -f conftest.er1
  1.2311 +   cat conftest.err >&5
  1.2312 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2313 +-  (exit $ac_status); } &&
  1.2314 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2315 +-  { (case "(($ac_try" in
  1.2316 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2317 +-  *) ac_try_echo=$ac_try;;
  1.2318 +-esac
  1.2319 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2320 +-  (eval "$ac_try") 2>&5
  1.2321 +-  ac_status=$?
  1.2322 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2323 +-  (exit $ac_status); }; } &&
  1.2324 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2325 +-  { (case "(($ac_try" in
  1.2326 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2327 +-  *) ac_try_echo=$ac_try;;
  1.2328 +-esac
  1.2329 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2330 +-  (eval "$ac_try") 2>&5
  1.2331 +-  ac_status=$?
  1.2332 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2333 +-  (exit $ac_status); }; }; then
  1.2334 ++  (exit $ac_status); } && {
  1.2335 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2336 ++	 test ! -s conftest.err
  1.2337 ++       } && test -s conftest$ac_exeext &&
  1.2338 ++       $as_test_x conftest$ac_exeext; then
  1.2339 +   ac_cv_func_remove=yes
  1.2340 + else
  1.2341 +   echo "$as_me: failed program was:" >&5
  1.2342 +@@ -8694,7 +7937,7 @@
  1.2343 + 	ac_cv_func_remove=no
  1.2344 + fi
  1.2345 + 
  1.2346 +-rm -f core conftest.err conftest.$ac_objext \
  1.2347 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2348 +       conftest$ac_exeext conftest.$ac_ext
  1.2349 + fi
  1.2350 + { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
  1.2351 +@@ -8743,27 +7986,11 @@
  1.2352 +   rm -f conftest.er1
  1.2353 +   cat conftest.err >&5
  1.2354 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2355 +-  (exit $ac_status); } &&
  1.2356 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2357 +-  { (case "(($ac_try" in
  1.2358 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2359 +-  *) ac_try_echo=$ac_try;;
  1.2360 +-esac
  1.2361 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2362 +-  (eval "$ac_try") 2>&5
  1.2363 +-  ac_status=$?
  1.2364 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2365 +-  (exit $ac_status); }; } &&
  1.2366 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2367 +-  { (case "(($ac_try" in
  1.2368 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2369 +-  *) ac_try_echo=$ac_try;;
  1.2370 +-esac
  1.2371 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2372 +-  (eval "$ac_try") 2>&5
  1.2373 +-  ac_status=$?
  1.2374 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2375 +-  (exit $ac_status); }; }; then
  1.2376 ++  (exit $ac_status); } && {
  1.2377 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2378 ++	 test ! -s conftest.err
  1.2379 ++       } && test -s conftest$ac_exeext &&
  1.2380 ++       $as_test_x conftest$ac_exeext; then
  1.2381 +   ac_cv_lib_posix_remove=yes
  1.2382 + else
  1.2383 +   echo "$as_me: failed program was:" >&5
  1.2384 +@@ -8772,7 +7999,7 @@
  1.2385 + 	ac_cv_lib_posix_remove=no
  1.2386 + fi
  1.2387 + 
  1.2388 +-rm -f core conftest.err conftest.$ac_objext \
  1.2389 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2390 +       conftest$ac_exeext conftest.$ac_ext
  1.2391 + LIBS=$ac_check_lib_save_LIBS
  1.2392 + fi
  1.2393 +@@ -8848,27 +8075,11 @@
  1.2394 +   rm -f conftest.er1
  1.2395 +   cat conftest.err >&5
  1.2396 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2397 +-  (exit $ac_status); } &&
  1.2398 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2399 +-  { (case "(($ac_try" in
  1.2400 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2401 +-  *) ac_try_echo=$ac_try;;
  1.2402 +-esac
  1.2403 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2404 +-  (eval "$ac_try") 2>&5
  1.2405 +-  ac_status=$?
  1.2406 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2407 +-  (exit $ac_status); }; } &&
  1.2408 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2409 +-  { (case "(($ac_try" in
  1.2410 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2411 +-  *) ac_try_echo=$ac_try;;
  1.2412 +-esac
  1.2413 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2414 +-  (eval "$ac_try") 2>&5
  1.2415 +-  ac_status=$?
  1.2416 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2417 +-  (exit $ac_status); }; }; then
  1.2418 ++  (exit $ac_status); } && {
  1.2419 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2420 ++	 test ! -s conftest.err
  1.2421 ++       } && test -s conftest$ac_exeext &&
  1.2422 ++       $as_test_x conftest$ac_exeext; then
  1.2423 +   ac_cv_func_shmat=yes
  1.2424 + else
  1.2425 +   echo "$as_me: failed program was:" >&5
  1.2426 +@@ -8877,7 +8088,7 @@
  1.2427 + 	ac_cv_func_shmat=no
  1.2428 + fi
  1.2429 + 
  1.2430 +-rm -f core conftest.err conftest.$ac_objext \
  1.2431 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2432 +       conftest$ac_exeext conftest.$ac_ext
  1.2433 + fi
  1.2434 + { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
  1.2435 +@@ -8927,27 +8138,11 @@
  1.2436 +   rm -f conftest.er1
  1.2437 +   cat conftest.err >&5
  1.2438 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2439 +-  (exit $ac_status); } &&
  1.2440 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2441 +-  { (case "(($ac_try" in
  1.2442 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2443 +-  *) ac_try_echo=$ac_try;;
  1.2444 +-esac
  1.2445 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2446 +-  (eval "$ac_try") 2>&5
  1.2447 +-  ac_status=$?
  1.2448 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2449 +-  (exit $ac_status); }; } &&
  1.2450 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2451 +-  { (case "(($ac_try" in
  1.2452 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2453 +-  *) ac_try_echo=$ac_try;;
  1.2454 +-esac
  1.2455 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2456 +-  (eval "$ac_try") 2>&5
  1.2457 +-  ac_status=$?
  1.2458 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2459 +-  (exit $ac_status); }; }; then
  1.2460 ++  (exit $ac_status); } && {
  1.2461 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2462 ++	 test ! -s conftest.err
  1.2463 ++       } && test -s conftest$ac_exeext &&
  1.2464 ++       $as_test_x conftest$ac_exeext; then
  1.2465 +   ac_cv_lib_ipc_shmat=yes
  1.2466 + else
  1.2467 +   echo "$as_me: failed program was:" >&5
  1.2468 +@@ -8956,7 +8151,7 @@
  1.2469 + 	ac_cv_lib_ipc_shmat=no
  1.2470 + fi
  1.2471 + 
  1.2472 +-rm -f core conftest.err conftest.$ac_objext \
  1.2473 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2474 +       conftest$ac_exeext conftest.$ac_ext
  1.2475 + LIBS=$ac_check_lib_save_LIBS
  1.2476 + fi
  1.2477 +@@ -9010,27 +8205,10 @@
  1.2478 +   rm -f conftest.er1
  1.2479 +   cat conftest.err >&5
  1.2480 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2481 +-  (exit $ac_status); } &&
  1.2482 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2483 +-  { (case "(($ac_try" in
  1.2484 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2485 +-  *) ac_try_echo=$ac_try;;
  1.2486 +-esac
  1.2487 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2488 +-  (eval "$ac_try") 2>&5
  1.2489 +-  ac_status=$?
  1.2490 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2491 +-  (exit $ac_status); }; } &&
  1.2492 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2493 +-  { (case "(($ac_try" in
  1.2494 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2495 +-  *) ac_try_echo=$ac_try;;
  1.2496 +-esac
  1.2497 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2498 +-  (eval "$ac_try") 2>&5
  1.2499 +-  ac_status=$?
  1.2500 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2501 +-  (exit $ac_status); }; }; then
  1.2502 ++  (exit $ac_status); } && {
  1.2503 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2504 ++	 test ! -s conftest.err
  1.2505 ++       } && test -s conftest.$ac_objext; then
  1.2506 +   ac_header_compiler=yes
  1.2507 + else
  1.2508 +   echo "$as_me: failed program was:" >&5
  1.2509 +@@ -9066,17 +8244,10 @@
  1.2510 +   rm -f conftest.er1
  1.2511 +   cat conftest.err >&5
  1.2512 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2513 +-  (exit $ac_status); } >/dev/null; then
  1.2514 +-  if test -s conftest.err; then
  1.2515 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.2516 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.2517 +-  else
  1.2518 +-    ac_cpp_err=
  1.2519 +-  fi
  1.2520 +-else
  1.2521 +-  ac_cpp_err=yes
  1.2522 +-fi
  1.2523 +-if test -z "$ac_cpp_err"; then
  1.2524 ++  (exit $ac_status); } >/dev/null && {
  1.2525 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.2526 ++	 test ! -s conftest.err
  1.2527 ++       }; then
  1.2528 +   ac_header_preproc=yes
  1.2529 + else
  1.2530 +   echo "$as_me: failed program was:" >&5
  1.2531 +@@ -9176,27 +8347,10 @@
  1.2532 +   rm -f conftest.er1
  1.2533 +   cat conftest.err >&5
  1.2534 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2535 +-  (exit $ac_status); } &&
  1.2536 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2537 +-  { (case "(($ac_try" in
  1.2538 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2539 +-  *) ac_try_echo=$ac_try;;
  1.2540 +-esac
  1.2541 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2542 +-  (eval "$ac_try") 2>&5
  1.2543 +-  ac_status=$?
  1.2544 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2545 +-  (exit $ac_status); }; } &&
  1.2546 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2547 +-  { (case "(($ac_try" in
  1.2548 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2549 +-  *) ac_try_echo=$ac_try;;
  1.2550 +-esac
  1.2551 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2552 +-  (eval "$ac_try") 2>&5
  1.2553 +-  ac_status=$?
  1.2554 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2555 +-  (exit $ac_status); }; }; then
  1.2556 ++  (exit $ac_status); } && {
  1.2557 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2558 ++	 test ! -s conftest.err
  1.2559 ++       } && test -s conftest.$ac_objext; then
  1.2560 +   ac_header_compiler=yes
  1.2561 + else
  1.2562 +   echo "$as_me: failed program was:" >&5
  1.2563 +@@ -9232,17 +8386,10 @@
  1.2564 +   rm -f conftest.er1
  1.2565 +   cat conftest.err >&5
  1.2566 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2567 +-  (exit $ac_status); } >/dev/null; then
  1.2568 +-  if test -s conftest.err; then
  1.2569 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.2570 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.2571 +-  else
  1.2572 +-    ac_cpp_err=
  1.2573 +-  fi
  1.2574 +-else
  1.2575 +-  ac_cpp_err=yes
  1.2576 +-fi
  1.2577 +-if test -z "$ac_cpp_err"; then
  1.2578 ++  (exit $ac_status); } >/dev/null && {
  1.2579 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.2580 ++	 test ! -s conftest.err
  1.2581 ++       }; then
  1.2582 +   ac_header_preproc=yes
  1.2583 + else
  1.2584 +   echo "$as_me: failed program was:" >&5
  1.2585 +@@ -9345,27 +8492,11 @@
  1.2586 +   rm -f conftest.er1
  1.2587 +   cat conftest.err >&5
  1.2588 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2589 +-  (exit $ac_status); } &&
  1.2590 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2591 +-  { (case "(($ac_try" in
  1.2592 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2593 +-  *) ac_try_echo=$ac_try;;
  1.2594 +-esac
  1.2595 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2596 +-  (eval "$ac_try") 2>&5
  1.2597 +-  ac_status=$?
  1.2598 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2599 +-  (exit $ac_status); }; } &&
  1.2600 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2601 +-  { (case "(($ac_try" in
  1.2602 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2603 +-  *) ac_try_echo=$ac_try;;
  1.2604 +-esac
  1.2605 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2606 +-  (eval "$ac_try") 2>&5
  1.2607 +-  ac_status=$?
  1.2608 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2609 +-  (exit $ac_status); }; }; then
  1.2610 ++  (exit $ac_status); } && {
  1.2611 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2612 ++	 test ! -s conftest.err
  1.2613 ++       } && test -s conftest$ac_exeext &&
  1.2614 ++       $as_test_x conftest$ac_exeext; then
  1.2615 +   ac_cv_lib_poll_poll=yes
  1.2616 + else
  1.2617 +   echo "$as_me: failed program was:" >&5
  1.2618 +@@ -9374,7 +8505,7 @@
  1.2619 + 	ac_cv_lib_poll_poll=no
  1.2620 + fi
  1.2621 + 
  1.2622 +-rm -f core conftest.err conftest.$ac_objext \
  1.2623 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2624 +       conftest$ac_exeext conftest.$ac_ext
  1.2625 + LIBS=$ac_check_lib_save_LIBS
  1.2626 + fi
  1.2627 +@@ -9425,27 +8556,10 @@
  1.2628 +   rm -f conftest.er1
  1.2629 +   cat conftest.err >&5
  1.2630 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2631 +-  (exit $ac_status); } &&
  1.2632 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2633 +-  { (case "(($ac_try" in
  1.2634 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2635 +-  *) ac_try_echo=$ac_try;;
  1.2636 +-esac
  1.2637 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2638 +-  (eval "$ac_try") 2>&5
  1.2639 +-  ac_status=$?
  1.2640 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2641 +-  (exit $ac_status); }; } &&
  1.2642 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2643 +-  { (case "(($ac_try" in
  1.2644 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2645 +-  *) ac_try_echo=$ac_try;;
  1.2646 +-esac
  1.2647 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2648 +-  (eval "$ac_try") 2>&5
  1.2649 +-  ac_status=$?
  1.2650 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2651 +-  (exit $ac_status); }; }; then
  1.2652 ++  (exit $ac_status); } && {
  1.2653 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2654 ++	 test ! -s conftest.err
  1.2655 ++       } && test -s conftest.$ac_objext; then
  1.2656 +   ac_header_compiler=yes
  1.2657 + else
  1.2658 +   echo "$as_me: failed program was:" >&5
  1.2659 +@@ -9481,17 +8595,10 @@
  1.2660 +   rm -f conftest.er1
  1.2661 +   cat conftest.err >&5
  1.2662 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2663 +-  (exit $ac_status); } >/dev/null; then
  1.2664 +-  if test -s conftest.err; then
  1.2665 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.2666 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.2667 +-  else
  1.2668 +-    ac_cpp_err=
  1.2669 +-  fi
  1.2670 +-else
  1.2671 +-  ac_cpp_err=yes
  1.2672 +-fi
  1.2673 +-if test -z "$ac_cpp_err"; then
  1.2674 ++  (exit $ac_status); } >/dev/null && {
  1.2675 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.2676 ++	 test ! -s conftest.err
  1.2677 ++       }; then
  1.2678 +   ac_header_preproc=yes
  1.2679 + else
  1.2680 +   echo "$as_me: failed program was:" >&5
  1.2681 +@@ -9586,27 +8693,10 @@
  1.2682 +   rm -f conftest.er1
  1.2683 +   cat conftest.err >&5
  1.2684 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2685 +-  (exit $ac_status); } &&
  1.2686 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2687 +-  { (case "(($ac_try" in
  1.2688 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2689 +-  *) ac_try_echo=$ac_try;;
  1.2690 +-esac
  1.2691 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2692 +-  (eval "$ac_try") 2>&5
  1.2693 +-  ac_status=$?
  1.2694 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2695 +-  (exit $ac_status); }; } &&
  1.2696 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2697 +-  { (case "(($ac_try" in
  1.2698 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2699 +-  *) ac_try_echo=$ac_try;;
  1.2700 +-esac
  1.2701 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2702 +-  (eval "$ac_try") 2>&5
  1.2703 +-  ac_status=$?
  1.2704 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2705 +-  (exit $ac_status); }; }; then
  1.2706 ++  (exit $ac_status); } && {
  1.2707 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2708 ++	 test ! -s conftest.err
  1.2709 ++       } && test -s conftest.$ac_objext; then
  1.2710 +   ac_header_compiler=yes
  1.2711 + else
  1.2712 +   echo "$as_me: failed program was:" >&5
  1.2713 +@@ -9642,17 +8732,10 @@
  1.2714 +   rm -f conftest.er1
  1.2715 +   cat conftest.err >&5
  1.2716 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2717 +-  (exit $ac_status); } >/dev/null; then
  1.2718 +-  if test -s conftest.err; then
  1.2719 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.2720 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.2721 +-  else
  1.2722 +-    ac_cpp_err=
  1.2723 +-  fi
  1.2724 +-else
  1.2725 +-  ac_cpp_err=yes
  1.2726 +-fi
  1.2727 +-if test -z "$ac_cpp_err"; then
  1.2728 ++  (exit $ac_status); } >/dev/null && {
  1.2729 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.2730 ++	 test ! -s conftest.err
  1.2731 ++       }; then
  1.2732 +   ac_header_preproc=yes
  1.2733 + else
  1.2734 +   echo "$as_me: failed program was:" >&5
  1.2735 +@@ -9754,27 +8837,11 @@
  1.2736 +   rm -f conftest.er1
  1.2737 +   cat conftest.err >&5
  1.2738 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2739 +-  (exit $ac_status); } &&
  1.2740 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2741 +-  { (case "(($ac_try" in
  1.2742 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2743 +-  *) ac_try_echo=$ac_try;;
  1.2744 +-esac
  1.2745 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2746 +-  (eval "$ac_try") 2>&5
  1.2747 +-  ac_status=$?
  1.2748 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2749 +-  (exit $ac_status); }; } &&
  1.2750 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2751 +-  { (case "(($ac_try" in
  1.2752 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2753 +-  *) ac_try_echo=$ac_try;;
  1.2754 +-esac
  1.2755 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2756 +-  (eval "$ac_try") 2>&5
  1.2757 +-  ac_status=$?
  1.2758 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2759 +-  (exit $ac_status); }; }; then
  1.2760 ++  (exit $ac_status); } && {
  1.2761 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2762 ++	 test ! -s conftest.err
  1.2763 ++       } && test -s conftest$ac_exeext &&
  1.2764 ++       $as_test_x conftest$ac_exeext; then
  1.2765 + 
  1.2766 +       LIBRESOLV="-lresolv"
  1.2767 +       { echo "$as_me:$LINENO: result: yes" >&5
  1.2768 +@@ -9794,7 +8861,7 @@
  1.2769 + 
  1.2770 + fi
  1.2771 + 
  1.2772 +-rm -f core conftest.err conftest.$ac_objext \
  1.2773 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2774 +       conftest$ac_exeext conftest.$ac_ext
  1.2775 +   LIBS=$kde_libs_safe
  1.2776 + 
  1.2777 +@@ -9861,27 +8928,10 @@
  1.2778 +   rm -f conftest.er1
  1.2779 +   cat conftest.err >&5
  1.2780 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2781 +-  (exit $ac_status); } &&
  1.2782 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2783 +-  { (case "(($ac_try" in
  1.2784 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2785 +-  *) ac_try_echo=$ac_try;;
  1.2786 +-esac
  1.2787 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2788 +-  (eval "$ac_try") 2>&5
  1.2789 +-  ac_status=$?
  1.2790 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2791 +-  (exit $ac_status); }; } &&
  1.2792 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2793 +-  { (case "(($ac_try" in
  1.2794 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2795 +-  *) ac_try_echo=$ac_try;;
  1.2796 +-esac
  1.2797 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2798 +-  (eval "$ac_try") 2>&5
  1.2799 +-  ac_status=$?
  1.2800 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2801 +-  (exit $ac_status); }; }; then
  1.2802 ++  (exit $ac_status); } && {
  1.2803 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2804 ++	 test ! -s conftest.err
  1.2805 ++       } && test -s conftest.$ac_objext; then
  1.2806 +   kde_cv_func_res_init=yes
  1.2807 + else
  1.2808 +   echo "$as_me: failed program was:" >&5
  1.2809 +@@ -9978,27 +9028,11 @@
  1.2810 +   rm -f conftest.er1
  1.2811 +   cat conftest.err >&5
  1.2812 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2813 +-  (exit $ac_status); } &&
  1.2814 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2815 +-  { (case "(($ac_try" in
  1.2816 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2817 +-  *) ac_try_echo=$ac_try;;
  1.2818 +-esac
  1.2819 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2820 +-  (eval "$ac_try") 2>&5
  1.2821 +-  ac_status=$?
  1.2822 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2823 +-  (exit $ac_status); }; } &&
  1.2824 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2825 +-  { (case "(($ac_try" in
  1.2826 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2827 +-  *) ac_try_echo=$ac_try;;
  1.2828 +-esac
  1.2829 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2830 +-  (eval "$ac_try") 2>&5
  1.2831 +-  ac_status=$?
  1.2832 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2833 +-  (exit $ac_status); }; }; then
  1.2834 ++  (exit $ac_status); } && {
  1.2835 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2836 ++	 test ! -s conftest.err
  1.2837 ++       } && test -s conftest$ac_exeext &&
  1.2838 ++       $as_test_x conftest$ac_exeext; then
  1.2839 +    kde_cv_func_res_init=yes
  1.2840 +   kde_cv_proto_res_init=yes
  1.2841 + else
  1.2842 +@@ -10009,7 +9043,7 @@
  1.2843 + 
  1.2844 + fi
  1.2845 + 
  1.2846 +-rm -f core conftest.err conftest.$ac_objext \
  1.2847 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2848 +       conftest$ac_exeext conftest.$ac_ext
  1.2849 + LIBS=$kde_safe_libs
  1.2850 + ac_ext=cpp
  1.2851 +@@ -10092,27 +9126,11 @@
  1.2852 +   rm -f conftest.er1
  1.2853 +   cat conftest.err >&5
  1.2854 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2855 +-  (exit $ac_status); } &&
  1.2856 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2857 +-  { (case "(($ac_try" in
  1.2858 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2859 +-  *) ac_try_echo=$ac_try;;
  1.2860 +-esac
  1.2861 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2862 +-  (eval "$ac_try") 2>&5
  1.2863 +-  ac_status=$?
  1.2864 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2865 +-  (exit $ac_status); }; } &&
  1.2866 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2867 +-  { (case "(($ac_try" in
  1.2868 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2869 +-  *) ac_try_echo=$ac_try;;
  1.2870 +-esac
  1.2871 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2872 +-  (eval "$ac_try") 2>&5
  1.2873 +-  ac_status=$?
  1.2874 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2875 +-  (exit $ac_status); }; }; then
  1.2876 ++  (exit $ac_status); } && {
  1.2877 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2878 ++	 test ! -s conftest.err
  1.2879 ++       } && test -s conftest$ac_exeext &&
  1.2880 ++       $as_test_x conftest$ac_exeext; then
  1.2881 +   ac_cv_lib_ucb_killpg=yes
  1.2882 + else
  1.2883 +   echo "$as_me: failed program was:" >&5
  1.2884 +@@ -10121,7 +9139,7 @@
  1.2885 + 	ac_cv_lib_ucb_killpg=no
  1.2886 + fi
  1.2887 + 
  1.2888 +-rm -f core conftest.err conftest.$ac_objext \
  1.2889 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2890 +       conftest$ac_exeext conftest.$ac_ext
  1.2891 + LIBS=$ac_check_lib_save_LIBS
  1.2892 + fi
  1.2893 +@@ -10180,27 +9198,11 @@
  1.2894 +   rm -f conftest.er1
  1.2895 +   cat conftest.err >&5
  1.2896 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2897 +-  (exit $ac_status); } &&
  1.2898 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2899 +-  { (case "(($ac_try" in
  1.2900 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2901 +-  *) ac_try_echo=$ac_try;;
  1.2902 +-esac
  1.2903 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2904 +-  (eval "$ac_try") 2>&5
  1.2905 +-  ac_status=$?
  1.2906 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2907 +-  (exit $ac_status); }; } &&
  1.2908 +-	 { ac_try='test -s conftest$ac_exeext'
  1.2909 +-  { (case "(($ac_try" in
  1.2910 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2911 +-  *) ac_try_echo=$ac_try;;
  1.2912 +-esac
  1.2913 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2914 +-  (eval "$ac_try") 2>&5
  1.2915 +-  ac_status=$?
  1.2916 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2917 +-  (exit $ac_status); }; }; then
  1.2918 ++  (exit $ac_status); } && {
  1.2919 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2920 ++	 test ! -s conftest.err
  1.2921 ++       } && test -s conftest$ac_exeext &&
  1.2922 ++       $as_test_x conftest$ac_exeext; then
  1.2923 +   ac_cv_lib_bsd_gethostbyname=yes
  1.2924 + else
  1.2925 +   echo "$as_me: failed program was:" >&5
  1.2926 +@@ -10209,7 +9211,7 @@
  1.2927 + 	ac_cv_lib_bsd_gethostbyname=no
  1.2928 + fi
  1.2929 + 
  1.2930 +-rm -f core conftest.err conftest.$ac_objext \
  1.2931 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.2932 +       conftest$ac_exeext conftest.$ac_ext
  1.2933 + LIBS=$ac_check_lib_save_LIBS
  1.2934 + fi
  1.2935 +@@ -10258,27 +9260,10 @@
  1.2936 +   rm -f conftest.er1
  1.2937 +   cat conftest.err >&5
  1.2938 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2939 +-  (exit $ac_status); } &&
  1.2940 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.2941 +-  { (case "(($ac_try" in
  1.2942 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2943 +-  *) ac_try_echo=$ac_try;;
  1.2944 +-esac
  1.2945 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2946 +-  (eval "$ac_try") 2>&5
  1.2947 +-  ac_status=$?
  1.2948 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2949 +-  (exit $ac_status); }; } &&
  1.2950 +-	 { ac_try='test -s conftest.$ac_objext'
  1.2951 +-  { (case "(($ac_try" in
  1.2952 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.2953 +-  *) ac_try_echo=$ac_try;;
  1.2954 +-esac
  1.2955 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.2956 +-  (eval "$ac_try") 2>&5
  1.2957 +-  ac_status=$?
  1.2958 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.2959 +-  (exit $ac_status); }; }; then
  1.2960 ++  (exit $ac_status); } && {
  1.2961 ++	 test -z "$ac_cxx_werror_flag" ||
  1.2962 ++	 test ! -s conftest.err
  1.2963 ++       } && test -s conftest.$ac_objext; then
  1.2964 +   ac_cv_type_int=yes
  1.2965 + else
  1.2966 +   echo "$as_me: failed program was:" >&5
  1.2967 +@@ -10292,16 +9277,15 @@
  1.2968 + { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
  1.2969 + echo "${ECHO_T}$ac_cv_type_int" >&6; }
  1.2970 + 
  1.2971 ++# The cast to long int works around a bug in the HP C Compiler
  1.2972 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.2973 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.2974 ++# This bug is HP SR number 8606223364.
  1.2975 + { echo "$as_me:$LINENO: checking size of int" >&5
  1.2976 + echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
  1.2977 + if test "${ac_cv_sizeof_int+set}" = set; then
  1.2978 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.2979 + else
  1.2980 +-  if test "$ac_cv_type_int" = yes; then
  1.2981 +-  # The cast to long int works around a bug in the HP C Compiler
  1.2982 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.2983 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.2984 +-  # This bug is HP SR number 8606223364.
  1.2985 +   if test "$cross_compiling" = yes; then
  1.2986 +   # Depending upon the size, compute the lo and hi bounds.
  1.2987 + cat >conftest.$ac_ext <<_ACEOF
  1.2988 +@@ -10311,7 +9295,7 @@
  1.2989 + cat >>conftest.$ac_ext <<_ACEOF
  1.2990 + /* end confdefs.h.  */
  1.2991 + $ac_includes_default
  1.2992 +-		   typedef int ac__type_sizeof_;
  1.2993 ++   typedef int ac__type_sizeof_;
  1.2994 + int
  1.2995 + main ()
  1.2996 + {
  1.2997 +@@ -10335,27 +9319,10 @@
  1.2998 +   rm -f conftest.er1
  1.2999 +   cat conftest.err >&5
  1.3000 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3001 +-  (exit $ac_status); } &&
  1.3002 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3003 +-  { (case "(($ac_try" in
  1.3004 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3005 +-  *) ac_try_echo=$ac_try;;
  1.3006 +-esac
  1.3007 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3008 +-  (eval "$ac_try") 2>&5
  1.3009 +-  ac_status=$?
  1.3010 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3011 +-  (exit $ac_status); }; } &&
  1.3012 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3013 +-  { (case "(($ac_try" in
  1.3014 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3015 +-  *) ac_try_echo=$ac_try;;
  1.3016 +-esac
  1.3017 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3018 +-  (eval "$ac_try") 2>&5
  1.3019 +-  ac_status=$?
  1.3020 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3021 +-  (exit $ac_status); }; }; then
  1.3022 ++  (exit $ac_status); } && {
  1.3023 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3024 ++	 test ! -s conftest.err
  1.3025 ++       } && test -s conftest.$ac_objext; then
  1.3026 +   ac_lo=0 ac_mid=0
  1.3027 +   while :; do
  1.3028 +     cat >conftest.$ac_ext <<_ACEOF
  1.3029 +@@ -10365,7 +9332,7 @@
  1.3030 + cat >>conftest.$ac_ext <<_ACEOF
  1.3031 + /* end confdefs.h.  */
  1.3032 + $ac_includes_default
  1.3033 +-		   typedef int ac__type_sizeof_;
  1.3034 ++   typedef int ac__type_sizeof_;
  1.3035 + int
  1.3036 + main ()
  1.3037 + {
  1.3038 +@@ -10389,27 +9356,10 @@
  1.3039 +   rm -f conftest.er1
  1.3040 +   cat conftest.err >&5
  1.3041 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3042 +-  (exit $ac_status); } &&
  1.3043 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3044 +-  { (case "(($ac_try" in
  1.3045 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3046 +-  *) ac_try_echo=$ac_try;;
  1.3047 +-esac
  1.3048 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3049 +-  (eval "$ac_try") 2>&5
  1.3050 +-  ac_status=$?
  1.3051 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3052 +-  (exit $ac_status); }; } &&
  1.3053 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3054 +-  { (case "(($ac_try" in
  1.3055 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3056 +-  *) ac_try_echo=$ac_try;;
  1.3057 +-esac
  1.3058 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3059 +-  (eval "$ac_try") 2>&5
  1.3060 +-  ac_status=$?
  1.3061 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3062 +-  (exit $ac_status); }; }; then
  1.3063 ++  (exit $ac_status); } && {
  1.3064 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3065 ++	 test ! -s conftest.err
  1.3066 ++       } && test -s conftest.$ac_objext; then
  1.3067 +   ac_hi=$ac_mid; break
  1.3068 + else
  1.3069 +   echo "$as_me: failed program was:" >&5
  1.3070 +@@ -10436,7 +9386,7 @@
  1.3071 + cat >>conftest.$ac_ext <<_ACEOF
  1.3072 + /* end confdefs.h.  */
  1.3073 + $ac_includes_default
  1.3074 +-		   typedef int ac__type_sizeof_;
  1.3075 ++   typedef int ac__type_sizeof_;
  1.3076 + int
  1.3077 + main ()
  1.3078 + {
  1.3079 +@@ -10460,27 +9410,10 @@
  1.3080 +   rm -f conftest.er1
  1.3081 +   cat conftest.err >&5
  1.3082 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3083 +-  (exit $ac_status); } &&
  1.3084 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3085 +-  { (case "(($ac_try" in
  1.3086 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3087 +-  *) ac_try_echo=$ac_try;;
  1.3088 +-esac
  1.3089 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3090 +-  (eval "$ac_try") 2>&5
  1.3091 +-  ac_status=$?
  1.3092 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3093 +-  (exit $ac_status); }; } &&
  1.3094 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3095 +-  { (case "(($ac_try" in
  1.3096 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3097 +-  *) ac_try_echo=$ac_try;;
  1.3098 +-esac
  1.3099 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3100 +-  (eval "$ac_try") 2>&5
  1.3101 +-  ac_status=$?
  1.3102 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3103 +-  (exit $ac_status); }; }; then
  1.3104 ++  (exit $ac_status); } && {
  1.3105 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3106 ++	 test ! -s conftest.err
  1.3107 ++       } && test -s conftest.$ac_objext; then
  1.3108 +   ac_hi=-1 ac_mid=-1
  1.3109 +   while :; do
  1.3110 +     cat >conftest.$ac_ext <<_ACEOF
  1.3111 +@@ -10490,7 +9423,7 @@
  1.3112 + cat >>conftest.$ac_ext <<_ACEOF
  1.3113 + /* end confdefs.h.  */
  1.3114 + $ac_includes_default
  1.3115 +-		   typedef int ac__type_sizeof_;
  1.3116 ++   typedef int ac__type_sizeof_;
  1.3117 + int
  1.3118 + main ()
  1.3119 + {
  1.3120 +@@ -10514,27 +9447,10 @@
  1.3121 +   rm -f conftest.er1
  1.3122 +   cat conftest.err >&5
  1.3123 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3124 +-  (exit $ac_status); } &&
  1.3125 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3126 +-  { (case "(($ac_try" in
  1.3127 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3128 +-  *) ac_try_echo=$ac_try;;
  1.3129 +-esac
  1.3130 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3131 +-  (eval "$ac_try") 2>&5
  1.3132 +-  ac_status=$?
  1.3133 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3134 +-  (exit $ac_status); }; } &&
  1.3135 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3136 +-  { (case "(($ac_try" in
  1.3137 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3138 +-  *) ac_try_echo=$ac_try;;
  1.3139 +-esac
  1.3140 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3141 +-  (eval "$ac_try") 2>&5
  1.3142 +-  ac_status=$?
  1.3143 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3144 +-  (exit $ac_status); }; }; then
  1.3145 ++  (exit $ac_status); } && {
  1.3146 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3147 ++	 test ! -s conftest.err
  1.3148 ++       } && test -s conftest.$ac_objext; then
  1.3149 +   ac_lo=$ac_mid; break
  1.3150 + else
  1.3151 +   echo "$as_me: failed program was:" >&5
  1.3152 +@@ -10571,7 +9487,7 @@
  1.3153 + cat >>conftest.$ac_ext <<_ACEOF
  1.3154 + /* end confdefs.h.  */
  1.3155 + $ac_includes_default
  1.3156 +-		   typedef int ac__type_sizeof_;
  1.3157 ++   typedef int ac__type_sizeof_;
  1.3158 + int
  1.3159 + main ()
  1.3160 + {
  1.3161 +@@ -10595,27 +9511,10 @@
  1.3162 +   rm -f conftest.er1
  1.3163 +   cat conftest.err >&5
  1.3164 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3165 +-  (exit $ac_status); } &&
  1.3166 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3167 +-  { (case "(($ac_try" in
  1.3168 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3169 +-  *) ac_try_echo=$ac_try;;
  1.3170 +-esac
  1.3171 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3172 +-  (eval "$ac_try") 2>&5
  1.3173 +-  ac_status=$?
  1.3174 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3175 +-  (exit $ac_status); }; } &&
  1.3176 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3177 +-  { (case "(($ac_try" in
  1.3178 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3179 +-  *) ac_try_echo=$ac_try;;
  1.3180 +-esac
  1.3181 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3182 +-  (eval "$ac_try") 2>&5
  1.3183 +-  ac_status=$?
  1.3184 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3185 +-  (exit $ac_status); }; }; then
  1.3186 ++  (exit $ac_status); } && {
  1.3187 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3188 ++	 test ! -s conftest.err
  1.3189 ++       } && test -s conftest.$ac_objext; then
  1.3190 +   ac_hi=$ac_mid
  1.3191 + else
  1.3192 +   echo "$as_me: failed program was:" >&5
  1.3193 +@@ -10628,11 +9527,15 @@
  1.3194 + done
  1.3195 + case $ac_lo in
  1.3196 + ?*) ac_cv_sizeof_int=$ac_lo;;
  1.3197 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1.3198 ++'') if test "$ac_cv_type_int" = yes; then
  1.3199 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1.3200 + See \`config.log' for more details." >&5
  1.3201 + echo "$as_me: error: cannot compute sizeof (int)
  1.3202 + See \`config.log' for more details." >&2;}
  1.3203 +-   { (exit 77); exit 77; }; } ;;
  1.3204 ++   { (exit 77); exit 77; }; }
  1.3205 ++   else
  1.3206 ++     ac_cv_sizeof_int=0
  1.3207 ++   fi ;;
  1.3208 + esac
  1.3209 + else
  1.3210 +   cat >conftest.$ac_ext <<_ACEOF
  1.3211 +@@ -10642,7 +9545,7 @@
  1.3212 + cat >>conftest.$ac_ext <<_ACEOF
  1.3213 + /* end confdefs.h.  */
  1.3214 + $ac_includes_default
  1.3215 +-		   typedef int ac__type_sizeof_;
  1.3216 ++   typedef int ac__type_sizeof_;
  1.3217 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3218 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3219 + #include <stdio.h>
  1.3220 +@@ -10701,21 +9604,25 @@
  1.3221 + sed 's/^/| /' conftest.$ac_ext >&5
  1.3222 + 
  1.3223 + ( exit $ac_status )
  1.3224 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1.3225 ++if test "$ac_cv_type_int" = yes; then
  1.3226 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
  1.3227 + See \`config.log' for more details." >&5
  1.3228 + echo "$as_me: error: cannot compute sizeof (int)
  1.3229 + See \`config.log' for more details." >&2;}
  1.3230 +    { (exit 77); exit 77; }; }
  1.3231 ++   else
  1.3232 ++     ac_cv_sizeof_int=0
  1.3233 ++   fi
  1.3234 + fi
  1.3235 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.3236 + fi
  1.3237 + rm -f conftest.val
  1.3238 +-else
  1.3239 +-  ac_cv_sizeof_int=0
  1.3240 +-fi
  1.3241 + fi
  1.3242 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
  1.3243 + echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
  1.3244 ++
  1.3245 ++
  1.3246 ++
  1.3247 + cat >>confdefs.h <<_ACEOF
  1.3248 + #define SIZEOF_INT $ac_cv_sizeof_int
  1.3249 + _ACEOF
  1.3250 +@@ -10757,27 +9664,10 @@
  1.3251 +   rm -f conftest.er1
  1.3252 +   cat conftest.err >&5
  1.3253 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3254 +-  (exit $ac_status); } &&
  1.3255 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3256 +-  { (case "(($ac_try" in
  1.3257 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3258 +-  *) ac_try_echo=$ac_try;;
  1.3259 +-esac
  1.3260 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3261 +-  (eval "$ac_try") 2>&5
  1.3262 +-  ac_status=$?
  1.3263 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3264 +-  (exit $ac_status); }; } &&
  1.3265 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3266 +-  { (case "(($ac_try" in
  1.3267 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3268 +-  *) ac_try_echo=$ac_try;;
  1.3269 +-esac
  1.3270 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3271 +-  (eval "$ac_try") 2>&5
  1.3272 +-  ac_status=$?
  1.3273 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3274 +-  (exit $ac_status); }; }; then
  1.3275 ++  (exit $ac_status); } && {
  1.3276 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3277 ++	 test ! -s conftest.err
  1.3278 ++       } && test -s conftest.$ac_objext; then
  1.3279 +   ac_cv_type_short=yes
  1.3280 + else
  1.3281 +   echo "$as_me: failed program was:" >&5
  1.3282 +@@ -10791,16 +9681,15 @@
  1.3283 + { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
  1.3284 + echo "${ECHO_T}$ac_cv_type_short" >&6; }
  1.3285 + 
  1.3286 ++# The cast to long int works around a bug in the HP C Compiler
  1.3287 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3288 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3289 ++# This bug is HP SR number 8606223364.
  1.3290 + { echo "$as_me:$LINENO: checking size of short" >&5
  1.3291 + echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
  1.3292 + if test "${ac_cv_sizeof_short+set}" = set; then
  1.3293 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3294 + else
  1.3295 +-  if test "$ac_cv_type_short" = yes; then
  1.3296 +-  # The cast to long int works around a bug in the HP C Compiler
  1.3297 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3298 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3299 +-  # This bug is HP SR number 8606223364.
  1.3300 +   if test "$cross_compiling" = yes; then
  1.3301 +   # Depending upon the size, compute the lo and hi bounds.
  1.3302 + cat >conftest.$ac_ext <<_ACEOF
  1.3303 +@@ -10810,7 +9699,7 @@
  1.3304 + cat >>conftest.$ac_ext <<_ACEOF
  1.3305 + /* end confdefs.h.  */
  1.3306 + $ac_includes_default
  1.3307 +-		   typedef short ac__type_sizeof_;
  1.3308 ++   typedef short ac__type_sizeof_;
  1.3309 + int
  1.3310 + main ()
  1.3311 + {
  1.3312 +@@ -10834,27 +9723,10 @@
  1.3313 +   rm -f conftest.er1
  1.3314 +   cat conftest.err >&5
  1.3315 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3316 +-  (exit $ac_status); } &&
  1.3317 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3318 +-  { (case "(($ac_try" in
  1.3319 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3320 +-  *) ac_try_echo=$ac_try;;
  1.3321 +-esac
  1.3322 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3323 +-  (eval "$ac_try") 2>&5
  1.3324 +-  ac_status=$?
  1.3325 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3326 +-  (exit $ac_status); }; } &&
  1.3327 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3328 +-  { (case "(($ac_try" in
  1.3329 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3330 +-  *) ac_try_echo=$ac_try;;
  1.3331 +-esac
  1.3332 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3333 +-  (eval "$ac_try") 2>&5
  1.3334 +-  ac_status=$?
  1.3335 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3336 +-  (exit $ac_status); }; }; then
  1.3337 ++  (exit $ac_status); } && {
  1.3338 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3339 ++	 test ! -s conftest.err
  1.3340 ++       } && test -s conftest.$ac_objext; then
  1.3341 +   ac_lo=0 ac_mid=0
  1.3342 +   while :; do
  1.3343 +     cat >conftest.$ac_ext <<_ACEOF
  1.3344 +@@ -10864,7 +9736,7 @@
  1.3345 + cat >>conftest.$ac_ext <<_ACEOF
  1.3346 + /* end confdefs.h.  */
  1.3347 + $ac_includes_default
  1.3348 +-		   typedef short ac__type_sizeof_;
  1.3349 ++   typedef short ac__type_sizeof_;
  1.3350 + int
  1.3351 + main ()
  1.3352 + {
  1.3353 +@@ -10888,27 +9760,10 @@
  1.3354 +   rm -f conftest.er1
  1.3355 +   cat conftest.err >&5
  1.3356 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3357 +-  (exit $ac_status); } &&
  1.3358 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3359 +-  { (case "(($ac_try" in
  1.3360 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3361 +-  *) ac_try_echo=$ac_try;;
  1.3362 +-esac
  1.3363 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3364 +-  (eval "$ac_try") 2>&5
  1.3365 +-  ac_status=$?
  1.3366 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3367 +-  (exit $ac_status); }; } &&
  1.3368 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3369 +-  { (case "(($ac_try" in
  1.3370 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3371 +-  *) ac_try_echo=$ac_try;;
  1.3372 +-esac
  1.3373 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3374 +-  (eval "$ac_try") 2>&5
  1.3375 +-  ac_status=$?
  1.3376 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3377 +-  (exit $ac_status); }; }; then
  1.3378 ++  (exit $ac_status); } && {
  1.3379 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3380 ++	 test ! -s conftest.err
  1.3381 ++       } && test -s conftest.$ac_objext; then
  1.3382 +   ac_hi=$ac_mid; break
  1.3383 + else
  1.3384 +   echo "$as_me: failed program was:" >&5
  1.3385 +@@ -10935,7 +9790,7 @@
  1.3386 + cat >>conftest.$ac_ext <<_ACEOF
  1.3387 + /* end confdefs.h.  */
  1.3388 + $ac_includes_default
  1.3389 +-		   typedef short ac__type_sizeof_;
  1.3390 ++   typedef short ac__type_sizeof_;
  1.3391 + int
  1.3392 + main ()
  1.3393 + {
  1.3394 +@@ -10959,27 +9814,10 @@
  1.3395 +   rm -f conftest.er1
  1.3396 +   cat conftest.err >&5
  1.3397 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3398 +-  (exit $ac_status); } &&
  1.3399 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3400 +-  { (case "(($ac_try" in
  1.3401 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3402 +-  *) ac_try_echo=$ac_try;;
  1.3403 +-esac
  1.3404 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3405 +-  (eval "$ac_try") 2>&5
  1.3406 +-  ac_status=$?
  1.3407 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3408 +-  (exit $ac_status); }; } &&
  1.3409 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3410 +-  { (case "(($ac_try" in
  1.3411 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3412 +-  *) ac_try_echo=$ac_try;;
  1.3413 +-esac
  1.3414 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3415 +-  (eval "$ac_try") 2>&5
  1.3416 +-  ac_status=$?
  1.3417 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3418 +-  (exit $ac_status); }; }; then
  1.3419 ++  (exit $ac_status); } && {
  1.3420 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3421 ++	 test ! -s conftest.err
  1.3422 ++       } && test -s conftest.$ac_objext; then
  1.3423 +   ac_hi=-1 ac_mid=-1
  1.3424 +   while :; do
  1.3425 +     cat >conftest.$ac_ext <<_ACEOF
  1.3426 +@@ -10989,7 +9827,7 @@
  1.3427 + cat >>conftest.$ac_ext <<_ACEOF
  1.3428 + /* end confdefs.h.  */
  1.3429 + $ac_includes_default
  1.3430 +-		   typedef short ac__type_sizeof_;
  1.3431 ++   typedef short ac__type_sizeof_;
  1.3432 + int
  1.3433 + main ()
  1.3434 + {
  1.3435 +@@ -11013,27 +9851,10 @@
  1.3436 +   rm -f conftest.er1
  1.3437 +   cat conftest.err >&5
  1.3438 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3439 +-  (exit $ac_status); } &&
  1.3440 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3441 +-  { (case "(($ac_try" in
  1.3442 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3443 +-  *) ac_try_echo=$ac_try;;
  1.3444 +-esac
  1.3445 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3446 +-  (eval "$ac_try") 2>&5
  1.3447 +-  ac_status=$?
  1.3448 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3449 +-  (exit $ac_status); }; } &&
  1.3450 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3451 +-  { (case "(($ac_try" in
  1.3452 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3453 +-  *) ac_try_echo=$ac_try;;
  1.3454 +-esac
  1.3455 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3456 +-  (eval "$ac_try") 2>&5
  1.3457 +-  ac_status=$?
  1.3458 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3459 +-  (exit $ac_status); }; }; then
  1.3460 ++  (exit $ac_status); } && {
  1.3461 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3462 ++	 test ! -s conftest.err
  1.3463 ++       } && test -s conftest.$ac_objext; then
  1.3464 +   ac_lo=$ac_mid; break
  1.3465 + else
  1.3466 +   echo "$as_me: failed program was:" >&5
  1.3467 +@@ -11070,7 +9891,7 @@
  1.3468 + cat >>conftest.$ac_ext <<_ACEOF
  1.3469 + /* end confdefs.h.  */
  1.3470 + $ac_includes_default
  1.3471 +-		   typedef short ac__type_sizeof_;
  1.3472 ++   typedef short ac__type_sizeof_;
  1.3473 + int
  1.3474 + main ()
  1.3475 + {
  1.3476 +@@ -11094,27 +9915,10 @@
  1.3477 +   rm -f conftest.er1
  1.3478 +   cat conftest.err >&5
  1.3479 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3480 +-  (exit $ac_status); } &&
  1.3481 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3482 +-  { (case "(($ac_try" in
  1.3483 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3484 +-  *) ac_try_echo=$ac_try;;
  1.3485 +-esac
  1.3486 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3487 +-  (eval "$ac_try") 2>&5
  1.3488 +-  ac_status=$?
  1.3489 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3490 +-  (exit $ac_status); }; } &&
  1.3491 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3492 +-  { (case "(($ac_try" in
  1.3493 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3494 +-  *) ac_try_echo=$ac_try;;
  1.3495 +-esac
  1.3496 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3497 +-  (eval "$ac_try") 2>&5
  1.3498 +-  ac_status=$?
  1.3499 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3500 +-  (exit $ac_status); }; }; then
  1.3501 ++  (exit $ac_status); } && {
  1.3502 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3503 ++	 test ! -s conftest.err
  1.3504 ++       } && test -s conftest.$ac_objext; then
  1.3505 +   ac_hi=$ac_mid
  1.3506 + else
  1.3507 +   echo "$as_me: failed program was:" >&5
  1.3508 +@@ -11127,11 +9931,15 @@
  1.3509 + done
  1.3510 + case $ac_lo in
  1.3511 + ?*) ac_cv_sizeof_short=$ac_lo;;
  1.3512 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1.3513 ++'') if test "$ac_cv_type_short" = yes; then
  1.3514 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1.3515 + See \`config.log' for more details." >&5
  1.3516 + echo "$as_me: error: cannot compute sizeof (short)
  1.3517 + See \`config.log' for more details." >&2;}
  1.3518 +-   { (exit 77); exit 77; }; } ;;
  1.3519 ++   { (exit 77); exit 77; }; }
  1.3520 ++   else
  1.3521 ++     ac_cv_sizeof_short=0
  1.3522 ++   fi ;;
  1.3523 + esac
  1.3524 + else
  1.3525 +   cat >conftest.$ac_ext <<_ACEOF
  1.3526 +@@ -11141,7 +9949,7 @@
  1.3527 + cat >>conftest.$ac_ext <<_ACEOF
  1.3528 + /* end confdefs.h.  */
  1.3529 + $ac_includes_default
  1.3530 +-		   typedef short ac__type_sizeof_;
  1.3531 ++   typedef short ac__type_sizeof_;
  1.3532 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3533 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3534 + #include <stdio.h>
  1.3535 +@@ -11200,21 +10008,25 @@
  1.3536 + sed 's/^/| /' conftest.$ac_ext >&5
  1.3537 + 
  1.3538 + ( exit $ac_status )
  1.3539 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1.3540 ++if test "$ac_cv_type_short" = yes; then
  1.3541 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
  1.3542 + See \`config.log' for more details." >&5
  1.3543 + echo "$as_me: error: cannot compute sizeof (short)
  1.3544 + See \`config.log' for more details." >&2;}
  1.3545 +    { (exit 77); exit 77; }; }
  1.3546 ++   else
  1.3547 ++     ac_cv_sizeof_short=0
  1.3548 ++   fi
  1.3549 + fi
  1.3550 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.3551 + fi
  1.3552 + rm -f conftest.val
  1.3553 +-else
  1.3554 +-  ac_cv_sizeof_short=0
  1.3555 +-fi
  1.3556 + fi
  1.3557 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
  1.3558 + echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
  1.3559 ++
  1.3560 ++
  1.3561 ++
  1.3562 + cat >>confdefs.h <<_ACEOF
  1.3563 + #define SIZEOF_SHORT $ac_cv_sizeof_short
  1.3564 + _ACEOF
  1.3565 +@@ -11256,27 +10068,10 @@
  1.3566 +   rm -f conftest.er1
  1.3567 +   cat conftest.err >&5
  1.3568 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3569 +-  (exit $ac_status); } &&
  1.3570 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3571 +-  { (case "(($ac_try" in
  1.3572 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3573 +-  *) ac_try_echo=$ac_try;;
  1.3574 +-esac
  1.3575 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3576 +-  (eval "$ac_try") 2>&5
  1.3577 +-  ac_status=$?
  1.3578 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3579 +-  (exit $ac_status); }; } &&
  1.3580 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3581 +-  { (case "(($ac_try" in
  1.3582 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3583 +-  *) ac_try_echo=$ac_try;;
  1.3584 +-esac
  1.3585 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3586 +-  (eval "$ac_try") 2>&5
  1.3587 +-  ac_status=$?
  1.3588 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3589 +-  (exit $ac_status); }; }; then
  1.3590 ++  (exit $ac_status); } && {
  1.3591 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3592 ++	 test ! -s conftest.err
  1.3593 ++       } && test -s conftest.$ac_objext; then
  1.3594 +   ac_cv_type_long=yes
  1.3595 + else
  1.3596 +   echo "$as_me: failed program was:" >&5
  1.3597 +@@ -11290,16 +10085,15 @@
  1.3598 + { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
  1.3599 + echo "${ECHO_T}$ac_cv_type_long" >&6; }
  1.3600 + 
  1.3601 ++# The cast to long int works around a bug in the HP C Compiler
  1.3602 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3603 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3604 ++# This bug is HP SR number 8606223364.
  1.3605 + { echo "$as_me:$LINENO: checking size of long" >&5
  1.3606 + echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
  1.3607 + if test "${ac_cv_sizeof_long+set}" = set; then
  1.3608 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3609 + else
  1.3610 +-  if test "$ac_cv_type_long" = yes; then
  1.3611 +-  # The cast to long int works around a bug in the HP C Compiler
  1.3612 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3613 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3614 +-  # This bug is HP SR number 8606223364.
  1.3615 +   if test "$cross_compiling" = yes; then
  1.3616 +   # Depending upon the size, compute the lo and hi bounds.
  1.3617 + cat >conftest.$ac_ext <<_ACEOF
  1.3618 +@@ -11309,7 +10103,7 @@
  1.3619 + cat >>conftest.$ac_ext <<_ACEOF
  1.3620 + /* end confdefs.h.  */
  1.3621 + $ac_includes_default
  1.3622 +-		   typedef long ac__type_sizeof_;
  1.3623 ++   typedef long ac__type_sizeof_;
  1.3624 + int
  1.3625 + main ()
  1.3626 + {
  1.3627 +@@ -11333,27 +10127,10 @@
  1.3628 +   rm -f conftest.er1
  1.3629 +   cat conftest.err >&5
  1.3630 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3631 +-  (exit $ac_status); } &&
  1.3632 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3633 +-  { (case "(($ac_try" in
  1.3634 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3635 +-  *) ac_try_echo=$ac_try;;
  1.3636 +-esac
  1.3637 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3638 +-  (eval "$ac_try") 2>&5
  1.3639 +-  ac_status=$?
  1.3640 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3641 +-  (exit $ac_status); }; } &&
  1.3642 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3643 +-  { (case "(($ac_try" in
  1.3644 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3645 +-  *) ac_try_echo=$ac_try;;
  1.3646 +-esac
  1.3647 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3648 +-  (eval "$ac_try") 2>&5
  1.3649 +-  ac_status=$?
  1.3650 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3651 +-  (exit $ac_status); }; }; then
  1.3652 ++  (exit $ac_status); } && {
  1.3653 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3654 ++	 test ! -s conftest.err
  1.3655 ++       } && test -s conftest.$ac_objext; then
  1.3656 +   ac_lo=0 ac_mid=0
  1.3657 +   while :; do
  1.3658 +     cat >conftest.$ac_ext <<_ACEOF
  1.3659 +@@ -11363,7 +10140,7 @@
  1.3660 + cat >>conftest.$ac_ext <<_ACEOF
  1.3661 + /* end confdefs.h.  */
  1.3662 + $ac_includes_default
  1.3663 +-		   typedef long ac__type_sizeof_;
  1.3664 ++   typedef long ac__type_sizeof_;
  1.3665 + int
  1.3666 + main ()
  1.3667 + {
  1.3668 +@@ -11387,27 +10164,10 @@
  1.3669 +   rm -f conftest.er1
  1.3670 +   cat conftest.err >&5
  1.3671 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3672 +-  (exit $ac_status); } &&
  1.3673 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3674 +-  { (case "(($ac_try" in
  1.3675 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3676 +-  *) ac_try_echo=$ac_try;;
  1.3677 +-esac
  1.3678 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3679 +-  (eval "$ac_try") 2>&5
  1.3680 +-  ac_status=$?
  1.3681 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3682 +-  (exit $ac_status); }; } &&
  1.3683 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3684 +-  { (case "(($ac_try" in
  1.3685 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3686 +-  *) ac_try_echo=$ac_try;;
  1.3687 +-esac
  1.3688 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3689 +-  (eval "$ac_try") 2>&5
  1.3690 +-  ac_status=$?
  1.3691 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3692 +-  (exit $ac_status); }; }; then
  1.3693 ++  (exit $ac_status); } && {
  1.3694 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3695 ++	 test ! -s conftest.err
  1.3696 ++       } && test -s conftest.$ac_objext; then
  1.3697 +   ac_hi=$ac_mid; break
  1.3698 + else
  1.3699 +   echo "$as_me: failed program was:" >&5
  1.3700 +@@ -11434,7 +10194,7 @@
  1.3701 + cat >>conftest.$ac_ext <<_ACEOF
  1.3702 + /* end confdefs.h.  */
  1.3703 + $ac_includes_default
  1.3704 +-		   typedef long ac__type_sizeof_;
  1.3705 ++   typedef long ac__type_sizeof_;
  1.3706 + int
  1.3707 + main ()
  1.3708 + {
  1.3709 +@@ -11458,27 +10218,10 @@
  1.3710 +   rm -f conftest.er1
  1.3711 +   cat conftest.err >&5
  1.3712 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3713 +-  (exit $ac_status); } &&
  1.3714 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3715 +-  { (case "(($ac_try" in
  1.3716 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3717 +-  *) ac_try_echo=$ac_try;;
  1.3718 +-esac
  1.3719 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3720 +-  (eval "$ac_try") 2>&5
  1.3721 +-  ac_status=$?
  1.3722 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3723 +-  (exit $ac_status); }; } &&
  1.3724 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3725 +-  { (case "(($ac_try" in
  1.3726 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3727 +-  *) ac_try_echo=$ac_try;;
  1.3728 +-esac
  1.3729 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3730 +-  (eval "$ac_try") 2>&5
  1.3731 +-  ac_status=$?
  1.3732 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3733 +-  (exit $ac_status); }; }; then
  1.3734 ++  (exit $ac_status); } && {
  1.3735 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3736 ++	 test ! -s conftest.err
  1.3737 ++       } && test -s conftest.$ac_objext; then
  1.3738 +   ac_hi=-1 ac_mid=-1
  1.3739 +   while :; do
  1.3740 +     cat >conftest.$ac_ext <<_ACEOF
  1.3741 +@@ -11488,7 +10231,7 @@
  1.3742 + cat >>conftest.$ac_ext <<_ACEOF
  1.3743 + /* end confdefs.h.  */
  1.3744 + $ac_includes_default
  1.3745 +-		   typedef long ac__type_sizeof_;
  1.3746 ++   typedef long ac__type_sizeof_;
  1.3747 + int
  1.3748 + main ()
  1.3749 + {
  1.3750 +@@ -11512,27 +10255,10 @@
  1.3751 +   rm -f conftest.er1
  1.3752 +   cat conftest.err >&5
  1.3753 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3754 +-  (exit $ac_status); } &&
  1.3755 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3756 +-  { (case "(($ac_try" in
  1.3757 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3758 +-  *) ac_try_echo=$ac_try;;
  1.3759 +-esac
  1.3760 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3761 +-  (eval "$ac_try") 2>&5
  1.3762 +-  ac_status=$?
  1.3763 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3764 +-  (exit $ac_status); }; } &&
  1.3765 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3766 +-  { (case "(($ac_try" in
  1.3767 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3768 +-  *) ac_try_echo=$ac_try;;
  1.3769 +-esac
  1.3770 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3771 +-  (eval "$ac_try") 2>&5
  1.3772 +-  ac_status=$?
  1.3773 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3774 +-  (exit $ac_status); }; }; then
  1.3775 ++  (exit $ac_status); } && {
  1.3776 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3777 ++	 test ! -s conftest.err
  1.3778 ++       } && test -s conftest.$ac_objext; then
  1.3779 +   ac_lo=$ac_mid; break
  1.3780 + else
  1.3781 +   echo "$as_me: failed program was:" >&5
  1.3782 +@@ -11569,7 +10295,7 @@
  1.3783 + cat >>conftest.$ac_ext <<_ACEOF
  1.3784 + /* end confdefs.h.  */
  1.3785 + $ac_includes_default
  1.3786 +-		   typedef long ac__type_sizeof_;
  1.3787 ++   typedef long ac__type_sizeof_;
  1.3788 + int
  1.3789 + main ()
  1.3790 + {
  1.3791 +@@ -11593,27 +10319,10 @@
  1.3792 +   rm -f conftest.er1
  1.3793 +   cat conftest.err >&5
  1.3794 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3795 +-  (exit $ac_status); } &&
  1.3796 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3797 +-  { (case "(($ac_try" in
  1.3798 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3799 +-  *) ac_try_echo=$ac_try;;
  1.3800 +-esac
  1.3801 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3802 +-  (eval "$ac_try") 2>&5
  1.3803 +-  ac_status=$?
  1.3804 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3805 +-  (exit $ac_status); }; } &&
  1.3806 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3807 +-  { (case "(($ac_try" in
  1.3808 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3809 +-  *) ac_try_echo=$ac_try;;
  1.3810 +-esac
  1.3811 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3812 +-  (eval "$ac_try") 2>&5
  1.3813 +-  ac_status=$?
  1.3814 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3815 +-  (exit $ac_status); }; }; then
  1.3816 ++  (exit $ac_status); } && {
  1.3817 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3818 ++	 test ! -s conftest.err
  1.3819 ++       } && test -s conftest.$ac_objext; then
  1.3820 +   ac_hi=$ac_mid
  1.3821 + else
  1.3822 +   echo "$as_me: failed program was:" >&5
  1.3823 +@@ -11626,11 +10335,15 @@
  1.3824 + done
  1.3825 + case $ac_lo in
  1.3826 + ?*) ac_cv_sizeof_long=$ac_lo;;
  1.3827 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  1.3828 ++'') if test "$ac_cv_type_long" = yes; then
  1.3829 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  1.3830 + See \`config.log' for more details." >&5
  1.3831 + echo "$as_me: error: cannot compute sizeof (long)
  1.3832 + See \`config.log' for more details." >&2;}
  1.3833 +-   { (exit 77); exit 77; }; } ;;
  1.3834 ++   { (exit 77); exit 77; }; }
  1.3835 ++   else
  1.3836 ++     ac_cv_sizeof_long=0
  1.3837 ++   fi ;;
  1.3838 + esac
  1.3839 + else
  1.3840 +   cat >conftest.$ac_ext <<_ACEOF
  1.3841 +@@ -11640,7 +10353,7 @@
  1.3842 + cat >>conftest.$ac_ext <<_ACEOF
  1.3843 + /* end confdefs.h.  */
  1.3844 + $ac_includes_default
  1.3845 +-		   typedef long ac__type_sizeof_;
  1.3846 ++   typedef long ac__type_sizeof_;
  1.3847 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3848 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.3849 + #include <stdio.h>
  1.3850 +@@ -11699,21 +10412,25 @@
  1.3851 + sed 's/^/| /' conftest.$ac_ext >&5
  1.3852 + 
  1.3853 + ( exit $ac_status )
  1.3854 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  1.3855 ++if test "$ac_cv_type_long" = yes; then
  1.3856 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
  1.3857 + See \`config.log' for more details." >&5
  1.3858 + echo "$as_me: error: cannot compute sizeof (long)
  1.3859 + See \`config.log' for more details." >&2;}
  1.3860 +    { (exit 77); exit 77; }; }
  1.3861 ++   else
  1.3862 ++     ac_cv_sizeof_long=0
  1.3863 ++   fi
  1.3864 + fi
  1.3865 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.3866 + fi
  1.3867 + rm -f conftest.val
  1.3868 +-else
  1.3869 +-  ac_cv_sizeof_long=0
  1.3870 +-fi
  1.3871 + fi
  1.3872 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
  1.3873 + echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
  1.3874 ++
  1.3875 ++
  1.3876 ++
  1.3877 + cat >>confdefs.h <<_ACEOF
  1.3878 + #define SIZEOF_LONG $ac_cv_sizeof_long
  1.3879 + _ACEOF
  1.3880 +@@ -11755,27 +10472,10 @@
  1.3881 +   rm -f conftest.er1
  1.3882 +   cat conftest.err >&5
  1.3883 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3884 +-  (exit $ac_status); } &&
  1.3885 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3886 +-  { (case "(($ac_try" in
  1.3887 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3888 +-  *) ac_try_echo=$ac_try;;
  1.3889 +-esac
  1.3890 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3891 +-  (eval "$ac_try") 2>&5
  1.3892 +-  ac_status=$?
  1.3893 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3894 +-  (exit $ac_status); }; } &&
  1.3895 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3896 +-  { (case "(($ac_try" in
  1.3897 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3898 +-  *) ac_try_echo=$ac_try;;
  1.3899 +-esac
  1.3900 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3901 +-  (eval "$ac_try") 2>&5
  1.3902 +-  ac_status=$?
  1.3903 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3904 +-  (exit $ac_status); }; }; then
  1.3905 ++  (exit $ac_status); } && {
  1.3906 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3907 ++	 test ! -s conftest.err
  1.3908 ++       } && test -s conftest.$ac_objext; then
  1.3909 +   ac_cv_type_char_p=yes
  1.3910 + else
  1.3911 +   echo "$as_me: failed program was:" >&5
  1.3912 +@@ -11789,16 +10489,15 @@
  1.3913 + { echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
  1.3914 + echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
  1.3915 + 
  1.3916 ++# The cast to long int works around a bug in the HP C Compiler
  1.3917 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3918 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3919 ++# This bug is HP SR number 8606223364.
  1.3920 + { echo "$as_me:$LINENO: checking size of char *" >&5
  1.3921 + echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
  1.3922 + if test "${ac_cv_sizeof_char_p+set}" = set; then
  1.3923 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.3924 + else
  1.3925 +-  if test "$ac_cv_type_char_p" = yes; then
  1.3926 +-  # The cast to long int works around a bug in the HP C Compiler
  1.3927 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.3928 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.3929 +-  # This bug is HP SR number 8606223364.
  1.3930 +   if test "$cross_compiling" = yes; then
  1.3931 +   # Depending upon the size, compute the lo and hi bounds.
  1.3932 + cat >conftest.$ac_ext <<_ACEOF
  1.3933 +@@ -11808,7 +10507,7 @@
  1.3934 + cat >>conftest.$ac_ext <<_ACEOF
  1.3935 + /* end confdefs.h.  */
  1.3936 + $ac_includes_default
  1.3937 +-		   typedef char * ac__type_sizeof_;
  1.3938 ++   typedef char * ac__type_sizeof_;
  1.3939 + int
  1.3940 + main ()
  1.3941 + {
  1.3942 +@@ -11832,27 +10531,10 @@
  1.3943 +   rm -f conftest.er1
  1.3944 +   cat conftest.err >&5
  1.3945 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3946 +-  (exit $ac_status); } &&
  1.3947 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3948 +-  { (case "(($ac_try" in
  1.3949 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3950 +-  *) ac_try_echo=$ac_try;;
  1.3951 +-esac
  1.3952 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3953 +-  (eval "$ac_try") 2>&5
  1.3954 +-  ac_status=$?
  1.3955 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3956 +-  (exit $ac_status); }; } &&
  1.3957 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3958 +-  { (case "(($ac_try" in
  1.3959 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3960 +-  *) ac_try_echo=$ac_try;;
  1.3961 +-esac
  1.3962 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3963 +-  (eval "$ac_try") 2>&5
  1.3964 +-  ac_status=$?
  1.3965 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3966 +-  (exit $ac_status); }; }; then
  1.3967 ++  (exit $ac_status); } && {
  1.3968 ++	 test -z "$ac_cxx_werror_flag" ||
  1.3969 ++	 test ! -s conftest.err
  1.3970 ++       } && test -s conftest.$ac_objext; then
  1.3971 +   ac_lo=0 ac_mid=0
  1.3972 +   while :; do
  1.3973 +     cat >conftest.$ac_ext <<_ACEOF
  1.3974 +@@ -11862,7 +10544,7 @@
  1.3975 + cat >>conftest.$ac_ext <<_ACEOF
  1.3976 + /* end confdefs.h.  */
  1.3977 + $ac_includes_default
  1.3978 +-		   typedef char * ac__type_sizeof_;
  1.3979 ++   typedef char * ac__type_sizeof_;
  1.3980 + int
  1.3981 + main ()
  1.3982 + {
  1.3983 +@@ -11886,27 +10568,10 @@
  1.3984 +   rm -f conftest.er1
  1.3985 +   cat conftest.err >&5
  1.3986 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3987 +-  (exit $ac_status); } &&
  1.3988 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.3989 +-  { (case "(($ac_try" in
  1.3990 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.3991 +-  *) ac_try_echo=$ac_try;;
  1.3992 +-esac
  1.3993 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.3994 +-  (eval "$ac_try") 2>&5
  1.3995 +-  ac_status=$?
  1.3996 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.3997 +-  (exit $ac_status); }; } &&
  1.3998 +-	 { ac_try='test -s conftest.$ac_objext'
  1.3999 +-  { (case "(($ac_try" in
  1.4000 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4001 +-  *) ac_try_echo=$ac_try;;
  1.4002 +-esac
  1.4003 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4004 +-  (eval "$ac_try") 2>&5
  1.4005 +-  ac_status=$?
  1.4006 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4007 +-  (exit $ac_status); }; }; then
  1.4008 ++  (exit $ac_status); } && {
  1.4009 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4010 ++	 test ! -s conftest.err
  1.4011 ++       } && test -s conftest.$ac_objext; then
  1.4012 +   ac_hi=$ac_mid; break
  1.4013 + else
  1.4014 +   echo "$as_me: failed program was:" >&5
  1.4015 +@@ -11933,7 +10598,7 @@
  1.4016 + cat >>conftest.$ac_ext <<_ACEOF
  1.4017 + /* end confdefs.h.  */
  1.4018 + $ac_includes_default
  1.4019 +-		   typedef char * ac__type_sizeof_;
  1.4020 ++   typedef char * ac__type_sizeof_;
  1.4021 + int
  1.4022 + main ()
  1.4023 + {
  1.4024 +@@ -11957,27 +10622,10 @@
  1.4025 +   rm -f conftest.er1
  1.4026 +   cat conftest.err >&5
  1.4027 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4028 +-  (exit $ac_status); } &&
  1.4029 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4030 +-  { (case "(($ac_try" in
  1.4031 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4032 +-  *) ac_try_echo=$ac_try;;
  1.4033 +-esac
  1.4034 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4035 +-  (eval "$ac_try") 2>&5
  1.4036 +-  ac_status=$?
  1.4037 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4038 +-  (exit $ac_status); }; } &&
  1.4039 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4040 +-  { (case "(($ac_try" in
  1.4041 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4042 +-  *) ac_try_echo=$ac_try;;
  1.4043 +-esac
  1.4044 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4045 +-  (eval "$ac_try") 2>&5
  1.4046 +-  ac_status=$?
  1.4047 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4048 +-  (exit $ac_status); }; }; then
  1.4049 ++  (exit $ac_status); } && {
  1.4050 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4051 ++	 test ! -s conftest.err
  1.4052 ++       } && test -s conftest.$ac_objext; then
  1.4053 +   ac_hi=-1 ac_mid=-1
  1.4054 +   while :; do
  1.4055 +     cat >conftest.$ac_ext <<_ACEOF
  1.4056 +@@ -11987,7 +10635,7 @@
  1.4057 + cat >>conftest.$ac_ext <<_ACEOF
  1.4058 + /* end confdefs.h.  */
  1.4059 + $ac_includes_default
  1.4060 +-		   typedef char * ac__type_sizeof_;
  1.4061 ++   typedef char * ac__type_sizeof_;
  1.4062 + int
  1.4063 + main ()
  1.4064 + {
  1.4065 +@@ -12011,27 +10659,10 @@
  1.4066 +   rm -f conftest.er1
  1.4067 +   cat conftest.err >&5
  1.4068 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4069 +-  (exit $ac_status); } &&
  1.4070 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4071 +-  { (case "(($ac_try" in
  1.4072 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4073 +-  *) ac_try_echo=$ac_try;;
  1.4074 +-esac
  1.4075 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4076 +-  (eval "$ac_try") 2>&5
  1.4077 +-  ac_status=$?
  1.4078 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4079 +-  (exit $ac_status); }; } &&
  1.4080 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4081 +-  { (case "(($ac_try" in
  1.4082 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4083 +-  *) ac_try_echo=$ac_try;;
  1.4084 +-esac
  1.4085 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4086 +-  (eval "$ac_try") 2>&5
  1.4087 +-  ac_status=$?
  1.4088 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4089 +-  (exit $ac_status); }; }; then
  1.4090 ++  (exit $ac_status); } && {
  1.4091 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4092 ++	 test ! -s conftest.err
  1.4093 ++       } && test -s conftest.$ac_objext; then
  1.4094 +   ac_lo=$ac_mid; break
  1.4095 + else
  1.4096 +   echo "$as_me: failed program was:" >&5
  1.4097 +@@ -12068,7 +10699,7 @@
  1.4098 + cat >>conftest.$ac_ext <<_ACEOF
  1.4099 + /* end confdefs.h.  */
  1.4100 + $ac_includes_default
  1.4101 +-		   typedef char * ac__type_sizeof_;
  1.4102 ++   typedef char * ac__type_sizeof_;
  1.4103 + int
  1.4104 + main ()
  1.4105 + {
  1.4106 +@@ -12092,27 +10723,10 @@
  1.4107 +   rm -f conftest.er1
  1.4108 +   cat conftest.err >&5
  1.4109 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4110 +-  (exit $ac_status); } &&
  1.4111 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4112 +-  { (case "(($ac_try" in
  1.4113 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4114 +-  *) ac_try_echo=$ac_try;;
  1.4115 +-esac
  1.4116 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4117 +-  (eval "$ac_try") 2>&5
  1.4118 +-  ac_status=$?
  1.4119 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4120 +-  (exit $ac_status); }; } &&
  1.4121 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4122 +-  { (case "(($ac_try" in
  1.4123 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4124 +-  *) ac_try_echo=$ac_try;;
  1.4125 +-esac
  1.4126 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4127 +-  (eval "$ac_try") 2>&5
  1.4128 +-  ac_status=$?
  1.4129 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4130 +-  (exit $ac_status); }; }; then
  1.4131 ++  (exit $ac_status); } && {
  1.4132 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4133 ++	 test ! -s conftest.err
  1.4134 ++       } && test -s conftest.$ac_objext; then
  1.4135 +   ac_hi=$ac_mid
  1.4136 + else
  1.4137 +   echo "$as_me: failed program was:" >&5
  1.4138 +@@ -12125,11 +10739,15 @@
  1.4139 + done
  1.4140 + case $ac_lo in
  1.4141 + ?*) ac_cv_sizeof_char_p=$ac_lo;;
  1.4142 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  1.4143 ++'') if test "$ac_cv_type_char_p" = yes; then
  1.4144 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  1.4145 + See \`config.log' for more details." >&5
  1.4146 + echo "$as_me: error: cannot compute sizeof (char *)
  1.4147 + See \`config.log' for more details." >&2;}
  1.4148 +-   { (exit 77); exit 77; }; } ;;
  1.4149 ++   { (exit 77); exit 77; }; }
  1.4150 ++   else
  1.4151 ++     ac_cv_sizeof_char_p=0
  1.4152 ++   fi ;;
  1.4153 + esac
  1.4154 + else
  1.4155 +   cat >conftest.$ac_ext <<_ACEOF
  1.4156 +@@ -12139,7 +10757,7 @@
  1.4157 + cat >>conftest.$ac_ext <<_ACEOF
  1.4158 + /* end confdefs.h.  */
  1.4159 + $ac_includes_default
  1.4160 +-		   typedef char * ac__type_sizeof_;
  1.4161 ++   typedef char * ac__type_sizeof_;
  1.4162 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4163 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4164 + #include <stdio.h>
  1.4165 +@@ -12198,21 +10816,25 @@
  1.4166 + sed 's/^/| /' conftest.$ac_ext >&5
  1.4167 + 
  1.4168 + ( exit $ac_status )
  1.4169 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  1.4170 ++if test "$ac_cv_type_char_p" = yes; then
  1.4171 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
  1.4172 + See \`config.log' for more details." >&5
  1.4173 + echo "$as_me: error: cannot compute sizeof (char *)
  1.4174 + See \`config.log' for more details." >&2;}
  1.4175 +    { (exit 77); exit 77; }; }
  1.4176 ++   else
  1.4177 ++     ac_cv_sizeof_char_p=0
  1.4178 ++   fi
  1.4179 + fi
  1.4180 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4181 + fi
  1.4182 + rm -f conftest.val
  1.4183 +-else
  1.4184 +-  ac_cv_sizeof_char_p=0
  1.4185 +-fi
  1.4186 + fi
  1.4187 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
  1.4188 + echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
  1.4189 ++
  1.4190 ++
  1.4191 ++
  1.4192 + cat >>confdefs.h <<_ACEOF
  1.4193 + #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
  1.4194 + _ACEOF
  1.4195 +@@ -12261,27 +10883,11 @@
  1.4196 +   rm -f conftest.er1
  1.4197 +   cat conftest.err >&5
  1.4198 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4199 +-  (exit $ac_status); } &&
  1.4200 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4201 +-  { (case "(($ac_try" in
  1.4202 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4203 +-  *) ac_try_echo=$ac_try;;
  1.4204 +-esac
  1.4205 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4206 +-  (eval "$ac_try") 2>&5
  1.4207 +-  ac_status=$?
  1.4208 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4209 +-  (exit $ac_status); }; } &&
  1.4210 +-	 { ac_try='test -s conftest$ac_exeext'
  1.4211 +-  { (case "(($ac_try" in
  1.4212 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4213 +-  *) ac_try_echo=$ac_try;;
  1.4214 +-esac
  1.4215 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4216 +-  (eval "$ac_try") 2>&5
  1.4217 +-  ac_status=$?
  1.4218 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4219 +-  (exit $ac_status); }; }; then
  1.4220 ++  (exit $ac_status); } && {
  1.4221 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4222 ++	 test ! -s conftest.err
  1.4223 ++       } && test -s conftest$ac_exeext &&
  1.4224 ++       $as_test_x conftest$ac_exeext; then
  1.4225 +   ac_cv_lib_dl_dlopen=yes
  1.4226 + else
  1.4227 +   echo "$as_me: failed program was:" >&5
  1.4228 +@@ -12290,7 +10896,7 @@
  1.4229 + 	ac_cv_lib_dl_dlopen=no
  1.4230 + fi
  1.4231 + 
  1.4232 +-rm -f core conftest.err conftest.$ac_objext \
  1.4233 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.4234 +       conftest$ac_exeext conftest.$ac_ext
  1.4235 + LIBS=$ac_check_lib_save_LIBS
  1.4236 + fi
  1.4237 +@@ -12346,27 +10952,11 @@
  1.4238 +   rm -f conftest.er1
  1.4239 +   cat conftest.err >&5
  1.4240 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4241 +-  (exit $ac_status); } &&
  1.4242 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4243 +-  { (case "(($ac_try" in
  1.4244 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4245 +-  *) ac_try_echo=$ac_try;;
  1.4246 +-esac
  1.4247 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4248 +-  (eval "$ac_try") 2>&5
  1.4249 +-  ac_status=$?
  1.4250 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4251 +-  (exit $ac_status); }; } &&
  1.4252 +-	 { ac_try='test -s conftest$ac_exeext'
  1.4253 +-  { (case "(($ac_try" in
  1.4254 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4255 +-  *) ac_try_echo=$ac_try;;
  1.4256 +-esac
  1.4257 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4258 +-  (eval "$ac_try") 2>&5
  1.4259 +-  ac_status=$?
  1.4260 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4261 +-  (exit $ac_status); }; }; then
  1.4262 ++  (exit $ac_status); } && {
  1.4263 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4264 ++	 test ! -s conftest.err
  1.4265 ++       } && test -s conftest$ac_exeext &&
  1.4266 ++       $as_test_x conftest$ac_exeext; then
  1.4267 +   ac_cv_lib_dld_shl_unload=yes
  1.4268 + else
  1.4269 +   echo "$as_me: failed program was:" >&5
  1.4270 +@@ -12375,7 +10965,7 @@
  1.4271 + 	ac_cv_lib_dld_shl_unload=no
  1.4272 + fi
  1.4273 + 
  1.4274 +-rm -f core conftest.err conftest.$ac_objext \
  1.4275 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.4276 +       conftest$ac_exeext conftest.$ac_ext
  1.4277 + LIBS=$ac_check_lib_save_LIBS
  1.4278 + fi
  1.4279 +@@ -12431,27 +11021,10 @@
  1.4280 +   rm -f conftest.er1
  1.4281 +   cat conftest.err >&5
  1.4282 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4283 +-  (exit $ac_status); } &&
  1.4284 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4285 +-  { (case "(($ac_try" in
  1.4286 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4287 +-  *) ac_try_echo=$ac_try;;
  1.4288 +-esac
  1.4289 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4290 +-  (eval "$ac_try") 2>&5
  1.4291 +-  ac_status=$?
  1.4292 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4293 +-  (exit $ac_status); }; } &&
  1.4294 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4295 +-  { (case "(($ac_try" in
  1.4296 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4297 +-  *) ac_try_echo=$ac_try;;
  1.4298 +-esac
  1.4299 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4300 +-  (eval "$ac_try") 2>&5
  1.4301 +-  ac_status=$?
  1.4302 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4303 +-  (exit $ac_status); }; }; then
  1.4304 ++  (exit $ac_status); } && {
  1.4305 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4306 ++	 test ! -s conftest.err
  1.4307 ++       } && test -s conftest.$ac_objext; then
  1.4308 +   ac_cv_type_size_t=yes
  1.4309 + else
  1.4310 +   echo "$as_me: failed program was:" >&5
  1.4311 +@@ -12465,16 +11038,15 @@
  1.4312 + { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
  1.4313 + echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
  1.4314 + 
  1.4315 ++# The cast to long int works around a bug in the HP C Compiler
  1.4316 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4317 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4318 ++# This bug is HP SR number 8606223364.
  1.4319 + { echo "$as_me:$LINENO: checking size of size_t" >&5
  1.4320 + echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
  1.4321 + if test "${ac_cv_sizeof_size_t+set}" = set; then
  1.4322 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4323 + else
  1.4324 +-  if test "$ac_cv_type_size_t" = yes; then
  1.4325 +-  # The cast to long int works around a bug in the HP C Compiler
  1.4326 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4327 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4328 +-  # This bug is HP SR number 8606223364.
  1.4329 +   if test "$cross_compiling" = yes; then
  1.4330 +   # Depending upon the size, compute the lo and hi bounds.
  1.4331 + cat >conftest.$ac_ext <<_ACEOF
  1.4332 +@@ -12484,7 +11056,7 @@
  1.4333 + cat >>conftest.$ac_ext <<_ACEOF
  1.4334 + /* end confdefs.h.  */
  1.4335 + $ac_includes_default
  1.4336 +-		   typedef size_t ac__type_sizeof_;
  1.4337 ++   typedef size_t ac__type_sizeof_;
  1.4338 + int
  1.4339 + main ()
  1.4340 + {
  1.4341 +@@ -12508,27 +11080,10 @@
  1.4342 +   rm -f conftest.er1
  1.4343 +   cat conftest.err >&5
  1.4344 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4345 +-  (exit $ac_status); } &&
  1.4346 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4347 +-  { (case "(($ac_try" in
  1.4348 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4349 +-  *) ac_try_echo=$ac_try;;
  1.4350 +-esac
  1.4351 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4352 +-  (eval "$ac_try") 2>&5
  1.4353 +-  ac_status=$?
  1.4354 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4355 +-  (exit $ac_status); }; } &&
  1.4356 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4357 +-  { (case "(($ac_try" in
  1.4358 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4359 +-  *) ac_try_echo=$ac_try;;
  1.4360 +-esac
  1.4361 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4362 +-  (eval "$ac_try") 2>&5
  1.4363 +-  ac_status=$?
  1.4364 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4365 +-  (exit $ac_status); }; }; then
  1.4366 ++  (exit $ac_status); } && {
  1.4367 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4368 ++	 test ! -s conftest.err
  1.4369 ++       } && test -s conftest.$ac_objext; then
  1.4370 +   ac_lo=0 ac_mid=0
  1.4371 +   while :; do
  1.4372 +     cat >conftest.$ac_ext <<_ACEOF
  1.4373 +@@ -12538,7 +11093,7 @@
  1.4374 + cat >>conftest.$ac_ext <<_ACEOF
  1.4375 + /* end confdefs.h.  */
  1.4376 + $ac_includes_default
  1.4377 +-		   typedef size_t ac__type_sizeof_;
  1.4378 ++   typedef size_t ac__type_sizeof_;
  1.4379 + int
  1.4380 + main ()
  1.4381 + {
  1.4382 +@@ -12562,27 +11117,10 @@
  1.4383 +   rm -f conftest.er1
  1.4384 +   cat conftest.err >&5
  1.4385 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4386 +-  (exit $ac_status); } &&
  1.4387 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4388 +-  { (case "(($ac_try" in
  1.4389 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4390 +-  *) ac_try_echo=$ac_try;;
  1.4391 +-esac
  1.4392 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4393 +-  (eval "$ac_try") 2>&5
  1.4394 +-  ac_status=$?
  1.4395 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4396 +-  (exit $ac_status); }; } &&
  1.4397 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4398 +-  { (case "(($ac_try" in
  1.4399 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4400 +-  *) ac_try_echo=$ac_try;;
  1.4401 +-esac
  1.4402 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4403 +-  (eval "$ac_try") 2>&5
  1.4404 +-  ac_status=$?
  1.4405 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4406 +-  (exit $ac_status); }; }; then
  1.4407 ++  (exit $ac_status); } && {
  1.4408 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4409 ++	 test ! -s conftest.err
  1.4410 ++       } && test -s conftest.$ac_objext; then
  1.4411 +   ac_hi=$ac_mid; break
  1.4412 + else
  1.4413 +   echo "$as_me: failed program was:" >&5
  1.4414 +@@ -12609,7 +11147,7 @@
  1.4415 + cat >>conftest.$ac_ext <<_ACEOF
  1.4416 + /* end confdefs.h.  */
  1.4417 + $ac_includes_default
  1.4418 +-		   typedef size_t ac__type_sizeof_;
  1.4419 ++   typedef size_t ac__type_sizeof_;
  1.4420 + int
  1.4421 + main ()
  1.4422 + {
  1.4423 +@@ -12633,27 +11171,10 @@
  1.4424 +   rm -f conftest.er1
  1.4425 +   cat conftest.err >&5
  1.4426 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4427 +-  (exit $ac_status); } &&
  1.4428 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4429 +-  { (case "(($ac_try" in
  1.4430 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4431 +-  *) ac_try_echo=$ac_try;;
  1.4432 +-esac
  1.4433 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4434 +-  (eval "$ac_try") 2>&5
  1.4435 +-  ac_status=$?
  1.4436 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4437 +-  (exit $ac_status); }; } &&
  1.4438 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4439 +-  { (case "(($ac_try" in
  1.4440 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4441 +-  *) ac_try_echo=$ac_try;;
  1.4442 +-esac
  1.4443 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4444 +-  (eval "$ac_try") 2>&5
  1.4445 +-  ac_status=$?
  1.4446 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4447 +-  (exit $ac_status); }; }; then
  1.4448 ++  (exit $ac_status); } && {
  1.4449 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4450 ++	 test ! -s conftest.err
  1.4451 ++       } && test -s conftest.$ac_objext; then
  1.4452 +   ac_hi=-1 ac_mid=-1
  1.4453 +   while :; do
  1.4454 +     cat >conftest.$ac_ext <<_ACEOF
  1.4455 +@@ -12663,7 +11184,7 @@
  1.4456 + cat >>conftest.$ac_ext <<_ACEOF
  1.4457 + /* end confdefs.h.  */
  1.4458 + $ac_includes_default
  1.4459 +-		   typedef size_t ac__type_sizeof_;
  1.4460 ++   typedef size_t ac__type_sizeof_;
  1.4461 + int
  1.4462 + main ()
  1.4463 + {
  1.4464 +@@ -12687,27 +11208,10 @@
  1.4465 +   rm -f conftest.er1
  1.4466 +   cat conftest.err >&5
  1.4467 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4468 +-  (exit $ac_status); } &&
  1.4469 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4470 +-  { (case "(($ac_try" in
  1.4471 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4472 +-  *) ac_try_echo=$ac_try;;
  1.4473 +-esac
  1.4474 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4475 +-  (eval "$ac_try") 2>&5
  1.4476 +-  ac_status=$?
  1.4477 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4478 +-  (exit $ac_status); }; } &&
  1.4479 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4480 +-  { (case "(($ac_try" in
  1.4481 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4482 +-  *) ac_try_echo=$ac_try;;
  1.4483 +-esac
  1.4484 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4485 +-  (eval "$ac_try") 2>&5
  1.4486 +-  ac_status=$?
  1.4487 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4488 +-  (exit $ac_status); }; }; then
  1.4489 ++  (exit $ac_status); } && {
  1.4490 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4491 ++	 test ! -s conftest.err
  1.4492 ++       } && test -s conftest.$ac_objext; then
  1.4493 +   ac_lo=$ac_mid; break
  1.4494 + else
  1.4495 +   echo "$as_me: failed program was:" >&5
  1.4496 +@@ -12744,7 +11248,7 @@
  1.4497 + cat >>conftest.$ac_ext <<_ACEOF
  1.4498 + /* end confdefs.h.  */
  1.4499 + $ac_includes_default
  1.4500 +-		   typedef size_t ac__type_sizeof_;
  1.4501 ++   typedef size_t ac__type_sizeof_;
  1.4502 + int
  1.4503 + main ()
  1.4504 + {
  1.4505 +@@ -12768,27 +11272,10 @@
  1.4506 +   rm -f conftest.er1
  1.4507 +   cat conftest.err >&5
  1.4508 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4509 +-  (exit $ac_status); } &&
  1.4510 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4511 +-  { (case "(($ac_try" in
  1.4512 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4513 +-  *) ac_try_echo=$ac_try;;
  1.4514 +-esac
  1.4515 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4516 +-  (eval "$ac_try") 2>&5
  1.4517 +-  ac_status=$?
  1.4518 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4519 +-  (exit $ac_status); }; } &&
  1.4520 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4521 +-  { (case "(($ac_try" in
  1.4522 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4523 +-  *) ac_try_echo=$ac_try;;
  1.4524 +-esac
  1.4525 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4526 +-  (eval "$ac_try") 2>&5
  1.4527 +-  ac_status=$?
  1.4528 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4529 +-  (exit $ac_status); }; }; then
  1.4530 ++  (exit $ac_status); } && {
  1.4531 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4532 ++	 test ! -s conftest.err
  1.4533 ++       } && test -s conftest.$ac_objext; then
  1.4534 +   ac_hi=$ac_mid
  1.4535 + else
  1.4536 +   echo "$as_me: failed program was:" >&5
  1.4537 +@@ -12801,11 +11288,15 @@
  1.4538 + done
  1.4539 + case $ac_lo in
  1.4540 + ?*) ac_cv_sizeof_size_t=$ac_lo;;
  1.4541 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
  1.4542 ++'') if test "$ac_cv_type_size_t" = yes; then
  1.4543 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
  1.4544 + See \`config.log' for more details." >&5
  1.4545 + echo "$as_me: error: cannot compute sizeof (size_t)
  1.4546 + See \`config.log' for more details." >&2;}
  1.4547 +-   { (exit 77); exit 77; }; } ;;
  1.4548 ++   { (exit 77); exit 77; }; }
  1.4549 ++   else
  1.4550 ++     ac_cv_sizeof_size_t=0
  1.4551 ++   fi ;;
  1.4552 + esac
  1.4553 + else
  1.4554 +   cat >conftest.$ac_ext <<_ACEOF
  1.4555 +@@ -12815,7 +11306,7 @@
  1.4556 + cat >>conftest.$ac_ext <<_ACEOF
  1.4557 + /* end confdefs.h.  */
  1.4558 + $ac_includes_default
  1.4559 +-		   typedef size_t ac__type_sizeof_;
  1.4560 ++   typedef size_t ac__type_sizeof_;
  1.4561 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4562 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4563 + #include <stdio.h>
  1.4564 +@@ -12874,21 +11365,25 @@
  1.4565 + sed 's/^/| /' conftest.$ac_ext >&5
  1.4566 + 
  1.4567 + ( exit $ac_status )
  1.4568 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
  1.4569 ++if test "$ac_cv_type_size_t" = yes; then
  1.4570 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
  1.4571 + See \`config.log' for more details." >&5
  1.4572 + echo "$as_me: error: cannot compute sizeof (size_t)
  1.4573 + See \`config.log' for more details." >&2;}
  1.4574 +    { (exit 77); exit 77; }; }
  1.4575 ++   else
  1.4576 ++     ac_cv_sizeof_size_t=0
  1.4577 ++   fi
  1.4578 + fi
  1.4579 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4580 + fi
  1.4581 + rm -f conftest.val
  1.4582 +-else
  1.4583 +-  ac_cv_sizeof_size_t=0
  1.4584 +-fi
  1.4585 + fi
  1.4586 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
  1.4587 + echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
  1.4588 ++
  1.4589 ++
  1.4590 ++
  1.4591 + cat >>confdefs.h <<_ACEOF
  1.4592 + #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
  1.4593 + _ACEOF
  1.4594 +@@ -12931,27 +11426,10 @@
  1.4595 +   rm -f conftest.er1
  1.4596 +   cat conftest.err >&5
  1.4597 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4598 +-  (exit $ac_status); } &&
  1.4599 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4600 +-  { (case "(($ac_try" in
  1.4601 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4602 +-  *) ac_try_echo=$ac_try;;
  1.4603 +-esac
  1.4604 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4605 +-  (eval "$ac_try") 2>&5
  1.4606 +-  ac_status=$?
  1.4607 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4608 +-  (exit $ac_status); }; } &&
  1.4609 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4610 +-  { (case "(($ac_try" in
  1.4611 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4612 +-  *) ac_try_echo=$ac_try;;
  1.4613 +-esac
  1.4614 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4615 +-  (eval "$ac_try") 2>&5
  1.4616 +-  ac_status=$?
  1.4617 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4618 +-  (exit $ac_status); }; }; then
  1.4619 ++  (exit $ac_status); } && {
  1.4620 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4621 ++	 test ! -s conftest.err
  1.4622 ++       } && test -s conftest.$ac_objext; then
  1.4623 +   ac_cv_type_unsigned_long=yes
  1.4624 + else
  1.4625 +   echo "$as_me: failed program was:" >&5
  1.4626 +@@ -12965,16 +11443,15 @@
  1.4627 + { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
  1.4628 + echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
  1.4629 + 
  1.4630 ++# The cast to long int works around a bug in the HP C Compiler
  1.4631 ++# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4632 ++# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4633 ++# This bug is HP SR number 8606223364.
  1.4634 + { echo "$as_me:$LINENO: checking size of unsigned long" >&5
  1.4635 + echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
  1.4636 + if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
  1.4637 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.4638 + else
  1.4639 +-  if test "$ac_cv_type_unsigned_long" = yes; then
  1.4640 +-  # The cast to long int works around a bug in the HP C Compiler
  1.4641 +-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
  1.4642 +-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
  1.4643 +-  # This bug is HP SR number 8606223364.
  1.4644 +   if test "$cross_compiling" = yes; then
  1.4645 +   # Depending upon the size, compute the lo and hi bounds.
  1.4646 + cat >conftest.$ac_ext <<_ACEOF
  1.4647 +@@ -12984,7 +11461,7 @@
  1.4648 + cat >>conftest.$ac_ext <<_ACEOF
  1.4649 + /* end confdefs.h.  */
  1.4650 + $ac_includes_default
  1.4651 +-		   typedef unsigned long ac__type_sizeof_;
  1.4652 ++   typedef unsigned long ac__type_sizeof_;
  1.4653 + int
  1.4654 + main ()
  1.4655 + {
  1.4656 +@@ -13008,27 +11485,10 @@
  1.4657 +   rm -f conftest.er1
  1.4658 +   cat conftest.err >&5
  1.4659 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4660 +-  (exit $ac_status); } &&
  1.4661 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4662 +-  { (case "(($ac_try" in
  1.4663 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4664 +-  *) ac_try_echo=$ac_try;;
  1.4665 +-esac
  1.4666 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4667 +-  (eval "$ac_try") 2>&5
  1.4668 +-  ac_status=$?
  1.4669 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4670 +-  (exit $ac_status); }; } &&
  1.4671 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4672 +-  { (case "(($ac_try" in
  1.4673 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4674 +-  *) ac_try_echo=$ac_try;;
  1.4675 +-esac
  1.4676 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4677 +-  (eval "$ac_try") 2>&5
  1.4678 +-  ac_status=$?
  1.4679 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4680 +-  (exit $ac_status); }; }; then
  1.4681 ++  (exit $ac_status); } && {
  1.4682 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4683 ++	 test ! -s conftest.err
  1.4684 ++       } && test -s conftest.$ac_objext; then
  1.4685 +   ac_lo=0 ac_mid=0
  1.4686 +   while :; do
  1.4687 +     cat >conftest.$ac_ext <<_ACEOF
  1.4688 +@@ -13038,7 +11498,7 @@
  1.4689 + cat >>conftest.$ac_ext <<_ACEOF
  1.4690 + /* end confdefs.h.  */
  1.4691 + $ac_includes_default
  1.4692 +-		   typedef unsigned long ac__type_sizeof_;
  1.4693 ++   typedef unsigned long ac__type_sizeof_;
  1.4694 + int
  1.4695 + main ()
  1.4696 + {
  1.4697 +@@ -13062,27 +11522,10 @@
  1.4698 +   rm -f conftest.er1
  1.4699 +   cat conftest.err >&5
  1.4700 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4701 +-  (exit $ac_status); } &&
  1.4702 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4703 +-  { (case "(($ac_try" in
  1.4704 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4705 +-  *) ac_try_echo=$ac_try;;
  1.4706 +-esac
  1.4707 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4708 +-  (eval "$ac_try") 2>&5
  1.4709 +-  ac_status=$?
  1.4710 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4711 +-  (exit $ac_status); }; } &&
  1.4712 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4713 +-  { (case "(($ac_try" in
  1.4714 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4715 +-  *) ac_try_echo=$ac_try;;
  1.4716 +-esac
  1.4717 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4718 +-  (eval "$ac_try") 2>&5
  1.4719 +-  ac_status=$?
  1.4720 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4721 +-  (exit $ac_status); }; }; then
  1.4722 ++  (exit $ac_status); } && {
  1.4723 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4724 ++	 test ! -s conftest.err
  1.4725 ++       } && test -s conftest.$ac_objext; then
  1.4726 +   ac_hi=$ac_mid; break
  1.4727 + else
  1.4728 +   echo "$as_me: failed program was:" >&5
  1.4729 +@@ -13109,7 +11552,7 @@
  1.4730 + cat >>conftest.$ac_ext <<_ACEOF
  1.4731 + /* end confdefs.h.  */
  1.4732 + $ac_includes_default
  1.4733 +-		   typedef unsigned long ac__type_sizeof_;
  1.4734 ++   typedef unsigned long ac__type_sizeof_;
  1.4735 + int
  1.4736 + main ()
  1.4737 + {
  1.4738 +@@ -13133,27 +11576,10 @@
  1.4739 +   rm -f conftest.er1
  1.4740 +   cat conftest.err >&5
  1.4741 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4742 +-  (exit $ac_status); } &&
  1.4743 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4744 +-  { (case "(($ac_try" in
  1.4745 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4746 +-  *) ac_try_echo=$ac_try;;
  1.4747 +-esac
  1.4748 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4749 +-  (eval "$ac_try") 2>&5
  1.4750 +-  ac_status=$?
  1.4751 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4752 +-  (exit $ac_status); }; } &&
  1.4753 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4754 +-  { (case "(($ac_try" in
  1.4755 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4756 +-  *) ac_try_echo=$ac_try;;
  1.4757 +-esac
  1.4758 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4759 +-  (eval "$ac_try") 2>&5
  1.4760 +-  ac_status=$?
  1.4761 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4762 +-  (exit $ac_status); }; }; then
  1.4763 ++  (exit $ac_status); } && {
  1.4764 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4765 ++	 test ! -s conftest.err
  1.4766 ++       } && test -s conftest.$ac_objext; then
  1.4767 +   ac_hi=-1 ac_mid=-1
  1.4768 +   while :; do
  1.4769 +     cat >conftest.$ac_ext <<_ACEOF
  1.4770 +@@ -13163,7 +11589,7 @@
  1.4771 + cat >>conftest.$ac_ext <<_ACEOF
  1.4772 + /* end confdefs.h.  */
  1.4773 + $ac_includes_default
  1.4774 +-		   typedef unsigned long ac__type_sizeof_;
  1.4775 ++   typedef unsigned long ac__type_sizeof_;
  1.4776 + int
  1.4777 + main ()
  1.4778 + {
  1.4779 +@@ -13187,27 +11613,10 @@
  1.4780 +   rm -f conftest.er1
  1.4781 +   cat conftest.err >&5
  1.4782 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4783 +-  (exit $ac_status); } &&
  1.4784 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4785 +-  { (case "(($ac_try" in
  1.4786 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4787 +-  *) ac_try_echo=$ac_try;;
  1.4788 +-esac
  1.4789 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4790 +-  (eval "$ac_try") 2>&5
  1.4791 +-  ac_status=$?
  1.4792 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4793 +-  (exit $ac_status); }; } &&
  1.4794 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4795 +-  { (case "(($ac_try" in
  1.4796 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4797 +-  *) ac_try_echo=$ac_try;;
  1.4798 +-esac
  1.4799 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4800 +-  (eval "$ac_try") 2>&5
  1.4801 +-  ac_status=$?
  1.4802 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4803 +-  (exit $ac_status); }; }; then
  1.4804 ++  (exit $ac_status); } && {
  1.4805 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4806 ++	 test ! -s conftest.err
  1.4807 ++       } && test -s conftest.$ac_objext; then
  1.4808 +   ac_lo=$ac_mid; break
  1.4809 + else
  1.4810 +   echo "$as_me: failed program was:" >&5
  1.4811 +@@ -13244,7 +11653,7 @@
  1.4812 + cat >>conftest.$ac_ext <<_ACEOF
  1.4813 + /* end confdefs.h.  */
  1.4814 + $ac_includes_default
  1.4815 +-		   typedef unsigned long ac__type_sizeof_;
  1.4816 ++   typedef unsigned long ac__type_sizeof_;
  1.4817 + int
  1.4818 + main ()
  1.4819 + {
  1.4820 +@@ -13268,27 +11677,10 @@
  1.4821 +   rm -f conftest.er1
  1.4822 +   cat conftest.err >&5
  1.4823 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4824 +-  (exit $ac_status); } &&
  1.4825 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4826 +-  { (case "(($ac_try" in
  1.4827 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4828 +-  *) ac_try_echo=$ac_try;;
  1.4829 +-esac
  1.4830 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4831 +-  (eval "$ac_try") 2>&5
  1.4832 +-  ac_status=$?
  1.4833 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4834 +-  (exit $ac_status); }; } &&
  1.4835 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4836 +-  { (case "(($ac_try" in
  1.4837 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4838 +-  *) ac_try_echo=$ac_try;;
  1.4839 +-esac
  1.4840 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4841 +-  (eval "$ac_try") 2>&5
  1.4842 +-  ac_status=$?
  1.4843 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4844 +-  (exit $ac_status); }; }; then
  1.4845 ++  (exit $ac_status); } && {
  1.4846 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4847 ++	 test ! -s conftest.err
  1.4848 ++       } && test -s conftest.$ac_objext; then
  1.4849 +   ac_hi=$ac_mid
  1.4850 + else
  1.4851 +   echo "$as_me: failed program was:" >&5
  1.4852 +@@ -13301,11 +11693,15 @@
  1.4853 + done
  1.4854 + case $ac_lo in
  1.4855 + ?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
  1.4856 +-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
  1.4857 ++'') if test "$ac_cv_type_unsigned_long" = yes; then
  1.4858 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
  1.4859 + See \`config.log' for more details." >&5
  1.4860 + echo "$as_me: error: cannot compute sizeof (unsigned long)
  1.4861 + See \`config.log' for more details." >&2;}
  1.4862 +-   { (exit 77); exit 77; }; } ;;
  1.4863 ++   { (exit 77); exit 77; }; }
  1.4864 ++   else
  1.4865 ++     ac_cv_sizeof_unsigned_long=0
  1.4866 ++   fi ;;
  1.4867 + esac
  1.4868 + else
  1.4869 +   cat >conftest.$ac_ext <<_ACEOF
  1.4870 +@@ -13315,7 +11711,7 @@
  1.4871 + cat >>conftest.$ac_ext <<_ACEOF
  1.4872 + /* end confdefs.h.  */
  1.4873 + $ac_includes_default
  1.4874 +-		   typedef unsigned long ac__type_sizeof_;
  1.4875 ++   typedef unsigned long ac__type_sizeof_;
  1.4876 + static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4877 + static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
  1.4878 + #include <stdio.h>
  1.4879 +@@ -13374,21 +11770,25 @@
  1.4880 + sed 's/^/| /' conftest.$ac_ext >&5
  1.4881 + 
  1.4882 + ( exit $ac_status )
  1.4883 +-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
  1.4884 ++if test "$ac_cv_type_unsigned_long" = yes; then
  1.4885 ++     { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
  1.4886 + See \`config.log' for more details." >&5
  1.4887 + echo "$as_me: error: cannot compute sizeof (unsigned long)
  1.4888 + See \`config.log' for more details." >&2;}
  1.4889 +    { (exit 77); exit 77; }; }
  1.4890 ++   else
  1.4891 ++     ac_cv_sizeof_unsigned_long=0
  1.4892 ++   fi
  1.4893 + fi
  1.4894 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  1.4895 + fi
  1.4896 + rm -f conftest.val
  1.4897 +-else
  1.4898 +-  ac_cv_sizeof_unsigned_long=0
  1.4899 +-fi
  1.4900 + fi
  1.4901 + { echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
  1.4902 + echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
  1.4903 ++
  1.4904 ++
  1.4905 ++
  1.4906 + cat >>confdefs.h <<_ACEOF
  1.4907 + #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
  1.4908 + _ACEOF
  1.4909 +@@ -13429,27 +11829,10 @@
  1.4910 +   rm -f conftest.er1
  1.4911 +   cat conftest.err >&5
  1.4912 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4913 +-  (exit $ac_status); } &&
  1.4914 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4915 +-  { (case "(($ac_try" in
  1.4916 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4917 +-  *) ac_try_echo=$ac_try;;
  1.4918 +-esac
  1.4919 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4920 +-  (eval "$ac_try") 2>&5
  1.4921 +-  ac_status=$?
  1.4922 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4923 +-  (exit $ac_status); }; } &&
  1.4924 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4925 +-  { (case "(($ac_try" in
  1.4926 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4927 +-  *) ac_try_echo=$ac_try;;
  1.4928 +-esac
  1.4929 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4930 +-  (eval "$ac_try") 2>&5
  1.4931 +-  ac_status=$?
  1.4932 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4933 +-  (exit $ac_status); }; }; then
  1.4934 ++  (exit $ac_status); } && {
  1.4935 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4936 ++	 test ! -s conftest.err
  1.4937 ++       } && test -s conftest.$ac_objext; then
  1.4938 +   { echo "$as_me:$LINENO: result: yes" >&5
  1.4939 + echo "${ECHO_T}yes" >&6; }
  1.4940 + else
  1.4941 +@@ -13514,27 +11897,10 @@
  1.4942 +   rm -f conftest.er1
  1.4943 +   cat conftest.err >&5
  1.4944 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4945 +-  (exit $ac_status); } &&
  1.4946 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.4947 +-  { (case "(($ac_try" in
  1.4948 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4949 +-  *) ac_try_echo=$ac_try;;
  1.4950 +-esac
  1.4951 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4952 +-  (eval "$ac_try") 2>&5
  1.4953 +-  ac_status=$?
  1.4954 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4955 +-  (exit $ac_status); }; } &&
  1.4956 +-	 { ac_try='test -s conftest.$ac_objext'
  1.4957 +-  { (case "(($ac_try" in
  1.4958 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.4959 +-  *) ac_try_echo=$ac_try;;
  1.4960 +-esac
  1.4961 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.4962 +-  (eval "$ac_try") 2>&5
  1.4963 +-  ac_status=$?
  1.4964 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4965 +-  (exit $ac_status); }; }; then
  1.4966 ++  (exit $ac_status); } && {
  1.4967 ++	 test -z "$ac_cxx_werror_flag" ||
  1.4968 ++	 test ! -s conftest.err
  1.4969 ++       } && test -s conftest.$ac_objext; then
  1.4970 +   ac_header_compiler=yes
  1.4971 + else
  1.4972 +   echo "$as_me: failed program was:" >&5
  1.4973 +@@ -13570,18 +11936,11 @@
  1.4974 +   rm -f conftest.er1
  1.4975 +   cat conftest.err >&5
  1.4976 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.4977 +-  (exit $ac_status); } >/dev/null; then
  1.4978 +-  if test -s conftest.err; then
  1.4979 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.4980 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.4981 +-  else
  1.4982 +-    ac_cpp_err=
  1.4983 +-  fi
  1.4984 +-else
  1.4985 +-  ac_cpp_err=yes
  1.4986 +-fi
  1.4987 +-if test -z "$ac_cpp_err"; then
  1.4988 +-  ac_header_preproc=yes
  1.4989 ++  (exit $ac_status); } >/dev/null && {
  1.4990 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.4991 ++	 test ! -s conftest.err
  1.4992 ++       }; then
  1.4993 ++  ac_header_preproc=yes
  1.4994 + else
  1.4995 +   echo "$as_me: failed program was:" >&5
  1.4996 + sed 's/^/| /' conftest.$ac_ext >&5
  1.4997 +@@ -13702,27 +12061,11 @@
  1.4998 +   rm -f conftest.er1
  1.4999 +   cat conftest.err >&5
  1.5000 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5001 +-  (exit $ac_status); } &&
  1.5002 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5003 +-  { (case "(($ac_try" in
  1.5004 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5005 +-  *) ac_try_echo=$ac_try;;
  1.5006 +-esac
  1.5007 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5008 +-  (eval "$ac_try") 2>&5
  1.5009 +-  ac_status=$?
  1.5010 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5011 +-  (exit $ac_status); }; } &&
  1.5012 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5013 +-  { (case "(($ac_try" in
  1.5014 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5015 +-  *) ac_try_echo=$ac_try;;
  1.5016 +-esac
  1.5017 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5018 +-  (eval "$ac_try") 2>&5
  1.5019 +-  ac_status=$?
  1.5020 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5021 +-  (exit $ac_status); }; }; then
  1.5022 ++  (exit $ac_status); } && {
  1.5023 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5024 ++	 test ! -s conftest.err
  1.5025 ++       } && test -s conftest$ac_exeext &&
  1.5026 ++       $as_test_x conftest$ac_exeext; then
  1.5027 +   ac_cv_func__NSGetEnviron=yes
  1.5028 + else
  1.5029 +   echo "$as_me: failed program was:" >&5
  1.5030 +@@ -13731,7 +12074,7 @@
  1.5031 + 	ac_cv_func__NSGetEnviron=no
  1.5032 + fi
  1.5033 + 
  1.5034 +-rm -f core conftest.err conftest.$ac_objext \
  1.5035 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5036 +       conftest$ac_exeext conftest.$ac_ext
  1.5037 + fi
  1.5038 + { echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
  1.5039 +@@ -13819,27 +12162,11 @@
  1.5040 +   rm -f conftest.er1
  1.5041 +   cat conftest.err >&5
  1.5042 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5043 +-  (exit $ac_status); } &&
  1.5044 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5045 +-  { (case "(($ac_try" in
  1.5046 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5047 +-  *) ac_try_echo=$ac_try;;
  1.5048 +-esac
  1.5049 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5050 +-  (eval "$ac_try") 2>&5
  1.5051 +-  ac_status=$?
  1.5052 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5053 +-  (exit $ac_status); }; } &&
  1.5054 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5055 +-  { (case "(($ac_try" in
  1.5056 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5057 +-  *) ac_try_echo=$ac_try;;
  1.5058 +-esac
  1.5059 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5060 +-  (eval "$ac_try") 2>&5
  1.5061 +-  ac_status=$?
  1.5062 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5063 +-  (exit $ac_status); }; }; then
  1.5064 ++  (exit $ac_status); } && {
  1.5065 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5066 ++	 test ! -s conftest.err
  1.5067 ++       } && test -s conftest$ac_exeext &&
  1.5068 ++       $as_test_x conftest$ac_exeext; then
  1.5069 +   eval "$as_ac_var=yes"
  1.5070 + else
  1.5071 +   echo "$as_me: failed program was:" >&5
  1.5072 +@@ -13848,7 +12175,7 @@
  1.5073 + 	eval "$as_ac_var=no"
  1.5074 + fi
  1.5075 + 
  1.5076 +-rm -f core conftest.err conftest.$ac_objext \
  1.5077 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5078 +       conftest$ac_exeext conftest.$ac_ext
  1.5079 + fi
  1.5080 + ac_res=`eval echo '${'$as_ac_var'}'`
  1.5081 +@@ -13998,17 +12325,10 @@
  1.5082 +   rm -f conftest.er1
  1.5083 +   cat conftest.err >&5
  1.5084 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5085 +-  (exit $ac_status); } >/dev/null; then
  1.5086 +-  if test -s conftest.err; then
  1.5087 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.5088 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.5089 +-  else
  1.5090 +-    ac_cpp_err=
  1.5091 +-  fi
  1.5092 +-else
  1.5093 +-  ac_cpp_err=yes
  1.5094 +-fi
  1.5095 +-if test -z "$ac_cpp_err"; then
  1.5096 ++  (exit $ac_status); } >/dev/null && {
  1.5097 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.5098 ++	 test ! -s conftest.err
  1.5099 ++       }; then
  1.5100 +   # We can compile using X headers with no special include directory.
  1.5101 + ac_x_includes=
  1.5102 + else
  1.5103 +@@ -14101,27 +12421,11 @@
  1.5104 +   rm -f conftest.er1
  1.5105 +   cat conftest.err >&5
  1.5106 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5107 +-  (exit $ac_status); } &&
  1.5108 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5109 +-  { (case "(($ac_try" in
  1.5110 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5111 +-  *) ac_try_echo=$ac_try;;
  1.5112 +-esac
  1.5113 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5114 +-  (eval "$ac_try") 2>&5
  1.5115 +-  ac_status=$?
  1.5116 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5117 +-  (exit $ac_status); }; } &&
  1.5118 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5119 +-  { (case "(($ac_try" in
  1.5120 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5121 +-  *) ac_try_echo=$ac_try;;
  1.5122 +-esac
  1.5123 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5124 +-  (eval "$ac_try") 2>&5
  1.5125 +-  ac_status=$?
  1.5126 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5127 +-  (exit $ac_status); }; }; then
  1.5128 ++  (exit $ac_status); } && {
  1.5129 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5130 ++	 test ! -s conftest.err
  1.5131 ++       } && test -s conftest$ac_exeext &&
  1.5132 ++       $as_test_x conftest$ac_exeext; then
  1.5133 +   LIBS="$ac_save_LIBS"
  1.5134 + # We can link X programs with no special library path.
  1.5135 + ac_x_libraries=
  1.5136 +@@ -14178,7 +12482,7 @@
  1.5137 + done
  1.5138 + fi
  1.5139 + 
  1.5140 +-rm -f core conftest.err conftest.$ac_objext \
  1.5141 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5142 +       conftest$ac_exeext conftest.$ac_ext
  1.5143 + fi # $ac_x_libraries = NO
  1.5144 + 
  1.5145 +@@ -14343,27 +12647,11 @@
  1.5146 +   rm -f conftest.er1
  1.5147 +   cat conftest.err >&5
  1.5148 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5149 +-  (exit $ac_status); } &&
  1.5150 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5151 +-  { (case "(($ac_try" in
  1.5152 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5153 +-  *) ac_try_echo=$ac_try;;
  1.5154 +-esac
  1.5155 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5156 +-  (eval "$ac_try") 2>&5
  1.5157 +-  ac_status=$?
  1.5158 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5159 +-  (exit $ac_status); }; } &&
  1.5160 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5161 +-  { (case "(($ac_try" in
  1.5162 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5163 +-  *) ac_try_echo=$ac_try;;
  1.5164 +-esac
  1.5165 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5166 +-  (eval "$ac_try") 2>&5
  1.5167 +-  ac_status=$?
  1.5168 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5169 +-  (exit $ac_status); }; }; then
  1.5170 ++  (exit $ac_status); } && {
  1.5171 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5172 ++	 test ! -s conftest.err
  1.5173 ++       } && test -s conftest$ac_exeext &&
  1.5174 ++       $as_test_x conftest$ac_exeext; then
  1.5175 +   ac_cv_lib_ICE_IceConnectionNumber=yes
  1.5176 + else
  1.5177 +   echo "$as_me: failed program was:" >&5
  1.5178 +@@ -14372,7 +12660,7 @@
  1.5179 + 	ac_cv_lib_ICE_IceConnectionNumber=no
  1.5180 + fi
  1.5181 + 
  1.5182 +-rm -f core conftest.err conftest.$ac_objext \
  1.5183 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5184 +       conftest$ac_exeext conftest.$ac_ext
  1.5185 + LIBS=$ac_check_lib_save_LIBS
  1.5186 + fi
  1.5187 +@@ -14433,27 +12721,11 @@
  1.5188 +   rm -f conftest.er1
  1.5189 +   cat conftest.err >&5
  1.5190 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5191 +-  (exit $ac_status); } &&
  1.5192 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5193 +-  { (case "(($ac_try" in
  1.5194 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5195 +-  *) ac_try_echo=$ac_try;;
  1.5196 +-esac
  1.5197 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5198 +-  (eval "$ac_try") 2>&5
  1.5199 +-  ac_status=$?
  1.5200 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5201 +-  (exit $ac_status); }; } &&
  1.5202 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5203 +-  { (case "(($ac_try" in
  1.5204 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5205 +-  *) ac_try_echo=$ac_try;;
  1.5206 +-esac
  1.5207 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5208 +-  (eval "$ac_try") 2>&5
  1.5209 +-  ac_status=$?
  1.5210 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5211 +-  (exit $ac_status); }; }; then
  1.5212 ++  (exit $ac_status); } && {
  1.5213 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5214 ++	 test ! -s conftest.err
  1.5215 ++       } && test -s conftest$ac_exeext &&
  1.5216 ++       $as_test_x conftest$ac_exeext; then
  1.5217 +   kde_cv_have_libXext=yes
  1.5218 + else
  1.5219 +   echo "$as_me: failed program was:" >&5
  1.5220 +@@ -14463,7 +12735,7 @@
  1.5221 + 
  1.5222 + fi
  1.5223 + 
  1.5224 +-rm -f core conftest.err conftest.$ac_objext \
  1.5225 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5226 +       conftest$ac_exeext conftest.$ac_ext
  1.5227 + 
  1.5228 + LDFLAGS=$kde_ldflags_safe
  1.5229 +@@ -14670,27 +12942,11 @@
  1.5230 +   rm -f conftest.er1
  1.5231 +   cat conftest.err >&5
  1.5232 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5233 +-  (exit $ac_status); } &&
  1.5234 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5235 +-  { (case "(($ac_try" in
  1.5236 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5237 +-  *) ac_try_echo=$ac_try;;
  1.5238 +-esac
  1.5239 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5240 +-  (eval "$ac_try") 2>&5
  1.5241 +-  ac_status=$?
  1.5242 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5243 +-  (exit $ac_status); }; } &&
  1.5244 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5245 +-  { (case "(($ac_try" in
  1.5246 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5247 +-  *) ac_try_echo=$ac_try;;
  1.5248 +-esac
  1.5249 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5250 +-  (eval "$ac_try") 2>&5
  1.5251 +-  ac_status=$?
  1.5252 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5253 +-  (exit $ac_status); }; }; then
  1.5254 ++  (exit $ac_status); } && {
  1.5255 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5256 ++	 test ! -s conftest.err
  1.5257 ++       } && test -s conftest$ac_exeext &&
  1.5258 ++       $as_test_x conftest$ac_exeext; then
  1.5259 +   eval "$as_ac_Lib=yes"
  1.5260 + else
  1.5261 +   echo "$as_me: failed program was:" >&5
  1.5262 +@@ -14699,7 +12955,7 @@
  1.5263 + 	eval "$as_ac_Lib=no"
  1.5264 + fi
  1.5265 + 
  1.5266 +-rm -f core conftest.err conftest.$ac_objext \
  1.5267 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5268 +       conftest$ac_exeext conftest.$ac_ext
  1.5269 + LIBS=$ac_check_lib_save_LIBS
  1.5270 + fi
  1.5271 +@@ -14760,27 +13016,11 @@
  1.5272 +   rm -f conftest.er1
  1.5273 +   cat conftest.err >&5
  1.5274 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5275 +-  (exit $ac_status); } &&
  1.5276 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5277 +-  { (case "(($ac_try" in
  1.5278 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5279 +-  *) ac_try_echo=$ac_try;;
  1.5280 +-esac
  1.5281 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5282 +-  (eval "$ac_try") 2>&5
  1.5283 +-  ac_status=$?
  1.5284 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5285 +-  (exit $ac_status); }; } &&
  1.5286 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5287 +-  { (case "(($ac_try" in
  1.5288 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5289 +-  *) ac_try_echo=$ac_try;;
  1.5290 +-esac
  1.5291 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5292 +-  (eval "$ac_try") 2>&5
  1.5293 +-  ac_status=$?
  1.5294 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5295 +-  (exit $ac_status); }; }; then
  1.5296 ++  (exit $ac_status); } && {
  1.5297 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5298 ++	 test ! -s conftest.err
  1.5299 ++       } && test -s conftest$ac_exeext &&
  1.5300 ++       $as_test_x conftest$ac_exeext; then
  1.5301 +   ac_cv_lib_pthread_pthread_create=yes
  1.5302 + else
  1.5303 +   echo "$as_me: failed program was:" >&5
  1.5304 +@@ -14789,7 +13029,7 @@
  1.5305 + 	ac_cv_lib_pthread_pthread_create=no
  1.5306 + fi
  1.5307 + 
  1.5308 +-rm -f core conftest.err conftest.$ac_objext \
  1.5309 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5310 +       conftest$ac_exeext conftest.$ac_ext
  1.5311 + LIBS=$ac_check_lib_save_LIBS
  1.5312 + fi
  1.5313 +@@ -14834,27 +13074,11 @@
  1.5314 +   rm -f conftest.er1
  1.5315 +   cat conftest.err >&5
  1.5316 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5317 +-  (exit $ac_status); } &&
  1.5318 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5319 +-  { (case "(($ac_try" in
  1.5320 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5321 +-  *) ac_try_echo=$ac_try;;
  1.5322 +-esac
  1.5323 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5324 +-  (eval "$ac_try") 2>&5
  1.5325 +-  ac_status=$?
  1.5326 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5327 +-  (exit $ac_status); }; } &&
  1.5328 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5329 +-  { (case "(($ac_try" in
  1.5330 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5331 +-  *) ac_try_echo=$ac_try;;
  1.5332 +-esac
  1.5333 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5334 +-  (eval "$ac_try") 2>&5
  1.5335 +-  ac_status=$?
  1.5336 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5337 +-  (exit $ac_status); }; }; then
  1.5338 ++  (exit $ac_status); } && {
  1.5339 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5340 ++	 test ! -s conftest.err
  1.5341 ++       } && test -s conftest$ac_exeext &&
  1.5342 ++       $as_test_x conftest$ac_exeext; then
  1.5343 + 
  1.5344 +         { echo "$as_me:$LINENO: result: yes" >&5
  1.5345 + echo "${ECHO_T}yes" >&6; }
  1.5346 +@@ -14868,7 +13092,7 @@
  1.5347 + echo "${ECHO_T}no" >&6; }
  1.5348 + fi
  1.5349 + 
  1.5350 +-rm -f core conftest.err conftest.$ac_objext \
  1.5351 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5352 +       conftest$ac_exeext conftest.$ac_ext
  1.5353 +     LIBS=$kde_safe_libs
  1.5354 +   fi
  1.5355 +@@ -14930,27 +13154,11 @@
  1.5356 +   rm -f conftest.er1
  1.5357 +   cat conftest.err >&5
  1.5358 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5359 +-  (exit $ac_status); } &&
  1.5360 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5361 +-  { (case "(($ac_try" in
  1.5362 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5363 +-  *) ac_try_echo=$ac_try;;
  1.5364 +-esac
  1.5365 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5366 +-  (eval "$ac_try") 2>&5
  1.5367 +-  ac_status=$?
  1.5368 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5369 +-  (exit $ac_status); }; } &&
  1.5370 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5371 +-  { (case "(($ac_try" in
  1.5372 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5373 +-  *) ac_try_echo=$ac_try;;
  1.5374 +-esac
  1.5375 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5376 +-  (eval "$ac_try") 2>&5
  1.5377 +-  ac_status=$?
  1.5378 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5379 +-  (exit $ac_status); }; }; then
  1.5380 ++  (exit $ac_status); } && {
  1.5381 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5382 ++	 test ! -s conftest.err
  1.5383 ++       } && test -s conftest$ac_exeext &&
  1.5384 ++       $as_test_x conftest$ac_exeext; then
  1.5385 +   eval "kde_cv_prog_cxx_$kde_cache=yes"
  1.5386 + else
  1.5387 +   echo "$as_me: failed program was:" >&5
  1.5388 +@@ -14959,7 +13167,7 @@
  1.5389 + 
  1.5390 + fi
  1.5391 + 
  1.5392 +-rm -f core conftest.err conftest.$ac_objext \
  1.5393 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5394 +       conftest$ac_exeext conftest.$ac_ext
  1.5395 +   CXXFLAGS="$save_CXXFLAGS"
  1.5396 +   ac_ext=cpp
  1.5397 +@@ -15037,27 +13245,11 @@
  1.5398 +   rm -f conftest.er1
  1.5399 +   cat conftest.err >&5
  1.5400 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5401 +-  (exit $ac_status); } &&
  1.5402 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5403 +-  { (case "(($ac_try" in
  1.5404 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5405 +-  *) ac_try_echo=$ac_try;;
  1.5406 +-esac
  1.5407 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5408 +-  (eval "$ac_try") 2>&5
  1.5409 +-  ac_status=$?
  1.5410 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5411 +-  (exit $ac_status); }; } &&
  1.5412 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5413 +-  { (case "(($ac_try" in
  1.5414 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5415 +-  *) ac_try_echo=$ac_try;;
  1.5416 +-esac
  1.5417 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5418 +-  (eval "$ac_try") 2>&5
  1.5419 +-  ac_status=$?
  1.5420 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5421 +-  (exit $ac_status); }; }; then
  1.5422 ++  (exit $ac_status); } && {
  1.5423 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5424 ++	 test ! -s conftest.err
  1.5425 ++       } && test -s conftest$ac_exeext &&
  1.5426 ++       $as_test_x conftest$ac_exeext; then
  1.5427 +   eval "kde_cv_prog_cxx_$kde_cache=yes"
  1.5428 + else
  1.5429 +   echo "$as_me: failed program was:" >&5
  1.5430 +@@ -15066,7 +13258,7 @@
  1.5431 + 
  1.5432 + fi
  1.5433 + 
  1.5434 +-rm -f core conftest.err conftest.$ac_objext \
  1.5435 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5436 +       conftest$ac_exeext conftest.$ac_ext
  1.5437 +   CXXFLAGS="$save_CXXFLAGS"
  1.5438 +   ac_ext=cpp
  1.5439 +@@ -15226,27 +13418,11 @@
  1.5440 +   rm -f conftest.er1
  1.5441 +   cat conftest.err >&5
  1.5442 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5443 +-  (exit $ac_status); } &&
  1.5444 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5445 +-  { (case "(($ac_try" in
  1.5446 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5447 +-  *) ac_try_echo=$ac_try;;
  1.5448 +-esac
  1.5449 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5450 +-  (eval "$ac_try") 2>&5
  1.5451 +-  ac_status=$?
  1.5452 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5453 +-  (exit $ac_status); }; } &&
  1.5454 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5455 +-  { (case "(($ac_try" in
  1.5456 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5457 +-  *) ac_try_echo=$ac_try;;
  1.5458 +-esac
  1.5459 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5460 +-  (eval "$ac_try") 2>&5
  1.5461 +-  ac_status=$?
  1.5462 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5463 +-  (exit $ac_status); }; }; then
  1.5464 ++  (exit $ac_status); } && {
  1.5465 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5466 ++	 test ! -s conftest.err
  1.5467 ++       } && test -s conftest$ac_exeext &&
  1.5468 ++       $as_test_x conftest$ac_exeext; then
  1.5469 +   eval "ac_cv_lib_z='-lz'"
  1.5470 + else
  1.5471 +   echo "$as_me: failed program was:" >&5
  1.5472 +@@ -15255,7 +13431,7 @@
  1.5473 + 	eval "ac_cv_lib_z=no"
  1.5474 + fi
  1.5475 + 
  1.5476 +-rm -f core conftest.err conftest.$ac_objext \
  1.5477 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5478 +       conftest$ac_exeext conftest.$ac_ext
  1.5479 + LIBS="$kde_save_LIBS"
  1.5480 + CFLAGS="$kde_save_CFLAGS"
  1.5481 +@@ -15338,27 +13514,11 @@
  1.5482 +   rm -f conftest.er1
  1.5483 +   cat conftest.err >&5
  1.5484 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5485 +-  (exit $ac_status); } &&
  1.5486 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5487 +-  { (case "(($ac_try" in
  1.5488 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5489 +-  *) ac_try_echo=$ac_try;;
  1.5490 +-esac
  1.5491 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5492 +-  (eval "$ac_try") 2>&5
  1.5493 +-  ac_status=$?
  1.5494 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5495 +-  (exit $ac_status); }; } &&
  1.5496 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5497 +-  { (case "(($ac_try" in
  1.5498 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5499 +-  *) ac_try_echo=$ac_try;;
  1.5500 +-esac
  1.5501 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5502 +-  (eval "$ac_try") 2>&5
  1.5503 +-  ac_status=$?
  1.5504 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5505 +-  (exit $ac_status); }; }; then
  1.5506 ++  (exit $ac_status); } && {
  1.5507 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5508 ++	 test ! -s conftest.err
  1.5509 ++       } && test -s conftest$ac_exeext &&
  1.5510 ++       $as_test_x conftest$ac_exeext; then
  1.5511 +   eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
  1.5512 + else
  1.5513 +   echo "$as_me: failed program was:" >&5
  1.5514 +@@ -15368,7 +13528,7 @@
  1.5515 + 
  1.5516 + fi
  1.5517 + 
  1.5518 +-rm -f core conftest.err conftest.$ac_objext \
  1.5519 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5520 +       conftest$ac_exeext conftest.$ac_ext
  1.5521 + LIBS="$kde_save_LIBS"
  1.5522 + CFLAGS="$kde_save_CFLAGS"
  1.5523 +@@ -15445,27 +13605,11 @@
  1.5524 +   rm -f conftest.er1
  1.5525 +   cat conftest.err >&5
  1.5526 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5527 +-  (exit $ac_status); } &&
  1.5528 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5529 +-  { (case "(($ac_try" in
  1.5530 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5531 +-  *) ac_try_echo=$ac_try;;
  1.5532 +-esac
  1.5533 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5534 +-  (eval "$ac_try") 2>&5
  1.5535 +-  ac_status=$?
  1.5536 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5537 +-  (exit $ac_status); }; } &&
  1.5538 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5539 +-  { (case "(($ac_try" in
  1.5540 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5541 +-  *) ac_try_echo=$ac_try;;
  1.5542 +-esac
  1.5543 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5544 +-  (eval "$ac_try") 2>&5
  1.5545 +-  ac_status=$?
  1.5546 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5547 +-  (exit $ac_status); }; }; then
  1.5548 ++  (exit $ac_status); } && {
  1.5549 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5550 ++	 test ! -s conftest.err
  1.5551 ++       } && test -s conftest$ac_exeext &&
  1.5552 ++       $as_test_x conftest$ac_exeext; then
  1.5553 +   eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
  1.5554 + else
  1.5555 +   echo "$as_me: failed program was:" >&5
  1.5556 +@@ -15474,7 +13618,7 @@
  1.5557 + 	eval "ac_cv_lib_jpeg_6b=no"
  1.5558 + fi
  1.5559 + 
  1.5560 +-rm -f core conftest.err conftest.$ac_objext \
  1.5561 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5562 +       conftest$ac_exeext conftest.$ac_ext
  1.5563 + LIBS="$ac_save_LIBS"
  1.5564 + CFLAGS="$ac_save_CFLAGS"
  1.5565 +@@ -15542,27 +13686,11 @@
  1.5566 +   rm -f conftest.er1
  1.5567 +   cat conftest.err >&5
  1.5568 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5569 +-  (exit $ac_status); } &&
  1.5570 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5571 +-  { (case "(($ac_try" in
  1.5572 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5573 +-  *) ac_try_echo=$ac_try;;
  1.5574 +-esac
  1.5575 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5576 +-  (eval "$ac_try") 2>&5
  1.5577 +-  ac_status=$?
  1.5578 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5579 +-  (exit $ac_status); }; } &&
  1.5580 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5581 +-  { (case "(($ac_try" in
  1.5582 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5583 +-  *) ac_try_echo=$ac_try;;
  1.5584 +-esac
  1.5585 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5586 +-  (eval "$ac_try") 2>&5
  1.5587 +-  ac_status=$?
  1.5588 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5589 +-  (exit $ac_status); }; }; then
  1.5590 ++  (exit $ac_status); } && {
  1.5591 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5592 ++	 test ! -s conftest.err
  1.5593 ++       } && test -s conftest$ac_exeext &&
  1.5594 ++       $as_test_x conftest$ac_exeext; then
  1.5595 +   eval "ac_cv_lib_jpeg_normal=-ljpeg"
  1.5596 + else
  1.5597 +   echo "$as_me: failed program was:" >&5
  1.5598 +@@ -15571,7 +13699,7 @@
  1.5599 + 	eval "ac_cv_lib_jpeg_normal=no"
  1.5600 + fi
  1.5601 + 
  1.5602 +-rm -f core conftest.err conftest.$ac_objext \
  1.5603 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5604 +       conftest$ac_exeext conftest.$ac_ext
  1.5605 + LIBS="$ac_save_LIBS"
  1.5606 + CFLAGS="$ac_save_CFLAGS"
  1.5607 +@@ -15605,7 +13733,7 @@
  1.5608 + do
  1.5609 +   for j in jpeglib.h;
  1.5610 +   do
  1.5611 +-    echo "configure: 15608: $i/$j" >&5
  1.5612 ++    echo "configure: 13736: $i/$j" >&5
  1.5613 +     if test -r "$i/$j"; then
  1.5614 +       echo "taking that" >&5
  1.5615 +       jpeg_incdir=$i
  1.5616 +@@ -15913,7 +14041,7 @@
  1.5617 + do
  1.5618 +   for j in $kde_qt_header;
  1.5619 +   do
  1.5620 +-    echo "configure: 15916: $i/$j" >&5
  1.5621 ++    echo "configure: 14044: $i/$j" >&5
  1.5622 +     if test -r "$i/$j"; then
  1.5623 +       echo "taking that" >&5
  1.5624 +       qt_incdir=$i
  1.5625 +@@ -16591,27 +14719,11 @@
  1.5626 +   rm -f conftest.er1
  1.5627 +   cat conftest.err >&5
  1.5628 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5629 +-  (exit $ac_status); } &&
  1.5630 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5631 +-  { (case "(($ac_try" in
  1.5632 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5633 +-  *) ac_try_echo=$ac_try;;
  1.5634 +-esac
  1.5635 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5636 +-  (eval "$ac_try") 2>&5
  1.5637 +-  ac_status=$?
  1.5638 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5639 +-  (exit $ac_status); }; } &&
  1.5640 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5641 +-  { (case "(($ac_try" in
  1.5642 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5643 +-  *) ac_try_echo=$ac_try;;
  1.5644 +-esac
  1.5645 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5646 +-  (eval "$ac_try") 2>&5
  1.5647 +-  ac_status=$?
  1.5648 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5649 +-  (exit $ac_status); }; }; then
  1.5650 ++  (exit $ac_status); } && {
  1.5651 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5652 ++	 test ! -s conftest.err
  1.5653 ++       } && test -s conftest$ac_exeext &&
  1.5654 ++       $as_test_x conftest$ac_exeext; then
  1.5655 +   eval "kde_cv_qt_jpeg=no"
  1.5656 + else
  1.5657 +   echo "$as_me: failed program was:" >&5
  1.5658 +@@ -16620,7 +14732,7 @@
  1.5659 + 	eval "kde_cv_qt_jpeg=yes"
  1.5660 + fi
  1.5661 + 
  1.5662 +-rm -f core conftest.err conftest.$ac_objext \
  1.5663 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5664 +       conftest$ac_exeext conftest.$ac_ext
  1.5665 + LIBS="$ac_save_LIBS"
  1.5666 + CXXFLAGS="$ac_save_CXXFLAGS"
  1.5667 +@@ -16684,7 +14796,7 @@
  1.5668 +   IFS=$as_save_IFS
  1.5669 +   test -z "$as_dir" && as_dir=.
  1.5670 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.5671 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.5672 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.5673 +     ac_cv_prog_have_lrelease="yes"
  1.5674 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.5675 +     break 2
  1.5676 +@@ -16760,7 +14872,7 @@
  1.5677 +   IFS=$as_save_IFS
  1.5678 +   test -z "$as_dir" && as_dir=.
  1.5679 +   for ac_exec_ext in '' $ac_executable_extensions; do
  1.5680 +-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.5681 ++  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.5682 +     ac_cv_prog_have_kde="yes"
  1.5683 +     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.5684 +     break 2
  1.5685 +@@ -17063,27 +15175,10 @@
  1.5686 +   rm -f conftest.er1
  1.5687 +   cat conftest.err >&5
  1.5688 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5689 +-  (exit $ac_status); } &&
  1.5690 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5691 +-  { (case "(($ac_try" in
  1.5692 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5693 +-  *) ac_try_echo=$ac_try;;
  1.5694 +-esac
  1.5695 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5696 +-  (eval "$ac_try") 2>&5
  1.5697 +-  ac_status=$?
  1.5698 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5699 +-  (exit $ac_status); }; } &&
  1.5700 +-	 { ac_try='test -s conftest.$ac_objext'
  1.5701 +-  { (case "(($ac_try" in
  1.5702 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5703 +-  *) ac_try_echo=$ac_try;;
  1.5704 +-esac
  1.5705 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5706 +-  (eval "$ac_try") 2>&5
  1.5707 +-  ac_status=$?
  1.5708 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5709 +-  (exit $ac_status); }; }; then
  1.5710 ++  (exit $ac_status); } && {
  1.5711 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5712 ++	 test ! -s conftest.err
  1.5713 ++       } && test -s conftest.$ac_objext; then
  1.5714 +   kde_cv_stl_works=yes
  1.5715 + else
  1.5716 +   echo "$as_me: failed program was:" >&5
  1.5717 +@@ -17219,7 +15314,7 @@
  1.5718 + do
  1.5719 +   for j in $kde_check_header;
  1.5720 +   do
  1.5721 +-    echo "configure: 17222: $i/$j" >&5
  1.5722 ++    echo "configure: 15317: $i/$j" >&5
  1.5723 +     if test -r "$i/$j"; then
  1.5724 +       echo "taking that" >&5
  1.5725 +       kde_incdir=$i
  1.5726 +@@ -17249,7 +15344,7 @@
  1.5727 + do
  1.5728 +   for j in $kde_check_lib;
  1.5729 +   do
  1.5730 +-    echo "configure: 17252: $i/$j" >&5
  1.5731 ++    echo "configure: 15347: $i/$j" >&5
  1.5732 +     if test -r "$i/$j"; then
  1.5733 +       echo "taking that" >&5
  1.5734 +       kde_libdir=$i
  1.5735 +@@ -17267,7 +15362,7 @@
  1.5736 + do
  1.5737 +   for j in "kde3/plugins/designer/kdewidgets.la";
  1.5738 +   do
  1.5739 +-    echo "configure: 17270: $i/$j" >&5
  1.5740 ++    echo "configure: 15365: $i/$j" >&5
  1.5741 +     if test -r "$i/$j"; then
  1.5742 +       echo "taking that" >&5
  1.5743 +       kde_widgetdir=$i
  1.5744 +@@ -18767,7 +16862,7 @@
  1.5745 + do
  1.5746 +   for j in apps/ksgmltools2/customization/kde-chunk.xsl;
  1.5747 +   do
  1.5748 +-    echo "configure: 18770: $i/$j" >&5
  1.5749 ++    echo "configure: 16865: $i/$j" >&5
  1.5750 +     if test -r "$i/$j"; then
  1.5751 +       echo "taking that" >&5
  1.5752 +       KDE_XSL_STYLESHEET=$i
  1.5753 +@@ -18999,27 +17094,11 @@
  1.5754 +   rm -f conftest.er1
  1.5755 +   cat conftest.err >&5
  1.5756 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5757 +-  (exit $ac_status); } &&
  1.5758 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5759 +-  { (case "(($ac_try" in
  1.5760 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5761 +-  *) ac_try_echo=$ac_try;;
  1.5762 +-esac
  1.5763 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5764 +-  (eval "$ac_try") 2>&5
  1.5765 +-  ac_status=$?
  1.5766 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5767 +-  (exit $ac_status); }; } &&
  1.5768 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5769 +-  { (case "(($ac_try" in
  1.5770 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5771 +-  *) ac_try_echo=$ac_try;;
  1.5772 +-esac
  1.5773 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5774 +-  (eval "$ac_try") 2>&5
  1.5775 +-  ac_status=$?
  1.5776 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5777 +-  (exit $ac_status); }; }; then
  1.5778 ++  (exit $ac_status); } && {
  1.5779 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5780 ++	 test ! -s conftest.err
  1.5781 ++       } && test -s conftest$ac_exeext &&
  1.5782 ++       $as_test_x conftest$ac_exeext; then
  1.5783 +   ac_cv_lib_bind_main=yes
  1.5784 + else
  1.5785 +   echo "$as_me: failed program was:" >&5
  1.5786 +@@ -19028,7 +17107,7 @@
  1.5787 + 	ac_cv_lib_bind_main=no
  1.5788 + fi
  1.5789 + 
  1.5790 +-rm -f core conftest.err conftest.$ac_objext \
  1.5791 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5792 +       conftest$ac_exeext conftest.$ac_ext
  1.5793 + LIBS=$ac_check_lib_save_LIBS
  1.5794 + fi
  1.5795 +@@ -19080,27 +17159,10 @@
  1.5796 +   rm -f conftest.er1
  1.5797 +   cat conftest.err >&5
  1.5798 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5799 +-  (exit $ac_status); } &&
  1.5800 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5801 +-  { (case "(($ac_try" in
  1.5802 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5803 +-  *) ac_try_echo=$ac_try;;
  1.5804 +-esac
  1.5805 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5806 +-  (eval "$ac_try") 2>&5
  1.5807 +-  ac_status=$?
  1.5808 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5809 +-  (exit $ac_status); }; } &&
  1.5810 +-	 { ac_try='test -s conftest.$ac_objext'
  1.5811 +-  { (case "(($ac_try" in
  1.5812 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5813 +-  *) ac_try_echo=$ac_try;;
  1.5814 +-esac
  1.5815 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5816 +-  (eval "$ac_try") 2>&5
  1.5817 +-  ac_status=$?
  1.5818 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5819 +-  (exit $ac_status); }; }; then
  1.5820 ++  (exit $ac_status); } && {
  1.5821 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5822 ++	 test ! -s conftest.err
  1.5823 ++       } && test -s conftest.$ac_objext; then
  1.5824 +   ac_header_compiler=yes
  1.5825 + else
  1.5826 +   echo "$as_me: failed program was:" >&5
  1.5827 +@@ -19136,17 +17198,10 @@
  1.5828 +   rm -f conftest.er1
  1.5829 +   cat conftest.err >&5
  1.5830 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5831 +-  (exit $ac_status); } >/dev/null; then
  1.5832 +-  if test -s conftest.err; then
  1.5833 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.5834 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.5835 +-  else
  1.5836 +-    ac_cpp_err=
  1.5837 +-  fi
  1.5838 +-else
  1.5839 +-  ac_cpp_err=yes
  1.5840 +-fi
  1.5841 +-if test -z "$ac_cpp_err"; then
  1.5842 ++  (exit $ac_status); } >/dev/null && {
  1.5843 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.5844 ++	 test ! -s conftest.err
  1.5845 ++       }; then
  1.5846 +   ac_header_preproc=yes
  1.5847 + else
  1.5848 +   echo "$as_me: failed program was:" >&5
  1.5849 +@@ -19247,27 +17302,11 @@
  1.5850 +   rm -f conftest.er1
  1.5851 +   cat conftest.err >&5
  1.5852 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5853 +-  (exit $ac_status); } &&
  1.5854 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5855 +-  { (case "(($ac_try" in
  1.5856 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5857 +-  *) ac_try_echo=$ac_try;;
  1.5858 +-esac
  1.5859 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5860 +-  (eval "$ac_try") 2>&5
  1.5861 +-  ac_status=$?
  1.5862 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5863 +-  (exit $ac_status); }; } &&
  1.5864 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5865 +-  { (case "(($ac_try" in
  1.5866 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5867 +-  *) ac_try_echo=$ac_try;;
  1.5868 +-esac
  1.5869 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5870 +-  (eval "$ac_try") 2>&5
  1.5871 +-  ac_status=$?
  1.5872 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5873 +-  (exit $ac_status); }; }; then
  1.5874 ++  (exit $ac_status); } && {
  1.5875 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5876 ++	 test ! -s conftest.err
  1.5877 ++       } && test -s conftest$ac_exeext &&
  1.5878 ++       $as_test_x conftest$ac_exeext; then
  1.5879 +   ac_cv_lib_sndfile_sf_open=yes
  1.5880 + else
  1.5881 +   echo "$as_me: failed program was:" >&5
  1.5882 +@@ -19276,7 +17315,7 @@
  1.5883 + 	ac_cv_lib_sndfile_sf_open=no
  1.5884 + fi
  1.5885 + 
  1.5886 +-rm -f core conftest.err conftest.$ac_objext \
  1.5887 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5888 +       conftest$ac_exeext conftest.$ac_ext
  1.5889 + LIBS=$ac_check_lib_save_LIBS
  1.5890 + fi
  1.5891 +@@ -19549,30 +17588,13 @@
  1.5892 + 
  1.5893 + # This check does not work on all platforms
  1.5894 + # Check if libgsm is available
  1.5895 +-# AC_CHECK_LIB(gsm, sf_open, [
  1.5896 +-#	AC_CHECK_HEADER(gsm.h, [],
  1.5897 +-#		[AC_MSG_ERROR([gsm header files missing (gsm.h)])])
  1.5898 +-#	AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
  1.5899 +-#	GSM_LIBS="-lgsm"
  1.5900 +-#	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.5901 +-#	have_gsm="yes" ], [
  1.5902 +-#	have_gsm="no"
  1.5903 +-#	GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.5904 +-#	echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
  1.5905 +-have_gsm="no"
  1.5906 +-GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.5907 +-echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.5908 +-
  1.5909 +-
  1.5910 +-
  1.5911 +-# Check if ALSA is available
  1.5912 +-{ echo "$as_me:$LINENO: checking for main in -lasound" >&5
  1.5913 +-echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6; }
  1.5914 +-if test "${ac_cv_lib_asound_main+set}" = set; then
  1.5915 ++{ echo "$as_me:$LINENO: checking for sf_open in -lgsm" >&5
  1.5916 ++echo $ECHO_N "checking for sf_open in -lgsm... $ECHO_C" >&6; }
  1.5917 ++if test "${ac_cv_lib_gsm_sf_open+set}" = set; then
  1.5918 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.5919 + else
  1.5920 +   ac_check_lib_save_LIBS=$LIBS
  1.5921 +-LIBS="-lasound  $LIBS"
  1.5922 ++LIBS="-lgsm  $LIBS"
  1.5923 + cat >conftest.$ac_ext <<_ACEOF
  1.5924 + /* confdefs.h.  */
  1.5925 + _ACEOF
  1.5926 +@@ -19580,11 +17602,17 @@
  1.5927 + cat >>conftest.$ac_ext <<_ACEOF
  1.5928 + /* end confdefs.h.  */
  1.5929 + 
  1.5930 +-
  1.5931 ++/* Override any GCC internal prototype to avoid an error.
  1.5932 ++   Use char because int might match the return type of a GCC
  1.5933 ++   builtin and then its argument prototype would still apply.  */
  1.5934 ++#ifdef __cplusplus
  1.5935 ++extern "C"
  1.5936 ++#endif
  1.5937 ++char sf_open ();
  1.5938 + int
  1.5939 + main ()
  1.5940 + {
  1.5941 +-return main ();
  1.5942 ++return sf_open ();
  1.5943 +   ;
  1.5944 +   return 0;
  1.5945 + }
  1.5946 +@@ -19602,55 +17630,39 @@
  1.5947 +   rm -f conftest.er1
  1.5948 +   cat conftest.err >&5
  1.5949 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5950 +-  (exit $ac_status); } &&
  1.5951 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.5952 +-  { (case "(($ac_try" in
  1.5953 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5954 +-  *) ac_try_echo=$ac_try;;
  1.5955 +-esac
  1.5956 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5957 +-  (eval "$ac_try") 2>&5
  1.5958 +-  ac_status=$?
  1.5959 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5960 +-  (exit $ac_status); }; } &&
  1.5961 +-	 { ac_try='test -s conftest$ac_exeext'
  1.5962 +-  { (case "(($ac_try" in
  1.5963 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.5964 +-  *) ac_try_echo=$ac_try;;
  1.5965 +-esac
  1.5966 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.5967 +-  (eval "$ac_try") 2>&5
  1.5968 +-  ac_status=$?
  1.5969 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.5970 +-  (exit $ac_status); }; }; then
  1.5971 +-  ac_cv_lib_asound_main=yes
  1.5972 ++  (exit $ac_status); } && {
  1.5973 ++	 test -z "$ac_cxx_werror_flag" ||
  1.5974 ++	 test ! -s conftest.err
  1.5975 ++       } && test -s conftest$ac_exeext &&
  1.5976 ++       $as_test_x conftest$ac_exeext; then
  1.5977 ++  ac_cv_lib_gsm_sf_open=yes
  1.5978 + else
  1.5979 +   echo "$as_me: failed program was:" >&5
  1.5980 + sed 's/^/| /' conftest.$ac_ext >&5
  1.5981 + 
  1.5982 +-	ac_cv_lib_asound_main=no
  1.5983 ++	ac_cv_lib_gsm_sf_open=no
  1.5984 + fi
  1.5985 + 
  1.5986 +-rm -f core conftest.err conftest.$ac_objext \
  1.5987 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.5988 +       conftest$ac_exeext conftest.$ac_ext
  1.5989 + LIBS=$ac_check_lib_save_LIBS
  1.5990 + fi
  1.5991 +-{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_main" >&5
  1.5992 +-echo "${ECHO_T}$ac_cv_lib_asound_main" >&6; }
  1.5993 +-if test $ac_cv_lib_asound_main = yes; then
  1.5994 +-
  1.5995 +-	if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
  1.5996 +-  { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
  1.5997 +-echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
  1.5998 +-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
  1.5999 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_sf_open" >&5
  1.6000 ++echo "${ECHO_T}$ac_cv_lib_gsm_sf_open" >&6; }
  1.6001 ++if test $ac_cv_lib_gsm_sf_open = yes; then
  1.6002 ++
  1.6003 ++	if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6004 ++  { echo "$as_me:$LINENO: checking for gsm.h" >&5
  1.6005 ++echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
  1.6006 ++if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6007 +   echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6008 + fi
  1.6009 +-{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
  1.6010 +-echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
  1.6011 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
  1.6012 ++echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
  1.6013 + else
  1.6014 +   # Is the header compilable?
  1.6015 +-{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
  1.6016 +-echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
  1.6017 ++{ echo "$as_me:$LINENO: checking gsm.h usability" >&5
  1.6018 ++echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; }
  1.6019 + cat >conftest.$ac_ext <<_ACEOF
  1.6020 + /* confdefs.h.  */
  1.6021 + _ACEOF
  1.6022 +@@ -19658,7 +17670,7 @@
  1.6023 + cat >>conftest.$ac_ext <<_ACEOF
  1.6024 + /* end confdefs.h.  */
  1.6025 + $ac_includes_default
  1.6026 +-#include <alsa/asoundlib.h>
  1.6027 ++#include <gsm.h>
  1.6028 + _ACEOF
  1.6029 + rm -f conftest.$ac_objext
  1.6030 + if { (ac_try="$ac_compile"
  1.6031 +@@ -19673,27 +17685,436 @@
  1.6032 +   rm -f conftest.er1
  1.6033 +   cat conftest.err >&5
  1.6034 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6035 +-  (exit $ac_status); } &&
  1.6036 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6037 +-  { (case "(($ac_try" in
  1.6038 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6039 +-  *) ac_try_echo=$ac_try;;
  1.6040 +-esac
  1.6041 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6042 +-  (eval "$ac_try") 2>&5
  1.6043 +-  ac_status=$?
  1.6044 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6045 +-  (exit $ac_status); }; } &&
  1.6046 +-	 { ac_try='test -s conftest.$ac_objext'
  1.6047 +-  { (case "(($ac_try" in
  1.6048 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6049 ++  (exit $ac_status); } && {
  1.6050 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6051 ++	 test ! -s conftest.err
  1.6052 ++       } && test -s conftest.$ac_objext; then
  1.6053 ++  ac_header_compiler=yes
  1.6054 ++else
  1.6055 ++  echo "$as_me: failed program was:" >&5
  1.6056 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6057 ++
  1.6058 ++	ac_header_compiler=no
  1.6059 ++fi
  1.6060 ++
  1.6061 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6062 ++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1.6063 ++echo "${ECHO_T}$ac_header_compiler" >&6; }
  1.6064 ++
  1.6065 ++# Is the header present?
  1.6066 ++{ echo "$as_me:$LINENO: checking gsm.h presence" >&5
  1.6067 ++echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; }
  1.6068 ++cat >conftest.$ac_ext <<_ACEOF
  1.6069 ++/* confdefs.h.  */
  1.6070 ++_ACEOF
  1.6071 ++cat confdefs.h >>conftest.$ac_ext
  1.6072 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6073 ++/* end confdefs.h.  */
  1.6074 ++#include <gsm.h>
  1.6075 ++_ACEOF
  1.6076 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.6077 ++case "(($ac_try" in
  1.6078 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6079 +   *) ac_try_echo=$ac_try;;
  1.6080 + esac
  1.6081 + eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6082 +-  (eval "$ac_try") 2>&5
  1.6083 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.6084 +   ac_status=$?
  1.6085 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6086 ++  rm -f conftest.er1
  1.6087 ++  cat conftest.err >&5
  1.6088 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6089 +-  (exit $ac_status); }; }; then
  1.6090 ++  (exit $ac_status); } >/dev/null && {
  1.6091 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6092 ++	 test ! -s conftest.err
  1.6093 ++       }; then
  1.6094 ++  ac_header_preproc=yes
  1.6095 ++else
  1.6096 ++  echo "$as_me: failed program was:" >&5
  1.6097 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6098 ++
  1.6099 ++  ac_header_preproc=no
  1.6100 ++fi
  1.6101 ++
  1.6102 ++rm -f conftest.err conftest.$ac_ext
  1.6103 ++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1.6104 ++echo "${ECHO_T}$ac_header_preproc" >&6; }
  1.6105 ++
  1.6106 ++# So?  What about this header?
  1.6107 ++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1.6108 ++  yes:no: )
  1.6109 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
  1.6110 ++echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.6111 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5
  1.6112 ++echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;}
  1.6113 ++    ac_header_preproc=yes
  1.6114 ++    ;;
  1.6115 ++  no:yes:* )
  1.6116 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5
  1.6117 ++echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;}
  1.6118 ++    { echo "$as_me:$LINENO: WARNING: gsm.h:     check for missing prerequisite headers?" >&5
  1.6119 ++echo "$as_me: WARNING: gsm.h:     check for missing prerequisite headers?" >&2;}
  1.6120 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5
  1.6121 ++echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;}
  1.6122 ++    { echo "$as_me:$LINENO: WARNING: gsm.h:     section \"Present But Cannot Be Compiled\"" >&5
  1.6123 ++echo "$as_me: WARNING: gsm.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.6124 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5
  1.6125 ++echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;}
  1.6126 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5
  1.6127 ++echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;}
  1.6128 ++
  1.6129 ++    ;;
  1.6130 ++esac
  1.6131 ++{ echo "$as_me:$LINENO: checking for gsm.h" >&5
  1.6132 ++echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
  1.6133 ++if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6134 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6135 ++else
  1.6136 ++  ac_cv_header_gsm_h=$ac_header_preproc
  1.6137 ++fi
  1.6138 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
  1.6139 ++echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
  1.6140 ++
  1.6141 ++fi
  1.6142 ++if test $ac_cv_header_gsm_h = yes; then
  1.6143 ++  :
  1.6144 ++else
  1.6145 ++  { { echo "$as_me:$LINENO: error: gsm header files missing (gsm.h)" >&5
  1.6146 ++echo "$as_me: error: gsm header files missing (gsm.h)" >&2;}
  1.6147 ++   { (exit 1); exit 1; }; }
  1.6148 ++fi
  1.6149 ++
  1.6150 ++
  1.6151 ++
  1.6152 ++cat >>confdefs.h <<\_ACEOF
  1.6153 ++#define HAVE_GSM 1
  1.6154 ++_ACEOF
  1.6155 ++
  1.6156 ++	GSM_LIBS="-lgsm"
  1.6157 ++	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.6158 ++	have_gsm="yes"
  1.6159 ++else
  1.6160 ++
  1.6161 ++	have_gsm="no"
  1.6162 ++	GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.6163 ++	echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.6164 ++fi
  1.6165 ++
  1.6166 ++#have_gsm="no"
  1.6167 ++#GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.6168 ++#echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.6169 ++
  1.6170 ++
  1.6171 ++
  1.6172 ++# Check if libgsm is available
  1.6173 ++{ echo "$as_me:$LINENO: checking for sf_open in -lgsm" >&5
  1.6174 ++echo $ECHO_N "checking for sf_open in -lgsm... $ECHO_C" >&6; }
  1.6175 ++if test "${ac_cv_lib_gsm_sf_open+set}" = set; then
  1.6176 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6177 ++else
  1.6178 ++  ac_check_lib_save_LIBS=$LIBS
  1.6179 ++LIBS="-lgsm  $LIBS"
  1.6180 ++cat >conftest.$ac_ext <<_ACEOF
  1.6181 ++/* confdefs.h.  */
  1.6182 ++_ACEOF
  1.6183 ++cat confdefs.h >>conftest.$ac_ext
  1.6184 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6185 ++/* end confdefs.h.  */
  1.6186 ++
  1.6187 ++/* Override any GCC internal prototype to avoid an error.
  1.6188 ++   Use char because int might match the return type of a GCC
  1.6189 ++   builtin and then its argument prototype would still apply.  */
  1.6190 ++#ifdef __cplusplus
  1.6191 ++extern "C"
  1.6192 ++#endif
  1.6193 ++char sf_open ();
  1.6194 ++int
  1.6195 ++main ()
  1.6196 ++{
  1.6197 ++return sf_open ();
  1.6198 ++  ;
  1.6199 ++  return 0;
  1.6200 ++}
  1.6201 ++_ACEOF
  1.6202 ++rm -f conftest.$ac_objext conftest$ac_exeext
  1.6203 ++if { (ac_try="$ac_link"
  1.6204 ++case "(($ac_try" in
  1.6205 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6206 ++  *) ac_try_echo=$ac_try;;
  1.6207 ++esac
  1.6208 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6209 ++  (eval "$ac_link") 2>conftest.er1
  1.6210 ++  ac_status=$?
  1.6211 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6212 ++  rm -f conftest.er1
  1.6213 ++  cat conftest.err >&5
  1.6214 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6215 ++  (exit $ac_status); } && {
  1.6216 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6217 ++	 test ! -s conftest.err
  1.6218 ++       } && test -s conftest$ac_exeext &&
  1.6219 ++       $as_test_x conftest$ac_exeext; then
  1.6220 ++  ac_cv_lib_gsm_sf_open=yes
  1.6221 ++else
  1.6222 ++  echo "$as_me: failed program was:" >&5
  1.6223 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6224 ++
  1.6225 ++	ac_cv_lib_gsm_sf_open=no
  1.6226 ++fi
  1.6227 ++
  1.6228 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6229 ++      conftest$ac_exeext conftest.$ac_ext
  1.6230 ++LIBS=$ac_check_lib_save_LIBS
  1.6231 ++fi
  1.6232 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_sf_open" >&5
  1.6233 ++echo "${ECHO_T}$ac_cv_lib_gsm_sf_open" >&6; }
  1.6234 ++if test $ac_cv_lib_gsm_sf_open = yes; then
  1.6235 ++
  1.6236 ++	if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6237 ++  { echo "$as_me:$LINENO: checking for gsm.h" >&5
  1.6238 ++echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
  1.6239 ++if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6240 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6241 ++fi
  1.6242 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
  1.6243 ++echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
  1.6244 ++else
  1.6245 ++  # Is the header compilable?
  1.6246 ++{ echo "$as_me:$LINENO: checking gsm.h usability" >&5
  1.6247 ++echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; }
  1.6248 ++cat >conftest.$ac_ext <<_ACEOF
  1.6249 ++/* confdefs.h.  */
  1.6250 ++_ACEOF
  1.6251 ++cat confdefs.h >>conftest.$ac_ext
  1.6252 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6253 ++/* end confdefs.h.  */
  1.6254 ++$ac_includes_default
  1.6255 ++#include <gsm.h>
  1.6256 ++_ACEOF
  1.6257 ++rm -f conftest.$ac_objext
  1.6258 ++if { (ac_try="$ac_compile"
  1.6259 ++case "(($ac_try" in
  1.6260 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6261 ++  *) ac_try_echo=$ac_try;;
  1.6262 ++esac
  1.6263 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6264 ++  (eval "$ac_compile") 2>conftest.er1
  1.6265 ++  ac_status=$?
  1.6266 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6267 ++  rm -f conftest.er1
  1.6268 ++  cat conftest.err >&5
  1.6269 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6270 ++  (exit $ac_status); } && {
  1.6271 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6272 ++	 test ! -s conftest.err
  1.6273 ++       } && test -s conftest.$ac_objext; then
  1.6274 ++  ac_header_compiler=yes
  1.6275 ++else
  1.6276 ++  echo "$as_me: failed program was:" >&5
  1.6277 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6278 ++
  1.6279 ++	ac_header_compiler=no
  1.6280 ++fi
  1.6281 ++
  1.6282 ++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1.6283 ++{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1.6284 ++echo "${ECHO_T}$ac_header_compiler" >&6; }
  1.6285 ++
  1.6286 ++# Is the header present?
  1.6287 ++{ echo "$as_me:$LINENO: checking gsm.h presence" >&5
  1.6288 ++echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; }
  1.6289 ++cat >conftest.$ac_ext <<_ACEOF
  1.6290 ++/* confdefs.h.  */
  1.6291 ++_ACEOF
  1.6292 ++cat confdefs.h >>conftest.$ac_ext
  1.6293 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6294 ++/* end confdefs.h.  */
  1.6295 ++#include <gsm.h>
  1.6296 ++_ACEOF
  1.6297 ++if { (ac_try="$ac_cpp conftest.$ac_ext"
  1.6298 ++case "(($ac_try" in
  1.6299 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6300 ++  *) ac_try_echo=$ac_try;;
  1.6301 ++esac
  1.6302 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6303 ++  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
  1.6304 ++  ac_status=$?
  1.6305 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6306 ++  rm -f conftest.er1
  1.6307 ++  cat conftest.err >&5
  1.6308 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6309 ++  (exit $ac_status); } >/dev/null && {
  1.6310 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6311 ++	 test ! -s conftest.err
  1.6312 ++       }; then
  1.6313 ++  ac_header_preproc=yes
  1.6314 ++else
  1.6315 ++  echo "$as_me: failed program was:" >&5
  1.6316 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6317 ++
  1.6318 ++  ac_header_preproc=no
  1.6319 ++fi
  1.6320 ++
  1.6321 ++rm -f conftest.err conftest.$ac_ext
  1.6322 ++{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1.6323 ++echo "${ECHO_T}$ac_header_preproc" >&6; }
  1.6324 ++
  1.6325 ++# So?  What about this header?
  1.6326 ++case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1.6327 ++  yes:no: )
  1.6328 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
  1.6329 ++echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1.6330 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5
  1.6331 ++echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;}
  1.6332 ++    ac_header_preproc=yes
  1.6333 ++    ;;
  1.6334 ++  no:yes:* )
  1.6335 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5
  1.6336 ++echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;}
  1.6337 ++    { echo "$as_me:$LINENO: WARNING: gsm.h:     check for missing prerequisite headers?" >&5
  1.6338 ++echo "$as_me: WARNING: gsm.h:     check for missing prerequisite headers?" >&2;}
  1.6339 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5
  1.6340 ++echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;}
  1.6341 ++    { echo "$as_me:$LINENO: WARNING: gsm.h:     section \"Present But Cannot Be Compiled\"" >&5
  1.6342 ++echo "$as_me: WARNING: gsm.h:     section \"Present But Cannot Be Compiled\"" >&2;}
  1.6343 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5
  1.6344 ++echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;}
  1.6345 ++    { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5
  1.6346 ++echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;}
  1.6347 ++
  1.6348 ++    ;;
  1.6349 ++esac
  1.6350 ++{ echo "$as_me:$LINENO: checking for gsm.h" >&5
  1.6351 ++echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
  1.6352 ++if test "${ac_cv_header_gsm_h+set}" = set; then
  1.6353 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6354 ++else
  1.6355 ++  ac_cv_header_gsm_h=$ac_header_preproc
  1.6356 ++fi
  1.6357 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
  1.6358 ++echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
  1.6359 ++
  1.6360 ++fi
  1.6361 ++if test $ac_cv_header_gsm_h = yes; then
  1.6362 ++  :
  1.6363 ++else
  1.6364 ++  { { echo "$as_me:$LINENO: error: gsm header files missing (gsm.h)" >&5
  1.6365 ++echo "$as_me: error: gsm header files missing (gsm.h)" >&2;}
  1.6366 ++   { (exit 1); exit 1; }; }
  1.6367 ++fi
  1.6368 ++
  1.6369 ++
  1.6370 ++
  1.6371 ++cat >>confdefs.h <<\_ACEOF
  1.6372 ++#define HAVE_GSM 1
  1.6373 ++_ACEOF
  1.6374 ++
  1.6375 ++	LIBS="-lgsm $LIBS"
  1.6376 ++	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.6377 ++	have_gsm="yes"
  1.6378 ++else
  1.6379 ++
  1.6380 ++	have_gsm="no"
  1.6381 ++	echo "$(top_builddir)/src/audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.6382 ++fi
  1.6383 ++
  1.6384 ++
  1.6385 ++# Check if ALSA is available
  1.6386 ++{ echo "$as_me:$LINENO: checking for main in -lasound" >&5
  1.6387 ++echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6; }
  1.6388 ++if test "${ac_cv_lib_asound_main+set}" = set; then
  1.6389 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6390 ++else
  1.6391 ++  ac_check_lib_save_LIBS=$LIBS
  1.6392 ++LIBS="-lasound  $LIBS"
  1.6393 ++cat >conftest.$ac_ext <<_ACEOF
  1.6394 ++/* confdefs.h.  */
  1.6395 ++_ACEOF
  1.6396 ++cat confdefs.h >>conftest.$ac_ext
  1.6397 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6398 ++/* end confdefs.h.  */
  1.6399 ++
  1.6400 ++
  1.6401 ++int
  1.6402 ++main ()
  1.6403 ++{
  1.6404 ++return main ();
  1.6405 ++  ;
  1.6406 ++  return 0;
  1.6407 ++}
  1.6408 ++_ACEOF
  1.6409 ++rm -f conftest.$ac_objext conftest$ac_exeext
  1.6410 ++if { (ac_try="$ac_link"
  1.6411 ++case "(($ac_try" in
  1.6412 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6413 ++  *) ac_try_echo=$ac_try;;
  1.6414 ++esac
  1.6415 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6416 ++  (eval "$ac_link") 2>conftest.er1
  1.6417 ++  ac_status=$?
  1.6418 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6419 ++  rm -f conftest.er1
  1.6420 ++  cat conftest.err >&5
  1.6421 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6422 ++  (exit $ac_status); } && {
  1.6423 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6424 ++	 test ! -s conftest.err
  1.6425 ++       } && test -s conftest$ac_exeext &&
  1.6426 ++       $as_test_x conftest$ac_exeext; then
  1.6427 ++  ac_cv_lib_asound_main=yes
  1.6428 ++else
  1.6429 ++  echo "$as_me: failed program was:" >&5
  1.6430 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6431 ++
  1.6432 ++	ac_cv_lib_asound_main=no
  1.6433 ++fi
  1.6434 ++
  1.6435 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6436 ++      conftest$ac_exeext conftest.$ac_ext
  1.6437 ++LIBS=$ac_check_lib_save_LIBS
  1.6438 ++fi
  1.6439 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_main" >&5
  1.6440 ++echo "${ECHO_T}$ac_cv_lib_asound_main" >&6; }
  1.6441 ++if test $ac_cv_lib_asound_main = yes; then
  1.6442 ++
  1.6443 ++	if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
  1.6444 ++  { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
  1.6445 ++echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
  1.6446 ++if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
  1.6447 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6448 ++fi
  1.6449 ++{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
  1.6450 ++echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
  1.6451 ++else
  1.6452 ++  # Is the header compilable?
  1.6453 ++{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
  1.6454 ++echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
  1.6455 ++cat >conftest.$ac_ext <<_ACEOF
  1.6456 ++/* confdefs.h.  */
  1.6457 ++_ACEOF
  1.6458 ++cat confdefs.h >>conftest.$ac_ext
  1.6459 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6460 ++/* end confdefs.h.  */
  1.6461 ++$ac_includes_default
  1.6462 ++#include <alsa/asoundlib.h>
  1.6463 ++_ACEOF
  1.6464 ++rm -f conftest.$ac_objext
  1.6465 ++if { (ac_try="$ac_compile"
  1.6466 ++case "(($ac_try" in
  1.6467 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6468 ++  *) ac_try_echo=$ac_try;;
  1.6469 ++esac
  1.6470 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6471 ++  (eval "$ac_compile") 2>conftest.er1
  1.6472 ++  ac_status=$?
  1.6473 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6474 ++  rm -f conftest.er1
  1.6475 ++  cat conftest.err >&5
  1.6476 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6477 ++  (exit $ac_status); } && {
  1.6478 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6479 ++	 test ! -s conftest.err
  1.6480 ++       } && test -s conftest.$ac_objext; then
  1.6481 +   ac_header_compiler=yes
  1.6482 + else
  1.6483 +   echo "$as_me: failed program was:" >&5
  1.6484 +@@ -19729,17 +18150,10 @@
  1.6485 +   rm -f conftest.er1
  1.6486 +   cat conftest.err >&5
  1.6487 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6488 +-  (exit $ac_status); } >/dev/null; then
  1.6489 +-  if test -s conftest.err; then
  1.6490 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.6491 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.6492 +-  else
  1.6493 +-    ac_cpp_err=
  1.6494 +-  fi
  1.6495 +-else
  1.6496 +-  ac_cpp_err=yes
  1.6497 +-fi
  1.6498 +-if test -z "$ac_cpp_err"; then
  1.6499 ++  (exit $ac_status); } >/dev/null && {
  1.6500 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6501 ++	 test ! -s conftest.err
  1.6502 ++       }; then
  1.6503 +   ac_header_preproc=yes
  1.6504 + else
  1.6505 +   echo "$as_me: failed program was:" >&5
  1.6506 +@@ -19850,27 +18264,11 @@
  1.6507 +   rm -f conftest.er1
  1.6508 +   cat conftest.err >&5
  1.6509 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6510 +-  (exit $ac_status); } &&
  1.6511 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6512 +-  { (case "(($ac_try" in
  1.6513 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6514 +-  *) ac_try_echo=$ac_try;;
  1.6515 +-esac
  1.6516 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6517 +-  (eval "$ac_try") 2>&5
  1.6518 +-  ac_status=$?
  1.6519 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6520 +-  (exit $ac_status); }; } &&
  1.6521 +-	 { ac_try='test -s conftest$ac_exeext'
  1.6522 +-  { (case "(($ac_try" in
  1.6523 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6524 +-  *) ac_try_echo=$ac_try;;
  1.6525 +-esac
  1.6526 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6527 +-  (eval "$ac_try") 2>&5
  1.6528 +-  ac_status=$?
  1.6529 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6530 +-  (exit $ac_status); }; }; then
  1.6531 ++  (exit $ac_status); } && {
  1.6532 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6533 ++	 test ! -s conftest.err
  1.6534 ++       } && test -s conftest$ac_exeext &&
  1.6535 ++       $as_test_x conftest$ac_exeext; then
  1.6536 +   ac_cv_lib_speex_main=yes
  1.6537 + else
  1.6538 +   echo "$as_me: failed program was:" >&5
  1.6539 +@@ -19879,7 +18277,7 @@
  1.6540 + 	ac_cv_lib_speex_main=no
  1.6541 + fi
  1.6542 + 
  1.6543 +-rm -f core conftest.err conftest.$ac_objext \
  1.6544 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6545 +       conftest$ac_exeext conftest.$ac_ext
  1.6546 + LIBS=$ac_check_lib_save_LIBS
  1.6547 + fi
  1.6548 +@@ -19921,27 +18319,10 @@
  1.6549 +   rm -f conftest.er1
  1.6550 +   cat conftest.err >&5
  1.6551 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6552 +-  (exit $ac_status); } &&
  1.6553 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6554 +-  { (case "(($ac_try" in
  1.6555 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6556 +-  *) ac_try_echo=$ac_try;;
  1.6557 +-esac
  1.6558 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6559 +-  (eval "$ac_try") 2>&5
  1.6560 +-  ac_status=$?
  1.6561 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6562 +-  (exit $ac_status); }; } &&
  1.6563 +-	 { ac_try='test -s conftest.$ac_objext'
  1.6564 +-  { (case "(($ac_try" in
  1.6565 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6566 +-  *) ac_try_echo=$ac_try;;
  1.6567 +-esac
  1.6568 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6569 +-  (eval "$ac_try") 2>&5
  1.6570 +-  ac_status=$?
  1.6571 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6572 +-  (exit $ac_status); }; }; then
  1.6573 ++  (exit $ac_status); } && {
  1.6574 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6575 ++	 test ! -s conftest.err
  1.6576 ++       } && test -s conftest.$ac_objext; then
  1.6577 +   ac_header_compiler=yes
  1.6578 + else
  1.6579 +   echo "$as_me: failed program was:" >&5
  1.6580 +@@ -19977,17 +18358,10 @@
  1.6581 +   rm -f conftest.er1
  1.6582 +   cat conftest.err >&5
  1.6583 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6584 +-  (exit $ac_status); } >/dev/null; then
  1.6585 +-  if test -s conftest.err; then
  1.6586 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.6587 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.6588 +-  else
  1.6589 +-    ac_cpp_err=
  1.6590 +-  fi
  1.6591 +-else
  1.6592 +-  ac_cpp_err=yes
  1.6593 +-fi
  1.6594 +-if test -z "$ac_cpp_err"; then
  1.6595 ++  (exit $ac_status); } >/dev/null && {
  1.6596 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6597 ++	 test ! -s conftest.err
  1.6598 ++       }; then
  1.6599 +   ac_header_preproc=yes
  1.6600 + else
  1.6601 +   echo "$as_me: failed program was:" >&5
  1.6602 +@@ -20355,27 +18729,11 @@
  1.6603 +   rm -f conftest.er1
  1.6604 +   cat conftest.err >&5
  1.6605 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6606 +-  (exit $ac_status); } &&
  1.6607 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6608 +-  { (case "(($ac_try" in
  1.6609 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6610 +-  *) ac_try_echo=$ac_try;;
  1.6611 +-esac
  1.6612 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6613 +-  (eval "$ac_try") 2>&5
  1.6614 +-  ac_status=$?
  1.6615 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6616 +-  (exit $ac_status); }; } &&
  1.6617 +-	 { ac_try='test -s conftest$ac_exeext'
  1.6618 +-  { (case "(($ac_try" in
  1.6619 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6620 +-  *) ac_try_echo=$ac_try;;
  1.6621 +-esac
  1.6622 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6623 +-  (eval "$ac_try") 2>&5
  1.6624 +-  ac_status=$?
  1.6625 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6626 +-  (exit $ac_status); }; }; then
  1.6627 ++  (exit $ac_status); } && {
  1.6628 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6629 ++	 test ! -s conftest.err
  1.6630 ++       } && test -s conftest$ac_exeext &&
  1.6631 ++       $as_test_x conftest$ac_exeext; then
  1.6632 +   ac_cv_lib_ilbc_iLBC_decode=yes
  1.6633 + else
  1.6634 +   echo "$as_me: failed program was:" >&5
  1.6635 +@@ -20384,7 +18742,7 @@
  1.6636 + 	ac_cv_lib_ilbc_iLBC_decode=no
  1.6637 + fi
  1.6638 + 
  1.6639 +-rm -f core conftest.err conftest.$ac_objext \
  1.6640 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6641 +       conftest$ac_exeext conftest.$ac_ext
  1.6642 + LIBS=$ac_check_lib_save_LIBS
  1.6643 + fi
  1.6644 +@@ -20426,27 +18784,10 @@
  1.6645 +   rm -f conftest.er1
  1.6646 +   cat conftest.err >&5
  1.6647 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6648 +-  (exit $ac_status); } &&
  1.6649 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6650 +-  { (case "(($ac_try" in
  1.6651 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6652 +-  *) ac_try_echo=$ac_try;;
  1.6653 +-esac
  1.6654 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6655 +-  (eval "$ac_try") 2>&5
  1.6656 +-  ac_status=$?
  1.6657 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6658 +-  (exit $ac_status); }; } &&
  1.6659 +-	 { ac_try='test -s conftest.$ac_objext'
  1.6660 +-  { (case "(($ac_try" in
  1.6661 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6662 +-  *) ac_try_echo=$ac_try;;
  1.6663 +-esac
  1.6664 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6665 +-  (eval "$ac_try") 2>&5
  1.6666 +-  ac_status=$?
  1.6667 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6668 +-  (exit $ac_status); }; }; then
  1.6669 ++  (exit $ac_status); } && {
  1.6670 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6671 ++	 test ! -s conftest.err
  1.6672 ++       } && test -s conftest.$ac_objext; then
  1.6673 +   ac_header_compiler=yes
  1.6674 + else
  1.6675 +   echo "$as_me: failed program was:" >&5
  1.6676 +@@ -20482,17 +18823,10 @@
  1.6677 +   rm -f conftest.er1
  1.6678 +   cat conftest.err >&5
  1.6679 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6680 +-  (exit $ac_status); } >/dev/null; then
  1.6681 +-  if test -s conftest.err; then
  1.6682 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.6683 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.6684 +-  else
  1.6685 +-    ac_cpp_err=
  1.6686 +-  fi
  1.6687 +-else
  1.6688 +-  ac_cpp_err=yes
  1.6689 +-fi
  1.6690 +-if test -z "$ac_cpp_err"; then
  1.6691 ++  (exit $ac_status); } >/dev/null && {
  1.6692 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6693 ++	 test ! -s conftest.err
  1.6694 ++       }; then
  1.6695 +   ac_header_preproc=yes
  1.6696 + else
  1.6697 +   echo "$as_me: failed program was:" >&5
  1.6698 +@@ -20714,27 +19048,11 @@
  1.6699 +   rm -f conftest.er1
  1.6700 +   cat conftest.err >&5
  1.6701 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6702 +-  (exit $ac_status); } &&
  1.6703 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6704 +-  { (case "(($ac_try" in
  1.6705 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6706 +-  *) ac_try_echo=$ac_try;;
  1.6707 +-esac
  1.6708 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6709 +-  (eval "$ac_try") 2>&5
  1.6710 +-  ac_status=$?
  1.6711 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6712 +-  (exit $ac_status); }; } &&
  1.6713 +-	 { ac_try='test -s conftest$ac_exeext'
  1.6714 +-  { (case "(($ac_try" in
  1.6715 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6716 +-  *) ac_try_echo=$ac_try;;
  1.6717 +-esac
  1.6718 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6719 +-  (eval "$ac_try") 2>&5
  1.6720 +-  ac_status=$?
  1.6721 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6722 +-  (exit $ac_status); }; }; then
  1.6723 ++  (exit $ac_status); } && {
  1.6724 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6725 ++	 test ! -s conftest.err
  1.6726 ++       } && test -s conftest$ac_exeext &&
  1.6727 ++       $as_test_x conftest$ac_exeext; then
  1.6728 +   ac_cv_lib_zrtpcpp_main=yes
  1.6729 + else
  1.6730 +   echo "$as_me: failed program was:" >&5
  1.6731 +@@ -20743,7 +19061,7 @@
  1.6732 + 	ac_cv_lib_zrtpcpp_main=no
  1.6733 + fi
  1.6734 + 
  1.6735 +-rm -f core conftest.err conftest.$ac_objext \
  1.6736 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6737 +       conftest$ac_exeext conftest.$ac_ext
  1.6738 + LIBS=$ac_check_lib_save_LIBS
  1.6739 + fi
  1.6740 +@@ -20785,27 +19103,10 @@
  1.6741 +   rm -f conftest.er1
  1.6742 +   cat conftest.err >&5
  1.6743 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6744 +-  (exit $ac_status); } &&
  1.6745 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6746 +-  { (case "(($ac_try" in
  1.6747 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6748 +-  *) ac_try_echo=$ac_try;;
  1.6749 +-esac
  1.6750 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6751 +-  (eval "$ac_try") 2>&5
  1.6752 +-  ac_status=$?
  1.6753 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6754 +-  (exit $ac_status); }; } &&
  1.6755 +-	 { ac_try='test -s conftest.$ac_objext'
  1.6756 +-  { (case "(($ac_try" in
  1.6757 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6758 +-  *) ac_try_echo=$ac_try;;
  1.6759 +-esac
  1.6760 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6761 +-  (eval "$ac_try") 2>&5
  1.6762 +-  ac_status=$?
  1.6763 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6764 +-  (exit $ac_status); }; }; then
  1.6765 ++  (exit $ac_status); } && {
  1.6766 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6767 ++	 test ! -s conftest.err
  1.6768 ++       } && test -s conftest.$ac_objext; then
  1.6769 +   ac_header_compiler=yes
  1.6770 + else
  1.6771 +   echo "$as_me: failed program was:" >&5
  1.6772 +@@ -20841,17 +19142,10 @@
  1.6773 +   rm -f conftest.er1
  1.6774 +   cat conftest.err >&5
  1.6775 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6776 +-  (exit $ac_status); } >/dev/null; then
  1.6777 +-  if test -s conftest.err; then
  1.6778 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.6779 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.6780 +-  else
  1.6781 +-    ac_cpp_err=
  1.6782 +-  fi
  1.6783 +-else
  1.6784 +-  ac_cpp_err=yes
  1.6785 +-fi
  1.6786 +-if test -z "$ac_cpp_err"; then
  1.6787 ++  (exit $ac_status); } >/dev/null && {
  1.6788 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6789 ++	 test ! -s conftest.err
  1.6790 ++       }; then
  1.6791 +   ac_header_preproc=yes
  1.6792 + else
  1.6793 +   echo "$as_me: failed program was:" >&5
  1.6794 +@@ -21072,27 +19366,10 @@
  1.6795 +   rm -f conftest.er1
  1.6796 +   cat conftest.err >&5
  1.6797 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6798 +-  (exit $ac_status); } &&
  1.6799 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6800 +-  { (case "(($ac_try" in
  1.6801 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6802 +-  *) ac_try_echo=$ac_try;;
  1.6803 +-esac
  1.6804 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6805 +-  (eval "$ac_try") 2>&5
  1.6806 +-  ac_status=$?
  1.6807 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6808 +-  (exit $ac_status); }; } &&
  1.6809 +-	 { ac_try='test -s conftest.$ac_objext'
  1.6810 +-  { (case "(($ac_try" in
  1.6811 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6812 +-  *) ac_try_echo=$ac_try;;
  1.6813 +-esac
  1.6814 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6815 +-  (eval "$ac_try") 2>&5
  1.6816 +-  ac_status=$?
  1.6817 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6818 +-  (exit $ac_status); }; }; then
  1.6819 ++  (exit $ac_status); } && {
  1.6820 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6821 ++	 test ! -s conftest.err
  1.6822 ++       } && test -s conftest.$ac_objext; then
  1.6823 +   ac_header_compiler=yes
  1.6824 + else
  1.6825 +   echo "$as_me: failed program was:" >&5
  1.6826 +@@ -21128,17 +19405,10 @@
  1.6827 +   rm -f conftest.er1
  1.6828 +   cat conftest.err >&5
  1.6829 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6830 +-  (exit $ac_status); } >/dev/null; then
  1.6831 +-  if test -s conftest.err; then
  1.6832 +-    ac_cpp_err=$ac_cxx_preproc_warn_flag
  1.6833 +-    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1.6834 +-  else
  1.6835 +-    ac_cpp_err=
  1.6836 +-  fi
  1.6837 +-else
  1.6838 +-  ac_cpp_err=yes
  1.6839 +-fi
  1.6840 +-if test -z "$ac_cpp_err"; then
  1.6841 ++  (exit $ac_status); } >/dev/null && {
  1.6842 ++	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
  1.6843 ++	 test ! -s conftest.err
  1.6844 ++       }; then
  1.6845 +   ac_header_preproc=yes
  1.6846 + else
  1.6847 +   echo "$as_me: failed program was:" >&5
  1.6848 +@@ -21650,27 +19920,11 @@
  1.6849 +   rm -f conftest.er1
  1.6850 +   cat conftest.err >&5
  1.6851 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6852 +-  (exit $ac_status); } &&
  1.6853 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6854 +-  { (case "(($ac_try" in
  1.6855 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6856 +-  *) ac_try_echo=$ac_try;;
  1.6857 +-esac
  1.6858 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6859 +-  (eval "$ac_try") 2>&5
  1.6860 +-  ac_status=$?
  1.6861 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6862 +-  (exit $ac_status); }; } &&
  1.6863 +-	 { ac_try='test -s conftest$ac_exeext'
  1.6864 +-  { (case "(($ac_try" in
  1.6865 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6866 +-  *) ac_try_echo=$ac_try;;
  1.6867 +-esac
  1.6868 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6869 +-  (eval "$ac_try") 2>&5
  1.6870 +-  ac_status=$?
  1.6871 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6872 +-  (exit $ac_status); }; }; then
  1.6873 ++  (exit $ac_status); } && {
  1.6874 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6875 ++	 test ! -s conftest.err
  1.6876 ++       } && test -s conftest$ac_exeext &&
  1.6877 ++       $as_test_x conftest$ac_exeext; then
  1.6878 +   ac_cv_lib_boost_regex_main=yes
  1.6879 + else
  1.6880 +   echo "$as_me: failed program was:" >&5
  1.6881 +@@ -21679,7 +19933,7 @@
  1.6882 + 	ac_cv_lib_boost_regex_main=no
  1.6883 + fi
  1.6884 + 
  1.6885 +-rm -f core conftest.err conftest.$ac_objext \
  1.6886 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6887 +       conftest$ac_exeext conftest.$ac_ext
  1.6888 + LIBS=$ac_check_lib_save_LIBS
  1.6889 + fi
  1.6890 +@@ -21727,27 +19981,11 @@
  1.6891 +   rm -f conftest.er1
  1.6892 +   cat conftest.err >&5
  1.6893 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6894 +-  (exit $ac_status); } &&
  1.6895 +-	 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
  1.6896 +-  { (case "(($ac_try" in
  1.6897 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6898 +-  *) ac_try_echo=$ac_try;;
  1.6899 +-esac
  1.6900 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6901 +-  (eval "$ac_try") 2>&5
  1.6902 +-  ac_status=$?
  1.6903 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6904 +-  (exit $ac_status); }; } &&
  1.6905 +-	 { ac_try='test -s conftest$ac_exeext'
  1.6906 +-  { (case "(($ac_try" in
  1.6907 +-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6908 +-  *) ac_try_echo=$ac_try;;
  1.6909 +-esac
  1.6910 +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6911 +-  (eval "$ac_try") 2>&5
  1.6912 +-  ac_status=$?
  1.6913 +-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6914 +-  (exit $ac_status); }; }; then
  1.6915 ++  (exit $ac_status); } && {
  1.6916 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6917 ++	 test ! -s conftest.err
  1.6918 ++       } && test -s conftest$ac_exeext &&
  1.6919 ++       $as_test_x conftest$ac_exeext; then
  1.6920 +   ac_cv_lib_boost_regex_gcc_main=yes
  1.6921 + else
  1.6922 +   echo "$as_me: failed program was:" >&5
  1.6923 +@@ -21756,7 +19994,7 @@
  1.6924 + 	ac_cv_lib_boost_regex_gcc_main=no
  1.6925 + fi
  1.6926 + 
  1.6927 +-rm -f core conftest.err conftest.$ac_objext \
  1.6928 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6929 +       conftest$ac_exeext conftest.$ac_ext
  1.6930 + LIBS=$ac_check_lib_save_LIBS
  1.6931 + fi
  1.6932 +@@ -21767,6 +20005,67 @@
  1.6933 + 		LIBS="-lboost_regex-gcc $LIBS"
  1.6934 + 		echo "LIBS += -lboost_regex-gcc" >> $QT_INCL_PRO
  1.6935 + else
  1.6936 ++
  1.6937 ++		{ echo "$as_me:$LINENO: checking for main in -lboost_regex-mt" >&5
  1.6938 ++echo $ECHO_N "checking for main in -lboost_regex-mt... $ECHO_C" >&6; }
  1.6939 ++if test "${ac_cv_lib_boost_regex_mt_main+set}" = set; then
  1.6940 ++  echo $ECHO_N "(cached) $ECHO_C" >&6
  1.6941 ++else
  1.6942 ++  ac_check_lib_save_LIBS=$LIBS
  1.6943 ++LIBS="-lboost_regex-mt  $LIBS"
  1.6944 ++cat >conftest.$ac_ext <<_ACEOF
  1.6945 ++/* confdefs.h.  */
  1.6946 ++_ACEOF
  1.6947 ++cat confdefs.h >>conftest.$ac_ext
  1.6948 ++cat >>conftest.$ac_ext <<_ACEOF
  1.6949 ++/* end confdefs.h.  */
  1.6950 ++
  1.6951 ++
  1.6952 ++int
  1.6953 ++main ()
  1.6954 ++{
  1.6955 ++return main ();
  1.6956 ++  ;
  1.6957 ++  return 0;
  1.6958 ++}
  1.6959 ++_ACEOF
  1.6960 ++rm -f conftest.$ac_objext conftest$ac_exeext
  1.6961 ++if { (ac_try="$ac_link"
  1.6962 ++case "(($ac_try" in
  1.6963 ++  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  1.6964 ++  *) ac_try_echo=$ac_try;;
  1.6965 ++esac
  1.6966 ++eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
  1.6967 ++  (eval "$ac_link") 2>conftest.er1
  1.6968 ++  ac_status=$?
  1.6969 ++  grep -v '^ *+' conftest.er1 >conftest.err
  1.6970 ++  rm -f conftest.er1
  1.6971 ++  cat conftest.err >&5
  1.6972 ++  echo "$as_me:$LINENO: \$? = $ac_status" >&5
  1.6973 ++  (exit $ac_status); } && {
  1.6974 ++	 test -z "$ac_cxx_werror_flag" ||
  1.6975 ++	 test ! -s conftest.err
  1.6976 ++       } && test -s conftest$ac_exeext &&
  1.6977 ++       $as_test_x conftest$ac_exeext; then
  1.6978 ++  ac_cv_lib_boost_regex_mt_main=yes
  1.6979 ++else
  1.6980 ++  echo "$as_me: failed program was:" >&5
  1.6981 ++sed 's/^/| /' conftest.$ac_ext >&5
  1.6982 ++
  1.6983 ++	ac_cv_lib_boost_regex_mt_main=no
  1.6984 ++fi
  1.6985 ++
  1.6986 ++rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
  1.6987 ++      conftest$ac_exeext conftest.$ac_ext
  1.6988 ++LIBS=$ac_check_lib_save_LIBS
  1.6989 ++fi
  1.6990 ++{ echo "$as_me:$LINENO: result: $ac_cv_lib_boost_regex_mt_main" >&5
  1.6991 ++echo "${ECHO_T}$ac_cv_lib_boost_regex_mt_main" >&6; }
  1.6992 ++if test $ac_cv_lib_boost_regex_mt_main = yes; then
  1.6993 ++
  1.6994 ++			LIBS="-lboost_regex-mt $LIBS"
  1.6995 ++			echo "LIBS += -lboost_regex-mt" >> $QT_INCL_PRO
  1.6996 ++else
  1.6997 +   { { echo "$as_me:$LINENO: error: libboost_regex library is missing (boost package)." >&5
  1.6998 + echo "$as_me: error: libboost_regex library is missing (boost package)." >&2;}
  1.6999 +    { (exit 1); exit 1; }; }
  1.7000 +@@ -21774,6 +20073,8 @@
  1.7001 + 
  1.7002 + fi
  1.7003 + 
  1.7004 ++fi
  1.7005 ++
  1.7006 + 
  1.7007 + 
  1.7008 + { echo "$as_me:$LINENO: checking LRELEASE OPTIONS" >&5
  1.7009 +@@ -21954,7 +20255,8 @@
  1.7010 + ## M4sh Initialization.  ##
  1.7011 + ## --------------------- ##
  1.7012 + 
  1.7013 +-# Be Bourne compatible
  1.7014 ++# Be more Bourne compatible
  1.7015 ++DUALCASE=1; export DUALCASE # for MKS sh
  1.7016 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  1.7017 +   emulate sh
  1.7018 +   NULLCMD=:
  1.7019 +@@ -21963,10 +20265,13 @@
  1.7020 +   alias -g '${1+"$@"}'='"$@"'
  1.7021 +   setopt NO_GLOB_SUBST
  1.7022 + else
  1.7023 +-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
  1.7024 ++  case `(set -o) 2>/dev/null` in
  1.7025 ++  *posix*) set -o posix ;;
  1.7026 ++esac
  1.7027 ++
  1.7028 + fi
  1.7029 +-BIN_SH=xpg4; export BIN_SH # for Tru64
  1.7030 +-DUALCASE=1; export DUALCASE # for MKS sh
  1.7031 ++
  1.7032 ++
  1.7033 + 
  1.7034 + 
  1.7035 + # PATH needs CR
  1.7036 +@@ -22190,19 +20495,28 @@
  1.7037 +   as_mkdir_p=false
  1.7038 + fi
  1.7039 + 
  1.7040 +-# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
  1.7041 +-# systems may use methods other than mode bits to determine executability.
  1.7042 +-cat >conf$$.file <<_ASEOF
  1.7043 +-#! /bin/sh
  1.7044 +-exit 0
  1.7045 +-_ASEOF
  1.7046 +-chmod +x conf$$.file
  1.7047 +-if test -x conf$$.file >/dev/null 2>&1; then
  1.7048 +-  as_executable_p="test -x"
  1.7049 ++if test -x / >/dev/null 2>&1; then
  1.7050 ++  as_test_x='test -x'
  1.7051 + else
  1.7052 +-  as_executable_p=:
  1.7053 ++  if ls -dL / >/dev/null 2>&1; then
  1.7054 ++    as_ls_L_option=L
  1.7055 ++  else
  1.7056 ++    as_ls_L_option=
  1.7057 ++  fi
  1.7058 ++  as_test_x='
  1.7059 ++    eval sh -c '\''
  1.7060 ++      if test -d "$1"; then
  1.7061 ++        test -d "$1/.";
  1.7062 ++      else
  1.7063 ++	case $1 in
  1.7064 ++        -*)set "./$1";;
  1.7065 ++	esac;
  1.7066 ++	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  1.7067 ++	???[sx]*):;;*)false;;esac;fi
  1.7068 ++    '\'' sh
  1.7069 ++  '
  1.7070 + fi
  1.7071 +-rm -f conf$$.file
  1.7072 ++as_executable_p=$as_test_x
  1.7073 + 
  1.7074 + # Sed expression to map a string onto a valid CPP name.
  1.7075 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.7076 +@@ -22218,7 +20532,7 @@
  1.7077 + # values after options handling.
  1.7078 + ac_log="
  1.7079 + This file was extended by $as_me, which was
  1.7080 +-generated by GNU Autoconf 2.60.  Invocation command line was
  1.7081 ++generated by GNU Autoconf 2.61.  Invocation command line was
  1.7082 + 
  1.7083 +   CONFIG_FILES    = $CONFIG_FILES
  1.7084 +   CONFIG_HEADERS  = $CONFIG_HEADERS
  1.7085 +@@ -22247,7 +20561,7 @@
  1.7086 + Usage: $0 [OPTIONS] [FILE]...
  1.7087 + 
  1.7088 +   -h, --help       print this help, then exit
  1.7089 +-  -V, --version    print version number, then exit
  1.7090 ++  -V, --version    print version number and configuration settings, then exit
  1.7091 +   -q, --quiet      do not print progress messages
  1.7092 +   -d, --debug      don't remove temporary files
  1.7093 +       --recheck    update $as_me by reconfiguring in the same conditions
  1.7094 +@@ -22271,7 +20585,7 @@
  1.7095 + cat >>$CONFIG_STATUS <<_ACEOF
  1.7096 + ac_cs_version="\\
  1.7097 + config.status
  1.7098 +-configured by $0, generated by GNU Autoconf 2.60,
  1.7099 ++configured by $0, generated by GNU Autoconf 2.61,
  1.7100 +   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  1.7101 + 
  1.7102 + Copyright (C) 2006 Free Software Foundation, Inc.
  1.7103 +@@ -22563,7 +20877,7 @@
  1.7104 + CXXCPP!$CXXCPP$ac_delim
  1.7105 + RANLIB!$RANLIB$ac_delim
  1.7106 + LEX!$LEX$ac_delim
  1.7107 +-LEXLIB!$LEXLIB$ac_delim
  1.7108 ++LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
  1.7109 + _ACEOF
  1.7110 + 
  1.7111 +   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
  1.7112 +@@ -22605,7 +20919,7 @@
  1.7113 + ac_delim='%!_!# '
  1.7114 + for ac_last_try in false false false false false :; do
  1.7115 +   cat >conf$$subs.sed <<_ACEOF
  1.7116 +-LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
  1.7117 ++LEXLIB!$LEXLIB$ac_delim
  1.7118 + YACC!$YACC$ac_delim
  1.7119 + YFLAGS!$YFLAGS$ac_delim
  1.7120 + GREP!$GREP$ac_delim
  1.7121 +@@ -23400,3 +21714,5 @@
  1.7122 + echo "${ECHO_T}iLBC:        $have_ilbc" >&6; }
  1.7123 + { echo "$as_me:$LINENO: result: ZRTP:        $have_zrtp" >&5
  1.7124 + echo "${ECHO_T}ZRTP:        $have_zrtp" >&6; }
  1.7125 ++{ echo "$as_me:$LINENO: result: Libgsm dynamic link:	$have_gsm" >&5
  1.7126 ++echo "${ECHO_T}Libgsm dynamic link:	$have_gsm" >&6; }
  1.7127 +Index: configure.in
  1.7128 +diff -Nau configure.in.orig configure.in
  1.7129 +--- configure.in.orig	2009-01-31 05:48:30.000000000 +0100
  1.7130 ++++ configure.in	2009-02-23 14:26:38.000000000 +0100
  1.7131 +@@ -195,22 +195,33 @@
  1.7132 + 
  1.7133 + # This check does not work on all platforms
  1.7134 + # Check if libgsm is available
  1.7135 +-# AC_CHECK_LIB(gsm, sf_open, [
  1.7136 +-#	AC_CHECK_HEADER(gsm.h, [],
  1.7137 +-#		[AC_MSG_ERROR([gsm header files missing (gsm.h)])])
  1.7138 +-#	AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
  1.7139 +-#	GSM_LIBS="-lgsm"
  1.7140 +-#	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.7141 +-#	have_gsm="yes" ], [
  1.7142 +-#	have_gsm="no"
  1.7143 +-#	GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.7144 +-#	echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
  1.7145 +-have_gsm="no"
  1.7146 +-GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.7147 +-echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.7148 ++AC_CHECK_LIB(gsm, sf_open, [
  1.7149 ++	AC_CHECK_HEADER(gsm.h, [],
  1.7150 ++		[AC_MSG_ERROR([gsm header files missing (gsm.h)])])
  1.7151 ++	AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
  1.7152 ++	GSM_LIBS="-lgsm"
  1.7153 ++	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.7154 ++	have_gsm="yes" ], [
  1.7155 ++	have_gsm="no"
  1.7156 ++	GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.7157 ++	echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
  1.7158 ++#have_gsm="no"
  1.7159 ++#GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
  1.7160 ++#echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
  1.7161 + 
  1.7162 + AC_SUBST(GSM_LIBS)
  1.7163 + 
  1.7164 ++# Check if libgsm is available
  1.7165 ++AC_CHECK_LIB(gsm, sf_open, [
  1.7166 ++	AC_CHECK_HEADER(gsm.h, [],
  1.7167 ++		[AC_MSG_ERROR([gsm header files missing (gsm.h)])])
  1.7168 ++	AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
  1.7169 ++	LIBS="-lgsm $LIBS"
  1.7170 ++	echo "LIBS += -lgsm" >> $QT_INCL_PRO
  1.7171 ++	have_gsm="yes" ], [
  1.7172 ++	have_gsm="no"
  1.7173 ++	echo "$(top_builddir)/src/audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
  1.7174 ++
  1.7175 + # Check if ALSA is available
  1.7176 + AC_CHECK_LIB(asound, main, [
  1.7177 + 	AC_CHECK_HEADER(alsa/asoundlib.h, [],
  1.7178 +@@ -294,7 +305,11 @@
  1.7179 + 	AC_CHECK_LIB(boost_regex-gcc, main, [
  1.7180 + 		LIBS="-lboost_regex-gcc $LIBS"
  1.7181 + 		echo "LIBS += -lboost_regex-gcc" >> $QT_INCL_PRO],
  1.7182 +-		[AC_MSG_ERROR([libboost_regex library is missing (boost package).])])])
  1.7183 ++		[
  1.7184 ++		AC_CHECK_LIB(boost_regex-mt, main, [
  1.7185 ++			LIBS="-lboost_regex-mt $LIBS"
  1.7186 ++			echo "LIBS += -lboost_regex-mt" >> $QT_INCL_PRO],
  1.7187 ++			[AC_MSG_ERROR([libboost_regex library is missing (boost package).])])])])
  1.7188 + 
  1.7189 + ms_CHECK_LRELEASE()
  1.7190 + 	
  1.7191 +@@ -344,3 +359,4 @@
  1.7192 + AC_MSG_RESULT([Speex:       $have_speex])
  1.7193 + AC_MSG_RESULT([iLBC:        $have_ilbc])
  1.7194 + AC_MSG_RESULT([ZRTP:        $have_zrtp])
  1.7195 ++AC_MSG_RESULT([Libgsm dynamic link:	$have_gsm])
  1.7196 +Index: src/twinkle_config.h.in
  1.7197 +diff -Nau src/twinkle_config.h.in.orig src/twinkle_config.h.in
  1.7198 +--- src/twinkle_config.h.in.orig	2009-01-31 05:49:04.000000000 +0100
  1.7199 ++++ src/twinkle_config.h.in	2009-02-23 14:24:10.000000000 +0100
  1.7200 +@@ -19,6 +19,9 @@
  1.7201 + /* Define to 1 if you have the <history.h> header file. */
  1.7202 + #undef HAVE_HISTORY_H
  1.7203 + 
  1.7204 ++/* Define to 1 if you have the <libgsm> library. */
  1.7205 ++#undef HAVE_GSM
  1.7206 ++
  1.7207 + /* Define to 1 if you have the <ilbc> library. */
  1.7208 + #undef HAVE_ILBC
  1.7209 + 
  1.7210 +Index: src/audio/twinkle_zrtp_ui.cpp
  1.7211 +diff -Nau src/audio/twinkle_zrtp_ui.cpp.orig src/audio/twinkle_zrtp_ui.cpp
  1.7212 +--- src/audio/twinkle_zrtp_ui.cpp.orig	2009-01-03 17:54:05.000000000 +0100
  1.7213 ++++ src/audio/twinkle_zrtp_ui.cpp	2009-02-23 14:54:31.000000000 +0100
  1.7214 +@@ -208,7 +208,7 @@
  1.7215 + 	ui->cb_async_zrtp_confirm_go_clear(lineno);
  1.7216 + }
  1.7217 + 
  1.7218 +-void TwinkleZrtpUI::showMessage(MessageSeverity sev, int subCode) {
  1.7219 ++void TwinkleZrtpUI::showMessage(GnuZrtpCodes::MessageSeverity sev, int subCode) {
  1.7220 + 	t_line *line = audioSession->get_line();
  1.7221 + 	int lineno = line->get_line_number();
  1.7222 + 	
  1.7223 +@@ -218,11 +218,11 @@
  1.7224 + 	msg += *mapCodesToString(sev, subCode);
  1.7225 + 	
  1.7226 + 	switch (sev) {
  1.7227 +-	case Info:
  1.7228 ++	case GnuZrtpCodes::Info:
  1.7229 + 		log_file->write_report(msg, "TwinkleZrtpUI::showMessage", LOG_NORMAL,
  1.7230 + 			LOG_INFO);
  1.7231 + 		break;
  1.7232 +-	case Warning:
  1.7233 ++	case GnuZrtpCodes::Warning:
  1.7234 + 		log_file->write_report(msg, "TwinkleZrtpUI::showMessage", LOG_NORMAL,
  1.7235 + 			LOG_WARNING);
  1.7236 + 		break;
  1.7237 +@@ -232,7 +232,7 @@
  1.7238 + 	}
  1.7239 + }
  1.7240 + 
  1.7241 +-void TwinkleZrtpUI::zrtpNegotiationFailed(MessageSeverity severity, int subCode) {
  1.7242 ++void TwinkleZrtpUI::zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, int subCode) {
  1.7243 + 	t_line *line = audioSession->get_line();
  1.7244 + 	int lineno = line->get_line_number();
  1.7245 + 	
  1.7246 +@@ -242,11 +242,11 @@
  1.7247 + 	m += *mapCodesToString(severity, subCode);
  1.7248 + 	
  1.7249 + 	switch (severity) {
  1.7250 +-	case Info:
  1.7251 ++	case GnuZrtpCodes::Info:
  1.7252 + 		log_file->write_report(m, "TwinkleZrtpUI::zrtpNegotiationFailed", LOG_NORMAL,
  1.7253 + 			LOG_INFO);
  1.7254 + 		break;
  1.7255 +-	case Warning:
  1.7256 ++	case GnuZrtpCodes::Warning:
  1.7257 + 		log_file->write_report(m, "TwinkleZrtpUI::zrtpNegotiationFailed", LOG_NORMAL,
  1.7258 + 			LOG_WARNING);
  1.7259 + 		break;
  1.7260 +@@ -266,20 +266,20 @@
  1.7261 + 	log_file->write_report(msg, "TwinkleZrtpUI::zrtpNotSuppOther");
  1.7262 + }
  1.7263 + 
  1.7264 +-const string *const TwinkleZrtpUI::mapCodesToString(MessageSeverity severity, int subCode) {
  1.7265 ++const string *const TwinkleZrtpUI::mapCodesToString(GnuZrtpCodes::MessageSeverity severity, int subCode) {
  1.7266 +   	string *m = &unknownCode;
  1.7267 + 
  1.7268 + 	switch (severity) {
  1.7269 +-	case Info:
  1.7270 ++	case GnuZrtpCodes::Info:
  1.7271 + 		m = &infoMap[subCode];
  1.7272 + 		break;
  1.7273 +-	case Warning:
  1.7274 ++	case GnuZrtpCodes::Warning:
  1.7275 + 		m = &warningMap[subCode];
  1.7276 + 		break;
  1.7277 +-	case Severe:
  1.7278 ++	case GnuZrtpCodes::Severe:
  1.7279 + 		m = &severeMap[subCode];
  1.7280 + 		break;
  1.7281 +-	case ZrtpError:
  1.7282 ++	case GnuZrtpCodes::ZrtpError:
  1.7283 + 		if (subCode < 0) {
  1.7284 + 			subCode *= -1;
  1.7285 + 		}
  1.7286 +Index: src/audio/twinkle_zrtp_ui.h
  1.7287 +diff -Nau src/audio/twinkle_zrtp_ui.h.orig src/audio/twinkle_zrtp_ui.h
  1.7288 +--- src/audio/twinkle_zrtp_ui.h.orig	2009-01-03 17:53:58.000000000 +0100
  1.7289 ++++ src/audio/twinkle_zrtp_ui.h	2009-02-23 14:55:21.000000000 +0100
  1.7290 +@@ -56,8 +56,8 @@
  1.7291 +         virtual void secureOff();
  1.7292 +         virtual void showSAS(std::string sas, bool verified); 
  1.7293 +         virtual void confirmGoClear();
  1.7294 +-        virtual void showMessage(MessageSeverity sev, int subCode);
  1.7295 +-        virtual void zrtpNegotiationFailed(MessageSeverity severity, int subCode);
  1.7296 ++        virtual void showMessage(GnuZrtpCodes::MessageSeverity sev, int subCode);
  1.7297 ++        virtual void zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, int subCode);
  1.7298 +         virtual void zrtpNotSuppOther();
  1.7299 +         //}
  1.7300 + 
  1.7301 +@@ -81,7 +81,7 @@
  1.7302 + 	 * @param subCode [in] The message code.
  1.7303 + 	 * @return The message text.
  1.7304 + 	 */
  1.7305 +-	const string *const mapCodesToString(MessageSeverity severity, int subCode);
  1.7306 ++	const string *const mapCodesToString(GnuZrtpCodes::MessageSeverity severity, int subCode);
  1.7307 + 
  1.7308 + };
  1.7309 + 

mercurial