Changeset 5 for trunk/apache22

Show
Ignore:
Timestamp:
06/19/09 16:32:03 (9 months ago)
Author:
esproul
Message:

Update for Apache 2.2.11, fix typo in README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apache22/README

    r2 r5  
    1212 
    1313The apache-2.2.x-probes patch is all the leg work to add dtrace probes into 
    14 Apache 2.2.x branch.  They will apply to the 2.2.8 distribution 
     14Apache 2.2.x branch.  They will apply to the 2.2.11 distribution 
    1515successfully (with fuzz). 
    1616 
    17 The apache-2.2.8-probes patch fixes up the files in the 2.2.8 distro 
     17The apache-2.2.11-probes patch fixes up the files in the 2.2.11 distro 
    1818that aren't in trunk.  These are the products of buildconf: 
    1919   configure 
    20    include/ap_auto_config.h.in 
     20   include/ap_config_auto.h.in 
    2121 
    2222Apply both of these (in any order), then add --enable-dtrace to the 
  • trunk/apache22/apache-2.2.11-probes-p2.patch

    r2 r5  
    11Index: configure 
    22=================================================================== 
    3 --- configure   Wed Apr 30 23:02:04 2008 
    4 +++ configure   Wed Apr 30 23:02:31 2008 
    5 @@ -1,6 +1,6 @@ 
    6  #! /bin/sh 
    7  # Guess values for system-dependent variables and create Makefiles. 
    8 -# Generated by GNU Autoconf 2.60. 
    9 +# Generated by GNU Autoconf 2.61. 
    10  # 
    11  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    12  # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    13 @@ -10,7 +10,8 @@ 
    14  ## M4sh Initialization.  ## 
    15  ## --------------------- ## 
    16   
    17 -# Be Bourne compatible 
    18 +# Be more Bourne compatible 
    19 +DUALCASE=1; export DUALCASE # for MKS sh 
    20  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    21    emulate sh 
    22    NULLCMD=: 
    23 @@ -19,12 +20,15 @@ 
    24    alias -g '${1+"$@"}'='"$@"' 
    25    setopt NO_GLOB_SUBST 
    26  else 
    27 -  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    28 +  case `(set -o) 2>/dev/null` in 
    29 +  *posix*) set -o posix ;; 
    30 +esac 
    31 
    32  fi 
    33 -BIN_SH=xpg4; export BIN_SH # for Tru64 
    34 -DUALCASE=1; export DUALCASE # for MKS sh 
    35   
    36   
    37 
    38 
    39  # PATH needs CR 
    40  # Avoid depending upon Character Ranges. 
    41  as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
    42 @@ -215,7 +219,7 @@ 
    43  else 
    44    as_candidate_shells= 
    45      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    46 -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    47 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    48  do 
    49    IFS=$as_save_IFS 
    50    test -z "$as_dir" && as_dir=. 
    51 @@ -233,7 +237,6 @@ 
    52          # Try only shells that exist, to save several forks. 
    53          if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    54                 { ("$as_shell") 2> /dev/null <<\_ASEOF 
    55 -# Be Bourne compatible 
    56  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    57    emulate sh 
    58    NULLCMD=: 
    59 @@ -242,11 +245,13 @@ 
    60    alias -g '${1+"$@"}'='"$@"' 
    61    setopt NO_GLOB_SUBST 
    62  else 
    63 -  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    64 +  case `(set -o) 2>/dev/null` in 
    65 +  *posix*) set -o posix ;; 
    66 +esac 
    67 
    68  fi 
    69 -BIN_SH=xpg4; export BIN_SH # for Tru64 
    70 -DUALCASE=1; export DUALCASE # for MKS sh 
    71   
    72 
    73  : 
    74  _ASEOF 
    75  }; then 
    76 @@ -253,7 +258,6 @@ 
    77    CONFIG_SHELL=$as_shell 
    78                as_have_required=yes 
    79                if { "$as_shell" 2> /dev/null <<\_ASEOF 
    80 -# Be Bourne compatible 
    81  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    82    emulate sh 
    83    NULLCMD=: 
    84 @@ -262,11 +266,13 @@ 
    85    alias -g '${1+"$@"}'='"$@"' 
    86    setopt NO_GLOB_SUBST 
    87  else 
    88 -  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    89 +  case `(set -o) 2>/dev/null` in 
    90 +  *posix*) set -o posix ;; 
    91 +esac 
    92 
    93  fi 
    94 -BIN_SH=xpg4; export BIN_SH # for Tru64 
    95 -DUALCASE=1; export DUALCASE # for MKS sh 
    96   
    97 
    98  : 
    99  (as_func_return () { 
    100    (exit $1) 
    101 @@ -512,19 +518,28 @@ 
    102    as_mkdir_p=false 
    103  fi 
    104   
    105 -# Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    106 -# systems may use methods other than mode bits to determine executability. 
    107 -cat >conf$$.file <<_ASEOF 
    108 -#! /bin/sh 
    109 -exit 0 
    110 -_ASEOF 
    111 -chmod +x conf$$.file 
    112 -if test -x conf$$.file >/dev/null 2>&1; then 
    113 -  as_executable_p="test -x" 
    114 +if test -x / >/dev/null 2>&1; then 
    115 +  as_test_x='test -x' 
    116  else 
    117 -  as_executable_p=: 
    118 +  if ls -dL / >/dev/null 2>&1; then 
    119 +    as_ls_L_option=L 
    120 +  else 
    121 +    as_ls_L_option= 
    122 +  fi 
    123 +  as_test_x=' 
    124 +    eval sh -c '\'' 
    125 +      if test -d "$1"; then 
    126 +        test -d "$1/."; 
    127 +      else 
    128 +       case $1 in 
    129 +        -*)set "./$1";; 
    130 +       esac; 
    131 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
    132 +       ???[sx]*):;;*)false;;esac;fi 
    133 +    '\'' sh 
    134 +  ' 
    135  fi 
    136 -rm -f conf$$.file 
    137 +as_executable_p=$as_test_x 
    138   
    139  # Sed expression to map a string onto a valid CPP name. 
    140  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 
    141 @@ -566,36 +581,36 @@ 
    142  # Factoring default headers for most tests. 
    143  ac_includes_default="\ 
    144  #include <stdio.h> 
    145 -#if HAVE_SYS_TYPES_H 
    146 +#ifdef HAVE_SYS_TYPES_H 
    147  # include <sys/types.h> 
    148  #endif 
    149 -#if HAVE_SYS_STAT_H 
    150 +#ifdef HAVE_SYS_STAT_H 
    151  # include <sys/stat.h> 
    152  #endif 
    153 -#if STDC_HEADERS 
    154 +#ifdef STDC_HEADERS 
    155  # include <stdlib.h> 
    156  # include <stddef.h> 
    157  #else 
    158 -# if HAVE_STDLIB_H 
    159 +# ifdef HAVE_STDLIB_H 
    160  #  include <stdlib.h> 
    161  # endif 
    162  #endif 
    163 -#if HAVE_STRING_H 
    164 -# if !STDC_HEADERS && HAVE_MEMORY_H 
    165 +#ifdef HAVE_STRING_H 
    166 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
    167  #  include <memory.h> 
    168  # endif 
    169  # include <string.h> 
    170  #endif 
    171 -#if HAVE_STRINGS_H 
    172 +#ifdef HAVE_STRINGS_H 
    173  # include <strings.h> 
    174  #endif 
    175 -#if HAVE_INTTYPES_H 
    176 +#ifdef HAVE_INTTYPES_H 
    177  # include <inttypes.h> 
    178  #endif 
    179 -#if HAVE_STDINT_H 
    180 +#ifdef HAVE_STDINT_H 
    181  # include <stdint.h> 
    182  #endif 
    183 -#if HAVE_UNISTD_H 
    184 +#ifdef HAVE_UNISTD_H 
    185  # include <unistd.h> 
    186  #endif" 
    187   
    188 @@ -709,6 +724,7 @@ 
     3--- configure.orig      Fri Jun 19 15:05:33 2009 
     4+++ configure   Fri Jun 19 15:12:40 2009 
     5@@ -804,6 +804,7 @@ 
     6 MOD_AUTHN_FILE_LDADD 
     7 PILDFLAGS 
     8 PICFLAGS 
     9+DTRACE 
     10 MKDEP 
     11 EGREP 
    18912 GREP 
    190  EGREP 
    191  MKDEP 
    192 +DTRACE 
    193  PICFLAGS 
    194  PILDFLAGS 
    195  MOD_AUTHN_FILE_LDADD 
    196 @@ -882,6 +898,7 @@ 
    197  CC 
    198  CFLAGS 
    199  LDFLAGS 
    200 +LIBS 
    201  CPPFLAGS 
    202  CPP' 
    203   
    204 @@ -989,10 +1006,10 @@ 
    205    -disable-* | --disable-*) 
    206      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    207      # Reject names that are not valid shell variable names. 
    208 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
    209 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    210        { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    211     { (exit 1); exit 1; }; } 
    212 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    213 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    214      eval enable_$ac_feature=no ;; 
    215   
    216    -docdir | --docdir | --docdi | --doc | --do) 
    217 @@ -1008,10 +1025,10 @@ 
    218    -enable-* | --enable-*) 
    219      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    220      # Reject names that are not valid shell variable names. 
    221 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
    222 +    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    223        { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    224     { (exit 1); exit 1; }; } 
    225 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    226 +    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    227      eval enable_$ac_feature=\$ac_optarg ;; 
    228   
    229    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
    230 @@ -1205,19 +1222,19 @@ 
    231    -with-* | --with-*) 
    232      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    233      # Reject names that are not valid shell variable names. 
    234 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
    235 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    236        { echo "$as_me: error: invalid package name: $ac_package" >&2 
    237     { (exit 1); exit 1; }; } 
    238 -    ac_package=`echo $ac_package| sed 's/-/_/g'` 
    239 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    240      eval with_$ac_package=\$ac_optarg ;; 
    241   
    242    -without-* | --without-*) 
    243      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    244      # Reject names that are not valid shell variable names. 
    245 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
    246 +    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    247        { echo "$as_me: error: invalid package name: $ac_package" >&2 
    248     { (exit 1); exit 1; }; } 
    249 -    ac_package=`echo $ac_package | sed 's/-/_/g'` 
    250 +    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    251      eval with_$ac_package=no ;; 
    252   
    253    --x) 
    254 @@ -1458,6 +1475,7 @@ 
     13@@ -924,6 +925,7 @@ 
     14 with_pcre 
     15 with_port 
     16 with_sslport 
     17+enable_dtrace 
     18 enable_v4_mapped 
     19 enable_exception_hook 
     20 enable_maintainer_mode 
     21@@ -1671,6 +1673,7 @@ 
    25522   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    25623   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    26027   --enable-exception-hook Enable fatal exception hook 
    26128   --enable-maintainer-mode 
    262 @@ -1611,6 +1629,7 @@ 
    263    CFLAGS      C compiler flags 
    264    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    265                nonstandard directory <lib dir> 
    266 +  LIBS        libraries to pass to the linker, e.g. -l<library> 
    267    CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
    268                you have headers in a nonstandard directory <include dir> 
    269    CPP         C preprocessor 
    270 @@ -1679,7 +1698,7 @@ 
    271  if $ac_init_version; then 
    272    cat <<\_ACEOF 
    273  configure 
    274 -generated by GNU Autoconf 2.60 
    275 +generated by GNU Autoconf 2.61 
    276   
    277  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    278  2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    279 @@ -1693,7 +1712,7 @@ 
    280  running configure, to aid debugging if configure makes a mistake. 
    281   
    282  It was created by $as_me, which was 
    283 -generated by GNU Autoconf 2.60.  Invocation command line was 
    284 +generated by GNU Autoconf 2.61.  Invocation command line was 
    285   
    286    $ $0 $@ 
    287   
    288 @@ -3924,7 +3943,7 @@ 
    289    IFS=$as_save_IFS 
    290    test -z "$as_dir" && as_dir=. 
    291    for ac_exec_ext in '' $ac_executable_extensions; do 
    292 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    293 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    294      ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    295      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    296      break 2 
    297 @@ -3964,7 +3983,7 @@ 
    298    IFS=$as_save_IFS 
    299    test -z "$as_dir" && as_dir=. 
    300    for ac_exec_ext in '' $ac_executable_extensions; do 
    301 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    302 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    303      ac_cv_prog_ac_ct_CC="gcc" 
    304      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    305      break 2 
    306 @@ -4021,7 +4040,7 @@ 
    307    IFS=$as_save_IFS 
    308    test -z "$as_dir" && as_dir=. 
    309    for ac_exec_ext in '' $ac_executable_extensions; do 
    310 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    311 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    312      ac_cv_prog_CC="${ac_tool_prefix}cc" 
    313      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    314      break 2 
    315 @@ -4062,7 +4081,7 @@ 
    316    IFS=$as_save_IFS 
    317    test -z "$as_dir" && as_dir=. 
    318    for ac_exec_ext in '' $ac_executable_extensions; do 
    319 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    320 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    321      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    322         ac_prog_rejected=yes 
    323         continue 
    324 @@ -4120,7 +4139,7 @@ 
    325    IFS=$as_save_IFS 
    326    test -z "$as_dir" && as_dir=. 
    327    for ac_exec_ext in '' $ac_executable_extensions; do 
    328 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    329 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    330      ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    331      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    332      break 2 
    333 @@ -4164,7 +4183,7 @@ 
    334    IFS=$as_save_IFS 
    335    test -z "$as_dir" && as_dir=. 
    336    for ac_exec_ext in '' $ac_executable_extensions; do 
    337 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    338 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    339      ac_cv_prog_ac_ct_CC="$ac_prog" 
    340      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    341      break 2 
    342 @@ -4305,7 +4324,7 @@ 
    343  # in a Makefile.  We should not override ac_cv_exeext if it was cached, 
    344  # so that the user can short-circuit this test for compilers unknown to 
    345  # Autoconf. 
    346 -for ac_file in $ac_files 
    347 +for ac_file in $ac_files '' 
    348  do 
    349    test -f "$ac_file" || continue 
    350    case $ac_file in 
    351 @@ -4333,6 +4352,12 @@ 
    352  test "$ac_cv_exeext" = no && ac_cv_exeext= 
    353   
    354  else 
    355 +  ac_file='' 
    356 +fi 
    357 
    358 +{ echo "$as_me:$LINENO: result: $ac_file" >&5 
    359 +echo "${ECHO_T}$ac_file" >&6; } 
    360 +if test -z "$ac_file"; then 
    361    echo "$as_me: failed program was:" >&5 
    362  sed 's/^/| /' conftest.$ac_ext >&5 
    363   
    364 @@ -4344,8 +4369,6 @@ 
    365  fi 
    366   
    367  ac_exeext=$ac_cv_exeext 
    368 -{ echo "$as_me:$LINENO: result: $ac_file" >&5 
    369 -echo "${ECHO_T}$ac_file" >&6; } 
    370   
    371  # Check that the compiler produces executables we can run.  If not, either 
    372  # the compiler is broken, or we cross compile. 
    373 @@ -4523,27 +4546,10 @@ 
    374    rm -f conftest.er1 
    375    cat conftest.err >&5 
    376    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    377 -  (exit $ac_status); } && 
    378 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    379 -  { (case "(($ac_try" in 
    380 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    381 -  *) ac_try_echo=$ac_try;; 
    382 -esac 
    383 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    384 -  (eval "$ac_try") 2>&5 
    385 -  ac_status=$? 
    386 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    387 -  (exit $ac_status); }; } && 
    388 -        { ac_try='test -s conftest.$ac_objext' 
    389 -  { (case "(($ac_try" in 
    390 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    391 -  *) ac_try_echo=$ac_try;; 
    392 -esac 
    393 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    394 -  (eval "$ac_try") 2>&5 
    395 -  ac_status=$? 
    396 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    397 -  (exit $ac_status); }; }; then 
    398 +  (exit $ac_status); } && { 
    399 +        test -z "$ac_c_werror_flag" || 
    400 +        test ! -s conftest.err 
    401 +       } && test -s conftest.$ac_objext; then 
    402    ac_compiler_gnu=yes 
    403  else 
    404    echo "$as_me: failed program was:" >&5 
    405 @@ -4598,27 +4604,10 @@ 
    406    rm -f conftest.er1 
    407    cat conftest.err >&5 
    408    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    409 -  (exit $ac_status); } && 
    410 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    411 -  { (case "(($ac_try" in 
    412 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    413 -  *) ac_try_echo=$ac_try;; 
    414 -esac 
    415 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    416 -  (eval "$ac_try") 2>&5 
    417 -  ac_status=$? 
    418 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    419 -  (exit $ac_status); }; } && 
    420 -        { ac_try='test -s conftest.$ac_objext' 
    421 -  { (case "(($ac_try" in 
    422 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    423 -  *) ac_try_echo=$ac_try;; 
    424 -esac 
    425 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    426 -  (eval "$ac_try") 2>&5 
    427 -  ac_status=$? 
    428 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    429 -  (exit $ac_status); }; }; then 
    430 +  (exit $ac_status); } && { 
    431 +        test -z "$ac_c_werror_flag" || 
    432 +        test ! -s conftest.err 
    433 +       } && test -s conftest.$ac_objext; then 
    434    ac_cv_prog_cc_g=yes 
    435  else 
    436    echo "$as_me: failed program was:" >&5 
    437 @@ -4653,27 +4642,10 @@ 
    438    rm -f conftest.er1 
    439    cat conftest.err >&5 
    440    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    441 -  (exit $ac_status); } && 
    442 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    443 -  { (case "(($ac_try" in 
    444 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    445 -  *) ac_try_echo=$ac_try;; 
    446 -esac 
    447 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    448 -  (eval "$ac_try") 2>&5 
    449 -  ac_status=$? 
    450 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    451 -  (exit $ac_status); }; } && 
    452 -        { ac_try='test -s conftest.$ac_objext' 
    453 -  { (case "(($ac_try" in 
    454 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    455 -  *) ac_try_echo=$ac_try;; 
    456 -esac 
    457 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    458 -  (eval "$ac_try") 2>&5 
    459 -  ac_status=$? 
    460 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    461 -  (exit $ac_status); }; }; then 
    462 +  (exit $ac_status); } && { 
    463 +        test -z "$ac_c_werror_flag" || 
    464 +        test ! -s conftest.err 
    465 +       } && test -s conftest.$ac_objext; then 
    466    : 
    467  else 
    468    echo "$as_me: failed program was:" >&5 
    469 @@ -4709,27 +4681,10 @@ 
    470    rm -f conftest.er1 
    471    cat conftest.err >&5 
    472    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    473 -  (exit $ac_status); } && 
    474 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    475 -  { (case "(($ac_try" in 
    476 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    477 -  *) ac_try_echo=$ac_try;; 
    478 -esac 
    479 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    480 -  (eval "$ac_try") 2>&5 
    481 -  ac_status=$? 
    482 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    483 -  (exit $ac_status); }; } && 
    484 -        { ac_try='test -s conftest.$ac_objext' 
    485 -  { (case "(($ac_try" in 
    486 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    487 -  *) ac_try_echo=$ac_try;; 
    488 -esac 
    489 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    490 -  (eval "$ac_try") 2>&5 
    491 -  ac_status=$? 
    492 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    493 -  (exit $ac_status); }; }; then 
    494 +  (exit $ac_status); } && { 
    495 +        test -z "$ac_c_werror_flag" || 
    496 +        test ! -s conftest.err 
    497 +       } && test -s conftest.$ac_objext; then 
    498    ac_cv_prog_cc_g=yes 
    499  else 
    500    echo "$as_me: failed program was:" >&5 
    501 @@ -4845,27 +4800,10 @@ 
    502    rm -f conftest.er1 
    503    cat conftest.err >&5 
    504    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    505 -  (exit $ac_status); } && 
    506 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    507 -  { (case "(($ac_try" in 
    508 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    509 -  *) ac_try_echo=$ac_try;; 
    510 -esac 
    511 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    512 -  (eval "$ac_try") 2>&5 
    513 -  ac_status=$? 
    514 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    515 -  (exit $ac_status); }; } && 
    516 -        { ac_try='test -s conftest.$ac_objext' 
    517 -  { (case "(($ac_try" in 
    518 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    519 -  *) ac_try_echo=$ac_try;; 
    520 -esac 
    521 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    522 -  (eval "$ac_try") 2>&5 
    523 -  ac_status=$? 
    524 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    525 -  (exit $ac_status); }; }; then 
    526 +  (exit $ac_status); } && { 
    527 +        test -z "$ac_c_werror_flag" || 
    528 +        test ! -s conftest.err 
    529 +       } && test -s conftest.$ac_objext; then 
    530    ac_cv_prog_cc_c89=$ac_arg 
    531  else 
    532    echo "$as_me: failed program was:" >&5 
    533 @@ -4954,17 +4892,10 @@ 
    534    rm -f conftest.er1 
    535    cat conftest.err >&5 
    536    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    537 -  (exit $ac_status); } >/dev/null; then 
    538 -  if test -s conftest.err; then 
    539 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    540 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    541 -  else 
    542 -    ac_cpp_err= 
    543 -  fi 
    544 -else 
    545 -  ac_cpp_err=yes 
    546 -fi 
    547 -if test -z "$ac_cpp_err"; then 
    548 +  (exit $ac_status); } >/dev/null && { 
    549 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    550 +        test ! -s conftest.err 
    551 +       }; then 
    552    : 
    553  else 
    554    echo "$as_me: failed program was:" >&5 
    555 @@ -4998,17 +4929,10 @@ 
    556    rm -f conftest.er1 
    557    cat conftest.err >&5 
    558    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    559 -  (exit $ac_status); } >/dev/null; then 
    560 -  if test -s conftest.err; then 
    561 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    562 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    563 -  else 
    564 -    ac_cpp_err= 
    565 -  fi 
    566 -else 
    567 -  ac_cpp_err=yes 
    568 -fi 
    569 -if test -z "$ac_cpp_err"; then 
    570 +  (exit $ac_status); } >/dev/null && { 
    571 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    572 +        test ! -s conftest.err 
    573 +       }; then 
    574    # Broken: success on invalid input. 
    575  continue 
    576  else 
    577 @@ -5073,17 +4997,10 @@ 
    578    rm -f conftest.er1 
    579    cat conftest.err >&5 
    580    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    581 -  (exit $ac_status); } >/dev/null; then 
    582 -  if test -s conftest.err; then 
    583 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    584 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    585 -  else 
    586 -    ac_cpp_err= 
    587 -  fi 
    588 -else 
    589 -  ac_cpp_err=yes 
    590 -fi 
    591 -if test -z "$ac_cpp_err"; then 
    592 +  (exit $ac_status); } >/dev/null && { 
    593 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    594 +        test ! -s conftest.err 
    595 +       }; then 
    596    : 
    597  else 
    598    echo "$as_me: failed program was:" >&5 
    599 @@ -5117,17 +5034,10 @@ 
    600    rm -f conftest.er1 
    601    cat conftest.err >&5 
    602    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    603 -  (exit $ac_status); } >/dev/null; then 
    604 -  if test -s conftest.err; then 
    605 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    606 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    607 -  else 
    608 -    ac_cpp_err= 
    609 -  fi 
    610 -else 
    611 -  ac_cpp_err=yes 
    612 -fi 
    613 -if test -z "$ac_cpp_err"; then 
    614 +  (exit $ac_status); } >/dev/null && { 
    615 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    616 +        test ! -s conftest.err 
    617 +       }; then 
    618    # Broken: success on invalid input. 
    619  continue 
    620  else 
    621 @@ -5196,7 +5106,7 @@ 
    622    IFS=$as_save_IFS 
    623    test -z "$as_dir" && as_dir=. 
    624    for ac_exec_ext in '' $ac_executable_extensions; do 
    625 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    626 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    627      ac_cv_path_PCRE_CONFIG="$as_dir/$ac_word$ac_exec_ext" 
    628      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    629      break 2 
    630 @@ -5740,7 +5650,7 @@ 
    631    IFS=$as_save_IFS 
    632    test -z "$as_dir" && as_dir=. 
    633    for ac_exec_ext in '' $ac_executable_extensions; do 
    634 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    635 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    636      ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" 
    637      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    638      break 2 
    639 @@ -5780,7 +5690,7 @@ 
    640    IFS=$as_save_IFS 
    641    test -z "$as_dir" && as_dir=. 
    642    for ac_exec_ext in '' $ac_executable_extensions; do 
    643 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    644 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    645      ac_cv_path_PKGCONFIG="$as_dir/$ac_word$ac_exec_ext" 
    646      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    647      break 2 
    648 @@ -5820,7 +5730,7 @@ 
    649    IFS=$as_save_IFS 
    650    test -z "$as_dir" && as_dir=. 
    651    for ac_exec_ext in '' $ac_executable_extensions; do 
    652 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    653 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    654      ac_cv_path_RSYNC="$as_dir/$ac_word$ac_exec_ext" 
    655      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    656      break 2 
    657 @@ -5860,7 +5770,7 @@ 
    658    IFS=$as_save_IFS 
    659    test -z "$as_dir" && as_dir=. 
    660    for ac_exec_ext in '' $ac_executable_extensions; do 
    661 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    662 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    663      ac_cv_prog_AWK="$ac_prog" 
    664      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    665      break 2 
    666 @@ -5912,7 +5822,7 @@ 
    667    IFS=$as_save_IFS 
    668    test -z "$as_dir" && as_dir=. 
    669    for ac_exec_ext in '' $ac_executable_extensions; do 
    670 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    671 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    672      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    673      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    674      break 2 
    675 @@ -5952,7 +5862,7 @@ 
    676    IFS=$as_save_IFS 
    677    test -z "$as_dir" && as_dir=. 
    678    for ac_exec_ext in '' $ac_executable_extensions; do 
    679 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    680 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    681      ac_cv_prog_ac_ct_RANLIB="ranlib" 
    682      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    683      break 2 
    684 @@ -6009,7 +5919,7 @@ 
    685    IFS=$as_save_IFS 
    686    test -z "$as_dir" && as_dir=. 
    687    for ac_exec_ext in '' $ac_executable_extensions; do 
    688 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
    689 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    690      ac_cv_prog_LYNX_PATH="$ac_prog" 
    691      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    692      break 2 
    693 @@ -6070,7 +5980,7 @@ 
    694    for ac_prog in grep ggrep; do 
    695    for ac_exec_ext in '' $ac_executable_extensions; do 
    696      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    697 -    { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 
    698 +    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    699      # Check for GNU ac_path_GREP and select it if it is found. 
    700    # Check for GNU $ac_path_GREP 
    701  case `"$ac_path_GREP" --version 2>&1` in 
    702 @@ -6152,7 +6062,7 @@ 
    703    for ac_prog in egrep; do 
    704    for ac_exec_ext in '' $ac_executable_extensions; do 
    705      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    706 -    { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 
    707 +    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    708      # Check for GNU ac_path_EGREP and select it if it is found. 
    709    # Check for GNU $ac_path_EGREP 
    710  case `"$ac_path_EGREP" --version 2>&1` in 
    711 @@ -6288,27 +6198,11 @@ 
    712    rm -f conftest.er1 
    713    cat conftest.err >&5 
    714    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    715 -  (exit $ac_status); } && 
    716 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    717 -  { (case "(($ac_try" in 
    718 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    719 -  *) ac_try_echo=$ac_try;; 
    720 -esac 
    721 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    722 -  (eval "$ac_try") 2>&5 
    723 -  ac_status=$? 
    724 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    725 -  (exit $ac_status); }; } && 
    726 -        { ac_try='test -s conftest$ac_exeext' 
    727 -  { (case "(($ac_try" in 
    728 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    729 -  *) ac_try_echo=$ac_try;; 
    730 -esac 
    731 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    732 -  (eval "$ac_try") 2>&5 
    733 -  ac_status=$? 
    734 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    735 -  (exit $ac_status); }; }; then 
    736 +  (exit $ac_status); } && { 
    737 +        test -z "$ac_c_werror_flag" || 
    738 +        test ! -s conftest.err 
    739 +       } && test -s conftest$ac_exeext && 
    740 +       $as_test_x conftest$ac_exeext; then 
    741    ac_cv_search_strerror=$ac_res 
    742  else 
    743    echo "$as_me: failed program was:" >&5 
    744 @@ -6317,7 +6211,7 @@ 
    745   
    746  fi 
    747   
    748 -rm -f core conftest.err conftest.$ac_objext \ 
    749 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    750        conftest$ac_exeext 
    751    if test "${ac_cv_search_strerror+set}" = set; then 
    752    break 
    753 @@ -6376,27 +6270,10 @@ 
    754    rm -f conftest.er1 
    755    cat conftest.err >&5 
    756    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    757 -  (exit $ac_status); } && 
    758 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    759 -  { (case "(($ac_try" in 
    760 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    761 -  *) ac_try_echo=$ac_try;; 
    762 -esac 
    763 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    764 -  (eval "$ac_try") 2>&5 
    765 -  ac_status=$? 
    766 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    767 -  (exit $ac_status); }; } && 
    768 -        { ac_try='test -s conftest.$ac_objext' 
    769 -  { (case "(($ac_try" in 
    770 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    771 -  *) ac_try_echo=$ac_try;; 
    772 -esac 
    773 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    774 -  (eval "$ac_try") 2>&5 
    775 -  ac_status=$? 
    776 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    777 -  (exit $ac_status); }; }; then 
    778 +  (exit $ac_status); } && { 
    779 +        test -z "$ac_c_werror_flag" || 
    780 +        test ! -s conftest.err 
    781 +       } && test -s conftest.$ac_objext; then 
    782    ac_cv_header_stdc=yes 
    783  else 
    784    echo "$as_me: failed program was:" >&5 
    785 @@ -6572,27 +6449,10 @@ 
    786    rm -f conftest.er1 
    787    cat conftest.err >&5 
    788    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    789 -  (exit $ac_status); } && 
    790 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    791 -  { (case "(($ac_try" in 
    792 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    793 -  *) ac_try_echo=$ac_try;; 
    794 -esac 
    795 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    796 -  (eval "$ac_try") 2>&5 
    797 -  ac_status=$? 
    798 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    799 -  (exit $ac_status); }; } && 
    800 -        { ac_try='test -s conftest.$ac_objext' 
    801 -  { (case "(($ac_try" in 
    802 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    803 -  *) ac_try_echo=$ac_try;; 
    804 -esac 
    805 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    806 -  (eval "$ac_try") 2>&5 
    807 -  ac_status=$? 
    808 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    809 -  (exit $ac_status); }; }; then 
    810 +  (exit $ac_status); } && { 
    811 +        test -z "$ac_c_werror_flag" || 
    812 +        test ! -s conftest.err 
    813 +       } && test -s conftest.$ac_objext; then 
    814    eval "$as_ac_Header=yes" 
    815  else 
    816    echo "$as_me: failed program was:" >&5 
    817 @@ -6650,27 +6510,10 @@ 
    818    rm -f conftest.er1 
    819    cat conftest.err >&5 
    820    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    821 -  (exit $ac_status); } && 
    822 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    823 -  { (case "(($ac_try" in 
    824 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    825 -  *) ac_try_echo=$ac_try;; 
    826 -esac 
    827 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    828 -  (eval "$ac_try") 2>&5 
    829 -  ac_status=$? 
    830 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    831 -  (exit $ac_status); }; } && 
    832 -        { ac_try='test -s conftest.$ac_objext' 
    833 -  { (case "(($ac_try" in 
    834 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    835 -  *) ac_try_echo=$ac_try;; 
    836 -esac 
    837 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    838 -  (eval "$ac_try") 2>&5 
    839 -  ac_status=$? 
    840 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    841 -  (exit $ac_status); }; }; then 
    842 +  (exit $ac_status); } && { 
    843 +        test -z "$ac_c_werror_flag" || 
    844 +        test ! -s conftest.err 
    845 +       } && test -s conftest.$ac_objext; then 
    846    ac_header_compiler=yes 
    847  else 
    848    echo "$as_me: failed program was:" >&5 
    849 @@ -6706,17 +6549,10 @@ 
    850    rm -f conftest.er1 
    851    cat conftest.err >&5 
    852    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    853 -  (exit $ac_status); } >/dev/null; then 
    854 -  if test -s conftest.err; then 
    855 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    856 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    857 -  else 
    858 -    ac_cpp_err= 
    859 -  fi 
    860 -else 
    861 -  ac_cpp_err=yes 
    862 -fi 
    863 -if test -z "$ac_cpp_err"; then 
    864 +  (exit $ac_status); } >/dev/null && { 
    865 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    866 +        test ! -s conftest.err 
    867 +       }; then 
    868    ac_header_preproc=yes 
    869  else 
    870    echo "$as_me: failed program was:" >&5 
    871 @@ -6980,27 +6816,10 @@ 
    872    rm -f conftest.er1 
    873    cat conftest.err >&5 
    874    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    875 -  (exit $ac_status); } && 
    876 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    877 -  { (case "(($ac_try" in 
    878 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    879 -  *) ac_try_echo=$ac_try;; 
    880 -esac 
    881 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    882 -  (eval "$ac_try") 2>&5 
    883 -  ac_status=$? 
    884 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    885 -  (exit $ac_status); }; } && 
    886 -        { ac_try='test -s conftest.$ac_objext' 
    887 -  { (case "(($ac_try" in 
    888 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    889 -  *) ac_try_echo=$ac_try;; 
    890 -esac 
    891 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    892 -  (eval "$ac_try") 2>&5 
    893 -  ac_status=$? 
    894 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    895 -  (exit $ac_status); }; }; then 
    896 +  (exit $ac_status); } && { 
    897 +        test -z "$ac_c_werror_flag" || 
    898 +        test ! -s conftest.err 
    899 +       } && test -s conftest.$ac_objext; then 
    900    ac_cv_header_stdc=yes 
    901  else 
    902    echo "$as_me: failed program was:" >&5 
    903 @@ -7144,6 +6963,7 @@ 
     29@@ -7247,6 +7250,7 @@ 
    90430  
    90531  
     
    90935 string.h \ 
    91036 limits.h \ 
    911 @@ -7154,7 +6974,8 @@ 
     37@@ -7257,7 +7261,8 @@ 
    91238 strings.h \ 
    91339 sys/prctl.h \ 
     
    91844  
    91945 do 
    920  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    921 @@ -7193,27 +7014,10 @@ 
    922    rm -f conftest.er1 
    923    cat conftest.err >&5 
    924    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    925 -  (exit $ac_status); } && 
    926 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    927 -  { (case "(($ac_try" in 
    928 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    929 -  *) ac_try_echo=$ac_try;; 
    930 -esac 
    931 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    932 -  (eval "$ac_try") 2>&5 
    933 -  ac_status=$? 
    934 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    935 -  (exit $ac_status); }; } && 
    936 -        { ac_try='test -s conftest.$ac_objext' 
    937 -  { (case "(($ac_try" in 
    938 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    939 -  *) ac_try_echo=$ac_try;; 
    940 -esac 
    941 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    942 -  (eval "$ac_try") 2>&5 
    943 -  ac_status=$? 
    944 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    945 -  (exit $ac_status); }; }; then 
    946 +  (exit $ac_status); } && { 
    947 +        test -z "$ac_c_werror_flag" || 
    948 +        test ! -s conftest.err 
    949 +       } && test -s conftest.$ac_objext; then 
    950    ac_header_compiler=yes 
    951  else 
    952    echo "$as_me: failed program was:" >&5 
    953 @@ -7249,17 +7053,10 @@ 
    954    rm -f conftest.er1 
    955    cat conftest.err >&5 
    956    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    957 -  (exit $ac_status); } >/dev/null; then 
    958 -  if test -s conftest.err; then 
    959 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    960 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    961 -  else 
    962 -    ac_cpp_err= 
    963 -  fi 
    964 -else 
    965 -  ac_cpp_err=yes 
    966 -fi 
    967 -if test -z "$ac_cpp_err"; then 
    968 +  (exit $ac_status); } >/dev/null && { 
    969 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    970 +        test ! -s conftest.err 
    971 +       }; then 
    972    ac_header_preproc=yes 
    973  else 
    974    echo "$as_me: failed program was:" >&5 
    975 @@ -7361,27 +7158,10 @@ 
    976    rm -f conftest.er1 
    977    cat conftest.err >&5 
    978    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    979 -  (exit $ac_status); } && 
    980 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    981 -  { (case "(($ac_try" in 
    982 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    983 -  *) ac_try_echo=$ac_try;; 
    984 -esac 
    985 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    986 -  (eval "$ac_try") 2>&5 
    987 -  ac_status=$? 
    988 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    989 -  (exit $ac_status); }; } && 
    990 -        { ac_try='test -s conftest.$ac_objext' 
    991 -  { (case "(($ac_try" in 
    992 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    993 -  *) ac_try_echo=$ac_try;; 
    994 -esac 
    995 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    996 -  (eval "$ac_try") 2>&5 
    997 -  ac_status=$? 
    998 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    999 -  (exit $ac_status); }; }; then 
    1000 +  (exit $ac_status); } && { 
    1001 +        test -z "$ac_c_werror_flag" || 
    1002 +        test ! -s conftest.err 
    1003 +       } && test -s conftest.$ac_objext; then 
    1004    ac_cv_header_sys_wait_h=yes 
    1005  else 
    1006    echo "$as_me: failed program was:" >&5 
    1007 @@ -7423,10 +7203,10 @@ 
    1008  #ifndef __cplusplus 
    1009    /* Ultrix mips cc rejects this.  */ 
    1010    typedef int charset[2]; 
    1011 -  const charset x; 
    1012 +  const charset cs; 
    1013    /* SunOS 4.1.1 cc rejects this.  */ 
    1014 -  char const *const *ccp; 
    1015 -  char **p; 
    1016 +  char const *const *pcpcc; 
    1017 +  char **ppc; 
    1018    /* NEC SVR4.0.2 mips cc rejects this.  */ 
    1019    struct point {int x, y;}; 
    1020    static struct point const zero = {0,0}; 
    1021 @@ -7435,11 +7215,11 @@ 
    1022       an arm of an if-expression whose if-part is not a constant 
    1023       expression */ 
    1024    const char *g = "string"; 
    1025 -  ccp = &g + (g ? g-g : 0); 
    1026 +  pcpcc = &g + (g ? g-g : 0); 
    1027    /* HPUX 7.0 cc rejects these. */ 
    1028 -  ++ccp; 
    1029 -  p = (char**) ccp; 
    1030 -  ccp = (char const *const *) p; 
    1031 +  ++pcpcc; 
    1032 +  ppc = (char**) pcpcc; 
    1033 +  pcpcc = (char const *const *) ppc; 
    1034    { /* SCO 3.2v4 cc rejects this.  */ 
    1035      char *t; 
    1036      char const *s = 0 ? (char *) 0 : (char const *) 0; 
    1037 @@ -7466,7 +7246,7 @@ 
    1038      const int foo = 10; 
    1039      if (!foo) return 0; 
    1040    } 
    1041 -  return !x[0] && !zero.x; 
    1042 +  return !cs[0] && !zero.x; 
    1043  #endif 
    1044   
    1045    ; 
    1046 @@ -7486,27 +7266,10 @@ 
    1047    rm -f conftest.er1 
    1048    cat conftest.err >&5 
    1049    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1050 -  (exit $ac_status); } && 
    1051 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    1052 -  { (case "(($ac_try" in 
    1053 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1054 -  *) ac_try_echo=$ac_try;; 
    1055 -esac 
    1056 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1057 -  (eval "$ac_try") 2>&5 
    1058 -  ac_status=$? 
    1059 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1060 -  (exit $ac_status); }; } && 
    1061 -        { ac_try='test -s conftest.$ac_objext' 
    1062 -  { (case "(($ac_try" in 
    1063 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1064 -  *) ac_try_echo=$ac_try;; 
    1065 -esac 
    1066 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1067 -  (eval "$ac_try") 2>&5 
    1068 -  ac_status=$? 
    1069 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1070 -  (exit $ac_status); }; }; then 
    1071 +  (exit $ac_status); } && { 
    1072 +        test -z "$ac_c_werror_flag" || 
    1073 +        test ! -s conftest.err 
    1074 +       } && test -s conftest.$ac_objext; then 
    1075    ac_cv_c_const=yes 
    1076  else 
    1077    echo "$as_me: failed program was:" >&5 
    1078 @@ -7576,27 +7339,11 @@ 
    1079    rm -f conftest.er1 
    1080    cat conftest.err >&5 
    1081    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1082 -  (exit $ac_status); } && 
    1083 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    1084 -  { (case "(($ac_try" in 
    1085 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1086 -  *) ac_try_echo=$ac_try;; 
    1087 -esac 
    1088 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1089 -  (eval "$ac_try") 2>&5 
    1090 -  ac_status=$? 
    1091 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1092 -  (exit $ac_status); }; } && 
    1093 -        { ac_try='test -s conftest$ac_exeext' 
    1094 -  { (case "(($ac_try" in 
    1095 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1096 -  *) ac_try_echo=$ac_try;; 
    1097 -esac 
    1098 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1099 -  (eval "$ac_try") 2>&5 
    1100 -  ac_status=$? 
    1101 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1102 -  (exit $ac_status); }; }; then 
    1103 +  (exit $ac_status); } && { 
    1104 +        test -z "$ac_c_werror_flag" || 
    1105 +        test ! -s conftest.err 
    1106 +       } && test -s conftest$ac_exeext && 
    1107 +       $as_test_x conftest$ac_exeext; then 
    1108    ac_cv_search_sqrt=$ac_res 
    1109  else 
    1110    echo "$as_me: failed program was:" >&5 
    1111 @@ -7605,7 +7352,7 @@ 
    1112   
    1113  fi 
    1114   
    1115 -rm -f core conftest.err conftest.$ac_objext \ 
    1116 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1117        conftest$ac_exeext 
    1118    if test "${ac_cv_search_sqrt+set}" = set; then 
    1119    break 
    1120 @@ -7710,27 +7457,11 @@ 
    1121    rm -f conftest.er1 
    1122    cat conftest.err >&5 
    1123    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1124 -  (exit $ac_status); } && 
    1125 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    1126 -  { (case "(($ac_try" in 
    1127 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1128 -  *) ac_try_echo=$ac_try;; 
    1129 -esac 
    1130 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1131 -  (eval "$ac_try") 2>&5 
    1132 -  ac_status=$? 
    1133 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1134 -  (exit $ac_status); }; } && 
    1135 -        { ac_try='test -s conftest$ac_exeext' 
    1136 -  { (case "(($ac_try" in 
    1137 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1138 -  *) ac_try_echo=$ac_try;; 
    1139 -esac 
    1140 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1141 -  (eval "$ac_try") 2>&5 
    1142 -  ac_status=$? 
    1143 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1144 -  (exit $ac_status); }; }; then 
    1145 +  (exit $ac_status); } && { 
    1146 +        test -z "$ac_c_werror_flag" || 
    1147 +        test ! -s conftest.err 
    1148 +       } && test -s conftest$ac_exeext && 
    1149 +       $as_test_x conftest$ac_exeext; then 
    1150    eval "$as_ac_var=yes" 
    1151  else 
    1152    echo "$as_me: failed program was:" >&5 
    1153 @@ -7739,7 +7470,7 @@ 
    1154         eval "$as_ac_var=no" 
    1155  fi 
    1156   
    1157 -rm -f core conftest.err conftest.$ac_objext \ 
    1158 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1159        conftest$ac_exeext conftest.$ac_ext 
    1160  fi 
    1161  ac_res=`eval echo '${'$as_ac_var'}'` 
    1162 @@ -7854,27 +7585,10 @@ 
    1163    rm -f conftest.er1 
    1164    cat conftest.err >&5 
    1165    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1166 -  (exit $ac_status); } && 
    1167 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    1168 -  { (case "(($ac_try" in 
    1169 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1170 -  *) ac_try_echo=$ac_try;; 
    1171 -esac 
    1172 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1173 -  (eval "$ac_try") 2>&5 
    1174 -  ac_status=$? 
    1175 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1176 -  (exit $ac_status); }; } && 
    1177 -        { ac_try='test -s conftest.$ac_objext' 
    1178 -  { (case "(($ac_try" in 
    1179 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    1180 -  *) ac_try_echo=$ac_try;; 
    1181 -esac 
    1182 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    1183 -  (eval "$ac_try") 2>&5 
    1184 -  ac_status=$? 
    1185 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1186 -  (exit $ac_status); }; }; then 
    1187 +  (exit $ac_status); } && { 
    1188 +        test -z "$ac_c_werror_flag" || 
    1189 +        test ! -s conftest.err 
    1190 +       } && test -s conftest.$ac_objext; then 
    1191    ac_cv_struct_tm_gmtoff=yes 
    1192  else 
    1193    echo "$as_me: failed program was:" >&5 
    1194 @@ -7928,7 +7642,55 @@ 
     46 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     47@@ -7958,7 +7963,55 @@ 
    119548 fi 
    119649  
     
    1248101 CPPFLAGS="$CPPFLAGS $INCLUDES" 
    1249102 cat >conftest.$ac_ext <<_ACEOF 
    1250 @@ -8099,6 +7861,9 @@ 
     103@@ -8132,6 +8185,9 @@ 
    1251104  
    1252105  
     
    1258111   module_selection=default 
    1259112   module_default=yes 
    1260 @@ -8212,23 +7977,63 @@ 
     113@@ -8245,23 +8301,63 @@ 
    1261114   fi 
    1262115  
     
    1323176     fi 
    1324177   fi 
    1325 @@ -8305,23 +8110,63 @@ 
     178@@ -8338,23 +8434,63 @@ 
    1326179   fi 
    1327180  
     
    1388241     fi 
    1389242   fi 
    1390 @@ -8398,23 +8243,63 @@ 
     243@@ -8431,23 +8567,63 @@ 
    1391244   fi 
    1392245  
     
    1453306     fi 
    1454307   fi 
    1455 @@ -8491,23 +8376,63 @@ 
     308@@ -8524,23 +8700,63 @@ 
    1456309   fi 
    1457310  
     
    1518371     fi 
    1519372   fi 
    1520 @@ -8585,23 +8510,63 @@ 
     373@@ -8618,23 +8834,63 @@ 
    1521374   fi 
    1522375  
     
    1583436     fi 
    1584437   fi 
    1585 @@ -8679,23 +8644,63 @@ 
     438@@ -8712,23 +8968,63 @@ 
    1586439   fi 
    1587440  
     
    1648501     fi 
    1649502   fi 
    1650 @@ -8773,23 +8778,63 @@ 
     503@@ -8806,23 +9102,63 @@ 
    1651504   fi 
    1652505  
     
    1713566     fi 
    1714567   fi 
    1715 @@ -8866,23 +8911,63 @@ 
     568@@ -8899,23 +9235,63 @@ 
    1716569   fi 
    1717570  
     
    1778631     fi 
    1779632   fi 
    1780 @@ -8959,23 +9044,63 @@ 
     633@@ -8992,23 +9368,63 @@ 
    1781634   fi 
    1782635  
     
    1843696     fi 
    1844697   fi 
    1845 @@ -9052,23 +9177,63 @@ 
     698@@ -9085,23 +9501,63 @@ 
    1846699   fi 
    1847700  
     
    1908761     fi 
    1909762   fi 
    1910 @@ -9145,23 +9310,63 @@ 
     763@@ -9178,23 +9634,63 @@ 
    1911764   fi 
    1912765  
     
    1973826     fi 
    1974827   fi 
    1975 @@ -9239,23 +9444,63 @@ 
     828@@ -9288,23 +9784,63 @@ 
    1976829   fi 
    1977830  
     
    2038891     fi 
    2039892   fi 
    2040 @@ -9333,23 +9578,63 @@ 
     893@@ -9382,23 +9918,63 @@ 
    2041894   fi 
    2042895  
     
    2103956     fi 
    2104957   fi 
    2105 @@ -9428,23 +9713,63 @@ 
     958@@ -9477,23 +10053,63 @@ 
    2106959   fi 
    2107960  
     
    21681021     fi 
    21691022   fi 
    2170 @@ -9566,23 +9891,63 @@ 
     1023@@ -9615,23 +10231,63 @@ 
    21711024   fi 
    21721025  
     
    22331086     fi 
    22341087   fi 
    2235 @@ -9685,23 +10050,63 @@ 
     1088@@ -9734,23 +10390,63 @@ 
    22361089   fi 
    22371090  
     
    22981151     fi 
    22991152   fi 
    2300 @@ -9804,23 +10209,63 @@ 
     1153@@ -9853,23 +10549,63 @@ 
    23011154   fi 
    23021155  
     
    23631216     fi 
    23641217   fi 
    2365 @@ -9900,23 +10345,63 @@ 
     1218@@ -9949,23 +10685,63 @@ 
    23661219   fi 
    23671220  
     
    24281281     fi 
    24291282   fi 
    2430 @@ -9993,23 +10478,63 @@ 
     1283@@ -10042,23 +10818,63 @@ 
    24311284   fi 
    24321285  
     
    24931346     fi 
    24941347   fi 
    2495 @@ -10086,23 +10611,63 @@ 
     1348@@ -10135,23 +10951,63 @@ 
    24961349   fi 
    24971350  
     
    25581411     fi 
    25591412   fi 
    2560 @@ -10204,23 +10769,63 @@ 
     1413@@ -10253,23 +11109,63 @@ 
    25611414   fi 
    25621415  
     
    26231476     fi 
    26241477   fi 
    2625 @@ -10322,23 +10927,63 @@ 
     1478@@ -10371,23 +11267,63 @@ 
    26261479   fi 
    26271480  
     
    26881541     fi 
    26891542   fi 
    2690 @@ -10415,23 +11060,63 @@ 
     1543@@ -10464,23 +11400,63 @@ 
    26911544   fi 
    26921545  
     
    27531606     fi 
    27541607   fi 
    2755 @@ -10534,23 +11219,63 @@ 
     1608@@ -10583,23 +11559,63 @@ 
    27561609   fi 
    27571610  
     
    28181671     fi 
    28191672   fi 
    2820 @@ -10652,23 +11377,63 @@ 
     1673@@ -10701,23 +11717,63 @@ 
    28211674   fi 
    28221675  
     
    28831736     fi 
    28841737   fi 
    2885 @@ -10745,23 +11510,63 @@ 
     1738@@ -10794,23 +11850,63 @@ 
    28861739   fi 
    28871740  
     
    29481801     fi 
    29491802   fi 
    2950 @@ -10838,23 +11643,63 @@ 
     1803@@ -10887,23 +11983,63 @@ 
    29511804   fi 
    29521805  
     
    30131866     fi 
    30141867   fi 
    3015 @@ -10957,23 +11802,63 @@ 
     1868@@ -11006,23 +12142,63 @@ 
    30161869   fi 
    30171870  
     
    30781931     fi 
    30791932   fi 
    3080 @@ -11050,23 +11935,63 @@ 
     1933@@ -11099,23 +12275,63 @@ 
    30811934   fi 
    30821935  
     
    31431996     fi 
    31441997   fi 
    3145 @@ -11143,23 +12068,63 @@ 
     1998@@ -11192,23 +12408,63 @@ 
    31461999   fi 
    31472000  
     
    32082061     fi 
    32092062   fi 
    3210 @@ -11236,23 +12201,63 @@ 
     2063@@ -11285,23 +12541,63 @@ 
    32112064   fi 
    32122065  
     
    32732126     fi 
    32742127   fi 
    3275 @@ -11333,23 +12338,63 @@ 
     2128@@ -11382,23 +12678,63 @@ 
    32762129   fi 
    32772130  
     
    33382191     fi 
    33392192   fi 
    3340 @@ -11427,23 +12472,63 @@ 
     2193@@ -11476,23 +12812,63 @@ 
    33412194   fi 
    33422195  
     
    34032256     fi 
    34042257   fi 
    3405 @@ -11657,27 +12742,11 @@ 
    3406    rm -f conftest.er1 
    3407    cat conftest.err >&5 
    3408    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3409 -  (exit $ac_status); } && 
    3410 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    3411 -  { (case "(($ac_try" in 
    3412 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3413 -  *) ac_try_echo=$ac_try;; 
    3414 -esac 
    3415 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3416 -  (eval "$ac_try") 2>&5 
    3417 -  ac_status=$? 
    3418 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3419 -  (exit $ac_status); }; } && 
    3420 -        { ac_try='test -s conftest$ac_exeext' 
    3421 -  { (case "(($ac_try" in 
    3422 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3423 -  *) ac_try_echo=$ac_try;; 
    3424 -esac 
    3425 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3426 -  (eval "$ac_try") 2>&5 
    3427 -  ac_status=$? 
    3428 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3429 -  (exit $ac_status); }; }; then 
    3430 +  (exit $ac_status); } && { 
    3431 +        test -z "$ac_c_werror_flag" || 
    3432 +        test ! -s conftest.err 
    3433 +       } && test -s conftest$ac_exeext && 
    3434 +       $as_test_x conftest$ac_exeext; then 
    3435    { echo "$as_me:$LINENO: result: found" >&5 
    3436  echo "${ECHO_T}found" >&6; } 
    3437   
    3438 @@ -11695,7 +12764,7 @@ 
    3439       LDFLAGS=$ap_save_ldflags 
    3440  fi 
    3441   
    3442 -rm -f core conftest.err conftest.$ac_objext \ 
    3443 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    3444        conftest$ac_exeext conftest.$ac_ext 
    3445   
    3446    if test "x$LIBS" = "x-lz"; then 
    3447 @@ -11758,23 +12827,63 @@ 
     2258@@ -11795,23 +13171,63 @@ 
    34482259   fi 
    34492260  
     
    35102321     fi 
    35112322   fi 
    3512 @@ -11878,23 +12987,63 @@ 
     2323@@ -11931,23 +13347,63 @@ 
    35132324   fi 
    35142325  
     
    35752386     fi 
    35762387   fi 
    3577 @@ -11997,23 +13146,63 @@ 
     2388@@ -12050,23 +13506,63 @@ 
    35782389   fi 
    35792390  
     
    36402451     fi 
    36412452   fi 
    3642 @@ -12090,23 +13279,63 @@ 
     2453@@ -12143,23 +13639,63 @@ 
    36432454   fi 
    36442455  
     
    37052516     fi 
    37062517   fi 
    3707 @@ -12209,23 +13438,63 @@ 
     2518@@ -12262,23 +13798,63 @@ 
    37082519   fi 
    37092520  
     
    37702581     fi 
    37712582   fi 
    3772 @@ -12328,23 +13597,63 @@ 
     2583@@ -12381,23 +13957,63 @@ 
    37732584   fi 
    37742585  
     
    38352646     fi 
    38362647   fi 
    3837 @@ -12421,23 +13730,63 @@ 
     2648@@ -12474,23 +14090,63 @@ 
    38382649   fi 
    38392650  
     
    39002711     fi 
    39012712   fi 
    3902 @@ -12514,23 +13863,63 @@ 
     2713@@ -12567,23 +14223,63 @@ 
    39032714   fi 
    39042715  
     
    39652776     fi 
    39662777   fi 
    3967 @@ -12607,23 +13996,63 @@ 
     2778@@ -12660,23 +14356,63 @@ 
    39682779   fi 
    39692780  
     
    40302841     fi 
    40312842   fi 
    4032 @@ -12700,23 +14129,63 @@ 
     2843@@ -12753,23 +14489,63 @@ 
    40332844   fi 
    40342845  
     
    40952906     fi 
    40962907   fi 
    4097 @@ -12793,23 +14262,63 @@ 
     2908@@ -12846,23 +14622,63 @@ 
    40982909   fi 
    40992910  
     
    41602971     fi 
    41612972   fi 
    4162 @@ -12901,27 +14410,10 @@ 
    4163    rm -f conftest.er1 
    4164    cat conftest.err >&5 
    4165    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4166 -  (exit $ac_status); } && 
    4167 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4168 -  { (case "(($ac_try" in 
    4169 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4170 -  *) ac_try_echo=$ac_try;; 
    4171 -esac 
    4172 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4173 -  (eval "$ac_try") 2>&5 
    4174 -  ac_status=$? 
    4175 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4176 -  (exit $ac_status); }; } && 
    4177 -        { ac_try='test -s conftest.$ac_objext' 
    4178 -  { (case "(($ac_try" in 
    4179 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4180 -  *) ac_try_echo=$ac_try;; 
    4181 -esac 
    4182 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4183 -  (eval "$ac_try") 2>&5 
    4184 -  ac_status=$? 
    4185 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4186 -  (exit $ac_status); }; }; then 
    4187 +  (exit $ac_status); } && { 
    4188 +        test -z "$ac_c_werror_flag" || 
    4189 +        test ! -s conftest.err 
    4190 +       } && test -s conftest.$ac_objext; then 
    4191    ac_header_compiler=yes 
    4192  else 
    4193    echo "$as_me: failed program was:" >&5 
    4194 @@ -12957,17 +14449,10 @@ 
    4195    rm -f conftest.er1 
    4196    cat conftest.err >&5 
    4197    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4198 -  (exit $ac_status); } >/dev/null; then 
    4199 -  if test -s conftest.err; then 
    4200 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    4201 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4202 -  else 
    4203 -    ac_cpp_err= 
    4204 -  fi 
    4205 -else 
    4206 -  ac_cpp_err=yes 
    4207 -fi 
    4208 -if test -z "$ac_cpp_err"; then 
    4209 +  (exit $ac_status); } >/dev/null && { 
    4210 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    4211 +        test ! -s conftest.err 
    4212 +       }; then 
    4213    ac_header_preproc=yes 
    4214  else 
    4215    echo "$as_me: failed program was:" >&5 
    4216 @@ -13093,27 +14578,11 @@ 
    4217    rm -f conftest.er1 
    4218    cat conftest.err >&5 
    4219    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4220 -  (exit $ac_status); } && 
    4221 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4222 -  { (case "(($ac_try" in 
    4223 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4224 -  *) ac_try_echo=$ac_try;; 
    4225 -esac 
    4226 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4227 -  (eval "$ac_try") 2>&5 
    4228 -  ac_status=$? 
    4229 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4230 -  (exit $ac_status); }; } && 
    4231 -        { ac_try='test -s conftest$ac_exeext' 
    4232 -  { (case "(($ac_try" in 
    4233 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4234 -  *) ac_try_echo=$ac_try;; 
    4235 -esac 
    4236 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4237 -  (eval "$ac_try") 2>&5 
    4238 -  ac_status=$? 
    4239 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4240 -  (exit $ac_status); }; }; then 
    4241 +  (exit $ac_status); } && { 
    4242 +        test -z "$ac_c_werror_flag" || 
    4243 +        test ! -s conftest.err 
    4244 +       } && test -s conftest$ac_exeext && 
    4245 +       $as_test_x conftest$ac_exeext; then 
    4246    eval "$as_ac_var=yes" 
    4247  else 
    4248    echo "$as_me: failed program was:" >&5 
    4249 @@ -13122,7 +14591,7 @@ 
    4250         eval "$as_ac_var=no" 
    4251  fi 
    4252   
    4253 -rm -f core conftest.err conftest.$ac_objext \ 
    4254 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    4255        conftest$ac_exeext conftest.$ac_ext 
    4256  fi 
    4257  ac_res=`eval echo '${'$as_ac_var'}'` 
    4258 @@ -13175,23 +14644,63 @@ 
     2973@@ -13201,23 +15017,63 @@ 
    42592974   fi 
    42602975  
     
    43213036     fi 
    43223037   fi 
    4323 @@ -13269,23 +14778,63 @@ 
     3038@@ -13295,23 +15151,63 @@ 
    43243039   fi 
    43253040  
     
    43863101     fi 
    43873102   fi 
    4388 @@ -13362,23 +14911,63 @@ 
     3103@@ -13388,23 +15284,63 @@ 
    43893104   fi 
    43903105  
     
    44513166     fi 
    44523167   fi 
    4453 @@ -13455,23 +15044,63 @@ 
     3168@@ -13481,23 +15417,63 @@ 
    44543169   fi 
    44553170  
     
    45163231     fi 
    45173232   fi 
    4518 @@ -13582,23 +15211,63 @@ 
     3233@@ -13608,23 +15584,63 @@ 
    45193234   fi 
    45203235  
     
    45813296     fi 
    45823297   fi 
    4583 @@ -13694,23 +15363,63 @@ 
     3298@@ -13720,23 +15736,63 @@ 
    45843299   fi 
    45853300  
     
    46463361     fi 
    46473362   fi 
    4648 @@ -13787,23 +15496,63 @@ 
     3363@@ -13813,23 +15869,63 @@ 
    46493364   fi 
    46503365  
     
    47113426     fi 
    47123427   fi 
    4713 @@ -13880,23 +15629,63 @@ 
     3428@@ -13906,23 +16002,63 @@ 
    47143429   fi 
    47153430  
     
    47763491     fi 
    47773492   fi 
    4778 @@ -13973,23 +15762,63 @@ 
     3493@@ -13999,23 +16135,63 @@ 
    47793494   fi 
    47803495  
     
    48413556     fi 
    48423557   fi 
    4843 @@ -14066,23 +15895,63 @@ 
     3558@@ -14092,23 +16268,63 @@ 
    48443559   fi 
    48453560  
     
    49063621     fi 
    49073622   fi 
    4908 @@ -14270,27 +16139,10 @@ 
    4909    rm -f conftest.er1 
    4910    cat conftest.err >&5 
    4911    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4912 -  (exit $ac_status); } && 
    4913 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4914 -  { (case "(($ac_try" in 
    4915 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4916 -  *) ac_try_echo=$ac_try;; 
    4917 -esac 
    4918 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4919 -  (eval "$ac_try") 2>&5 
    4920 -  ac_status=$? 
    4921 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4922 -  (exit $ac_status); }; } && 
    4923 -        { ac_try='test -s conftest.$ac_objext' 
    4924 -  { (case "(($ac_try" in 
    4925 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4926 -  *) ac_try_echo=$ac_try;; 
    4927 -esac 
    4928 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4929 -  (eval "$ac_try") 2>&5 
    4930 -  ac_status=$? 
    4931 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4932 -  (exit $ac_status); }; }; then 
    4933 +  (exit $ac_status); } && { 
    4934 +        test -z "$ac_c_werror_flag" || 
    4935 +        test ! -s conftest.err 
    4936 +       } && test -s conftest.$ac_objext; then 
    4937    ac_header_compiler=yes 
    4938  else 
    4939    echo "$as_me: failed program was:" >&5 
    4940 @@ -14326,17 +16178,10 @@ 
    4941    rm -f conftest.er1 
    4942    cat conftest.err >&5 
    4943    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4944 -  (exit $ac_status); } >/dev/null; then 
    4945 -  if test -s conftest.err; then 
    4946 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    4947 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4948 -  else 
    4949 -    ac_cpp_err= 
    4950 -  fi 
    4951 -else 
    4952 -  ac_cpp_err=yes 
    4953 -fi 
    4954 -if test -z "$ac_cpp_err"; then 
    4955 +  (exit $ac_status); } >/dev/null && { 
    4956 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    4957 +        test ! -s conftest.err 
    4958 +       }; then 
    4959    ac_header_preproc=yes 
    4960  else 
    4961    echo "$as_me: failed program was:" >&5 
    4962 @@ -14431,27 +16276,10 @@ 
    4963    rm -f conftest.er1 
    4964    cat conftest.err >&5 
    4965    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4966 -  (exit $ac_status); } && 
    4967 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4968 -  { (case "(($ac_try" in 
    4969 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4970 -  *) ac_try_echo=$ac_try;; 
    4971 -esac 
    4972 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4973 -  (eval "$ac_try") 2>&5 
    4974 -  ac_status=$? 
    4975 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4976 -  (exit $ac_status); }; } && 
    4977 -        { ac_try='test -s conftest.$ac_objext' 
    4978 -  { (case "(($ac_try" in 
    4979 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4980 -  *) ac_try_echo=$ac_try;; 
    4981 -esac 
    4982 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4983 -  (eval "$ac_try") 2>&5 
    4984 -  ac_status=$? 
    4985 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4986 -  (exit $ac_status); }; }; then 
    4987 +  (exit $ac_status); } && { 
    4988 +        test -z "$ac_c_werror_flag" || 
    4989 +        test ! -s conftest.err 
    4990 +       } && test -s conftest.$ac_objext; then 
    4991    { echo "$as_me:$LINENO: result: OK" >&5 
    4992  echo "${ECHO_T}OK" >&6; } 
    4993  else 
    4994 @@ -14505,27 +16333,10 @@ 
    4995    rm -f conftest.er1 
    4996    cat conftest.err >&5 
    4997    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4998 -  (exit $ac_status); } && 
    4999 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5000 -  { (case "(($ac_try" in 
    5001 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5002 -  *) ac_try_echo=$ac_try;; 
    5003 -esac 
    5004 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5005 -  (eval "$ac_try") 2>&5 
    5006 -  ac_status=$? 
    5007 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5008 -  (exit $ac_status); }; } && 
    5009 -        { ac_try='test -s conftest.$ac_objext' 
    5010 -  { (case "(($ac_try" in 
    5011 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5012 -  *) ac_try_echo=$ac_try;; 
    5013 -esac 
    5014 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5015 -  (eval "$ac_try") 2>&5 
    5016 -  ac_status=$? 
    5017 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5018 -  (exit $ac_status); }; }; then 
    5019 +  (exit $ac_status); } && { 
    5020 +        test -z "$ac_c_werror_flag" || 
    5021 +        test ! -s conftest.err 
    5022 +       } && test -s conftest.$ac_objext; then 
    5023    ac_header_compiler=yes 
    5024  else 
    5025    echo "$as_me: failed program was:" >&5 
    5026 @@ -14561,17 +16372,10 @@ 
    5027    rm -f conftest.er1 
    5028    cat conftest.err >&5 
    5029    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5030 -  (exit $ac_status); } >/dev/null; then 
    5031 -  if test -s conftest.err; then 
    5032 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    5033 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5034 -  else 
    5035 -    ac_cpp_err= 
    5036 -  fi 
    5037 -else 
    5038 -  ac_cpp_err=yes 
    5039 -fi 
    5040 -if test -z "$ac_cpp_err"; then 
    5041 +  (exit $ac_status); } >/dev/null && { 
    5042 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    5043 +        test ! -s conftest.err 
    5044 +       }; then 
    5045    ac_header_preproc=yes 
    5046  else 
    5047    echo "$as_me: failed program was:" >&5 
    5048 @@ -14684,27 +16488,10 @@ 
    5049    rm -f conftest.er1 
    5050    cat conftest.err >&5 
    5051    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5052 -  (exit $ac_status); } && 
    5053 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5054 -  { (case "(($ac_try" in 
    5055 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5056 -  *) ac_try_echo=$ac_try;; 
    5057 -esac 
    5058 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5059 -  (eval "$ac_try") 2>&5 
    5060 -  ac_status=$? 
    5061 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5062 -  (exit $ac_status); }; } && 
    5063 -        { ac_try='test -s conftest.$ac_objext' 
    5064 -  { (case "(($ac_try" in 
    5065 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5066 -  *) ac_try_echo=$ac_try;; 
    5067 -esac 
    5068 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5069 -  (eval "$ac_try") 2>&5 
    5070 -  ac_status=$? 
    5071 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5072 -  (exit $ac_status); }; }; then 
    5073 +  (exit $ac_status); } && { 
    5074 +        test -z "$ac_c_werror_flag" || 
    5075 +        test ! -s conftest.err 
    5076 +       } && test -s conftest.$ac_objext; then 
    5077    ac_header_compiler=yes 
    5078  else 
    5079    echo "$as_me: failed program was:" >&5 
    5080 @@ -14740,17 +16527,10 @@ 
    5081    rm -f conftest.er1 
    5082    cat conftest.err >&5 
    5083    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5084 -  (exit $ac_status); } >/dev/null; then 
    5085 -  if test -s conftest.err; then 
    5086 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    5087 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5088 -  else 
    5089 -    ac_cpp_err= 
    5090 -  fi 
    5091 -else 
    5092 -  ac_cpp_err=yes 
    5093 -fi 
    5094 -if test -z "$ac_cpp_err"; then 
    5095 +  (exit $ac_status); } >/dev/null && { 
    5096 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    5097 +        test ! -s conftest.err 
    5098 +       }; then 
    5099    ac_header_preproc=yes 
    5100  else 
    5101    echo "$as_me: failed program was:" >&5 
    5102 @@ -14849,27 +16629,10 @@ 
    5103    rm -f conftest.er1 
    5104    cat conftest.err >&5 
    5105    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5106 -  (exit $ac_status); } && 
    5107 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5108 -  { (case "(($ac_try" in 
    5109 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5110 -  *) ac_try_echo=$ac_try;; 
    5111 -esac 
    5112 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5113 -  (eval "$ac_try") 2>&5 
    5114 -  ac_status=$? 
    5115 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5116 -  (exit $ac_status); }; } && 
    5117 -        { ac_try='test -s conftest.$ac_objext' 
    5118 -  { (case "(($ac_try" in 
    5119 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5120 -  *) ac_try_echo=$ac_try;; 
    5121 -esac 
    5122 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5123 -  (eval "$ac_try") 2>&5 
    5124 -  ac_status=$? 
    5125 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5126 -  (exit $ac_status); }; }; then 
    5127 +  (exit $ac_status); } && { 
    5128 +        test -z "$ac_c_werror_flag" || 
    5129 +        test ! -s conftest.err 
    5130 +       } && test -s conftest.$ac_objext; then 
    5131    { echo "$as_me:$LINENO: result: OK" >&5 
    5132  echo "${ECHO_T}OK" >&6; } 
    5133  else 
    5134 @@ -14952,27 +16715,11 @@ 
    5135    rm -f conftest.er1 
    5136    cat conftest.err >&5 
    5137    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5138 -  (exit $ac_status); } && 
    5139 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5140 -  { (case "(($ac_try" in 
    5141 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5142 -  *) ac_try_echo=$ac_try;; 
    5143 -esac 
    5144 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5145 -  (eval "$ac_try") 2>&5 
    5146 -  ac_status=$? 
    5147 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5148 -  (exit $ac_status); }; } && 
    5149 -        { ac_try='test -s conftest$ac_exeext' 
    5150 -  { (case "(($ac_try" in 
    5151 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5152 -  *) ac_try_echo=$ac_try;; 
    5153 -esac 
    5154 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5155 -  (eval "$ac_try") 2>&5 
    5156 -  ac_status=$? 
    5157 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5158 -  (exit $ac_status); }; }; then 
    5159 +  (exit $ac_status); } && { 
    5160 +        test -z "$ac_c_werror_flag" || 
    5161 +        test ! -s conftest.err 
    5162 +       } && test -s conftest$ac_exeext && 
    5163 +       $as_test_x conftest$ac_exeext; then 
    5164    ac_cv_lib_crypto_SSLeay_version=yes 
    5165  else 
    5166    echo "$as_me: failed program was:" >&5 
    5167 @@ -14981,7 +16728,7 @@ 
    5168         ac_cv_lib_crypto_SSLeay_version=no 
    5169  fi 
    5170   
    5171 -rm -f core conftest.err conftest.$ac_objext \ 
    5172 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5173        conftest$ac_exeext conftest.$ac_ext 
    5174  LIBS=$ac_check_lib_save_LIBS 
    5175  fi 
    5176 @@ -15041,27 +16788,11 @@ 
    5177    rm -f conftest.er1 
    5178    cat conftest.err >&5 
    5179    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5180 -  (exit $ac_status); } && 
    5181 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5182 -  { (case "(($ac_try" in 
    5183 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5184 -  *) ac_try_echo=$ac_try;; 
    5185 -esac 
    5186 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5187 -  (eval "$ac_try") 2>&5 
    5188 -  ac_status=$? 
    5189 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5190 -  (exit $ac_status); }; } && 
    5191 -        { ac_try='test -s conftest$ac_exeext' 
    5192 -  { (case "(($ac_try" in 
    5193 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5194 -  *) ac_try_echo=$ac_try;; 
    5195 -esac 
    5196 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5197 -  (eval "$ac_try") 2>&5 
    5198 -  ac_status=$? 
    5199 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5200 -  (exit $ac_status); }; }; then 
    5201 +  (exit $ac_status); } && { 
    5202 +        test -z "$ac_c_werror_flag" || 
    5203 +        test ! -s conftest.err 
    5204 +       } && test -s conftest$ac_exeext && 
    5205 +       $as_test_x conftest$ac_exeext; then 
    5206    ac_cv_lib_ssl_SSL_CTX_new=yes 
    5207  else 
    5208    echo "$as_me: failed program was:" >&5 
    5209 @@ -15070,7 +16801,7 @@ 
    5210         ac_cv_lib_ssl_SSL_CTX_new=no 
    5211  fi 
    5212   
    5213 -rm -f core conftest.err conftest.$ac_objext \ 
    5214 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5215        conftest$ac_exeext conftest.$ac_ext 
    5216  LIBS=$ac_check_lib_save_LIBS 
    5217  fi 
    5218 @@ -15154,27 +16885,11 @@ 
    5219    rm -f conftest.er1 
    5220    cat conftest.err >&5 
    5221    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5222 -  (exit $ac_status); } && 
    5223 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5224 -  { (case "(($ac_try" in 
    5225 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5226 -  *) ac_try_echo=$ac_try;; 
    5227 -esac 
    5228 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5229 -  (eval "$ac_try") 2>&5 
    5230 -  ac_status=$? 
    5231 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5232 -  (exit $ac_status); }; } && 
    5233 -        { ac_try='test -s conftest$ac_exeext' 
    5234 -  { (case "(($ac_try" in 
    5235 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5236 -  *) ac_try_echo=$ac_try;; 
    5237 -esac 
    5238 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5239 -  (eval "$ac_try") 2>&5 
    5240 -  ac_status=$? 
    5241 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5242 -  (exit $ac_status); }; }; then 
    5243 +  (exit $ac_status); } && { 
    5244 +        test -z "$ac_c_werror_flag" || 
    5245 +        test ! -s conftest.err 
    5246 +       } && test -s conftest$ac_exeext && 
    5247 +       $as_test_x conftest$ac_exeext; then 
    5248    eval "$as_ac_var=yes" 
    5249  else 
    5250    echo "$as_me: failed program was:" >&5 
    5251 @@ -15183,7 +16898,7 @@ 
    5252         eval "$as_ac_var=no" 
    5253  fi 
    5254   
    5255 -rm -f core conftest.err conftest.$ac_objext \ 
    5256 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5257        conftest$ac_exeext conftest.$ac_ext 
    5258  fi 
    5259  ac_res=`eval echo '${'$as_ac_var'}'` 
    5260 @@ -15264,27 +16979,11 @@ 
    5261    rm -f conftest.er1 
    5262    cat conftest.err >&5 
    5263    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5264 -  (exit $ac_status); } && 
    5265 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5266 -  { (case "(($ac_try" in 
    5267 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5268 -  *) ac_try_echo=$ac_try;; 
    5269 -esac 
    5270 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5271 -  (eval "$ac_try") 2>&5 
    5272 -  ac_status=$? 
    5273 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5274 -  (exit $ac_status); }; } && 
    5275 -        { ac_try='test -s conftest$ac_exeext' 
    5276 -  { (case "(($ac_try" in 
    5277 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5278 -  *) ac_try_echo=$ac_try;; 
    5279 -esac 
    5280 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5281 -  (eval "$ac_try") 2>&5 
    5282 -  ac_status=$? 
    5283 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5284 -  (exit $ac_status); }; }; then 
    5285 +  (exit $ac_status); } && { 
    5286 +        test -z "$ac_c_werror_flag" || 
    5287 +        test ! -s conftest.err 
    5288 +       } && test -s conftest$ac_exeext && 
    5289 +       $as_test_x conftest$ac_exeext; then 
    5290    eval "$as_ac_var=yes" 
    5291  else 
    5292    echo "$as_me: failed program was:" >&5 
    5293 @@ -15293,7 +16992,7 @@ 
    5294         eval "$as_ac_var=no" 
    5295  fi 
    5296   
    5297 -rm -f core conftest.err conftest.$ac_objext \ 
    5298 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5299        conftest$ac_exeext conftest.$ac_ext 
    5300  fi 
    5301  ac_res=`eval echo '${'$as_ac_var'}'` 
    5302 @@ -15351,27 +17050,11 @@ 
    5303    rm -f conftest.er1 
    5304    cat conftest.err >&5 
    5305    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5306 -  (exit $ac_status); } && 
    5307 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5308 -  { (case "(($ac_try" in 
    5309 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5310 -  *) ac_try_echo=$ac_try;; 
    5311 -esac 
    5312 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5313 -  (eval "$ac_try") 2>&5 
    5314 -  ac_status=$? 
    5315 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5316 -  (exit $ac_status); }; } && 
    5317 -        { ac_try='test -s conftest$ac_exeext' 
    5318 -  { (case "(($ac_try" in 
    5319 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5320 -  *) ac_try_echo=$ac_try;; 
    5321 -esac 
    5322 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5323 -  (eval "$ac_try") 2>&5 
    5324 -  ac_status=$? 
    5325 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5326 -  (exit $ac_status); }; }; then 
    5327 +  (exit $ac_status); } && { 
    5328 +        test -z "$ac_c_werror_flag" || 
    5329 +        test ! -s conftest.err 
    5330 +       } && test -s conftest$ac_exeext && 
    5331 +       $as_test_x conftest$ac_exeext; then 
    5332    ac_cv_lib_sslc_SSLC_library_version=yes 
    5333  else 
    5334    echo "$as_me: failed program was:" >&5 
    5335 @@ -15380,7 +17063,7 @@ 
    5336         ac_cv_lib_sslc_SSLC_library_version=no 
    5337  fi 
    5338   
    5339 -rm -f core conftest.err conftest.$ac_objext \ 
    5340 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5341        conftest$ac_exeext conftest.$ac_ext 
    5342  LIBS=$ac_check_lib_save_LIBS 
    5343  fi 
    5344 @@ -15440,27 +17123,11 @@ 
    5345    rm -f conftest.er1 
    5346    cat conftest.err >&5 
    5347    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5348 -  (exit $ac_status); } && 
    5349 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5350 -  { (case "(($ac_try" in 
    5351 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5352 -  *) ac_try_echo=$ac_try;; 
    5353 -esac 
    5354 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5355 -  (eval "$ac_try") 2>&5 
    5356 -  ac_status=$? 
    5357 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5358 -  (exit $ac_status); }; } && 
    5359 -        { ac_try='test -s conftest$ac_exeext' 
    5360 -  { (case "(($ac_try" in 
    5361 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5362 -  *) ac_try_echo=$ac_try;; 
    5363 -esac 
    5364 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5365 -  (eval "$ac_try") 2>&5 
    5366 -  ac_status=$? 
    5367 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5368 -  (exit $ac_status); }; }; then 
    5369 +  (exit $ac_status); } && { 
    5370 +        test -z "$ac_c_werror_flag" || 
    5371 +        test ! -s conftest.err 
    5372 +       } && test -s conftest$ac_exeext && 
    5373 +       $as_test_x conftest$ac_exeext; then 
    5374    ac_cv_lib_sslc_SSL_CTX_new=yes 
    5375  else 
    5376    echo "$as_me: failed program was:" >&5 
    5377 @@ -15469,7 +17136,7 @@ 
    5378         ac_cv_lib_sslc_SSL_CTX_new=no 
    5379  fi 
    5380   
    5381 -rm -f core conftest.err conftest.$ac_objext \ 
    5382 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5383        conftest$ac_exeext conftest.$ac_ext 
    5384  LIBS=$ac_check_lib_save_LIBS 
    5385  fi 
    5386 @@ -15553,27 +17220,11 @@ 
    5387    rm -f conftest.er1 
    5388    cat conftest.err >&5 
    5389    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5390 -  (exit $ac_status); } && 
    5391 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5392 -  { (case "(($ac_try" in 
    5393 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5394 -  *) ac_try_echo=$ac_try;; 
    5395 -esac 
    5396 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5397 -  (eval "$ac_try") 2>&5 
    5398 -  ac_status=$? 
    5399 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5400 -  (exit $ac_status); }; } && 
    5401 -        { ac_try='test -s conftest$ac_exeext' 
    5402 -  { (case "(($ac_try" in 
    5403 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5404 -  *) ac_try_echo=$ac_try;; 
    5405 -esac 
    5406 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5407 -  (eval "$ac_try") 2>&5 
    5408 -  ac_status=$? 
    5409 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5410 -  (exit $ac_status); }; }; then 
    5411 +  (exit $ac_status); } && { 
    5412 +        test -z "$ac_c_werror_flag" || 
    5413 +        test ! -s conftest.err 
    5414 +       } && test -s conftest$ac_exeext && 
    5415 +       $as_test_x conftest$ac_exeext; then 
    5416    eval "$as_ac_var=yes" 
    5417  else 
    5418    echo "$as_me: failed program was:" >&5 
    5419 @@ -15582,7 +17233,7 @@ 
    5420         eval "$as_ac_var=no" 
    5421  fi 
    5422   
    5423 -rm -f core conftest.err conftest.$ac_objext \ 
    5424 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5425        conftest$ac_exeext conftest.$ac_ext 
    5426  fi 
    5427  ac_res=`eval echo '${'$as_ac_var'}'` 
    5428 @@ -15664,27 +17315,11 @@ 
    5429    rm -f conftest.er1 
    5430    cat conftest.err >&5 
    5431    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5432 -  (exit $ac_status); } && 
    5433 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5434 -  { (case "(($ac_try" in 
    5435 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5436 -  *) ac_try_echo=$ac_try;; 
    5437 -esac 
    5438 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5439 -  (eval "$ac_try") 2>&5 
    5440 -  ac_status=$? 
    5441 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5442 -  (exit $ac_status); }; } && 
    5443 -        { ac_try='test -s conftest$ac_exeext' 
    5444 -  { (case "(($ac_try" in 
    5445 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5446 -  *) ac_try_echo=$ac_try;; 
    5447 -esac 
    5448 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5449 -  (eval "$ac_try") 2>&5 
    5450 -  ac_status=$? 
    5451 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5452 -  (exit $ac_status); }; }; then 
    5453 +  (exit $ac_status); } && { 
    5454 +        test -z "$ac_c_werror_flag" || 
    5455 +        test ! -s conftest.err 
    5456 +       } && test -s conftest$ac_exeext && 
    5457 +       $as_test_x conftest$ac_exeext; then 
    5458    eval "$as_ac_var=yes" 
    5459  else 
    5460    echo "$as_me: failed program was:" >&5 
    5461 @@ -15693,7 +17328,7 @@ 
    5462         eval "$as_ac_var=no" 
    5463  fi 
    5464   
    5465 -rm -f core conftest.err conftest.$ac_objext \ 
    5466 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5467        conftest$ac_exeext conftest.$ac_ext 
    5468  fi 
    5469  ac_res=`eval echo '${'$as_ac_var'}'` 
    5470 @@ -15914,27 +17549,10 @@ 
    5471    rm -f conftest.er1 
    5472    cat conftest.err >&5 
    5473    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5474 -  (exit $ac_status); } && 
    5475 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5476 -  { (case "(($ac_try" in 
    5477 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5478 -  *) ac_try_echo=$ac_try;; 
    5479 -esac 
    5480 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5481 -  (eval "$ac_try") 2>&5 
    5482 -  ac_status=$? 
    5483 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5484 -  (exit $ac_status); }; } && 
    5485 -        { ac_try='test -s conftest.$ac_objext' 
    5486 -  { (case "(($ac_try" in 
    5487 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5488 -  *) ac_try_echo=$ac_try;; 
    5489 -esac 
    5490 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5491 -  (eval "$ac_try") 2>&5 
    5492 -  ac_status=$? 
    5493 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5494 -  (exit $ac_status); }; }; then 
    5495 +  (exit $ac_status); } && { 
    5496 +        test -z "$ac_c_werror_flag" || 
    5497 +        test ! -s conftest.err 
    5498 +       } && test -s conftest.$ac_objext; then 
    5499    ac_header_compiler=yes 
    5500  else 
    5501    echo "$as_me: failed program was:" >&5 
    5502 @@ -15970,17 +17588,10 @@ 
    5503    rm -f conftest.er1 
    5504    cat conftest.err >&5 
    5505    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5506 -  (exit $ac_status); } >/dev/null; then 
    5507 -  if test -s conftest.err; then 
    5508 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    5509 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5510 -  else 
    5511 -    ac_cpp_err= 
    5512 -  fi 
    5513 -else 
    5514 -  ac_cpp_err=yes 
    5515 -fi 
    5516 -if test -z "$ac_cpp_err"; then 
    5517 +  (exit $ac_status); } >/dev/null && { 
    5518 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    5519 +        test ! -s conftest.err 
    5520 +       }; then 
    5521    ac_header_preproc=yes 
    5522  else 
    5523    echo "$as_me: failed program was:" >&5 
    5524 @@ -16076,27 +17687,10 @@ 
    5525    rm -f conftest.er1 
    5526    cat conftest.err >&5 
    5527    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5528 -  (exit $ac_status); } && 
    5529 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5530 -  { (case "(($ac_try" in 
    5531 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5532 -  *) ac_try_echo=$ac_try;; 
    5533 -esac 
    5534 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5535 -  (eval "$ac_try") 2>&5 
    5536 -  ac_status=$? 
    5537 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5538 -  (exit $ac_status); }; } && 
    5539 -        { ac_try='test -s conftest.$ac_objext' 
    5540 -  { (case "(($ac_try" in 
    5541 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5542 -  *) ac_try_echo=$ac_try;; 
    5543 -esac 
    5544 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5545 -  (eval "$ac_try") 2>&5 
    5546 -  ac_status=$? 
    5547 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5548 -  (exit $ac_status); }; }; then 
    5549 +  (exit $ac_status); } && { 
    5550 +        test -z "$ac_c_werror_flag" || 
    5551 +        test ! -s conftest.err 
    5552 +       } && test -s conftest.$ac_objext; then 
    5553    : 
    5554  else 
    5555    echo "$as_me: failed program was:" >&5 
    5556 @@ -16148,27 +17742,11 @@ 
    5557    rm -f conftest.er1 
    5558    cat conftest.err >&5 
    5559    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5560 -  (exit $ac_status); } && 
    5561 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5562 -  { (case "(($ac_try" in 
    5563 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5564 -  *) ac_try_echo=$ac_try;; 
    5565 -esac 
    5566 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5567 -  (eval "$ac_try") 2>&5 
    5568 -  ac_status=$? 
    5569 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5570 -  (exit $ac_status); }; } && 
    5571 -        { ac_try='test -s conftest$ac_exeext' 
    5572 -  { (case "(($ac_try" in 
    5573 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5574 -  *) ac_try_echo=$ac_try;; 
    5575 -esac 
    5576 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5577 -  (eval "$ac_try") 2>&5 
    5578 -  ac_status=$? 
    5579 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5580 -  (exit $ac_status); }; }; then 
    5581 +  (exit $ac_status); } && { 
    5582 +        test -z "$ac_c_werror_flag" || 
    5583 +        test ! -s conftest.err 
    5584 +       } && test -s conftest$ac_exeext && 
    5585 +       $as_test_x conftest$ac_exeext; then 
    5586    : 
    5587  else 
    5588    echo "$as_me: failed program was:" >&5 
    5589 @@ -16178,7 +17756,7 @@ 
    5590        ap_ssltk_dc="no" 
    5591  fi 
    5592   
    5593 -rm -f core conftest.err conftest.$ac_objext \ 
    5594 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    5595        conftest$ac_exeext conftest.$ac_ext 
    5596      LIBS=$save_libs 
    5597      { echo "$as_me:$LINENO: result: $ap_ssltk_dc" >&5 
    5598 @@ -16281,23 +17859,63 @@ 
     3623@@ -15952,23 +18168,63 @@ 
    55993624   fi 
    56003625  
     
    56613686     fi 
    56623687   fi 
    5663 @@ -16423,23 +18041,63 @@ 
     3688@@ -16094,23 +18350,63 @@ 
    56643689   fi 
    56653690  
     
    57263751     fi 
    57273752   fi 
    5728 @@ -16516,23 +18174,63 @@ 
     3753@@ -16187,23 +18483,63 @@ 
    57293754   fi 
    57303755  
     
    57913816     fi 
    57923817   fi 
    5793 @@ -16609,23 +18307,63 @@ 
     3818@@ -16280,23 +18616,63 @@ 
    57943819   fi 
    57953820  
     
    58563881     fi 
    58573882   fi 
    5858 @@ -16702,23 +18440,63 @@ 
     3883@@ -16373,23 +18749,63 @@ 
    58593884   fi 
    58603885  
     
    59213946     fi 
    59223947   fi 
    5923 @@ -16864,27 +18642,10 @@ 
    5924    rm -f conftest.er1 
    5925    cat conftest.err >&5 
    5926    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5927 -  (exit $ac_status); } && 
    5928 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5929 -  { (case "(($ac_try" in 
    5930 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5931 -  *) ac_try_echo=$ac_try;; 
    5932 -esac 
    5933 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5934 -  (eval "$ac_try") 2>&5 
    5935 -  ac_status=$? 
    5936 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5937 -  (exit $ac_status); }; } && 
    5938 -        { ac_try='test -s conftest.$ac_objext' 
    5939 -  { (case "(($ac_try" in 
    5940 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5941 -  *) ac_try_echo=$ac_try;; 
    5942 -esac 
    5943 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5944 -  (eval "$ac_try") 2>&5 
    5945 -  ac_status=$? 
    5946 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5947 -  (exit $ac_status); }; }; then 
    5948 +  (exit $ac_status); } && { 
    5949 +        test -z "$ac_c_werror_flag" || 
    5950 +        test ! -s conftest.err 
    5951 +       } && test -s conftest.$ac_objext; then 
    5952   
    5953        ac_cv_type_rlim_t=yes 
    5954   
    5955 @@ -16952,27 +18713,10 @@ 
    5956    rm -f conftest.er1 
    5957    cat conftest.err >&5 
    5958    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5959 -  (exit $ac_status); } && 
    5960 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5961 -  { (case "(($ac_try" in 
    5962 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5963 -  *) ac_try_echo=$ac_try;; 
    5964 -esac 
    5965 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5966 -  (eval "$ac_try") 2>&5 
    5967 -  ac_status=$? 
    5968 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5969 -  (exit $ac_status); }; } && 
    5970 -        { ac_try='test -s conftest.$ac_objext' 
    5971 -  { (case "(($ac_try" in 
    5972 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5973 -  *) ac_try_echo=$ac_try;; 
    5974 -esac 
    5975 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5976 -  (eval "$ac_try") 2>&5 
    5977 -  ac_status=$? 
    5978 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5979 -  (exit $ac_status); }; }; then 
    5980 +  (exit $ac_status); } && { 
    5981 +        test -z "$ac_c_werror_flag" || 
    5982 +        test ! -s conftest.err 
    5983 +       } && test -s conftest.$ac_objext; then 
    5984    ac_header_compiler=yes 
    5985  else 
    5986    echo "$as_me: failed program was:" >&5 
    5987 @@ -17008,17 +18752,10 @@ 
    5988    rm -f conftest.er1 
    5989    cat conftest.err >&5 
    5990    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5991 -  (exit $ac_status); } >/dev/null; then 
    5992 -  if test -s conftest.err; then 
    5993 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    5994 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5995 -  else 
    5996 -    ac_cpp_err= 
    5997 -  fi 
    5998 -else 
    5999 -  ac_cpp_err=yes 
    6000 -fi 
    6001 -if test -z "$ac_cpp_err"; then 
    6002 +  (exit $ac_status); } >/dev/null && { 
    6003 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    6004 +        test ! -s conftest.err 
    6005 +       }; then 
    6006    ac_header_preproc=yes 
    6007  else 
    6008    echo "$as_me: failed program was:" >&5 
    6009 @@ -17146,27 +18883,11 @@ 
    6010    rm -f conftest.er1 
    6011    cat conftest.err >&5 
    6012    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6013 -  (exit $ac_status); } && 
    6014 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    6015 -  { (case "(($ac_try" in 
    6016 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6017 -  *) ac_try_echo=$ac_try;; 
    6018 -esac 
    6019 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6020 -  (eval "$ac_try") 2>&5 
    6021 -  ac_status=$? 
    6022 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6023 -  (exit $ac_status); }; } && 
    6024 -        { ac_try='test -s conftest$ac_exeext' 
    6025 -  { (case "(($ac_try" in 
    6026 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6027 -  *) ac_try_echo=$ac_try;; 
    6028 -esac 
    6029 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6030 -  (eval "$ac_try") 2>&5 
    6031 -  ac_status=$? 
    6032 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6033 -  (exit $ac_status); }; }; then 
    6034 +  (exit $ac_status); } && { 
    6035 +        test -z "$ac_c_werror_flag" || 
    6036 +        test ! -s conftest.err 
    6037 +       } && test -s conftest$ac_exeext && 
    6038 +       $as_test_x conftest$ac_exeext; then 
    6039    eval "$as_ac_var=yes" 
    6040  else 
    6041    echo "$as_me: failed program was:" >&5 
    6042 @@ -17175,7 +18896,7 @@ 
    6043         eval "$as_ac_var=no" 
    6044  fi 
    6045   
    6046 -rm -f core conftest.err conftest.$ac_objext \ 
    6047 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    6048        conftest$ac_exeext conftest.$ac_ext 
    6049  fi 
    6050  ac_res=`eval echo '${'$as_ac_var'}'` 
    6051 @@ -17233,27 +18954,10 @@ 
    6052    rm -f conftest.er1 
    6053    cat conftest.err >&5 
    6054    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6055 -  (exit $ac_status); } && 
    6056 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    6057 -  { (case "(($ac_try" in 
    6058 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6059 -  *) ac_try_echo=$ac_try;; 
    6060 -esac 
    6061 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6062 -  (eval "$ac_try") 2>&5 
    6063 -  ac_status=$? 
    6064 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6065 -  (exit $ac_status); }; } && 
    6066 -        { ac_try='test -s conftest.$ac_objext' 
    6067 -  { (case "(($ac_try" in 
    6068 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6069 -  *) ac_try_echo=$ac_try;; 
    6070 -esac 
    6071 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6072 -  (eval "$ac_try") 2>&5 
    6073 -  ac_status=$? 
    6074 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6075 -  (exit $ac_status); }; }; then 
    6076 +  (exit $ac_status); } && { 
    6077 +        test -z "$ac_c_werror_flag" || 
    6078 +        test ! -s conftest.err 
    6079 +       } && test -s conftest.$ac_objext; then 
    6080    ac_header_compiler=yes 
    6081  else 
    6082    echo "$as_me: failed program was:" >&5 
    6083 @@ -17289,17 +18993,10 @@ 
    6084    rm -f conftest.er1 
    6085    cat conftest.err >&5 
    6086    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6087 -  (exit $ac_status); } >/dev/null; then 
    6088 -  if test -s conftest.err; then 
    6089 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    6090 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6091 -  else 
    6092 -    ac_cpp_err= 
    6093 -  fi 
    6094 -else 
    6095 -  ac_cpp_err=yes 
    6096 -fi 
    6097 -if test -z "$ac_cpp_err"; then 
    6098 +  (exit $ac_status); } >/dev/null && { 
    6099 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    6100 +        test ! -s conftest.err 
    6101 +       }; then 
    6102    ac_header_preproc=yes 
    6103  else 
    6104    echo "$as_me: failed program was:" >&5 
    6105 @@ -17428,27 +19125,11 @@ 
    6106    rm -f conftest.er1 
    6107    cat conftest.err >&5 
    6108    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6109 -  (exit $ac_status); } && 
    6110 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    6111 -  { (case "(($ac_try" in 
    6112 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6113 -  *) ac_try_echo=$ac_try;; 
    6114 -esac 
    6115 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6116 -  (eval "$ac_try") 2>&5 
    6117 -  ac_status=$? 
    6118 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6119 -  (exit $ac_status); }; } && 
    6120 -        { ac_try='test -s conftest$ac_exeext' 
    6121 -  { (case "(($ac_try" in 
    6122 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6123 -  *) ac_try_echo=$ac_try;; 
    6124 -esac 
    6125 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6126 -  (eval "$ac_try") 2>&5 
    6127 -  ac_status=$? 
    6128 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6129 -  (exit $ac_status); }; }; then 
    6130 +  (exit $ac_status); } && { 
    6131 +        test -z "$ac_c_werror_flag" || 
    6132 +        test ! -s conftest.err 
    6133 +       } && test -s conftest$ac_exeext && 
    6134 +       $as_test_x conftest$ac_exeext; then 
    6135    eval "$as_ac_var=yes" 
    6136  else 
    6137    echo "$as_me: failed program was:" >&5 
    6138 @@ -17457,7 +19138,7 @@ 
    6139         eval "$as_ac_var=no" 
    6140  fi 
    6141   
    6142 -rm -f core conftest.err conftest.$ac_objext \ 
    6143 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    6144        conftest$ac_exeext conftest.$ac_ext 
    6145  fi 
    6146  ac_res=`eval echo '${'$as_ac_var'}'` 
    6147 @@ -17511,27 +19192,10 @@ 
    6148    rm -f conftest.er1 
    6149    cat conftest.err >&5 
    6150    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6151 -  (exit $ac_status); } && 
    6152 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    6153 -  { (case "(($ac_try" in 
    6154 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6155 -  *) ac_try_echo=$ac_try;; 
    6156 -esac 
    6157 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6158 -  (eval "$ac_try") 2>&5 
    6159 -  ac_status=$? 
    6160 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6161 -  (exit $ac_status); }; } && 
    6162 -        { ac_try='test -s conftest.$ac_objext' 
    6163 -  { (case "(($ac_try" in 
    6164 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6165 -  *) ac_try_echo=$ac_try;; 
    6166 -esac 
    6167 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6168 -  (eval "$ac_try") 2>&5 
    6169 -  ac_status=$? 
    6170 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6171 -  (exit $ac_status); }; }; then 
    6172 +  (exit $ac_status); } && { 
    6173 +        test -z "$ac_c_werror_flag" || 
    6174 +        test ! -s conftest.err 
    6175 +       } && test -s conftest.$ac_objext; then 
    6176    ac_header_compiler=yes 
    6177  else 
    6178    echo "$as_me: failed program was:" >&5 
    6179 @@ -17567,17 +19231,10 @@ 
    6180    rm -f conftest.er1 
    6181    cat conftest.err >&5 
    6182    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6183 -  (exit $ac_status); } >/dev/null; then 
    6184 -  if test -s conftest.err; then 
    6185 -    ac_cpp_err=$ac_c_preproc_warn_flag 
    6186 -    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6187 -  else 
    6188 -    ac_cpp_err= 
    6189 -  fi 
    6190 -else 
    6191 -  ac_cpp_err=yes 
    6192 -fi 
    6193 -if test -z "$ac_cpp_err"; then 
    6194 +  (exit $ac_status); } >/dev/null && { 
    6195 +        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
    6196 +        test ! -s conftest.err 
    6197 +       }; then 
    6198    ac_header_preproc=yes 
    6199  else 
    6200    echo "$as_me: failed program was:" >&5 
    6201 @@ -17703,27 +19360,11 @@ 
    6202    rm -f conftest.er1 
    6203    cat conftest.err >&5 
    6204    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6205 -  (exit $ac_status); } && 
    6206 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    6207 -  { (case "(($ac_try" in 
    6208 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6209 -  *) ac_try_echo=$ac_try;; 
    6210 -esac 
    6211 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6212 -  (eval "$ac_try") 2>&5 
    6213 -  ac_status=$? 
    6214 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6215 -  (exit $ac_status); }; } && 
    6216 -        { ac_try='test -s conftest$ac_exeext' 
    6217 -  { (case "(($ac_try" in 
    6218 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    6219 -  *) ac_try_echo=$ac_try;; 
    6220 -esac 
    6221 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    6222 -  (eval "$ac_try") 2>&5 
    6223 -  ac_status=$? 
    6224 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6225 -  (exit $ac_status); }; }; then 
    6226 +  (exit $ac_status); } && { 
    6227 +        test -z "$ac_c_werror_flag" || 
    6228 +        test ! -s conftest.err 
    6229 +       } && test -s conftest$ac_exeext && 
    6230 +       $as_test_x conftest$ac_exeext; then 
    6231    eval "$as_ac_var=yes" 
    6232  else 
    6233    echo "$as_me: failed program was:" >&5 
    6234 @@ -17732,7 +19373,7 @@ 
    6235         eval "$as_ac_var=no" 
    6236  fi 
    6237   
    6238 -rm -f core conftest.err conftest.$ac_objext \ 
    6239 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    6240        conftest$ac_exeext conftest.$ac_ext 
    6241  fi 
    6242  ac_res=`eval echo '${'$as_ac_var'}'` 
    6243 @@ -18691,23 +20332,63 @@ 
     3948@@ -18265,23 +20681,63 @@ 
    62443949   fi 
    62453950  
     
    63064011     fi 
    63074012   fi 
    6308 @@ -18784,23 +20465,63 @@ 
     4013@@ -18358,23 +20814,63 @@ 
    63094014   fi 
    63104015  
     
    63714076     fi 
    63724077   fi 
    6373 @@ -18976,23 +20697,63 @@ 
     4078@@ -18550,23 +21046,63 @@ 
    63744079   fi 
    63754080  
     
    64364141     fi 
    64374142   fi 
    6438 @@ -19122,23 +20883,63 @@ 
     4143@@ -18696,23 +21232,63 @@ 
    64394144   fi 
    64404145  
     
    65014206     fi 
    65024207   fi 
    6503 @@ -19215,23 +21016,63 @@ 
     4208@@ -18789,23 +21365,63 @@ 
    65044209   fi 
    65054210  
     
    65664271     fi 
    65674272   fi 
    6568 @@ -19308,23 +21149,63 @@ 
     4273@@ -18882,23 +21498,63 @@ 
    65694274   fi 
    65704275  
     
    66314336     fi 
    66324337   fi 
    6633 @@ -19401,23 +21282,63 @@ 
     4338@@ -18975,23 +21631,63 @@ 
    66344339   fi 
    66354340  
     
    66964401     fi 
    66974402   fi 
    6698 @@ -19508,23 +21429,63 @@ 
     4403@@ -19082,23 +21778,63 @@ 
    66994404   fi 
    67004405  
     
    67614466     fi 
    67624467   fi 
    6763 @@ -19605,23 +21566,63 @@ 
     4468@@ -19179,23 +21915,63 @@ 
    67644469   fi 
    67654470  
     
    68264531     fi 
    68274532   fi 
    6828 @@ -19698,23 +21699,63 @@ 
     4533@@ -19272,23 +22048,63 @@ 
    68294534   fi 
    68304535  
     
    68914596     fi 
    68924597   fi 
    6893 @@ -19795,23 +21836,63 @@ 
     4598@@ -19369,23 +22185,63 @@ 
    68944599   fi 
    68954600  
     
    69564661     fi 
    69574662   fi 
    6958 @@ -19888,23 +21969,63 @@ 
     4663@@ -19462,23 +22318,63 @@ 
    69594664   fi 
    69604665  
     
    70214726     fi 
    70224727   fi 
    7023 @@ -20010,27 +22131,11 @@ 
    7024    rm -f conftest.er1 
    7025    cat conftest.err >&5 
    7026    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7027 -  (exit $ac_status); } && 
    7028 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    7029 -  { (case "(($ac_try" in 
    7030 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    7031 -  *) ac_try_echo=$ac_try;; 
    7032 -esac 
    7033 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    7034 -  (eval "$ac_try") 2>&5 
    7035 -  ac_status=$? 
    7036 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7037 -  (exit $ac_status); }; } && 
    7038 -        { ac_try='test -s conftest$ac_exeext' 
    7039 -  { (case "(($ac_try" in 
    7040 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    7041 -  *) ac_try_echo=$ac_try;; 
    7042 -esac 
    7043 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    7044 -  (eval "$ac_try") 2>&5 
    7045 -  ac_status=$? 
    7046 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7047 -  (exit $ac_status); }; }; then 
    7048 +  (exit $ac_status); } && { 
    7049 +        test -z "$ac_c_werror_flag" || 
    7050 +        test ! -s conftest.err 
    7051 +       } && test -s conftest$ac_exeext && 
    7052 +       $as_test_x conftest$ac_exeext; then 
    7053    eval "$as_ac_var=yes" 
    7054  else 
    7055    echo "$as_me: failed program was:" >&5 
    7056 @@ -20039,7 +22144,7 @@ 
    7057         eval "$as_ac_var=no" 
    7058  fi 
    7059   
    7060 -rm -f core conftest.err conftest.$ac_objext \ 
    7061 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    7062        conftest$ac_exeext conftest.$ac_ext 
    7063  fi 
    7064  ac_res=`eval echo '${'$as_ac_var'}'` 
    7065 @@ -20227,27 +22332,11 @@ 
    7066    rm -f conftest.er1 
    7067    cat conftest.err >&5 
    7068    echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7069 -  (exit $ac_status); } && 
    7070 -        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    7071 -  { (case "(($ac_try" in 
    7072 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    7073 -  *) ac_try_echo=$ac_try;; 
    7074 -esac 
    7075 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    7076 -  (eval "$ac_try") 2>&5 
    7077 -  ac_status=$? 
    7078 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7079 -  (exit $ac_status); }; } && 
    7080 -        { ac_try='test -s conftest$ac_exeext' 
    7081 -  { (case "(($ac_try" in 
    7082 -  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    7083 -  *) ac_try_echo=$ac_try;; 
    7084 -esac 
    7085 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    7086 -  (eval "$ac_try") 2>&5 
    7087 -  ac_status=$? 
    7088 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7089 -  (exit $ac_status); }; }; then 
    7090 +  (exit $ac_status); } && { 
    7091 +        test -z "$ac_c_werror_flag" || 
    7092 +        test ! -s conftest.err 
    7093 +       } && test -s conftest$ac_exeext && 
    7094 +       $as_test_x conftest$ac_exeext; then 
    7095    eval "$as_ac_var=yes" 
    7096  else 
    7097    echo "$as_me: failed program was:" >&5 
    7098 @@ -20256,7 +22345,7 @@ 
    7099         eval "$as_ac_var=no" 
    7100  fi 
    7101   
    7102 -rm -f core conftest.err conftest.$ac_objext \ 
    7103 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    7104        conftest$ac_exeext conftest.$ac_ext 
    7105  fi 
    7106  ac_res=`eval echo '${'$as_ac_var'}'` 
    7107 @@ -20366,23 +22455,63 @@ 
     4728@@ -19923,23 +22819,63 @@ 
    71084729   fi 
    71094730  
     
    71704791     fi 
    71714792   fi 
    7172 @@ -20494,23 +22623,63 @@ 
     4793@@ -20051,23 +22987,63 @@ 
    71734794   fi 
    71744795  
     
    72354856     fi 
    72364857   fi 
    7237 @@ -20613,23 +22782,63 @@ 
     4858@@ -20170,23 +23146,63 @@ 
    72384859   fi 
    72394860  
     
    73004921     fi 
    73014922   fi 
    7302 @@ -20706,23 +22915,63 @@ 
     4923@@ -20263,23 +23279,63 @@ 
    73034924   fi 
    73044925  
     
    73654986     fi 
    73664987   fi 
    7367 @@ -20799,23 +23048,63 @@ 
     4988@@ -20356,23 +23412,63 @@ 
    73684989   fi 
    73694990  
     
    74305051     fi 
    74315052   fi 
    7432 @@ -20892,23 +23181,63 @@ 
     5053@@ -20449,23 +23545,63 @@ 
    74335054   fi 
    74345055  
     
    74955116     fi 
    74965117   fi 
    7497 @@ -20985,23 +23314,63 @@ 
     5118@@ -20542,23 +23678,63 @@ 
    74985119   fi 
    74995120  
     
    75605181     fi 
    75615182   fi 
    7562 @@ -21078,23 +23447,63 @@ 
     5183@@ -20635,23 +23811,63 @@ 
    75635184   fi 
    75645185  
     
    76255246     fi 
    76265247   fi 
    7627 @@ -21171,23 +23580,63 @@ 
     5248@@ -20728,23 +23944,63 @@ 
    76285249   fi 
    76295250  
     
    76905311     fi 
    76915312   fi 
    7692 @@ -21264,23 +23713,63 @@ 
     5313@@ -20821,23 +24077,63 @@ 
    76935314   fi 
    76945315  
     
    77555376     fi 
    77565377   fi 
    7757 @@ -21358,23 +23847,63 @@ 
     5378@@ -20915,23 +24211,63 @@ 
    77585379   fi 
    77595380  
     
    78205441     fi 
    78215442   fi 
    7822 @@ -21547,23 +24076,63 @@ 
     5443@@ -21104,23 +24440,63 @@ 
    78235444   fi 
    78245445  
     
    78855506     fi 
    78865507   fi 
    7887 @@ -22396,6 +24965,7 @@ 
     5508@@ -21960,6 +25336,7 @@ 
    78885509 HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER` 
    78895510  
     
    78935514  
    78945515 ac_config_commands="$ac_config_commands default" 
    7895 @@ -22520,7 +25090,8 @@ 
    7896  ## M4sh Initialization.  ## 
    7897  ## --------------------- ## 
    7898   
    7899 -# Be Bourne compatible 
    7900 +# Be more Bourne compatible 
    7901 +DUALCASE=1; export DUALCASE # for MKS sh 
    7902  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    7903    emulate sh 
    7904    NULLCMD=: 
    7905 @@ -22529,12 +25100,15 @@ 
    7906    alias -g '${1+"$@"}'='"$@"' 
    7907    setopt NO_GLOB_SUBST 
    7908  else 
    7909 -  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    7910 +  case `(set -o) 2>/dev/null` in 
    7911 +  *posix*) set -o posix ;; 
    7912 +esac 
    7913 + 
    7914  fi 
    7915 -BIN_SH=xpg4; export BIN_SH # for Tru64 
    7916 -DUALCASE=1; export DUALCASE # for MKS sh 
    7917   
    7918   
    7919 + 
    7920 + 
    7921  # PATH needs CR 
    7922  # Avoid depending upon Character Ranges. 
    7923  as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
    7924 @@ -22756,19 +25330,28 @@ 
    7925    as_mkdir_p=false 
    7926  fi 
    7927   
    7928 -# Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    7929 -# systems may use methods other than mode bits to determine executability. 
    7930 -cat >conf$$.file <<_ASEOF 
    7931 -#! /bin/sh 
    7932 -exit 0 
    7933 -_ASEOF 
    7934 -chmod +x conf$$.file 
    7935 -if test -x conf$$.file >/dev/null 2>&1; then 
    7936 -  as_executable_p="test -x" 
    7937 +if test -x / >/dev/null 2>&1; then 
    7938 +  as_test_x='test -x' 
    7939  else 
    7940 -  as_executable_p=: 
    7941 +  if ls -dL / >/dev/null 2>&1; then 
    7942 +    as_ls_L_option=L 
    7943 +  else 
    7944 +    as_ls_L_option= 
    7945 +  fi 
    7946 +  as_test_x=' 
    7947 +    eval sh -c '\'' 
    7948 +      if test -d "$1"; then 
    7949 +        test -d "$1/."; 
    7950 +      else 
    7951 +       case $1 in 
    7952 +        -*)set "./$1";; 
    7953 +       esac; 
    7954 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
    7955 +       ???[sx]*):;;*)false;;esac;fi 
    7956 +    '\'' sh 
    7957 +  ' 
    7958  fi 
    7959 -rm -f conf$$.file 
    7960 +as_executable_p=$as_test_x 
    7961   
    7962  # Sed expression to map a string onto a valid CPP name. 
    7963  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 
    7964 @@ -22784,7 +25367,7 @@ 
    7965  # values after options handling. 
    7966  ac_log=" 
    7967  This file was extended by $as_me, which was 
    7968 -generated by GNU Autoconf 2.60.  Invocation command line was 
    7969 +generated by GNU Autoconf 2.61.  Invocation command line was 
    7970   
    7971    CONFIG_FILES    = $CONFIG_FILES 
    7972    CONFIG_HEADERS  = $CONFIG_HEADERS 
    7973 @@ -22813,7 +25396,7 @@ 
    7974  Usage: $0 [OPTIONS] [FILE]... 
    7975   
    7976    -h, --help       print this help, then exit 
    7977 -  -V, --version    print version number, then exit 
    7978 +  -V, --version    print version number and configuration settings, then exit 
    7979    -q, --quiet      do not print progress messages 
    7980    -d, --debug      don't remove temporary files 
    7981        --recheck    update $as_me by reconfiguring in the same conditions 
    7982 @@ -22837,7 +25420,7 @@ 
    7983  cat >>$CONFIG_STATUS <<_ACEOF 
    7984  ac_cs_version="\\ 
    7985  config.status 
    7986 -configured by $0, generated by GNU Autoconf 2.60, 
    7987 +configured by $0, generated by GNU Autoconf 2.61, 
    7988    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
    7989   
    7990  Copyright (C) 2006 Free Software Foundation, Inc. 
    7991 @@ -23192,6 +25775,7 @@ 
    7992  GREP!$GREP$ac_delim 
    7993  EGREP!$EGREP$ac_delim 
    7994  MKDEP!$MKDEP$ac_delim 
    7995 +DTRACE!$DTRACE$ac_delim 
    7996  PICFLAGS!$PICFLAGS$ac_delim 
    7997  PILDFLAGS!$PILDFLAGS$ac_delim 
    7998  MOD_AUTHN_FILE_LDADD!$MOD_AUTHN_FILE_LDADD$ac_delim 
    7999 @@ -23275,7 +25859,6 @@ 
    8000  MOD_SUEXEC_LDADD!$MOD_SUEXEC_LDADD$ac_delim 
    8001  MOD_CGID_LDADD!$MOD_CGID_LDADD$ac_delim 
    8002  MOD_CGI_LDADD!$MOD_CGI_LDADD$ac_delim 
    8003 -MOD_DAV_FS_LDADD!$MOD_DAV_FS_LDADD$ac_delim 
    8004  _ACEOF 
    8005   
    8006    if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 
    8007 @@ -23317,6 +25900,7 @@ 
    8008  ac_delim='%!_!# ' 
    8009  for ac_last_try in false false false false false :; do 
    8010    cat >conf$$subs.sed <<_ACEOF 
    8011 +MOD_DAV_FS_LDADD!$MOD_DAV_FS_LDADD$ac_delim 
    8012  MOD_DAV_LOCK_LDADD!$MOD_DAV_LOCK_LDADD$ac_delim 
    8013  MOD_VHOST_ALIAS_LDADD!$MOD_VHOST_ALIAS_LDADD$ac_delim 
    8014  MOD_NEGOTIATION_LDADD!$MOD_NEGOTIATION_LDADD$ac_delim 
    8015 @@ -23401,7 +25985,7 @@ 
    8016  LTLIBOBJS!$LTLIBOBJS$ac_delim 
    8017  _ACEOF 
    8018   
    8019 -  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then 
    8020 +  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then 
    8021      break 
    8022    elif $ac_last_try; then 
    8023      { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    80245516Index: include/ap_config_auto.h.in 
    80255517=================================================================== 
     
    80455537 /* Define to 1 if you have the <sys/sem.h> header file. */ 
    80465538 #undef HAVE_SYS_SEM_H 
    8047   
  • trunk/apache22/apache-2.2.x-probes-p1.patch

    r3 r5  
    11Index: Makefile.in 
    22=================================================================== 
    3 --- Makefile.in (revision 652418
     3--- Makefile.in (revision 786540
    44+++ Makefile.in (working copy) 
    5 @@ -2,10 +2,19 @@ 
     5@@ -2,10 +2,18 @@ 
    66 SUBDIRS = srclib os server modules support 
    77 CLEAN_SUBDIRS = test 
     
    2121+                       $(DTRACE) $(DTRACEFLAGS) -G -s apache_probes.d -o probes.o \ 
    2222+                       .libs/modules.o buildmark.o `cat $(PROGRAM_DEPENDENCIES_OBJECTS)` 
    23 + 
    2423 PROGRAM_DEPENDENCIES = \ 
    2524   server/libmain.la \ 
    2625   $(BUILTIN_LIBS) \ 
    27 @@ -16,7 +25,7 @@ 
     26@@ -16,7 +24,7 @@ 
    2827 TARGETS         = $(PROGRAMS) $(shared_build) $(other_targets) 
    2928 INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ 
     
    3433 DISTCLEAN_TARGETS  = include/ap_config_auto.h include/ap_config_layout.h \ 
    3534        modules.c config.cache config.log config.status build/config_vars.mk \ 
    36 @@ -28,6 +37,16 @@ 
     35@@ -28,6 +36,16 @@ 
    3736 include $(top_builddir)/build/rules.mk 
    3837 include $(top_srcdir)/build/program.mk 
     
    5150        @echo Installing configuration files 
    5251        @$(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/extra 
    53 Index: libtool-dep-extract 
    54 =================================================================== 
    55 --- libtool-dep-extract (revision 0) 
    56 +++ libtool-dep-extract (revision 0) 
    57 @@ -0,0 +1,6 @@ 
    58 +#!/bin/sh 
    59 + 
    60 +for i in $* 
    61 +do 
    62 +  sh -c ". $i; "'echo $dependency_libs' 
    63 +done 
    64  
    65 Property changes on: libtool-dep-extract 
    66 ___________________________________________________________________ 
    67 Name: svn:executable 
    68    + * 
    69  
    7052Index: ap.d 
    7153=================================================================== 
     
    173155+} request_rec; 
    174156+ 
     157Index: libtool-dep-extract 
     158=================================================================== 
     159--- libtool-dep-extract (revision 0) 
     160+++ libtool-dep-extract (revision 0) 
     161@@ -0,0 +1,6 @@ 
     162+#!/bin/sh 
     163+ 
     164+for i in $* 
     165+do 
     166+  sh -c ". $i; "'echo $dependency_libs' 
     167+done 
    175168Index: server/Makefile.in 
    176169=================================================================== 
    177 --- server/Makefile.in  (revision 652418
     170--- server/Makefile.in  (revision 786540
    178171+++ server/Makefile.in  (working copy) 
    179172@@ -61,7 +61,7 @@ 
     
    188181Index: server/protocol.c 
    189182=================================================================== 
    190 --- server/protocol.c   (revision 652418
     183--- server/protocol.c   (revision 786540
    191184+++ server/protocol.c   (working copy) 
    192185@@ -844,9 +844,11 @@ 
     
    213206-        return NULL; 
    214207+        r = NULL; 
    215 +        goto traceout; 
     208+      goto traceout; 
    216209     } 
    217210  
     
    231224             apr_brigade_destroy(tmp_bb); 
    232225-            return r; 
    233 +            goto traceout; 
     226+          goto traceout; 
    234227         } 
    235228     } 
     
    240233         ap_run_log_transaction(r); 
    241234-        return r; 
    242 +        goto traceout; 
     235+      goto traceout; 
    243236     } 
    244237  
     
    249242-        return NULL; 
    250243+        r = NULL; 
    251 +        goto traceout; 
     244+      goto traceout; 
    252245     } 
    253246  
     
    272265Index: modules/http/http_request.c 
    273266=================================================================== 
    274 --- modules/http/http_request.c (revision 652418
     267--- modules/http/http_request.c (revision 786540
    275268+++ modules/http/http_request.c (working copy) 
    276 @@ -249,6 +249,7 @@ 
     269@@ -273,6 +273,7 @@ 
    277270      * Use this hook with extreme care and only if you know what you are 
    278271      * doing. 
     
    282275         ap_time_process_request(r->connection->sbh, START_PREQUEST); 
    283276     access_status = ap_run_quick_handler(r, 0);  /* Not a look-up request */ 
    284 @@ -284,6 +285,8 @@ 
     277@@ -308,6 +309,8 @@ 
    285278     ap_run_log_transaction(r); 
    286279     if (ap_extended_status) 
     
    291284  
    292285 static apr_table_t *rename_original_env(apr_pool_t *p, apr_table_t *t) 
    293 @@ -465,6 +468,8 @@ 
     286@@ -489,6 +492,8 @@ 
    294287     request_rec *new = internal_internal_redirect(new_uri, r); 
    295288     int access_status; 
     
    302295Index: modules/proxy/mod_proxy.c 
    303296=================================================================== 
    304 --- modules/proxy/mod_proxy.c   (revision 652418
     297--- modules/proxy/mod_proxy.c   (revision 786540
    305298+++ modules/proxy/mod_proxy.c   (working copy) 
    306 @@ -849,6 +849,7 @@ 
     299@@ -993,6 +993,7 @@ 
    307300         ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, 
    308301                      "Running scheme %s handler (attempt %d)", 
    309302                      scheme, attempts); 
    310 +        AP_PROXY_RUN(r, worker, conf, url, attempts); 
     303+      AP_PROXY_RUN(r, worker, conf, url, attempts); 
    311304         access_status = proxy_run_scheme_handler(r, worker, conf, 
    312305                                                  url, NULL, 0); 
    313306         if (access_status == OK) 
    314 @@ -902,6 +903,7 @@ 
     307@@ -1046,6 +1047,7 @@ 
    315308     } 
    316309  
     
    322315Index: modules/mappers/mod_rewrite.c 
    323316=================================================================== 
    324 --- modules/mappers/mod_rewrite.c       (revision 652418
     317--- modules/mappers/mod_rewrite.c       (revision 786540
    325318+++ modules/mappers/mod_rewrite.c       (working copy) 
    326319@@ -478,7 +478,8 @@ 
     
    341334+ 
    342335+    if (!conf->rewritelogfp || level > conf->rewriteloglevel) 
    343 +        return; 
     336+      return; 
    344337+ 
    345338     rv = apr_global_mutex_lock(rewrite_log_lock); 
     
    525518Index: include/ap_config.h 
    526519=================================================================== 
    527 --- include/ap_config.h (revision 652418
     520--- include/ap_config.h (revision 786540
    528521+++ include/ap_config.h (working copy) 
    529522@@ -238,6 +238,13 @@ 
     
    543536Index: configure.in 
    544537=================================================================== 
    545 --- configure.in        (revision 652418
     538--- configure.in        (revision 786540
    546539+++ configure.in        (working copy) 
    547 @@ -372,7 +372,8 @@ 
     540@@ -386,7 +386,8 @@ 
    548541 strings.h \ 
    549542 sys/prctl.h \ 
     
    555548 AC_HEADER_SYS_WAIT 
    556549  
    557 @@ -438,6 +439,24 @@ 
     550@@ -452,6 +453,24 @@ 
    558551         [if test "$withval" = "yes"; then AC_MSG_ERROR('option --with-sslport requires a value (the SSL TCP port number)'); else SSLPORT="$withval"; fi], 
    559552        [SSLPORT=443]) 
     
    580573  
    581574 AC_ARG_ENABLE(v4-mapped,APACHE_HELP_STRING(--enable-v4-mapped,Allow IPv6 sockets to handle IPv4 connections), 
    582 @@ -495,6 +514,9 @@ 
     575@@ -509,6 +528,9 @@ 
    583576 AC_SUBST(PILDFLAGS) 
    584577  
     
    590583  
    591584 dnl reading config stubs 
    592 @@ -675,6 +697,7 @@ 
     585@@ -691,6 +713,7 @@ 
    593586 HTTPD_VERSION=`$abs_srcdir/build/get-version.sh all $abs_srcdir/include/ap_release.h AP_SERVER` 
    594587 AC_SUBST(HTTPD_VERSION) 
     
    600593Index: build/library.mk 
    601594=================================================================== 
    602 --- build/library.mk    (revision 652418
     595--- build/library.mk    (revision 786540
    603596+++ build/library.mk    (working copy) 
    604597@@ -17,6 +17,13 @@ 
     
    618611Index: acinclude.m4 
    619612=================================================================== 
    620 --- acinclude.m4        (revision 652418
     613--- acinclude.m4        (revision 786540
    621614+++ acinclude.m4        (working copy) 
    622615@@ -175,23 +175,63 @@