Ignore:
Timestamp:
Apr 15, 2009 2:45:41 PM (15 years ago)
Author:
nanang
Message:

Ticket #774:

  • Added build config for GNU autoconf & make.
  • Fixed some G.722.1 codes for linux & mingw32 targets, e.g: types

defs, collision function name 'round'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r2331 r2601  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.59 for pjproject 1.0. 
     3# Generated by GNU Autoconf 2.61 for pjproject 1.0. 
    44# 
    5 # Copyright (C) 2003 Free Software Foundation, Inc. 
     5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    67# This configure script is free software; the Free Software Foundation 
    78# gives unlimited permission to copy, distribute and modify it. 
     
    1011## --------------------- ## 
    1112 
    12 # Be Bourne compatible 
     13# Be more Bourne compatible 
     14DUALCASE=1; export DUALCASE # for MKS sh 
    1315if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1416  emulate sh 
     
    1719  # is contrary to our usage.  Disable this feature. 
    1820  alias -g '${1+"$@"}'='"$@"' 
    19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
    20   set -o posix 
    21 fi 
    22 DUALCASE=1; export DUALCASE # for MKS sh 
    23  
    24 # Support unset when possible. 
    25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    26   as_unset=unset 
    27 else 
    28   as_unset=false 
    29 fi 
    30  
    31  
    32 # Work around bugs in pre-3.0 UWIN ksh. 
    33 $as_unset ENV MAIL MAILPATH 
    34 PS1='$ ' 
    35 PS2='> ' 
    36 PS4='+ ' 
    37  
    38 # NLS nuisances. 
    39 for as_var in \ 
    40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    42   LC_TELEPHONE LC_TIME 
    43 do 
    44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    45     eval $as_var=C; export $as_var 
    46   else 
    47     $as_unset $as_var 
    48   fi 
    49 done 
    50  
    51 # Required to use basename. 
    52 if expr a : '\(a\)' >/dev/null 2>&1; then 
    53   as_expr=expr 
    54 else 
    55   as_expr=false 
    56 fi 
    57  
    58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
    59   as_basename=basename 
    60 else 
    61   as_basename=false 
    62 fi 
    63  
    64  
    65 # Name of the executable. 
    66 as_me=`$as_basename "$0" || 
    67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    68          X"$0" : 'X\(//\)$' \| \ 
    69          X"$0" : 'X\(/\)$' \| \ 
    70          .     : '\(.\)' 2>/dev/null || 
    71 echo X/"$0" | 
    72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 
    73           /^X\/\(\/\/\)$/{ s//\1/; q; } 
    74           /^X\/\(\/\).*/{ s//\1/; q; } 
    75           s/.*/./; q'` 
    76  
    77  
    78 # PATH needs CR, and LINENO needs CR and PATH. 
     21  setopt NO_GLOB_SUBST 
     22else 
     23  case `(set -o) 2>/dev/null` in 
     24  *posix*) set -o posix ;; 
     25esac 
     26 
     27fi 
     28 
     29 
     30 
     31 
     32# PATH needs CR 
    7933# Avoid depending upon Character Ranges. 
    8034as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    9751fi 
    9852 
    99  
    100   as_lineno_1=$LINENO 
    101   as_lineno_2=$LINENO 
    102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    103   test "x$as_lineno_1" != "x$as_lineno_2" && 
    104   test "x$as_lineno_3"  = "x$as_lineno_2"  || { 
    105   # Find who we are.  Look in the path if we contain no path at all 
    106   # relative or not. 
    107   case $0 in 
    108     *[\\/]* ) as_myself=$0 ;; 
    109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     53# Support unset when possible. 
     54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     55  as_unset=unset 
     56else 
     57  as_unset=false 
     58fi 
     59 
     60 
     61# IFS 
     62# We need space, tab and new line, in precisely that order.  Quoting is 
     63# there to prevent editors from complaining about space-tab. 
     64# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
     65# splitting by setting IFS to empty value.) 
     66as_nl=' 
     67' 
     68IFS=" ""        $as_nl" 
     69 
     70# Find who we are.  Look in the path if we contain no directory separator. 
     71case $0 in 
     72  *[\\/]* ) as_myself=$0 ;; 
     73  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    11074for as_dir in $PATH 
    11175do 
     
    11478  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    11579done 
    116  
    117        ;; 
    118   esac 
    119   # We did not find ourselves, most probably we were run as `sh COMMAND' 
    120   # in which case we are not to be found in the path. 
    121   if test "x$as_myself" = x; then 
    122     as_myself=$0 
     80IFS=$as_save_IFS 
     81 
     82     ;; 
     83esac 
     84# We did not find ourselves, most probably we were run as `sh COMMAND' 
     85# in which case we are not to be found in the path. 
     86if test "x$as_myself" = x; then 
     87  as_myself=$0 
     88fi 
     89if test ! -f "$as_myself"; then 
     90  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     91  { (exit 1); exit 1; } 
     92fi 
     93 
     94# Work around bugs in pre-3.0 UWIN ksh. 
     95for as_var in ENV MAIL MAILPATH 
     96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     97done 
     98PS1='$ ' 
     99PS2='> ' 
     100PS4='+ ' 
     101 
     102# NLS nuisances. 
     103for as_var in \ 
     104  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     105  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     106  LC_TELEPHONE LC_TIME 
     107do 
     108  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     109    eval $as_var=C; export $as_var 
     110  else 
     111    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    123112  fi 
    124   if test ! -f "$as_myself"; then 
    125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 
    126    { (exit 1); exit 1; }; } 
    127   fi 
    128   case $CONFIG_SHELL in 
    129   '') 
     113done 
     114 
     115# Required to use basename. 
     116if expr a : '\(a\)' >/dev/null 2>&1 && 
     117   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     118  as_expr=expr 
     119else 
     120  as_expr=false 
     121fi 
     122 
     123if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
     124  as_basename=basename 
     125else 
     126  as_basename=false 
     127fi 
     128 
     129 
     130# Name of the executable. 
     131as_me=`$as_basename -- "$0" || 
     132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     133         X"$0" : 'X\(//\)$' \| \ 
     134         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     135echo X/"$0" | 
     136    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
     137            s//\1/ 
     138            q 
     139          } 
     140          /^X\/\(\/\/\)$/{ 
     141            s//\1/ 
     142            q 
     143          } 
     144          /^X\/\(\/\).*/{ 
     145            s//\1/ 
     146            q 
     147          } 
     148          s/.*/./; q'` 
     149 
     150# CDPATH. 
     151$as_unset CDPATH 
     152 
     153 
     154if test "x$CONFIG_SHELL" = x; then 
     155  if (eval ":") 2>/dev/null; then 
     156  as_have_required=yes 
     157else 
     158  as_have_required=no 
     159fi 
     160 
     161  if test $as_have_required = yes &&     (eval ": 
     162(as_func_return () { 
     163  (exit \$1) 
     164} 
     165as_func_success () { 
     166  as_func_return 0 
     167} 
     168as_func_failure () { 
     169  as_func_return 1 
     170} 
     171as_func_ret_success () { 
     172  return 0 
     173} 
     174as_func_ret_failure () { 
     175  return 1 
     176} 
     177 
     178exitcode=0 
     179if as_func_success; then 
     180  : 
     181else 
     182  exitcode=1 
     183  echo as_func_success failed. 
     184fi 
     185 
     186if as_func_failure; then 
     187  exitcode=1 
     188  echo as_func_failure succeeded. 
     189fi 
     190 
     191if as_func_ret_success; then 
     192  : 
     193else 
     194  exitcode=1 
     195  echo as_func_ret_success failed. 
     196fi 
     197 
     198if as_func_ret_failure; then 
     199  exitcode=1 
     200  echo as_func_ret_failure succeeded. 
     201fi 
     202 
     203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
     204  : 
     205else 
     206  exitcode=1 
     207  echo positional parameters were not saved. 
     208fi 
     209 
     210test \$exitcode = 0) || { (exit 1); exit 1; } 
     211 
     212( 
     213  as_lineno_1=\$LINENO 
     214  as_lineno_2=\$LINENO 
     215  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 
     216  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 
     217") 2> /dev/null; then 
     218  : 
     219else 
     220  as_candidate_shells= 
    130221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    131222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     
    133224  IFS=$as_save_IFS 
    134225  test -z "$as_dir" && as_dir=. 
    135   for as_base in sh bash ksh sh5; do 
    136          case $as_dir in 
     226  case $as_dir in 
    137227         /*) 
    138            if ("$as_dir/$as_base" -c ' 
     228           for as_base in sh bash ksh sh5; do 
     229             as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 
     230           done;; 
     231       esac 
     232done 
     233IFS=$as_save_IFS 
     234 
     235 
     236      for as_shell in $as_candidate_shells $SHELL; do 
     237         # Try only shells that exist, to save several forks. 
     238         if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
     239                { ("$as_shell") 2> /dev/null <<\_ASEOF 
     240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
     241  emulate sh 
     242  NULLCMD=: 
     243  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     244  # is contrary to our usage.  Disable this feature. 
     245  alias -g '${1+"$@"}'='"$@"' 
     246  setopt NO_GLOB_SUBST 
     247else 
     248  case `(set -o) 2>/dev/null` in 
     249  *posix*) set -o posix ;; 
     250esac 
     251 
     252fi 
     253 
     254 
     255: 
     256_ASEOF 
     257}; then 
     258  CONFIG_SHELL=$as_shell 
     259               as_have_required=yes 
     260               if { "$as_shell" 2> /dev/null <<\_ASEOF 
     261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
     262  emulate sh 
     263  NULLCMD=: 
     264  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     265  # is contrary to our usage.  Disable this feature. 
     266  alias -g '${1+"$@"}'='"$@"' 
     267  setopt NO_GLOB_SUBST 
     268else 
     269  case `(set -o) 2>/dev/null` in 
     270  *posix*) set -o posix ;; 
     271esac 
     272 
     273fi 
     274 
     275 
     276: 
     277(as_func_return () { 
     278  (exit $1) 
     279} 
     280as_func_success () { 
     281  as_func_return 0 
     282} 
     283as_func_failure () { 
     284  as_func_return 1 
     285} 
     286as_func_ret_success () { 
     287  return 0 
     288} 
     289as_func_ret_failure () { 
     290  return 1 
     291} 
     292 
     293exitcode=0 
     294if as_func_success; then 
     295  : 
     296else 
     297  exitcode=1 
     298  echo as_func_success failed. 
     299fi 
     300 
     301if as_func_failure; then 
     302  exitcode=1 
     303  echo as_func_failure succeeded. 
     304fi 
     305 
     306if as_func_ret_success; then 
     307  : 
     308else 
     309  exitcode=1 
     310  echo as_func_ret_success failed. 
     311fi 
     312 
     313if as_func_ret_failure; then 
     314  exitcode=1 
     315  echo as_func_ret_failure succeeded. 
     316fi 
     317 
     318if ( set x; as_func_ret_success y && test x = "$1" ); then 
     319  : 
     320else 
     321  exitcode=1 
     322  echo positional parameters were not saved. 
     323fi 
     324 
     325test $exitcode = 0) || { (exit 1); exit 1; } 
     326 
     327( 
    139328  as_lineno_1=$LINENO 
    140329  as_lineno_2=$LINENO 
    141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    142330  test "x$as_lineno_1" != "x$as_lineno_2" && 
    143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
    144              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
    145              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
    146              CONFIG_SHELL=$as_dir/$as_base 
    147              export CONFIG_SHELL 
    148              exec "$CONFIG_SHELL" "$0" ${1+"$@"} 
    149            fi;; 
    150          esac 
    151        done 
    152 done 
    153 ;; 
    154   esac 
     331  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 
     332 
     333_ASEOF 
     334}; then 
     335  break 
     336fi 
     337 
     338fi 
     339 
     340      done 
     341 
     342      if test "x$CONFIG_SHELL" != x; then 
     343  for as_var in BASH_ENV ENV 
     344        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     345        done 
     346        export CONFIG_SHELL 
     347        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     348fi 
     349 
     350 
     351    if test $as_have_required = no; then 
     352  echo This script requires a shell more modern than all the 
     353      echo shells that I found on your system.  Please install a 
     354      echo modern shell, or manually run the script under such a 
     355      echo shell if you do have one. 
     356      { (exit 1); exit 1; } 
     357fi 
     358 
     359 
     360fi 
     361 
     362fi 
     363 
     364 
     365 
     366(eval "as_func_return () { 
     367  (exit \$1) 
     368} 
     369as_func_success () { 
     370  as_func_return 0 
     371} 
     372as_func_failure () { 
     373  as_func_return 1 
     374} 
     375as_func_ret_success () { 
     376  return 0 
     377} 
     378as_func_ret_failure () { 
     379  return 1 
     380} 
     381 
     382exitcode=0 
     383if as_func_success; then 
     384  : 
     385else 
     386  exitcode=1 
     387  echo as_func_success failed. 
     388fi 
     389 
     390if as_func_failure; then 
     391  exitcode=1 
     392  echo as_func_failure succeeded. 
     393fi 
     394 
     395if as_func_ret_success; then 
     396  : 
     397else 
     398  exitcode=1 
     399  echo as_func_ret_success failed. 
     400fi 
     401 
     402if as_func_ret_failure; then 
     403  exitcode=1 
     404  echo as_func_ret_failure succeeded. 
     405fi 
     406 
     407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
     408  : 
     409else 
     410  exitcode=1 
     411  echo positional parameters were not saved. 
     412fi 
     413 
     414test \$exitcode = 0") || { 
     415  echo No shell found that supports shell functions. 
     416  echo Please tell autoconf@gnu.org about your system, 
     417  echo including any error possibly output before this 
     418  echo message 
     419} 
     420 
     421 
     422 
     423  as_lineno_1=$LINENO 
     424  as_lineno_2=$LINENO 
     425  test "x$as_lineno_1" != "x$as_lineno_2" && 
     426  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 
    155427 
    156428  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    157429  # uniformly replaced by the line number.  The first 'sed' inserts a 
    158   # line-number line before each line; the second 'sed' does the real 
    159   # work.  The second script uses 'N' to pair each line-number line 
    160   # with the numbered line, and appends trailing '-' during 
    161   # substitution so that $LINENO is not a special case at line end. 
     430  # line-number line after each line using $LINENO; the second 'sed' 
     431  # does the real work.  The second script uses 'N' to pair each 
     432  # line-number line with the line containing $LINENO, and appends 
     433  # trailing '-' during substitution so that $LINENO is not a special 
     434  # case at line end. 
    162435  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
    164   sed '=' <$as_myself | 
     436  # scripts with optimization help from Paolo Bonzini.  Blame Lee 
     437  # E. McMahon (1931-1989) for sed's syntax.  :-) 
     438  sed -n ' 
     439    p 
     440    /[$]LINENO/= 
     441  ' <$as_myself | 
    165442    sed ' 
     443      s/[$]LINENO.*/&-/ 
     444      t lineno 
     445      b 
     446      :lineno 
    166447      N 
    167       s,$,-, 
    168       : loop 
    169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
     448      :loop 
     449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
    170450      t loop 
    171       s,-$,, 
    172       s,^['$as_cr_digits']*\n,, 
     451      s/-\n.*// 
    173452    ' >$as_me.lineno && 
    174   chmod +x $as_me.lineno || 
     453  chmod +x "$as_me.lineno" || 
    175454    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    176455   { (exit 1); exit 1; }; } 
     
    178457  # Don't try to exec as it changes $[0], causing all sort of problems 
    179458  # (the dirname of $[0] is not the place where we might find the 
    180   # original and so on.  Autoconf is especially sensible to this). 
    181   . ./$as_me.lineno 
     459  # original and so on.  Autoconf is especially sensitive to this). 
     460  . "./$as_me.lineno" 
    182461  # Exit status is that of the last command. 
    183462  exit 
     
    185464 
    186465 
    187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 
    188   *c*,-n*) ECHO_N= ECHO_C=' 
    189 ' ECHO_T='      ' ;; 
    190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; 
    191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; 
    192 esac 
    193  
    194 if expr a : '\(a\)' >/dev/null 2>&1; then 
     466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
     467  as_dirname=dirname 
     468else 
     469  as_dirname=false 
     470fi 
     471 
     472ECHO_C= ECHO_N= ECHO_T= 
     473case `echo -n x` in 
     474-n*) 
     475  case `echo 'x\c'` in 
     476  *c*) ECHO_T=' ';;     # ECHO_T is single tab character. 
     477  *)   ECHO_C='\c';; 
     478  esac;; 
     479*) 
     480  ECHO_N='-n';; 
     481esac 
     482 
     483if expr a : '\(a\)' >/dev/null 2>&1 && 
     484   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    195485  as_expr=expr 
    196486else 
     
    199489 
    200490rm -f conf$$ conf$$.exe conf$$.file 
     491if test -d conf$$.dir; then 
     492  rm -f conf$$.dir/conf$$.file 
     493else 
     494  rm -f conf$$.dir 
     495  mkdir conf$$.dir 
     496fi 
    201497echo >conf$$.file 
    202498if ln -s conf$$.file conf$$ 2>/dev/null; then 
    203   # We could just check for DJGPP; but this test a) works b) is more generic 
    204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 
    205   if test -f conf$$.exe; then 
    206     # Don't use ln at all; we don't have any links 
     499  as_ln_s='ln -s' 
     500  # ... but there are two gotchas: 
     501  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     502  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     503  # In both cases, we have to default to `cp -p'. 
     504  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    207505    as_ln_s='cp -p' 
    208   else 
    209     as_ln_s='ln -s' 
    210   fi 
    211506elif ln conf$$.file conf$$ 2>/dev/null; then 
    212507  as_ln_s=ln 
     
    214509  as_ln_s='cp -p' 
    215510fi 
    216 rm -f conf$$ conf$$.exe conf$$.file 
     511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
     512rmdir conf$$.dir 2>/dev/null 
    217513 
    218514if mkdir -p . 2>/dev/null; then 
     
    223519fi 
    224520 
    225 as_executable_p="test -f" 
     521if test -x / >/dev/null 2>&1; then 
     522  as_test_x='test -x' 
     523else 
     524  if ls -dL / >/dev/null 2>&1; then 
     525    as_ls_L_option=L 
     526  else 
     527    as_ls_L_option= 
     528  fi 
     529  as_test_x=' 
     530    eval sh -c '\'' 
     531      if test -d "$1"; then 
     532        test -d "$1/."; 
     533      else 
     534        case $1 in 
     535        -*)set "./$1";; 
     536        esac; 
     537        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     538        ???[sx]*):;;*)false;;esac;fi 
     539    '\'' sh 
     540  ' 
     541fi 
     542as_executable_p=$as_test_x 
    226543 
    227544# Sed expression to map a string onto a valid CPP name. 
     
    232549 
    233550 
    234 # IFS 
    235 # We need space, tab and new line, in precisely that order. 
    236 as_nl=' 
    237 ' 
    238 IFS="   $as_nl" 
    239  
    240 # CDPATH. 
    241 $as_unset CDPATH 
    242  
     551 
     552exec 7<&0 </dev/null 6>&1 
    243553 
    244554# Name of the host. 
     
    247557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 
    248558 
    249 exec 6>&1 
    250  
    251559# 
    252560# Initializations. 
    253561# 
    254562ac_default_prefix=/usr/local 
     563ac_clean_files= 
    255564ac_config_libobj_dir=. 
     565LIBOBJS= 
    256566cross_compiling=no 
    257567subdirs= 
     
    259569MAKEFLAGS= 
    260570SHELL=${CONFIG_SHELL-/bin/sh} 
    261  
    262 # Maximum number of lines to put in a shell here document. 
    263 # This variable seems obsolete.  It should probably be removed, and 
    264 # only ac_max_sed_lines should be used. 
    265 : ${ac_max_here_lines=38} 
    266571 
    267572# Identity of this package. 
     
    275580ac_includes_default="\ 
    276581#include <stdio.h> 
    277 #if HAVE_SYS_TYPES_H 
     582#ifdef HAVE_SYS_TYPES_H 
    278583# include <sys/types.h> 
    279584#endif 
    280 #if HAVE_SYS_STAT_H 
     585#ifdef HAVE_SYS_STAT_H 
    281586# include <sys/stat.h> 
    282587#endif 
    283 #if STDC_HEADERS 
     588#ifdef STDC_HEADERS 
    284589# include <stdlib.h> 
    285590# include <stddef.h> 
    286591#else 
    287 # if HAVE_STDLIB_H 
     592# ifdef HAVE_STDLIB_H 
    288593#  include <stdlib.h> 
    289594# endif 
    290595#endif 
    291 #if HAVE_STRING_H 
    292 # if !STDC_HEADERS && HAVE_MEMORY_H 
     596#ifdef HAVE_STRING_H 
     597# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
    293598#  include <memory.h> 
    294599# endif 
    295600# include <string.h> 
    296601#endif 
    297 #if HAVE_STRINGS_H 
     602#ifdef HAVE_STRINGS_H 
    298603# include <strings.h> 
    299604#endif 
    300 #if HAVE_INTTYPES_H 
     605#ifdef HAVE_INTTYPES_H 
    301606# include <inttypes.h> 
    302 #else 
    303 # if HAVE_STDINT_H 
    304 #  include <stdint.h> 
    305 # endif 
    306607#endif 
    307 #if HAVE_UNISTD_H 
     608#ifdef HAVE_STDINT_H 
     609# include <stdint.h> 
     610#endif 
     611#ifdef HAVE_UNISTD_H 
    308612# include <unistd.h> 
    309613#endif" 
    310614 
    311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX ac_pjdir ac_build_mak_vars CPP EGREP ac_os_objs ac_pjmedia_snd ac_pa_cflags ac_pa_use_alsa ac_pa_use_oss ac_no_small_filter ac_no_large_filter ac_no_speex_aec ac_no_g711_codec ac_no_l16_codec ac_no_gsm_codec ac_no_g722_codec ac_no_speex_codec ac_no_ilbc_codec ac_no_ssl openssl_h_present libssl_present libcrypto_present ac_cross_compile ac_linux_poll ac_host ac_main_obj LIBOBJS LTLIBOBJS' 
     615ac_subst_vars='SHELL 
     616PATH_SEPARATOR 
     617PACKAGE_NAME 
     618PACKAGE_TARNAME 
     619PACKAGE_VERSION 
     620PACKAGE_STRING 
     621PACKAGE_BUGREPORT 
     622exec_prefix 
     623prefix 
     624program_transform_name 
     625bindir 
     626sbindir 
     627libexecdir 
     628datarootdir 
     629datadir 
     630sysconfdir 
     631sharedstatedir 
     632localstatedir 
     633includedir 
     634oldincludedir 
     635docdir 
     636infodir 
     637htmldir 
     638dvidir 
     639pdfdir 
     640psdir 
     641libdir 
     642localedir 
     643mandir 
     644DEFS 
     645ECHO_C 
     646ECHO_N 
     647ECHO_T 
     648LIBS 
     649build_alias 
     650host_alias 
     651target_alias 
     652build 
     653build_cpu 
     654build_vendor 
     655build_os 
     656host 
     657host_cpu 
     658host_vendor 
     659host_os 
     660target 
     661target_cpu 
     662target_vendor 
     663target_os 
     664CC 
     665CFLAGS 
     666LDFLAGS 
     667CPPFLAGS 
     668ac_ct_CC 
     669EXEEXT 
     670OBJEXT 
     671CXX 
     672CXXFLAGS 
     673ac_ct_CXX 
     674ac_pjdir 
     675ac_build_mak_vars 
     676CPP 
     677GREP 
     678EGREP 
     679ac_os_objs 
     680ac_pjmedia_snd 
     681ac_pa_cflags 
     682ac_pa_use_alsa 
     683ac_pa_use_oss 
     684ac_no_small_filter 
     685ac_no_large_filter 
     686ac_no_speex_aec 
     687ac_no_g711_codec 
     688ac_no_l16_codec 
     689ac_no_gsm_codec 
     690ac_no_g722_codec 
     691ac_no_g7221_codec 
     692ac_no_speex_codec 
     693ac_no_ilbc_codec 
     694ac_no_ssl 
     695openssl_h_present 
     696libssl_present 
     697libcrypto_present 
     698ac_cross_compile 
     699ac_linux_poll 
     700ac_host 
     701ac_main_obj 
     702LIBOBJS 
     703LTLIBOBJS' 
    312704ac_subst_files='' 
     705      ac_precious_vars='build_alias 
     706host_alias 
     707target_alias 
     708CC 
     709CFLAGS 
     710LDFLAGS 
     711LIBS 
     712CPPFLAGS 
     713CXX 
     714CXXFLAGS 
     715CCC 
     716CPP' 
     717 
    313718 
    314719# Initialize some variables set by options. 
     
    337742# by default will actually change. 
    338743# Use braces instead of parens because sh, perl, etc. also accept them. 
     744# (The list follows the same order as the GNU Coding Standards.) 
    339745bindir='${exec_prefix}/bin' 
    340746sbindir='${exec_prefix}/sbin' 
    341747libexecdir='${exec_prefix}/libexec' 
    342 datadir='${prefix}/share' 
     748datarootdir='${prefix}/share' 
     749datadir='${datarootdir}' 
    343750sysconfdir='${prefix}/etc' 
    344751sharedstatedir='${prefix}/com' 
    345752localstatedir='${prefix}/var' 
    346 libdir='${exec_prefix}/lib' 
    347753includedir='${prefix}/include' 
    348754oldincludedir='/usr/include' 
    349 infodir='${prefix}/info' 
    350 mandir='${prefix}/man' 
     755docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 
     756infodir='${datarootdir}/info' 
     757htmldir='${docdir}' 
     758dvidir='${docdir}' 
     759pdfdir='${docdir}' 
     760psdir='${docdir}' 
     761libdir='${exec_prefix}/lib' 
     762localedir='${datarootdir}/locale' 
     763mandir='${datarootdir}/man' 
    351764 
    352765ac_prev= 
     766ac_dashdash= 
    353767for ac_option 
    354768do 
    355769  # If the previous option needs an argument, assign it. 
    356770  if test -n "$ac_prev"; then 
    357     eval "$ac_prev=\$ac_option" 
     771    eval $ac_prev=\$ac_option 
    358772    ac_prev= 
    359773    continue 
    360774  fi 
    361775 
    362   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 
     776  case $ac_option in 
     777  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 
     778  *)    ac_optarg=yes ;; 
     779  esac 
    363780 
    364781  # Accept the important Cygnus configure options, so we can diagnose typos. 
    365782 
    366   case $ac_option in 
     783  case $ac_dashdash$ac_option in 
     784  --) 
     785    ac_dashdash=yes ;; 
    367786 
    368787  -bindir | --bindir | --bindi | --bind | --bin | --bi) 
     
    386805    cache_file=config.cache ;; 
    387806 
    388   -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 
     807  -datadir | --datadir | --datadi | --datad) 
    389808    ac_prev=datadir ;; 
    390   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 
    391   | --da=*) 
     809  -datadir=* | --datadir=* | --datadi=* | --datad=*) 
    392810    datadir=$ac_optarg ;; 
     811 
     812  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 
     813  | --dataroo | --dataro | --datar) 
     814    ac_prev=datarootdir ;; 
     815  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 
     816  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 
     817    datarootdir=$ac_optarg ;; 
    393818 
    394819  -disable-* | --disable-*) 
    395820    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    396821    # Reject names that are not valid shell variable names. 
    397     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     822    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    398823      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    399824   { (exit 1); exit 1; }; } 
    400     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    401     eval "enable_$ac_feature=no" ;; 
     825    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     826    eval enable_$ac_feature=no ;; 
     827 
     828  -docdir | --docdir | --docdi | --doc | --do) 
     829    ac_prev=docdir ;; 
     830  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 
     831    docdir=$ac_optarg ;; 
     832 
     833  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 
     834    ac_prev=dvidir ;; 
     835  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 
     836    dvidir=$ac_optarg ;; 
    402837 
    403838  -enable-* | --enable-*) 
    404839    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    405840    # Reject names that are not valid shell variable names. 
    406     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     841    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    407842      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    408843   { (exit 1); exit 1; }; } 
    409     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    410     case $ac_option in 
    411       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
    412       *) ac_optarg=yes ;; 
    413     esac 
    414     eval "enable_$ac_feature='$ac_optarg'" ;; 
     844    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     845    eval enable_$ac_feature=\$ac_optarg ;; 
    415846 
    416847  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    439870    host_alias=$ac_optarg ;; 
    440871 
     872  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 
     873    ac_prev=htmldir ;; 
     874  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 
     875  | --ht=*) 
     876    htmldir=$ac_optarg ;; 
     877 
    441878  -includedir | --includedir | --includedi | --included | --include \ 
    442879  | --includ | --inclu | --incl | --inc) 
     
    463900    libexecdir=$ac_optarg ;; 
    464901 
     902  -localedir | --localedir | --localedi | --localed | --locale) 
     903    ac_prev=localedir ;; 
     904  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 
     905    localedir=$ac_optarg ;; 
     906 
    465907  -localstatedir | --localstatedir | --localstatedi | --localstated \ 
    466   | --localstate | --localstat | --localsta | --localst \ 
    467   | --locals | --local | --loca | --loc | --lo) 
     908  | --localstate | --localstat | --localsta | --localst | --locals) 
    468909    ac_prev=localstatedir ;; 
    469910  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 
    470   | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 
    471   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 
     911  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 
    472912    localstatedir=$ac_optarg ;; 
    473913 
     
    534974    program_transform_name=$ac_optarg ;; 
    535975 
     976  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 
     977    ac_prev=pdfdir ;; 
     978  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 
     979    pdfdir=$ac_optarg ;; 
     980 
     981  -psdir | --psdir | --psdi | --psd | --ps) 
     982    ac_prev=psdir ;; 
     983  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 
     984    psdir=$ac_optarg ;; 
     985 
    536986  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    537987  | -silent | --silent | --silen | --sile | --sil) 
     
    5861036    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    5871037    # Reject names that are not valid shell variable names. 
    588     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1038    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    5891039      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    5901040   { (exit 1); exit 1; }; } 
    591     ac_package=`echo $ac_package| sed 's/-/_/g'` 
    592     case $ac_option in 
    593       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
    594       *) ac_optarg=yes ;; 
    595     esac 
    596     eval "with_$ac_package='$ac_optarg'" ;; 
     1041    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1042    eval with_$ac_package=\$ac_optarg ;; 
    5971043 
    5981044  -without-* | --without-*) 
    5991045    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    6001046    # Reject names that are not valid shell variable names. 
    601     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1047    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    6021048      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    6031049   { (exit 1); exit 1; }; } 
    604     ac_package=`echo $ac_package | sed 's/-/_/g'` 
    605     eval "with_$ac_package=no" ;; 
     1050    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1051    eval with_$ac_package=no ;; 
    6061052 
    6071053  --x) 
     
    6341080      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    6351081   { (exit 1); exit 1; }; } 
    636     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 
    637     eval "$ac_envvar='$ac_optarg'" 
     1082    eval $ac_envvar=\$ac_optarg 
    6381083    export $ac_envvar ;; 
    6391084 
     
    6551100fi 
    6561101 
    657 # Be sure to have absolute paths. 
    658 for ac_var in exec_prefix prefix 
     1102# Be sure to have absolute directory names. 
     1103for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
     1104                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     1105                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 
     1106                libdir localedir mandir 
    6591107do 
    660   eval ac_val=$`echo $ac_var` 
     1108  eval ac_val=\$$ac_var 
    6611109  case $ac_val in 
    662     [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 
    663     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    664    { (exit 1); exit 1; }; };; 
     1110    [\\/$]* | ?:[\\/]* )  continue;; 
     1111    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    6651112  esac 
    666 done 
    667  
    668 # Be sure to have absolute paths. 
    669 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 
    670               localstatedir libdir includedir oldincludedir infodir mandir 
    671 do 
    672   eval ac_val=$`echo $ac_var` 
    673   case $ac_val in 
    674     [\\/$]* | ?:[\\/]* ) ;; 
    675     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    676    { (exit 1); exit 1; }; };; 
    677   esac 
     1113  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1114   { (exit 1); exit 1; }; } 
    6781115done 
    6791116 
     
    7021139 
    7031140 
     1141ac_pwd=`pwd` && test -n "$ac_pwd" && 
     1142ac_ls_di=`ls -di .` && 
     1143ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
     1144  { echo "$as_me: error: Working directory cannot be determined" >&2 
     1145   { (exit 1); exit 1; }; } 
     1146test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
     1147  { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1148   { (exit 1); exit 1; }; } 
     1149 
     1150 
    7041151# Find the source files, if location was not specified. 
    7051152if test -z "$srcdir"; then 
    7061153  ac_srcdir_defaulted=yes 
    707   # Try the directory containing this script, then its parent. 
    708   ac_confdir=`(dirname "$0") 2>/dev/null || 
     1154  # Try the directory containing this script, then the parent directory. 
     1155  ac_confdir=`$as_dirname -- "$0" || 
    7091156$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    7101157         X"$0" : 'X\(//\)[^/]' \| \ 
    7111158         X"$0" : 'X\(//\)$' \| \ 
    712          X"$0" : 'X\(/\)' \| \ 
    713          .     : '\(.\)' 2>/dev/null || 
     1159         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    7141160echo X"$0" | 
    715     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    716           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    717           /^X\(\/\/\)$/{ s//\1/; q; } 
    718           /^X\(\/\).*/{ s//\1/; q; } 
    719           s/.*/./; q'` 
     1161    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
     1162            s//\1/ 
     1163            q 
     1164          } 
     1165          /^X\(\/\/\)[^/].*/{ 
     1166            s//\1/ 
     1167            q 
     1168          } 
     1169          /^X\(\/\/\)$/{ 
     1170            s//\1/ 
     1171            q 
     1172          } 
     1173          /^X\(\/\).*/{ 
     1174            s//\1/ 
     1175            q 
     1176          } 
     1177          s/.*/./; q'` 
    7201178  srcdir=$ac_confdir 
    721   if test ! -r $srcdir/$ac_unique_file; then 
     1179  if test ! -r "$srcdir/$ac_unique_file"; then 
    7221180    srcdir=.. 
    7231181  fi 
     
    7251183  ac_srcdir_defaulted=no 
    7261184fi 
    727 if test ! -r $srcdir/$ac_unique_file; then 
    728   if test "$ac_srcdir_defaulted" = yes; then 
    729     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 
     1185if test ! -r "$srcdir/$ac_unique_file"; then 
     1186  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
     1187  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    7301188   { (exit 1); exit 1; }; } 
    731   else 
    732     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1189fi 
     1190ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
     1191ac_abs_confdir=`( 
     1192        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
    7331193   { (exit 1); exit 1; }; } 
    734   fi 
    735 fi 
    736 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 
    737   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 
    738    { (exit 1); exit 1; }; } 
    739 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 
    740 ac_env_build_alias_set=${build_alias+set} 
    741 ac_env_build_alias_value=$build_alias 
    742 ac_cv_env_build_alias_set=${build_alias+set} 
    743 ac_cv_env_build_alias_value=$build_alias 
    744 ac_env_host_alias_set=${host_alias+set} 
    745 ac_env_host_alias_value=$host_alias 
    746 ac_cv_env_host_alias_set=${host_alias+set} 
    747 ac_cv_env_host_alias_value=$host_alias 
    748 ac_env_target_alias_set=${target_alias+set} 
    749 ac_env_target_alias_value=$target_alias 
    750 ac_cv_env_target_alias_set=${target_alias+set} 
    751 ac_cv_env_target_alias_value=$target_alias 
    752 ac_env_CC_set=${CC+set} 
    753 ac_env_CC_value=$CC 
    754 ac_cv_env_CC_set=${CC+set} 
    755 ac_cv_env_CC_value=$CC 
    756 ac_env_CFLAGS_set=${CFLAGS+set} 
    757 ac_env_CFLAGS_value=$CFLAGS 
    758 ac_cv_env_CFLAGS_set=${CFLAGS+set} 
    759 ac_cv_env_CFLAGS_value=$CFLAGS 
    760 ac_env_LDFLAGS_set=${LDFLAGS+set} 
    761 ac_env_LDFLAGS_value=$LDFLAGS 
    762 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 
    763 ac_cv_env_LDFLAGS_value=$LDFLAGS 
    764 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 
    765 ac_env_CPPFLAGS_value=$CPPFLAGS 
    766 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 
    767 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 
    768 ac_env_CXX_set=${CXX+set} 
    769 ac_env_CXX_value=$CXX 
    770 ac_cv_env_CXX_set=${CXX+set} 
    771 ac_cv_env_CXX_value=$CXX 
    772 ac_env_CXXFLAGS_set=${CXXFLAGS+set} 
    773 ac_env_CXXFLAGS_value=$CXXFLAGS 
    774 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 
    775 ac_cv_env_CXXFLAGS_value=$CXXFLAGS 
    776 ac_env_CPP_set=${CPP+set} 
    777 ac_env_CPP_value=$CPP 
    778 ac_cv_env_CPP_set=${CPP+set} 
    779 ac_cv_env_CPP_value=$CPP 
     1194        pwd)` 
     1195# When building in place, set srcdir=. 
     1196if test "$ac_abs_confdir" = "$ac_pwd"; then 
     1197  srcdir=. 
     1198fi 
     1199# Remove unnecessary trailing slashes from srcdir. 
     1200# Double slashes in file names in object file debugging info 
     1201# mess up M-x gdb in Emacs. 
     1202case $srcdir in 
     1203*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 
     1204esac 
     1205for ac_var in $ac_precious_vars; do 
     1206  eval ac_env_${ac_var}_set=\${${ac_var}+set} 
     1207  eval ac_env_${ac_var}_value=\$${ac_var} 
     1208  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 
     1209  eval ac_cv_env_${ac_var}_value=\$${ac_var} 
     1210done 
    7801211 
    7811212# 
     
    8061237      --srcdir=DIR        find the sources in DIR [configure dir or \`..'] 
    8071238 
    808 _ACEOF 
    809  
    810   cat <<_ACEOF 
    8111239Installation directories: 
    8121240  --prefix=PREFIX         install architecture-independent files in PREFIX 
     
    8261254  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
    8271255  --libexecdir=DIR       program executables [EPREFIX/libexec] 
    828   --datadir=DIR          read-only architecture-independent data [PREFIX/share] 
    8291256  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
    8301257  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
     
    8331260  --includedir=DIR       C header files [PREFIX/include] 
    8341261  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
    835   --infodir=DIR          info documentation [PREFIX/info] 
    836   --mandir=DIR           man documentation [PREFIX/man] 
     1262  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
     1263  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
     1264  --infodir=DIR          info documentation [DATAROOTDIR/info] 
     1265  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
     1266  --mandir=DIR           man documentation [DATAROOTDIR/man] 
     1267  --docdir=DIR           documentation root [DATAROOTDIR/doc/pjproject] 
     1268  --htmldir=DIR          html documentation [DOCDIR] 
     1269  --dvidir=DIR           dvi documentation [DOCDIR] 
     1270  --pdfdir=DIR           pdf documentation [DOCDIR] 
     1271  --psdir=DIR            ps documentation [DOCDIR] 
    8371272_ACEOF 
    8381273 
     
    8691304  --disable-gsm-codec     Exclude GSM codec in the build 
    8701305  --disable-g722-codec    Exclude G.722 codec in the build 
     1306  --disable-g7221-codec   Exclude G.7221 codec in the build 
    8711307  --disable-speex-codec   Exclude Speex codecs in the build 
    8721308  --disable-ilbc-codec    Exclude iLBC codec in the build 
     
    8871323  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    8881324              nonstandard directory <lib dir> 
    889   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have 
    890               headers in a nonstandard directory <include dir> 
     1325  LIBS        libraries to pass to the linker, e.g. -l<library> 
     1326  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
     1327              you have headers in a nonstandard directory <include dir> 
    8911328  CXX         C++ compiler command 
    8921329  CXXFLAGS    C++ compiler flags 
     
    8971334 
    8981335_ACEOF 
     1336ac_status=$? 
    8991337fi 
    9001338 
    9011339if test "$ac_init_help" = "recursive"; then 
    9021340  # If there are subdirs, report their specific --help. 
    903   ac_popdir=`pwd` 
    9041341  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    905     test -d $ac_dir || continue 
     1342    test -d "$ac_dir" || continue 
    9061343    ac_builddir=. 
    9071344 
    908 if test "$ac_dir" != .; then 
     1345case "$ac_dir" in 
     1346.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     1347*) 
    9091348  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    910   # A "../" for each directory in $ac_dir_suffix. 
    911   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 
    912 else 
    913   ac_dir_suffix= ac_top_builddir= 
    914 fi 
     1349  # A ".." for each directory in $ac_dir_suffix. 
     1350  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     1351  case $ac_top_builddir_sub in 
     1352  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     1353  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; 
     1354  esac ;; 
     1355esac 
     1356ac_abs_top_builddir=$ac_pwd 
     1357ac_abs_builddir=$ac_pwd$ac_dir_suffix 
     1358# for backward compatibility: 
     1359ac_top_builddir=$ac_top_build_prefix 
    9151360 
    9161361case $srcdir in 
    917   .)  # No --srcdir option.  We are building in place. 
     1362  .)  # We are building in place. 
    9181363    ac_srcdir=. 
    919     if test -z "$ac_top_builddir"; then 
    920        ac_top_srcdir=. 
    921     else 
    922        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 
    923     fi ;; 
    924   [\\/]* | ?:[\\/]* )  # Absolute path. 
     1364    ac_top_srcdir=$ac_top_builddir_sub 
     1365    ac_abs_top_srcdir=$ac_pwd ;; 
     1366  [\\/]* | ?:[\\/]* )  # Absolute name. 
    9251367    ac_srcdir=$srcdir$ac_dir_suffix; 
    926     ac_top_srcdir=$srcdir ;; 
    927   *) # Relative path. 
    928     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 
    929     ac_top_srcdir=$ac_top_builddir$srcdir ;; 
    930 esac 
    931  
    932 # Do not use `cd foo && pwd` to compute absolute paths, because 
    933 # the directories may not exist. 
    934 case `pwd` in 
    935 .) ac_abs_builddir="$ac_dir";; 
    936 *) 
    937   case "$ac_dir" in 
    938   .) ac_abs_builddir=`pwd`;; 
    939   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
    940   *) ac_abs_builddir=`pwd`/"$ac_dir";; 
    941   esac;; 
    942 esac 
    943 case $ac_abs_builddir in 
    944 .) ac_abs_top_builddir=${ac_top_builddir}.;; 
    945 *) 
    946   case ${ac_top_builddir}. in 
    947   .) ac_abs_top_builddir=$ac_abs_builddir;; 
    948   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
    949   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
    950   esac;; 
    951 esac 
    952 case $ac_abs_builddir in 
    953 .) ac_abs_srcdir=$ac_srcdir;; 
    954 *) 
    955   case $ac_srcdir in 
    956   .) ac_abs_srcdir=$ac_abs_builddir;; 
    957   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
    958   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
    959   esac;; 
    960 esac 
    961 case $ac_abs_builddir in 
    962 .) ac_abs_top_srcdir=$ac_top_srcdir;; 
    963 *) 
    964   case $ac_top_srcdir in 
    965   .) ac_abs_top_srcdir=$ac_abs_builddir;; 
    966   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
    967   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
    968   esac;; 
    969 esac 
    970  
    971     cd $ac_dir 
    972     # Check for guested configure; otherwise get Cygnus style configure. 
    973     if test -f $ac_srcdir/configure.gnu; then 
    974       echo 
    975       $SHELL $ac_srcdir/configure.gnu  --help=recursive 
    976     elif test -f $ac_srcdir/configure; then 
    977       echo 
    978       $SHELL $ac_srcdir/configure  --help=recursive 
    979     elif test -f $ac_srcdir/configure.ac || 
    980            test -f $ac_srcdir/configure.in; then 
    981       echo 
    982       $ac_configure --help 
     1368    ac_top_srcdir=$srcdir 
     1369    ac_abs_top_srcdir=$srcdir ;; 
     1370  *) # Relative name. 
     1371    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 
     1372    ac_top_srcdir=$ac_top_build_prefix$srcdir 
     1373    ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 
     1374esac 
     1375ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 
     1376 
     1377    cd "$ac_dir" || { ac_status=$?; continue; } 
     1378    # Check for guested configure. 
     1379    if test -f "$ac_srcdir/configure.gnu"; then 
     1380      echo && 
     1381      $SHELL "$ac_srcdir/configure.gnu" --help=recursive 
     1382    elif test -f "$ac_srcdir/configure"; then 
     1383      echo && 
     1384      $SHELL "$ac_srcdir/configure" --help=recursive 
    9831385    else 
    9841386      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    985     fi 
    986     cd $ac_popdir 
     1387    fi || ac_status=$? 
     1388    cd "$ac_pwd" || { ac_status=$?; break; } 
    9871389  done 
    9881390fi 
    9891391 
    990 test -n "$ac_init_help" && exit 0 
     1392test -n "$ac_init_help" && exit $ac_status 
    9911393if $ac_init_version; then 
    9921394  cat <<\_ACEOF 
    9931395pjproject configure 1.0 
    994 generated by GNU Autoconf 2.59 
    995  
    996 Copyright (C) 2003 Free Software Foundation, Inc. 
     1396generated by GNU Autoconf 2.61 
     1397 
     1398Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     13992002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    9971400This configure script is free software; the Free Software Foundation 
    9981401gives unlimited permission to copy, distribute and modify it. 
    9991402_ACEOF 
    1000   exit 0 
    1001 fi 
    1002 exec 5>config.log 
    1003 cat >&5 <<_ACEOF 
     1403  exit 
     1404fi 
     1405cat >config.log <<_ACEOF 
    10041406This file contains any messages produced by compilers while 
    10051407running configure, to aid debugging if configure makes a mistake. 
    10061408 
    10071409It was created by pjproject $as_me 1.0, which was 
    1008 generated by GNU Autoconf 2.59.  Invocation command line was 
     1410generated by GNU Autoconf 2.61.  Invocation command line was 
    10091411 
    10101412  $ $0 $@ 
    10111413 
    10121414_ACEOF 
     1415exec 5>>config.log 
    10131416{ 
    10141417cat <<_ASUNAME 
     
    10291432/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown` 
    10301433/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 
    1031 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown` 
     1434/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown` 
    10321435/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown` 
    10331436/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown` 
     
    10431446  echo "PATH: $as_dir" 
    10441447done 
     1448IFS=$as_save_IFS 
    10451449 
    10461450} >&5 
     
    10641468ac_configure_args0= 
    10651469ac_configure_args1= 
    1066 ac_sep= 
    10671470ac_must_keep_next=false 
    10681471for ac_pass in 1 2 
     
    10751478    | -silent | --silent | --silen | --sile | --sil) 
    10761479      continue ;; 
    1077     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
     1480    *\'*) 
    10781481      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    10791482    esac 
     
    10971500        esac 
    10981501      fi 
    1099       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
    1100       # Get rid of the leading space. 
    1101       ac_sep=" " 
     1502      ac_configure_args="$ac_configure_args '$ac_arg'" 
    11021503      ;; 
    11031504    esac 
     
    11101511# config.log.  We remove comments because anyway the quotes in there 
    11111512# would cause problems or look ugly. 
    1112 # WARNING: Be sure not to use single quotes in there, as some shells, 
    1113 # such as our DU 5.0 friend, will then `close' the trap. 
     1513# WARNING: Use '\'' to represent an apostrophe within the trap. 
     1514# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 
    11141515trap 'exit_status=$? 
    11151516  # Save into config.log some information that might help in debugging. 
     
    11241525    echo 
    11251526    # The following way of writing the cache mishandles newlines in values, 
    1126 { 
     1527( 
     1528  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 
     1529    eval ac_val=\$$ac_var 
     1530    case $ac_val in #( 
     1531    *${as_nl}*) 
     1532      case $ac_var in #( 
     1533      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1534echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     1535      esac 
     1536      case $ac_var in #( 
     1537      _ | IFS | as_nl) ;; #( 
     1538      *) $as_unset $ac_var ;; 
     1539      esac ;; 
     1540    esac 
     1541  done 
    11271542  (set) 2>&1 | 
    1128     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 
    1129     *ac_space=\ *) 
     1543    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 
     1544    *${as_nl}ac_space=\ *) 
    11301545      sed -n \ 
    1131         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
    1132           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
     1546        "s/'\''/'\''\\\\'\'''\''/g; 
     1547          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 
     1548      ;; #( 
     1549    *) 
     1550      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 
    11331551      ;; 
    1134     *) 
    1135       sed -n \ 
    1136         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    1137       ;; 
    1138     esac; 
    1139 } 
     1552    esac | 
     1553    sort 
     1554) 
    11401555    echo 
    11411556 
     
    11481563    for ac_var in $ac_subst_vars 
    11491564    do 
    1150       eval ac_val=$`echo $ac_var` 
    1151       echo "$ac_var='"'"'$ac_val'"'"'" 
     1565      eval ac_val=\$$ac_var 
     1566      case $ac_val in 
     1567      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1568      esac 
     1569      echo "$ac_var='\''$ac_val'\''" 
    11521570    done | sort 
    11531571    echo 
     
    11551573    if test -n "$ac_subst_files"; then 
    11561574      cat <<\_ASBOX 
    1157 ## ------------- ## 
    1158 ## Output files. ## 
    1159 ## ------------- ## 
     1575## ------------------- ## 
     1576## File substitutions. ## 
     1577## ------------------- ## 
    11601578_ASBOX 
    11611579      echo 
    11621580      for ac_var in $ac_subst_files 
    11631581      do 
    1164         eval ac_val=$`echo $ac_var` 
    1165         echo "$ac_var='"'"'$ac_val'"'"'" 
     1582        eval ac_val=\$$ac_var 
     1583        case $ac_val in 
     1584        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1585        esac 
     1586        echo "$ac_var='\''$ac_val'\''" 
    11661587      done | sort 
    11671588      echo 
     
    11751596_ASBOX 
    11761597      echo 
    1177       sed "/^$/d" confdefs.h | sort 
     1598      cat confdefs.h 
    11781599      echo 
    11791600    fi 
     
    11821603    echo "$as_me: exit $exit_status" 
    11831604  } >&5 
    1184   rm -f core *.core && 
    1185   rm -rf conftest* confdefs* conf$$* $ac_clean_files && 
     1605  rm -f core *.core core.conftest.* && 
     1606    rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 
    11861607    exit $exit_status 
    1187      ' 0 
     1608' 0 
    11881609for ac_signal in 1 2 13 15; do 
    11891610  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 
     
    11921613 
    11931614# confdefs.h avoids OS command line length limits that DEFS can exceed. 
    1194 rm -rf conftest* confdefs.h 
    1195 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 
    1196 echo >confdefs.h 
     1615rm -f -r conftest* confdefs.h 
    11971616 
    11981617# Predefined preprocessor variables. 
     
    12251644# Let the site file select an alternate cache file if it wants to. 
    12261645# Prefer explicitly selected file to automatically selected ones. 
    1227 if test -z "$CONFIG_SITE"; then 
    1228   if test "x$prefix" != xNONE; then 
    1229     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 
    1230   else 
    1231     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 
    1232   fi 
    1233 fi 
    1234 for ac_site_file in $CONFIG_SITE; do 
     1646if test -n "$CONFIG_SITE"; then 
     1647  set x "$CONFIG_SITE" 
     1648elif test "x$prefix" != xNONE; then 
     1649  set x "$prefix/share/config.site" "$prefix/etc/config.site" 
     1650else 
     1651  set x "$ac_default_prefix/share/config.site" \ 
     1652        "$ac_default_prefix/etc/config.site" 
     1653fi 
     1654shift 
     1655for ac_site_file 
     1656do 
    12351657  if test -r "$ac_site_file"; then 
    12361658    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     
    12481670echo "$as_me: loading cache $cache_file" >&6;} 
    12491671    case $cache_file in 
    1250       [\\/]* | ?:[\\/]* ) . $cache_file;; 
    1251       *)                      . ./$cache_file;; 
     1672      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     1673      *)                      . "./$cache_file";; 
    12521674    esac 
    12531675  fi 
     
    12611683# value. 
    12621684ac_cache_corrupted=false 
    1263 for ac_var in `(set) 2>&1 | 
    1264                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
     1685for ac_var in $ac_precious_vars; do 
    12651686  eval ac_old_set=\$ac_cv_env_${ac_var}_set 
    12661687  eval ac_new_set=\$ac_env_${ac_var}_set 
    1267   eval ac_old_val="\$ac_cv_env_${ac_var}_value" 
    1268   eval ac_new_val="\$ac_env_${ac_var}_value" 
     1688  eval ac_old_val=\$ac_cv_env_${ac_var}_value 
     1689  eval ac_new_val=\$ac_env_${ac_var}_value 
    12691690  case $ac_old_set,$ac_new_set in 
    12701691    set,) 
     
    12911712  if test "$ac_new_set" = set; then 
    12921713    case $ac_new_val in 
    1293     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
    1294       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1714    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    12951715    *) ac_arg=$ac_var=$ac_new_val ;; 
    12961716    esac 
     
    13091729fi 
    13101730 
     1731 
     1732 
     1733 
     1734 
     1735 
     1736 
     1737 
     1738 
     1739 
     1740 
     1741 
     1742 
     1743 
     1744 
     1745 
     1746 
     1747 
     1748 
     1749 
     1750 
     1751 
     1752 
     1753 
     1754 
    13111755ac_ext=c 
    13121756ac_cpp='$CPP $CPPFLAGS' 
     
    13171761 
    13181762 
    1319  
    1320  
    1321  
    1322  
    1323  
    1324  
    1325  
    1326  
    1327  
    1328  
    1329  
    1330  
    1331  
    1332  
    1333  
    1334  
    1335  
    1336  
    1337  
    1338  
    1339  
    1340  
    1341  
    1342  
    1343  
    13441763host_orig="$host" 
    13451764 
    13461765ac_aux_dir= 
    1347 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 
    1348   if test -f $ac_dir/install-sh; then 
     1766for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 
     1767  if test -f "$ac_dir/install-sh"; then 
    13491768    ac_aux_dir=$ac_dir 
    13501769    ac_install_sh="$ac_aux_dir/install-sh -c" 
    13511770    break 
    1352   elif test -f $ac_dir/install.sh; then 
     1771  elif test -f "$ac_dir/install.sh"; then 
    13531772    ac_aux_dir=$ac_dir 
    13541773    ac_install_sh="$ac_aux_dir/install.sh -c" 
    13551774    break 
    1356   elif test -f $ac_dir/shtool; then 
     1775  elif test -f "$ac_dir/shtool"; then 
    13571776    ac_aux_dir=$ac_dir 
    13581777    ac_install_sh="$ac_aux_dir/shtool install -c" 
     
    13611780done 
    13621781if test -z "$ac_aux_dir"; then 
    1363   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 
    1364 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 
     1782  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
     1783echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
    13651784   { (exit 1); exit 1; }; } 
    13661785fi 
    1367 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 
    1368 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 
    1369 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 
     1786 
     1787# These three variables are undocumented and unsupported, 
     1788# and are intended to be withdrawn in a future Autoconf release. 
     1789# They can cause serious problems if a builder's source tree is in a directory 
     1790# whose full name contains unusual characters. 
     1791ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var. 
     1792ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var. 
     1793ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var. 
     1794 
    13701795 
    13711796# Make sure we can run config.sub. 
    1372 $ac_config_sub sun4 >/dev/null 2>&1 || 
    1373   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 
    1374 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 
     1797$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 
     1798  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
     1799echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
    13751800   { (exit 1); exit 1; }; } 
    13761801 
    1377 echo "$as_me:$LINENO: checking build system type" >&5 
    1378 echo $ECHO_N "checking build system type... $ECHO_C" >&6 
     1802{ echo "$as_me:$LINENO: checking build system type" >&5 
     1803echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 
    13791804if test "${ac_cv_build+set}" = set; then 
    13801805  echo $ECHO_N "(cached) $ECHO_C" >&6 
    13811806else 
    1382   ac_cv_build_alias=$build_alias 
    1383 test -z "$ac_cv_build_alias" && 
    1384   ac_cv_build_alias=`$ac_config_guess` 
    1385 test -z "$ac_cv_build_alias" && 
     1807  ac_build_alias=$build_alias 
     1808test "x$ac_build_alias" = x && 
     1809  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
     1810test "x$ac_build_alias" = x && 
    13861811  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    13871812echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
    13881813   { (exit 1); exit 1; }; } 
    1389 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 
    1390   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 
    1391 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 
     1814ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 
     1815  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
     1816echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
    13921817   { (exit 1); exit 1; }; } 
    13931818 
    13941819fi 
    1395 echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    1396 echo "${ECHO_T}$ac_cv_build" >&6 
     1820{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     1821echo "${ECHO_T}$ac_cv_build" >&6; } 
     1822case $ac_cv_build in 
     1823*-*-*) ;; 
     1824*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
     1825echo "$as_me: error: invalid value of canonical build" >&2;} 
     1826   { (exit 1); exit 1; }; };; 
     1827esac 
    13971828build=$ac_cv_build 
    1398 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
    1399 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
    1400 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
    1401  
    1402  
    1403 echo "$as_me:$LINENO: checking host system type" >&5 
    1404 echo $ECHO_N "checking host system type... $ECHO_C" >&6 
     1829ac_save_IFS=$IFS; IFS='-' 
     1830set x $ac_cv_build 
     1831shift 
     1832build_cpu=$1 
     1833build_vendor=$2 
     1834shift; shift 
     1835# Remember, the first character of IFS is used to create $*, 
     1836# except with old shells: 
     1837build_os=$* 
     1838IFS=$ac_save_IFS 
     1839case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 
     1840 
     1841 
     1842{ echo "$as_me:$LINENO: checking host system type" >&5 
     1843echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 
    14051844if test "${ac_cv_host+set}" = set; then 
    14061845  echo $ECHO_N "(cached) $ECHO_C" >&6 
    14071846else 
    1408   ac_cv_host_alias=$host_alias 
    1409 test -z "$ac_cv_host_alias" && 
    1410   ac_cv_host_alias=$ac_cv_build_alias 
    1411 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 
    1412   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 
    1413 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 
     1847  if test "x$host_alias" = x; then 
     1848  ac_cv_host=$ac_cv_build 
     1849else 
     1850  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 
     1851    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
     1852echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
    14141853   { (exit 1); exit 1; }; } 
    1415  
    1416 fi 
    1417 echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
    1418 echo "${ECHO_T}$ac_cv_host" >&6 
     1854fi 
     1855 
     1856fi 
     1857{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
     1858echo "${ECHO_T}$ac_cv_host" >&6; } 
     1859case $ac_cv_host in 
     1860*-*-*) ;; 
     1861*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
     1862echo "$as_me: error: invalid value of canonical host" >&2;} 
     1863   { (exit 1); exit 1; }; };; 
     1864esac 
    14191865host=$ac_cv_host 
    1420 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
    1421 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
    1422 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
    1423  
    1424  
    1425 echo "$as_me:$LINENO: checking target system type" >&5 
    1426 echo $ECHO_N "checking target system type... $ECHO_C" >&6 
     1866ac_save_IFS=$IFS; IFS='-' 
     1867set x $ac_cv_host 
     1868shift 
     1869host_cpu=$1 
     1870host_vendor=$2 
     1871shift; shift 
     1872# Remember, the first character of IFS is used to create $*, 
     1873# except with old shells: 
     1874host_os=$* 
     1875IFS=$ac_save_IFS 
     1876case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 
     1877 
     1878 
     1879{ echo "$as_me:$LINENO: checking target system type" >&5 
     1880echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 
    14271881if test "${ac_cv_target+set}" = set; then 
    14281882  echo $ECHO_N "(cached) $ECHO_C" >&6 
    14291883else 
    1430   ac_cv_target_alias=$target_alias 
    1431 test "x$ac_cv_target_alias" = "x" && 
    1432   ac_cv_target_alias=$ac_cv_host_alias 
    1433 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 
    1434   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 
    1435 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 
     1884  if test "x$target_alias" = x; then 
     1885  ac_cv_target=$ac_cv_host 
     1886else 
     1887  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 
     1888    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 
     1889echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 
    14361890   { (exit 1); exit 1; }; } 
    1437  
    1438 fi 
    1439 echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
    1440 echo "${ECHO_T}$ac_cv_target" >&6 
     1891fi 
     1892 
     1893fi 
     1894{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
     1895echo "${ECHO_T}$ac_cv_target" >&6; } 
     1896case $ac_cv_target in 
     1897*-*-*) ;; 
     1898*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 
     1899echo "$as_me: error: invalid value of canonical target" >&2;} 
     1900   { (exit 1); exit 1; }; };; 
     1901esac 
    14411902target=$ac_cv_target 
    1442 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
    1443 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
    1444 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
     1903ac_save_IFS=$IFS; IFS='-' 
     1904set x $ac_cv_target 
     1905shift 
     1906target_cpu=$1 
     1907target_vendor=$2 
     1908shift; shift 
     1909# Remember, the first character of IFS is used to create $*, 
     1910# except with old shells: 
     1911target_os=$* 
     1912IFS=$ac_save_IFS 
     1913case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 
    14451914 
    14461915 
     
    14511920    NONENONEs,x,x, && 
    14521921  program_prefix=${target_alias}- 
    1453                                                   ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h" 
    1454  
    1455                                                                                 ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/portaudio/os-auto.mak third_party/build/os-auto.mak" 
     1922ac_config_headers="$ac_config_headers pjlib/include/pj/compat/os_auto.h pjlib/include/pj/compat/m_auto.h pjmedia/include/pjmedia/config_auto.h pjmedia/include/pjmedia-codec/config_auto.h pjsip/include/pjsip/sip_autoconf.h" 
     1923 
     1924ac_config_files="$ac_config_files build.mak build/os-auto.mak pjlib/build/os-auto.mak pjlib-util/build/os-auto.mak pjmedia/build/os-auto.mak pjsip/build/os-auto.mak third_party/build/portaudio/os-auto.mak third_party/build/os-auto.mak" 
    14561925 
    14571926 
     
    14731942  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    14741943set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1475 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     1944{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    14771946if test "${ac_cv_prog_CC+set}" = set; then 
    14781947  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    14871956  test -z "$as_dir" && as_dir=. 
    14881957  for ac_exec_ext in '' $ac_executable_extensions; do 
    1489   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     1958  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    14901959    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    14911960    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    14941963done 
    14951964done 
     1965IFS=$as_save_IFS 
    14961966 
    14971967fi 
     
    14991969CC=$ac_cv_prog_CC 
    15001970if test -n "$CC"; then 
    1501   echo "$as_me:$LINENO: result: $CC" >&5 
    1502 echo "${ECHO_T}$CC" >&6 
    1503 else 
    1504   echo "$as_me:$LINENO: result: no" >&5 
    1505 echo "${ECHO_T}no" >&6 
    1506 fi 
     1971  { echo "$as_me:$LINENO: result: $CC" >&5 
     1972echo "${ECHO_T}$CC" >&6; } 
     1973else 
     1974  { echo "$as_me:$LINENO: result: no" >&5 
     1975echo "${ECHO_T}no" >&6; } 
     1976fi 
     1977 
    15071978 
    15081979fi 
     
    15111982  # Extract the first word of "gcc", so it can be a program name with args. 
    15121983set dummy gcc; ac_word=$2 
    1513 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     1984{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1985echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    15151986if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    15161987  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    15251996  test -z "$as_dir" && as_dir=. 
    15261997  for ac_exec_ext in '' $ac_executable_extensions; do 
    1527   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     1998  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    15281999    ac_cv_prog_ac_ct_CC="gcc" 
    15292000    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    15322003done 
    15332004done 
     2005IFS=$as_save_IFS 
    15342006 
    15352007fi 
     
    15372009ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    15382010if test -n "$ac_ct_CC"; then 
    1539   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1540 echo "${ECHO_T}$ac_ct_CC" >&6 
    1541 else 
    1542   echo "$as_me:$LINENO: result: no" >&5 
    1543 echo "${ECHO_T}no" >&6 
    1544 fi 
    1545  
    1546   CC=$ac_ct_CC 
     2011  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2012echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2013else 
     2014  { echo "$as_me:$LINENO: result: no" >&5 
     2015echo "${ECHO_T}no" >&6; } 
     2016fi 
     2017 
     2018  if test "x$ac_ct_CC" = x; then 
     2019    CC="" 
     2020  else 
     2021    case $cross_compiling:$ac_tool_warned in 
     2022yes:) 
     2023{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2024whose name does not start with the host triplet.  If you think this 
     2025configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2026echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2027whose name does not start with the host triplet.  If you think this 
     2028configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     2029ac_tool_warned=yes ;; 
     2030esac 
     2031    CC=$ac_ct_CC 
     2032  fi 
    15472033else 
    15482034  CC="$ac_cv_prog_CC" 
     
    15502036 
    15512037if test -z "$CC"; then 
    1552   if test -n "$ac_tool_prefix"; then 
    1553   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
     2038          if test -n "$ac_tool_prefix"; then 
     2039    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    15542040set dummy ${ac_tool_prefix}cc; ac_word=$2 
    1555 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2041{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2042echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    15572043if test "${ac_cv_prog_CC+set}" = set; then 
    15582044  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    15672053  test -z "$as_dir" && as_dir=. 
    15682054  for ac_exec_ext in '' $ac_executable_extensions; do 
    1569   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2055  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    15702056    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    15712057    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    15742060done 
    15752061done 
     2062IFS=$as_save_IFS 
    15762063 
    15772064fi 
     
    15792066CC=$ac_cv_prog_CC 
    15802067if test -n "$CC"; then 
    1581   echo "$as_me:$LINENO: result: $CC" >&5 
    1582 echo "${ECHO_T}$CC" >&6 
    1583 else 
    1584   echo "$as_me:$LINENO: result: no" >&5 
    1585 echo "${ECHO_T}no" >&6 
    1586 fi 
    1587  
    1588 fi 
    1589 if test -z "$ac_cv_prog_CC"; then 
    1590   ac_ct_CC=$CC 
    1591   # Extract the first word of "cc", so it can be a program name with args. 
    1592 set dummy cc; ac_word=$2 
    1593 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    1595 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    1596   echo $ECHO_N "(cached) $ECHO_C" >&6 
    1597 else 
    1598   if test -n "$ac_ct_CC"; then 
    1599   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 
    1600 else 
    1601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    1602 for as_dir in $PATH 
    1603 do 
    1604   IFS=$as_save_IFS 
    1605   test -z "$as_dir" && as_dir=. 
    1606   for ac_exec_ext in '' $ac_executable_extensions; do 
    1607   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    1608     ac_cv_prog_ac_ct_CC="cc" 
    1609     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    1610     break 2 
     2068  { echo "$as_me:$LINENO: result: $CC" >&5 
     2069echo "${ECHO_T}$CC" >&6; } 
     2070else 
     2071  { echo "$as_me:$LINENO: result: no" >&5 
     2072echo "${ECHO_T}no" >&6; } 
     2073fi 
     2074 
     2075 
    16112076  fi 
    1612 done 
    1613 done 
    1614  
    1615 fi 
    1616 fi 
    1617 ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    1618 if test -n "$ac_ct_CC"; then 
    1619   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1620 echo "${ECHO_T}$ac_ct_CC" >&6 
    1621 else 
    1622   echo "$as_me:$LINENO: result: no" >&5 
    1623 echo "${ECHO_T}no" >&6 
    1624 fi 
    1625  
    1626   CC=$ac_ct_CC 
    1627 else 
    1628   CC="$ac_cv_prog_CC" 
    1629 fi 
    1630  
    16312077fi 
    16322078if test -z "$CC"; then 
    16332079  # Extract the first word of "cc", so it can be a program name with args. 
    16342080set dummy cc; ac_word=$2 
    1635 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2081{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2082echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    16372083if test "${ac_cv_prog_CC+set}" = set; then 
    16382084  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    16482094  test -z "$as_dir" && as_dir=. 
    16492095  for ac_exec_ext in '' $ac_executable_extensions; do 
    1650   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2096  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    16512097    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    16522098       ac_prog_rejected=yes 
     
    16592105done 
    16602106done 
     2107IFS=$as_save_IFS 
    16612108 
    16622109if test $ac_prog_rejected = yes; then 
     
    16762123CC=$ac_cv_prog_CC 
    16772124if test -n "$CC"; then 
    1678   echo "$as_me:$LINENO: result: $CC" >&5 
    1679 echo "${ECHO_T}$CC" >&6 
    1680 else 
    1681   echo "$as_me:$LINENO: result: no" >&5 
    1682 echo "${ECHO_T}no" >&6 
    1683 fi 
     2125  { echo "$as_me:$LINENO: result: $CC" >&5 
     2126echo "${ECHO_T}$CC" >&6; } 
     2127else 
     2128  { echo "$as_me:$LINENO: result: no" >&5 
     2129echo "${ECHO_T}no" >&6; } 
     2130fi 
     2131 
    16842132 
    16852133fi 
    16862134if test -z "$CC"; then 
    16872135  if test -n "$ac_tool_prefix"; then 
    1688   for ac_prog in cl 
     2136  for ac_prog in cl.exe 
    16892137  do 
    16902138    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    16912139set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    1692 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1693 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2140{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2141echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    16942142if test "${ac_cv_prog_CC+set}" = set; then 
    16952143  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    17042152  test -z "$as_dir" && as_dir=. 
    17052153  for ac_exec_ext in '' $ac_executable_extensions; do 
    1706   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2154  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17072155    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    17082156    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    17112159done 
    17122160done 
     2161IFS=$as_save_IFS 
    17132162 
    17142163fi 
     
    17162165CC=$ac_cv_prog_CC 
    17172166if test -n "$CC"; then 
    1718   echo "$as_me:$LINENO: result: $CC" >&5 
    1719 echo "${ECHO_T}$CC" >&6 
    1720 else 
    1721   echo "$as_me:$LINENO: result: no" >&5 
    1722 echo "${ECHO_T}no" >&6 
    1723 fi 
     2167  { echo "$as_me:$LINENO: result: $CC" >&5 
     2168echo "${ECHO_T}$CC" >&6; } 
     2169else 
     2170  { echo "$as_me:$LINENO: result: no" >&5 
     2171echo "${ECHO_T}no" >&6; } 
     2172fi 
     2173 
    17242174 
    17252175    test -n "$CC" && break 
     
    17282178if test -z "$CC"; then 
    17292179  ac_ct_CC=$CC 
    1730   for ac_prog in cl 
     2180  for ac_prog in cl.exe 
    17312181do 
    17322182  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    17332183set dummy $ac_prog; ac_word=$2 
    1734 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1735 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2184{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2185echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    17362186if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    17372187  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    17462196  test -z "$as_dir" && as_dir=. 
    17472197  for ac_exec_ext in '' $ac_executable_extensions; do 
    1748   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2198  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17492199    ac_cv_prog_ac_ct_CC="$ac_prog" 
    17502200    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    17532203done 
    17542204done 
     2205IFS=$as_save_IFS 
    17552206 
    17562207fi 
     
    17582209ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    17592210if test -n "$ac_ct_CC"; then 
    1760   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1761 echo "${ECHO_T}$ac_ct_CC" >&6 
    1762 else 
    1763   echo "$as_me:$LINENO: result: no" >&5 
    1764 echo "${ECHO_T}no" >&6 
    1765 fi 
     2211  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2212echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2213else 
     2214  { echo "$as_me:$LINENO: result: no" >&5 
     2215echo "${ECHO_T}no" >&6; } 
     2216fi 
     2217 
    17662218 
    17672219  test -n "$ac_ct_CC" && break 
    17682220done 
    17692221 
    1770   CC=$ac_ct_CC 
     2222  if test "x$ac_ct_CC" = x; then 
     2223    CC="" 
     2224  else 
     2225    case $cross_compiling:$ac_tool_warned in 
     2226yes:) 
     2227{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2228whose name does not start with the host triplet.  If you think this 
     2229configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2230echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2231whose name does not start with the host triplet.  If you think this 
     2232configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     2233ac_tool_warned=yes ;; 
     2234esac 
     2235    CC=$ac_ct_CC 
     2236  fi 
    17712237fi 
    17722238 
     
    17812247 
    17822248# Provide some information about the compiler. 
    1783 echo "$as_me:$LINENO:" \ 
    1784      "checking for C compiler version" >&5 
     2249echo "$as_me:$LINENO: checking for C compiler version" >&5 
    17852250ac_compiler=`set X $ac_compile; echo $2` 
    1786 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 
    1787   (eval $ac_compiler --version </dev/null >&5) 2>&5 
     2251{ (ac_try="$ac_compiler --version >&5" 
     2252case "(($ac_try" in 
     2253  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2254  *) ac_try_echo=$ac_try;; 
     2255esac 
     2256eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2257  (eval "$ac_compiler --version >&5") 2>&5 
    17882258  ac_status=$? 
    17892259  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    17902260  (exit $ac_status); } 
    1791 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 
    1792   (eval $ac_compiler -v </dev/null >&5) 2>&5 
     2261{ (ac_try="$ac_compiler -v >&5" 
     2262case "(($ac_try" in 
     2263  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2264  *) ac_try_echo=$ac_try;; 
     2265esac 
     2266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2267  (eval "$ac_compiler -v >&5") 2>&5 
    17932268  ac_status=$? 
    17942269  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    17952270  (exit $ac_status); } 
    1796 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 
    1797   (eval $ac_compiler -V </dev/null >&5) 2>&5 
     2271{ (ac_try="$ac_compiler -V >&5" 
     2272case "(($ac_try" in 
     2273  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2274  *) ac_try_echo=$ac_try;; 
     2275esac 
     2276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2277  (eval "$ac_compiler -V >&5") 2>&5 
    17982278  ac_status=$? 
    17992279  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    18202300# It will help us diagnose broken compilers, and finding out an intuition 
    18212301# of exeext. 
    1822 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    1823 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 
     2302{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     2303echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
    18242304ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    1825 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 
    1826   (eval $ac_link_default) 2>&5 
     2305# 
     2306# List of possible output files, starting from the most likely. 
     2307# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
     2308# only as a last resort.  b.out is created by i960 compilers. 
     2309ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
     2310# 
     2311# The IRIX 6 linker writes into existing files which may not be 
     2312# executable, retaining their permissions.  Remove them first so a 
     2313# subsequent execution test works. 
     2314ac_rmfiles= 
     2315for ac_file in $ac_files 
     2316do 
     2317  case $ac_file in 
     2318    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     2319    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
     2320  esac 
     2321done 
     2322rm -f $ac_rmfiles 
     2323 
     2324if { (ac_try="$ac_link_default" 
     2325case "(($ac_try" in 
     2326  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2327  *) ac_try_echo=$ac_try;; 
     2328esac 
     2329eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2330  (eval "$ac_link_default") 2>&5 
    18272331  ac_status=$? 
    18282332  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    18292333  (exit $ac_status); }; then 
    1830   # Find the output, starting from the most likely.  This scheme is 
    1831 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 
    1832 # resort. 
    1833  
    1834 # Be careful to initialize this variable, since it used to be cached. 
    1835 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 
    1836 ac_cv_exeext= 
    1837 # b.out is created by i960 compilers. 
    1838 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 
     2334  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     2335# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 
     2336# in a Makefile.  We should not override ac_cv_exeext if it was cached, 
     2337# so that the user can short-circuit this test for compilers unknown to 
     2338# Autoconf. 
     2339for ac_file in $ac_files '' 
    18392340do 
    18402341  test -f "$ac_file" || continue 
    18412342  case $ac_file in 
    1842     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
    1843         ;; 
    1844     conftest.$ac_ext ) 
    1845         # This is the source file. 
     2343    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
    18462344        ;; 
    18472345    [ab].out ) 
     
    18502348        break;; 
    18512349    *.* ) 
    1852         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1853         # FIXME: I believe we export ac_cv_exeext for Libtool, 
    1854         # but it would be cool to find out if it's true.  Does anybody 
    1855         # maintain Libtool? --akim. 
    1856         export ac_cv_exeext 
     2350        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 
     2351        then :; else 
     2352           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     2353        fi 
     2354        # We set ac_cv_exeext here because the later test for it is not 
     2355        # safe: cross compilers may not add the suffix if given an `-o' 
     2356        # argument, so we may need to know it at that point already. 
     2357        # Even if this section looks crufty: it has the advantage of 
     2358        # actually working. 
    18572359        break;; 
    18582360    * ) 
     
    18602362  esac 
    18612363done 
    1862 else 
     2364test "$ac_cv_exeext" = no && ac_cv_exeext= 
     2365 
     2366else 
     2367  ac_file='' 
     2368fi 
     2369 
     2370{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2371echo "${ECHO_T}$ac_file" >&6; } 
     2372if test -z "$ac_file"; then 
    18632373  echo "$as_me: failed program was:" >&5 
    18642374sed 's/^/| /' conftest.$ac_ext >&5 
     
    18722382 
    18732383ac_exeext=$ac_cv_exeext 
    1874 echo "$as_me:$LINENO: result: $ac_file" >&5 
    1875 echo "${ECHO_T}$ac_file" >&6 
    1876  
    1877 # Check the compiler produces executables we can run.  If not, either 
     2384 
     2385# Check that the compiler produces executables we can run.  If not, either 
    18782386# the compiler is broken, or we cross compile. 
    1879 echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    1880 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 
     2387{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     2388echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
    18812389# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    18822390# If not cross compiling, check that we can run a simple program. 
    18832391if test "$cross_compiling" != yes; then 
    18842392  if { ac_try='./$ac_file' 
    1885   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    1886   (eval $ac_try) 2>&5 
     2393  { (case "(($ac_try" in 
     2394  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2395  *) ac_try_echo=$ac_try;; 
     2396esac 
     2397eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2398  (eval "$ac_try") 2>&5 
    18872399  ac_status=$? 
    18882400  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    19032415  fi 
    19042416fi 
    1905 echo "$as_me:$LINENO: result: yes" >&5 
    1906 echo "${ECHO_T}yes" >&6 
     2417{ echo "$as_me:$LINENO: result: yes" >&5 
     2418echo "${ECHO_T}yes" >&6; } 
    19072419 
    19082420rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    19092421ac_clean_files=$ac_clean_files_save 
    1910 # Check the compiler produces executables we can run.  If not, either 
     2422# Check that the compiler produces executables we can run.  If not, either 
    19112423# the compiler is broken, or we cross compile. 
    1912 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    1913 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 
    1914 echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    1915 echo "${ECHO_T}$cross_compiling" >&6 
    1916  
    1917 echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    1918 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 
    1919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    1920   (eval $ac_link) 2>&5 
     2424{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2425echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
     2426{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2427echo "${ECHO_T}$cross_compiling" >&6; } 
     2428 
     2429{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2430echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
     2431if { (ac_try="$ac_link" 
     2432case "(($ac_try" in 
     2433  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2434  *) ac_try_echo=$ac_try;; 
     2435esac 
     2436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2437  (eval "$ac_link") 2>&5 
    19212438  ac_status=$? 
    19222439  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    19292446  test -f "$ac_file" || continue 
    19302447  case $ac_file in 
    1931     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
     2448    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    19322449    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1933           export ac_cv_exeext 
    19342450          break;; 
    19352451    * ) break;; 
     
    19452461 
    19462462rm -f conftest$ac_cv_exeext 
    1947 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    1948 echo "${ECHO_T}$ac_cv_exeext" >&6 
     2463{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2464echo "${ECHO_T}$ac_cv_exeext" >&6; } 
    19492465 
    19502466rm -f conftest.$ac_ext 
    19512467EXEEXT=$ac_cv_exeext 
    19522468ac_exeext=$EXEEXT 
    1953 echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    1954 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 
     2469{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2470echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
    19552471if test "${ac_cv_objext+set}" = set; then 
    19562472  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    19722488_ACEOF 
    19732489rm -f conftest.o conftest.obj 
    1974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    1975   (eval $ac_compile) 2>&5 
     2490if { (ac_try="$ac_compile" 
     2491case "(($ac_try" in 
     2492  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2493  *) ac_try_echo=$ac_try;; 
     2494esac 
     2495eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2496  (eval "$ac_compile") 2>&5 
    19762497  ac_status=$? 
    19772498  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19782499  (exit $ac_status); }; then 
    1979   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 
     2500  for ac_file in conftest.o conftest.obj conftest.*; do 
     2501  test -f "$ac_file" || continue; 
    19802502  case $ac_file in 
    1981     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 
     2503    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
    19822504    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    19832505       break;; 
     
    19972519rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    19982520fi 
    1999 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2000 echo "${ECHO_T}$ac_cv_objext" >&6 
     2521{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2522echo "${ECHO_T}$ac_cv_objext" >&6; } 
    20012523OBJEXT=$ac_cv_objext 
    20022524ac_objext=$OBJEXT 
    2003 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2004 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 
     2525{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2526echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
    20052527if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    20062528  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    20252547_ACEOF 
    20262548rm -f conftest.$ac_objext 
    2027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2028   (eval $ac_compile) 2>conftest.er1 
     2549if { (ac_try="$ac_compile" 
     2550case "(($ac_try" in 
     2551  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2552  *) ac_try_echo=$ac_try;; 
     2553esac 
     2554eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2555  (eval "$ac_compile") 2>conftest.er1 
    20292556  ac_status=$? 
    20302557  grep -v '^ *+' conftest.er1 >conftest.err 
     
    20322559  cat conftest.err >&5 
    20332560  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2034   (exit $ac_status); } && 
    2035          { ac_try='test -z "$ac_c_werror_flag" 
    2036                          || test ! -s conftest.err' 
    2037   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2038   (eval $ac_try) 2>&5 
    2039   ac_status=$? 
    2040   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2041   (exit $ac_status); }; } && 
    2042          { ac_try='test -s conftest.$ac_objext' 
    2043   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2044   (eval $ac_try) 2>&5 
    2045   ac_status=$? 
    2046   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2047   (exit $ac_status); }; }; then 
     2561  (exit $ac_status); } && { 
     2562         test -z "$ac_c_werror_flag" || 
     2563         test ! -s conftest.err 
     2564       } && test -s conftest.$ac_objext; then 
    20482565  ac_compiler_gnu=yes 
    20492566else 
     
    20512568sed 's/^/| /' conftest.$ac_ext >&5 
    20522569 
    2053 ac_compiler_gnu=no 
    2054 fi 
    2055 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     2570        ac_compiler_gnu=no 
     2571fi 
     2572 
     2573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    20562574ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    20572575 
    20582576fi 
    2059 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2060 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 
     2577{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2578echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
    20612579GCC=`test $ac_compiler_gnu = yes && echo yes` 
    20622580ac_test_CFLAGS=${CFLAGS+set} 
    20632581ac_save_CFLAGS=$CFLAGS 
    2064 CFLAGS="-g" 
    2065 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2066 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 
     2582{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2583echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
    20672584if test "${ac_cv_prog_cc_g+set}" = set; then 
    20682585  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20692586else 
    2070   cat >conftest.$ac_ext <<_ACEOF 
     2587  ac_save_c_werror_flag=$ac_c_werror_flag 
     2588   ac_c_werror_flag=yes 
     2589   ac_cv_prog_cc_g=no 
     2590   CFLAGS="-g" 
     2591   cat >conftest.$ac_ext <<_ACEOF 
    20712592/* confdefs.h.  */ 
    20722593_ACEOF 
     
    20842605_ACEOF 
    20852606rm -f conftest.$ac_objext 
    2086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2087   (eval $ac_compile) 2>conftest.er1 
     2607if { (ac_try="$ac_compile" 
     2608case "(($ac_try" in 
     2609  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2610  *) ac_try_echo=$ac_try;; 
     2611esac 
     2612eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2613  (eval "$ac_compile") 2>conftest.er1 
    20882614  ac_status=$? 
    20892615  grep -v '^ *+' conftest.er1 >conftest.err 
     
    20912617  cat conftest.err >&5 
    20922618  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2093   (exit $ac_status); } && 
    2094          { ac_try='test -z "$ac_c_werror_flag" 
    2095                          || test ! -s conftest.err' 
    2096   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2097   (eval $ac_try) 2>&5 
    2098   ac_status=$? 
    2099   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2100   (exit $ac_status); }; } && 
    2101          { ac_try='test -s conftest.$ac_objext' 
    2102   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2103   (eval $ac_try) 2>&5 
    2104   ac_status=$? 
    2105   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2106   (exit $ac_status); }; }; then 
     2619  (exit $ac_status); } && { 
     2620         test -z "$ac_c_werror_flag" || 
     2621         test ! -s conftest.err 
     2622       } && test -s conftest.$ac_objext; then 
    21072623  ac_cv_prog_cc_g=yes 
    21082624else 
     
    21102626sed 's/^/| /' conftest.$ac_ext >&5 
    21112627 
    2112 ac_cv_prog_cc_g=no 
    2113 fi 
    2114 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2115 fi 
    2116 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    2117 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 
     2628        CFLAGS="" 
     2629      cat >conftest.$ac_ext <<_ACEOF 
     2630/* confdefs.h.  */ 
     2631_ACEOF 
     2632cat confdefs.h >>conftest.$ac_ext 
     2633cat >>conftest.$ac_ext <<_ACEOF 
     2634/* end confdefs.h.  */ 
     2635 
     2636int 
     2637main () 
     2638{ 
     2639 
     2640  ; 
     2641  return 0; 
     2642} 
     2643_ACEOF 
     2644rm -f conftest.$ac_objext 
     2645if { (ac_try="$ac_compile" 
     2646case "(($ac_try" in 
     2647  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2648  *) ac_try_echo=$ac_try;; 
     2649esac 
     2650eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2651  (eval "$ac_compile") 2>conftest.er1 
     2652  ac_status=$? 
     2653  grep -v '^ *+' conftest.er1 >conftest.err 
     2654  rm -f conftest.er1 
     2655  cat conftest.err >&5 
     2656  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2657  (exit $ac_status); } && { 
     2658         test -z "$ac_c_werror_flag" || 
     2659         test ! -s conftest.err 
     2660       } && test -s conftest.$ac_objext; then 
     2661  : 
     2662else 
     2663  echo "$as_me: failed program was:" >&5 
     2664sed 's/^/| /' conftest.$ac_ext >&5 
     2665 
     2666        ac_c_werror_flag=$ac_save_c_werror_flag 
     2667         CFLAGS="-g" 
     2668         cat >conftest.$ac_ext <<_ACEOF 
     2669/* confdefs.h.  */ 
     2670_ACEOF 
     2671cat confdefs.h >>conftest.$ac_ext 
     2672cat >>conftest.$ac_ext <<_ACEOF 
     2673/* end confdefs.h.  */ 
     2674 
     2675int 
     2676main () 
     2677{ 
     2678 
     2679  ; 
     2680  return 0; 
     2681} 
     2682_ACEOF 
     2683rm -f conftest.$ac_objext 
     2684if { (ac_try="$ac_compile" 
     2685case "(($ac_try" in 
     2686  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2687  *) ac_try_echo=$ac_try;; 
     2688esac 
     2689eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2690  (eval "$ac_compile") 2>conftest.er1 
     2691  ac_status=$? 
     2692  grep -v '^ *+' conftest.er1 >conftest.err 
     2693  rm -f conftest.er1 
     2694  cat conftest.err >&5 
     2695  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2696  (exit $ac_status); } && { 
     2697         test -z "$ac_c_werror_flag" || 
     2698         test ! -s conftest.err 
     2699       } && test -s conftest.$ac_objext; then 
     2700  ac_cv_prog_cc_g=yes 
     2701else 
     2702  echo "$as_me: failed program was:" >&5 
     2703sed 's/^/| /' conftest.$ac_ext >&5 
     2704 
     2705 
     2706fi 
     2707 
     2708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     2709fi 
     2710 
     2711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     2712fi 
     2713 
     2714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     2715   ac_c_werror_flag=$ac_save_c_werror_flag 
     2716fi 
     2717{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     2718echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
    21182719if test "$ac_test_CFLAGS" = set; then 
    21192720  CFLAGS=$ac_save_CFLAGS 
     
    21312732  fi 
    21322733fi 
    2133 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 
    2134 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 
    2135 if test "${ac_cv_prog_cc_stdc+set}" = set; then 
     2734{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     2735echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
     2736if test "${ac_cv_prog_cc_c89+set}" = set; then 
    21362737  echo $ECHO_N "(cached) $ECHO_C" >&6 
    21372738else 
    2138   ac_cv_prog_cc_stdc=no 
     2739  ac_cv_prog_cc_c89=no 
    21392740ac_save_CC=$CC 
    21402741cat >conftest.$ac_ext <<_ACEOF 
     
    21702771   function prototypes and stuff, but not '\xHH' hex character constants. 
    21712772   These don't provoke an error unfortunately, instead are silently treated 
    2172    as 'x'.  The following induces an error, until -std1 is added to get 
     2773   as 'x'.  The following induces an error, until -std is added to get 
    21732774   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
    21742775   array size at least.  It's necessary to write '\x00'==0 to get something 
    2175    that's true only with -std1.  */ 
     2776   that's true only with -std.  */ 
    21762777int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
     2778 
     2779/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 
     2780   inside strings and character constants.  */ 
     2781#define FOO(x) 'x' 
     2782int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 
    21772783 
    21782784int test (int i, double x); 
     
    21902796} 
    21912797_ACEOF 
    2192 # Don't try gcc -ansi; that turns off useful extensions and 
    2193 # breaks some systems' header files. 
    2194 # AIX                   -qlanglvl=ansi 
    2195 # Ultrix and OSF/1      -std1 
    2196 # HP-UX 10.20 and later -Ae 
    2197 # HP-UX older versions  -Aa -D_HPUX_SOURCE 
    2198 # SVR4                  -Xc -D__EXTENSIONS__ 
    2199 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 
     2798for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 
     2799        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 
    22002800do 
    22012801  CC="$ac_save_CC $ac_arg" 
    22022802  rm -f conftest.$ac_objext 
    2203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2204   (eval $ac_compile) 2>conftest.er1 
     2803if { (ac_try="$ac_compile" 
     2804case "(($ac_try" in 
     2805  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2806  *) ac_try_echo=$ac_try;; 
     2807esac 
     2808eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2809  (eval "$ac_compile") 2>conftest.er1 
    22052810  ac_status=$? 
    22062811  grep -v '^ *+' conftest.er1 >conftest.err 
     
    22082813  cat conftest.err >&5 
    22092814  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2210   (exit $ac_status); } && 
    2211          { ac_try='test -z "$ac_c_werror_flag" 
    2212                          || test ! -s conftest.err' 
    2213   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2214   (eval $ac_try) 2>&5 
    2215   ac_status=$? 
    2216   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2217   (exit $ac_status); }; } && 
    2218          { ac_try='test -s conftest.$ac_objext' 
    2219   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2220   (eval $ac_try) 2>&5 
    2221   ac_status=$? 
    2222   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2223   (exit $ac_status); }; }; then 
    2224   ac_cv_prog_cc_stdc=$ac_arg 
    2225 break 
     2815  (exit $ac_status); } && { 
     2816         test -z "$ac_c_werror_flag" || 
     2817         test ! -s conftest.err 
     2818       } && test -s conftest.$ac_objext; then 
     2819  ac_cv_prog_cc_c89=$ac_arg 
    22262820else 
    22272821  echo "$as_me: failed program was:" >&5 
    22282822sed 's/^/| /' conftest.$ac_ext >&5 
    22292823 
    2230 fi 
    2231 rm -f conftest.err conftest.$ac_objext 
     2824 
     2825fi 
     2826 
     2827rm -f core conftest.err conftest.$ac_objext 
     2828  test "x$ac_cv_prog_cc_c89" != "xno" && break 
    22322829done 
    2233 rm -f conftest.$ac_ext conftest.$ac_objext 
     2830rm -f conftest.$ac_ext 
    22342831CC=$ac_save_CC 
    22352832 
    22362833fi 
    2237  
    2238 case "x$ac_cv_prog_cc_stdc" in 
    2239   x|xno) 
    2240     echo "$as_me:$LINENO: result: none needed" >&5 
    2241 echo "${ECHO_T}none needed" >&6 ;; 
     2834# AC_CACHE_VAL 
     2835case "x$ac_cv_prog_cc_c89" in 
     2836  x) 
     2837    { echo "$as_me:$LINENO: result: none needed" >&5 
     2838echo "${ECHO_T}none needed" >&6; } ;; 
     2839  xno) 
     2840    { echo "$as_me:$LINENO: result: unsupported" >&5 
     2841echo "${ECHO_T}unsupported" >&6; } ;; 
    22422842  *) 
    2243     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 
    2244 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 
    2245     CC="$CC $ac_cv_prog_cc_stdc" ;; 
    2246 esac 
    2247  
    2248 # Some people use a C++ compiler to compile C.  Since we use `exit', 
    2249 # in C++ we need to declare it.  In case someone uses the same compiler 
    2250 # for both compiling C and C++ we need to have the C++ compiler decide 
    2251 # the declaration of exit, since it's the most demanding environment. 
    2252 cat >conftest.$ac_ext <<_ACEOF 
    2253 #ifndef __cplusplus 
    2254   choke me 
    2255 #endif 
    2256 _ACEOF 
    2257 rm -f conftest.$ac_objext 
    2258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2259   (eval $ac_compile) 2>conftest.er1 
    2260   ac_status=$? 
    2261   grep -v '^ *+' conftest.er1 >conftest.err 
    2262   rm -f conftest.er1 
    2263   cat conftest.err >&5 
    2264   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2265   (exit $ac_status); } && 
    2266          { ac_try='test -z "$ac_c_werror_flag" 
    2267                          || test ! -s conftest.err' 
    2268   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2269   (eval $ac_try) 2>&5 
    2270   ac_status=$? 
    2271   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2272   (exit $ac_status); }; } && 
    2273          { ac_try='test -s conftest.$ac_objext' 
    2274   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2275   (eval $ac_try) 2>&5 
    2276   ac_status=$? 
    2277   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2278   (exit $ac_status); }; }; then 
    2279   for ac_declaration in \ 
    2280    '' \ 
    2281    'extern "C" void std::exit (int) throw (); using std::exit;' \ 
    2282    'extern "C" void std::exit (int); using std::exit;' \ 
    2283    'extern "C" void exit (int) throw ();' \ 
    2284    'extern "C" void exit (int);' \ 
    2285    'void exit (int);' 
    2286 do 
    2287   cat >conftest.$ac_ext <<_ACEOF 
    2288 /* confdefs.h.  */ 
    2289 _ACEOF 
    2290 cat confdefs.h >>conftest.$ac_ext 
    2291 cat >>conftest.$ac_ext <<_ACEOF 
    2292 /* end confdefs.h.  */ 
    2293 $ac_declaration 
    2294 #include <stdlib.h> 
    2295 int 
    2296 main () 
    2297 { 
    2298 exit (42); 
    2299   ; 
    2300   return 0; 
    2301 } 
    2302 _ACEOF 
    2303 rm -f conftest.$ac_objext 
    2304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2305   (eval $ac_compile) 2>conftest.er1 
    2306   ac_status=$? 
    2307   grep -v '^ *+' conftest.er1 >conftest.err 
    2308   rm -f conftest.er1 
    2309   cat conftest.err >&5 
    2310   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2311   (exit $ac_status); } && 
    2312          { ac_try='test -z "$ac_c_werror_flag" 
    2313                          || test ! -s conftest.err' 
    2314   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2315   (eval $ac_try) 2>&5 
    2316   ac_status=$? 
    2317   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2318   (exit $ac_status); }; } && 
    2319          { ac_try='test -s conftest.$ac_objext' 
    2320   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2321   (eval $ac_try) 2>&5 
    2322   ac_status=$? 
    2323   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2324   (exit $ac_status); }; }; then 
    2325   : 
    2326 else 
    2327   echo "$as_me: failed program was:" >&5 
    2328 sed 's/^/| /' conftest.$ac_ext >&5 
    2329  
    2330 continue 
    2331 fi 
    2332 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2333   cat >conftest.$ac_ext <<_ACEOF 
    2334 /* confdefs.h.  */ 
    2335 _ACEOF 
    2336 cat confdefs.h >>conftest.$ac_ext 
    2337 cat >>conftest.$ac_ext <<_ACEOF 
    2338 /* end confdefs.h.  */ 
    2339 $ac_declaration 
    2340 int 
    2341 main () 
    2342 { 
    2343 exit (42); 
    2344   ; 
    2345   return 0; 
    2346 } 
    2347 _ACEOF 
    2348 rm -f conftest.$ac_objext 
    2349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2350   (eval $ac_compile) 2>conftest.er1 
    2351   ac_status=$? 
    2352   grep -v '^ *+' conftest.er1 >conftest.err 
    2353   rm -f conftest.er1 
    2354   cat conftest.err >&5 
    2355   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2356   (exit $ac_status); } && 
    2357          { ac_try='test -z "$ac_c_werror_flag" 
    2358                          || test ! -s conftest.err' 
    2359   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2360   (eval $ac_try) 2>&5 
    2361   ac_status=$? 
    2362   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2363   (exit $ac_status); }; } && 
    2364          { ac_try='test -s conftest.$ac_objext' 
    2365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2366   (eval $ac_try) 2>&5 
    2367   ac_status=$? 
    2368   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2369   (exit $ac_status); }; }; then 
    2370   break 
    2371 else 
    2372   echo "$as_me: failed program was:" >&5 
    2373 sed 's/^/| /' conftest.$ac_ext >&5 
    2374  
    2375 fi 
    2376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2377 done 
    2378 rm -f conftest* 
    2379 if test -n "$ac_declaration"; then 
    2380   echo '#ifdef __cplusplus' >>confdefs.h 
    2381   echo $ac_declaration      >>confdefs.h 
    2382   echo '#endif'             >>confdefs.h 
    2383 fi 
    2384  
    2385 else 
    2386   echo "$as_me: failed program was:" >&5 
    2387 sed 's/^/| /' conftest.$ac_ext >&5 
    2388  
    2389 fi 
    2390 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     2843    CC="$CC $ac_cv_prog_cc_c89" 
     2844    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     2845echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
     2846esac 
     2847 
     2848 
    23912849ac_ext=c 
    23922850ac_cpp='$CPP $CPPFLAGS' 
     
    23952853ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    23962854 
    2397 ac_ext=cc 
     2855ac_ext=cpp 
    23982856ac_cpp='$CXXCPP $CPPFLAGS' 
    23992857ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
    24002858ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    24012859ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 
    2402 if test -n "$ac_tool_prefix"; then 
    2403   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 
     2860if test -z "$CXX"; then 
     2861  if test -n "$CCC"; then 
     2862    CXX=$CCC 
     2863  else 
     2864    if test -n "$ac_tool_prefix"; then 
     2865  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 
    24042866  do 
    24052867    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    24062868set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2407 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2869{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2870echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24092871if test "${ac_cv_prog_CXX+set}" = set; then 
    24102872  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    24192881  test -z "$as_dir" && as_dir=. 
    24202882  for ac_exec_ext in '' $ac_executable_extensions; do 
    2421   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2883  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24222884    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    24232885    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    24262888done 
    24272889done 
     2890IFS=$as_save_IFS 
    24282891 
    24292892fi 
     
    24312894CXX=$ac_cv_prog_CXX 
    24322895if test -n "$CXX"; then 
    2433   echo "$as_me:$LINENO: result: $CXX" >&5 
    2434 echo "${ECHO_T}$CXX" >&6 
    2435 else 
    2436   echo "$as_me:$LINENO: result: no" >&5 
    2437 echo "${ECHO_T}no" >&6 
    2438 fi 
     2896  { echo "$as_me:$LINENO: result: $CXX" >&5 
     2897echo "${ECHO_T}$CXX" >&6; } 
     2898else 
     2899  { echo "$as_me:$LINENO: result: no" >&5 
     2900echo "${ECHO_T}no" >&6; } 
     2901fi 
     2902 
    24392903 
    24402904    test -n "$CXX" && break 
     
    24432907if test -z "$CXX"; then 
    24442908  ac_ct_CXX=$CXX 
    2445   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 
     2909  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 
    24462910do 
    24472911  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    24482912set dummy $ac_prog; ac_word=$2 
    2449 echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     2913{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2914echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24512915if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    24522916  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    24612925  test -z "$as_dir" && as_dir=. 
    24622926  for ac_exec_ext in '' $ac_executable_extensions; do 
    2463   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     2927  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24642928    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    24652929    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    24682932done 
    24692933done 
     2934IFS=$as_save_IFS 
    24702935 
    24712936fi 
     
    24732938ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
    24742939if test -n "$ac_ct_CXX"; then 
    2475   echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
    2476 echo "${ECHO_T}$ac_ct_CXX" >&6 
    2477 else 
    2478   echo "$as_me:$LINENO: result: no" >&5 
    2479 echo "${ECHO_T}no" >&6 
    2480 fi 
     2940  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     2941echo "${ECHO_T}$ac_ct_CXX" >&6; } 
     2942else 
     2943  { echo "$as_me:$LINENO: result: no" >&5 
     2944echo "${ECHO_T}no" >&6; } 
     2945fi 
     2946 
    24812947 
    24822948  test -n "$ac_ct_CXX" && break 
    24832949done 
    2484 test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 
    2485  
    2486   CXX=$ac_ct_CXX 
    2487 fi 
    2488  
    2489  
     2950 
     2951  if test "x$ac_ct_CXX" = x; then 
     2952    CXX="g++" 
     2953  else 
     2954    case $cross_compiling:$ac_tool_warned in 
     2955yes:) 
     2956{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2957whose name does not start with the host triplet.  If you think this 
     2958configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2959echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2960whose name does not start with the host triplet.  If you think this 
     2961configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     2962ac_tool_warned=yes ;; 
     2963esac 
     2964    CXX=$ac_ct_CXX 
     2965  fi 
     2966fi 
     2967 
     2968  fi 
     2969fi 
    24902970# Provide some information about the compiler. 
    2491 echo "$as_me:$LINENO:" \ 
    2492      "checking for C++ compiler version" >&5 
     2971echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
    24932972ac_compiler=`set X $ac_compile; echo $2` 
    2494 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 
    2495   (eval $ac_compiler --version </dev/null >&5) 2>&5 
     2973{ (ac_try="$ac_compiler --version >&5" 
     2974case "(($ac_try" in 
     2975  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2976  *) ac_try_echo=$ac_try;; 
     2977esac 
     2978eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2979  (eval "$ac_compiler --version >&5") 2>&5 
    24962980  ac_status=$? 
    24972981  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24982982  (exit $ac_status); } 
    2499 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 
    2500   (eval $ac_compiler -v </dev/null >&5) 2>&5 
     2983{ (ac_try="$ac_compiler -v >&5" 
     2984case "(($ac_try" in 
     2985  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2986  *) ac_try_echo=$ac_try;; 
     2987esac 
     2988eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2989  (eval "$ac_compiler -v >&5") 2>&5 
    25012990  ac_status=$? 
    25022991  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25032992  (exit $ac_status); } 
    2504 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 
    2505   (eval $ac_compiler -V </dev/null >&5) 2>&5 
     2993{ (ac_try="$ac_compiler -V >&5" 
     2994case "(($ac_try" in 
     2995  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     2996  *) ac_try_echo=$ac_try;; 
     2997esac 
     2998eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2999  (eval "$ac_compiler -V >&5") 2>&5 
    25063000  ac_status=$? 
    25073001  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25083002  (exit $ac_status); } 
    25093003 
    2510 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
    2511 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 
     3004{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     3005echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 
    25123006if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    25133007  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    25323026_ACEOF 
    25333027rm -f conftest.$ac_objext 
    2534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2535   (eval $ac_compile) 2>conftest.er1 
     3028if { (ac_try="$ac_compile" 
     3029case "(($ac_try" in 
     3030  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3031  *) ac_try_echo=$ac_try;; 
     3032esac 
     3033eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3034  (eval "$ac_compile") 2>conftest.er1 
    25363035  ac_status=$? 
    25373036  grep -v '^ *+' conftest.er1 >conftest.err 
     
    25393038  cat conftest.err >&5 
    25403039  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2541   (exit $ac_status); } && 
    2542          { ac_try='test -z "$ac_cxx_werror_flag" 
    2543                          || test ! -s conftest.err' 
    2544   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2545   (eval $ac_try) 2>&5 
    2546   ac_status=$? 
    2547   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2548   (exit $ac_status); }; } && 
    2549          { ac_try='test -s conftest.$ac_objext' 
    2550   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2551   (eval $ac_try) 2>&5 
    2552   ac_status=$? 
    2553   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2554   (exit $ac_status); }; }; then 
     3040  (exit $ac_status); } && { 
     3041         test -z "$ac_cxx_werror_flag" || 
     3042         test ! -s conftest.err 
     3043       } && test -s conftest.$ac_objext; then 
    25553044  ac_compiler_gnu=yes 
    25563045else 
     
    25583047sed 's/^/| /' conftest.$ac_ext >&5 
    25593048 
    2560 ac_compiler_gnu=no 
    2561 fi 
    2562 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3049        ac_compiler_gnu=no 
     3050fi 
     3051 
     3052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    25633053ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 
    25643054 
    25653055fi 
    2566 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
    2567 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 
     3056{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     3057echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 
    25683058GXX=`test $ac_compiler_gnu = yes && echo yes` 
    25693059ac_test_CXXFLAGS=${CXXFLAGS+set} 
    25703060ac_save_CXXFLAGS=$CXXFLAGS 
    2571 CXXFLAGS="-g" 
    2572 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
    2573 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 
     3061{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     3062echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 
    25743063if test "${ac_cv_prog_cxx_g+set}" = set; then 
    25753064  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25763065else 
    2577   cat >conftest.$ac_ext <<_ACEOF 
     3066  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     3067   ac_cxx_werror_flag=yes 
     3068   ac_cv_prog_cxx_g=no 
     3069   CXXFLAGS="-g" 
     3070   cat >conftest.$ac_ext <<_ACEOF 
    25783071/* confdefs.h.  */ 
    25793072_ACEOF 
     
    25913084_ACEOF 
    25923085rm -f conftest.$ac_objext 
    2593 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2594   (eval $ac_compile) 2>conftest.er1 
     3086if { (ac_try="$ac_compile" 
     3087case "(($ac_try" in 
     3088  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3089  *) ac_try_echo=$ac_try;; 
     3090esac 
     3091eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3092  (eval "$ac_compile") 2>conftest.er1 
    25953093  ac_status=$? 
    25963094  grep -v '^ *+' conftest.er1 >conftest.err 
     
    25983096  cat conftest.err >&5 
    25993097  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2600   (exit $ac_status); } && 
    2601          { ac_try='test -z "$ac_cxx_werror_flag" 
    2602                          || test ! -s conftest.err' 
    2603   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2604   (eval $ac_try) 2>&5 
    2605   ac_status=$? 
    2606   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2607   (exit $ac_status); }; } && 
    2608          { ac_try='test -s conftest.$ac_objext' 
    2609   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2610   (eval $ac_try) 2>&5 
    2611   ac_status=$? 
    2612   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2613   (exit $ac_status); }; }; then 
     3098  (exit $ac_status); } && { 
     3099         test -z "$ac_cxx_werror_flag" || 
     3100         test ! -s conftest.err 
     3101       } && test -s conftest.$ac_objext; then 
    26143102  ac_cv_prog_cxx_g=yes 
    26153103else 
     
    26173105sed 's/^/| /' conftest.$ac_ext >&5 
    26183106 
    2619 ac_cv_prog_cxx_g=no 
    2620 fi 
    2621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2622 fi 
    2623 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
    2624 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 
     3107        CXXFLAGS="" 
     3108      cat >conftest.$ac_ext <<_ACEOF 
     3109/* confdefs.h.  */ 
     3110_ACEOF 
     3111cat confdefs.h >>conftest.$ac_ext 
     3112cat >>conftest.$ac_ext <<_ACEOF 
     3113/* end confdefs.h.  */ 
     3114 
     3115int 
     3116main () 
     3117{ 
     3118 
     3119  ; 
     3120  return 0; 
     3121} 
     3122_ACEOF 
     3123rm -f conftest.$ac_objext 
     3124if { (ac_try="$ac_compile" 
     3125case "(($ac_try" in 
     3126  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3127  *) ac_try_echo=$ac_try;; 
     3128esac 
     3129eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3130  (eval "$ac_compile") 2>conftest.er1 
     3131  ac_status=$? 
     3132  grep -v '^ *+' conftest.er1 >conftest.err 
     3133  rm -f conftest.er1 
     3134  cat conftest.err >&5 
     3135  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3136  (exit $ac_status); } && { 
     3137         test -z "$ac_cxx_werror_flag" || 
     3138         test ! -s conftest.err 
     3139       } && test -s conftest.$ac_objext; then 
     3140  : 
     3141else 
     3142  echo "$as_me: failed program was:" >&5 
     3143sed 's/^/| /' conftest.$ac_ext >&5 
     3144 
     3145        ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
     3146         CXXFLAGS="-g" 
     3147         cat >conftest.$ac_ext <<_ACEOF 
     3148/* confdefs.h.  */ 
     3149_ACEOF 
     3150cat confdefs.h >>conftest.$ac_ext 
     3151cat >>conftest.$ac_ext <<_ACEOF 
     3152/* end confdefs.h.  */ 
     3153 
     3154int 
     3155main () 
     3156{ 
     3157 
     3158  ; 
     3159  return 0; 
     3160} 
     3161_ACEOF 
     3162rm -f conftest.$ac_objext 
     3163if { (ac_try="$ac_compile" 
     3164case "(($ac_try" in 
     3165  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3166  *) ac_try_echo=$ac_try;; 
     3167esac 
     3168eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3169  (eval "$ac_compile") 2>conftest.er1 
     3170  ac_status=$? 
     3171  grep -v '^ *+' conftest.er1 >conftest.err 
     3172  rm -f conftest.er1 
     3173  cat conftest.err >&5 
     3174  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3175  (exit $ac_status); } && { 
     3176         test -z "$ac_cxx_werror_flag" || 
     3177         test ! -s conftest.err 
     3178       } && test -s conftest.$ac_objext; then 
     3179  ac_cv_prog_cxx_g=yes 
     3180else 
     3181  echo "$as_me: failed program was:" >&5 
     3182sed 's/^/| /' conftest.$ac_ext >&5 
     3183 
     3184 
     3185fi 
     3186 
     3187rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     3188fi 
     3189 
     3190rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     3191fi 
     3192 
     3193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     3194   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
     3195fi 
     3196{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     3197echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 
    26253198if test "$ac_test_CXXFLAGS" = set; then 
    26263199  CXXFLAGS=$ac_save_CXXFLAGS 
     
    26383211  fi 
    26393212fi 
    2640 for ac_declaration in \ 
    2641    '' \ 
    2642    'extern "C" void std::exit (int) throw (); using std::exit;' \ 
    2643    'extern "C" void std::exit (int); using std::exit;' \ 
    2644    'extern "C" void exit (int) throw ();' \ 
    2645    'extern "C" void exit (int);' \ 
    2646    'void exit (int);' 
    2647 do 
    2648   cat >conftest.$ac_ext <<_ACEOF 
    2649 /* confdefs.h.  */ 
    2650 _ACEOF 
    2651 cat confdefs.h >>conftest.$ac_ext 
    2652 cat >>conftest.$ac_ext <<_ACEOF 
    2653 /* end confdefs.h.  */ 
    2654 $ac_declaration 
    2655 #include <stdlib.h> 
    2656 int 
    2657 main () 
    2658 { 
    2659 exit (42); 
    2660   ; 
    2661   return 0; 
    2662 } 
    2663 _ACEOF 
    2664 rm -f conftest.$ac_objext 
    2665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2666   (eval $ac_compile) 2>conftest.er1 
    2667   ac_status=$? 
    2668   grep -v '^ *+' conftest.er1 >conftest.err 
    2669   rm -f conftest.er1 
    2670   cat conftest.err >&5 
    2671   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2672   (exit $ac_status); } && 
    2673          { ac_try='test -z "$ac_cxx_werror_flag" 
    2674                          || test ! -s conftest.err' 
    2675   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2676   (eval $ac_try) 2>&5 
    2677   ac_status=$? 
    2678   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2679   (exit $ac_status); }; } && 
    2680          { ac_try='test -s conftest.$ac_objext' 
    2681   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2682   (eval $ac_try) 2>&5 
    2683   ac_status=$? 
    2684   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2685   (exit $ac_status); }; }; then 
    2686   : 
    2687 else 
    2688   echo "$as_me: failed program was:" >&5 
    2689 sed 's/^/| /' conftest.$ac_ext >&5 
    2690  
    2691 continue 
    2692 fi 
    2693 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2694   cat >conftest.$ac_ext <<_ACEOF 
    2695 /* confdefs.h.  */ 
    2696 _ACEOF 
    2697 cat confdefs.h >>conftest.$ac_ext 
    2698 cat >>conftest.$ac_ext <<_ACEOF 
    2699 /* end confdefs.h.  */ 
    2700 $ac_declaration 
    2701 int 
    2702 main () 
    2703 { 
    2704 exit (42); 
    2705   ; 
    2706   return 0; 
    2707 } 
    2708 _ACEOF 
    2709 rm -f conftest.$ac_objext 
    2710 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2711   (eval $ac_compile) 2>conftest.er1 
    2712   ac_status=$? 
    2713   grep -v '^ *+' conftest.er1 >conftest.err 
    2714   rm -f conftest.er1 
    2715   cat conftest.err >&5 
    2716   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2717   (exit $ac_status); } && 
    2718          { ac_try='test -z "$ac_cxx_werror_flag" 
    2719                          || test ! -s conftest.err' 
    2720   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2721   (eval $ac_try) 2>&5 
    2722   ac_status=$? 
    2723   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2724   (exit $ac_status); }; } && 
    2725          { ac_try='test -s conftest.$ac_objext' 
    2726   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2727   (eval $ac_try) 2>&5 
    2728   ac_status=$? 
    2729   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2730   (exit $ac_status); }; }; then 
    2731   break 
    2732 else 
    2733   echo "$as_me: failed program was:" >&5 
    2734 sed 's/^/| /' conftest.$ac_ext >&5 
    2735  
    2736 fi 
    2737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    2738 done 
    2739 rm -f conftest* 
    2740 if test -n "$ac_declaration"; then 
    2741   echo '#ifdef __cplusplus' >>confdefs.h 
    2742   echo $ac_declaration      >>confdefs.h 
    2743   echo '#endif'             >>confdefs.h 
    2744 fi 
    2745  
    27463213ac_ext=c 
    27473214ac_cpp='$CPP $CPPFLAGS' 
     
    27703237 
    27713238 
    2772 echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 
    2773 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 
     3239{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 
     3240echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } 
    27743241if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 
    27753242  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    27843251/* end confdefs.h.  */ 
    27853252 
    2786 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3253/* Override any GCC internal prototype to avoid an error. 
     3254   Use char because int might match the return type of a GCC 
     3255   builtin and then its argument prototype would still apply.  */ 
    27873256#ifdef __cplusplus 
    27883257extern "C" 
    27893258#endif 
    2790 /* We use char because int might match the return type of a gcc2 
    2791    builtin and then its argument prototype would still apply.  */ 
    27923259char pthread_create (); 
    27933260int 
    27943261main () 
    27953262{ 
    2796 pthread_create (); 
     3263return pthread_create (); 
    27973264  ; 
    27983265  return 0; 
     
    28003267_ACEOF 
    28013268rm -f conftest.$ac_objext conftest$ac_exeext 
    2802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2803   (eval $ac_link) 2>conftest.er1 
     3269if { (ac_try="$ac_link" 
     3270case "(($ac_try" in 
     3271  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3272  *) ac_try_echo=$ac_try;; 
     3273esac 
     3274eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3275  (eval "$ac_link") 2>conftest.er1 
    28043276  ac_status=$? 
    28053277  grep -v '^ *+' conftest.er1 >conftest.err 
     
    28073279  cat conftest.err >&5 
    28083280  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2809   (exit $ac_status); } && 
    2810          { ac_try='test -z "$ac_c_werror_flag" 
    2811                          || test ! -s conftest.err' 
    2812   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2813   (eval $ac_try) 2>&5 
    2814   ac_status=$? 
    2815   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2816   (exit $ac_status); }; } && 
    2817          { ac_try='test -s conftest$ac_exeext' 
    2818   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2819   (eval $ac_try) 2>&5 
    2820   ac_status=$? 
    2821   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2822   (exit $ac_status); }; }; then 
     3281  (exit $ac_status); } && { 
     3282         test -z "$ac_c_werror_flag" || 
     3283         test ! -s conftest.err 
     3284       } && test -s conftest$ac_exeext && 
     3285       $as_test_x conftest$ac_exeext; then 
    28233286  ac_cv_lib_pthread_pthread_create=yes 
    28243287else 
     
    28263289sed 's/^/| /' conftest.$ac_ext >&5 
    28273290 
    2828 ac_cv_lib_pthread_pthread_create=no 
    2829 fi 
    2830 rm -f conftest.err conftest.$ac_objext \ 
     3291        ac_cv_lib_pthread_pthread_create=no 
     3292fi 
     3293 
     3294rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    28313295      conftest$ac_exeext conftest.$ac_ext 
    28323296LIBS=$ac_check_lib_save_LIBS 
    28333297fi 
    2834 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 
    2835 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 
     3298{ echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 
     3299echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } 
    28363300if test $ac_cv_lib_pthread_pthread_create = yes; then 
    28373301  cat >>confdefs.h <<_ACEOF 
     
    28443308 
    28453309 
    2846 echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 
    2847 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6 
     3310{ echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 
     3311echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; } 
    28483312if test "${ac_cv_lib_wsock32_puts+set}" = set; then 
    28493313  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    28583322/* end confdefs.h.  */ 
    28593323 
    2860 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3324/* Override any GCC internal prototype to avoid an error. 
     3325   Use char because int might match the return type of a GCC 
     3326   builtin and then its argument prototype would still apply.  */ 
    28613327#ifdef __cplusplus 
    28623328extern "C" 
    28633329#endif 
    2864 /* We use char because int might match the return type of a gcc2 
    2865    builtin and then its argument prototype would still apply.  */ 
    28663330char puts (); 
    28673331int 
    28683332main () 
    28693333{ 
    2870 puts (); 
     3334return puts (); 
    28713335  ; 
    28723336  return 0; 
     
    28743338_ACEOF 
    28753339rm -f conftest.$ac_objext conftest$ac_exeext 
    2876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2877   (eval $ac_link) 2>conftest.er1 
     3340if { (ac_try="$ac_link" 
     3341case "(($ac_try" in 
     3342  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3343  *) ac_try_echo=$ac_try;; 
     3344esac 
     3345eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3346  (eval "$ac_link") 2>conftest.er1 
    28783347  ac_status=$? 
    28793348  grep -v '^ *+' conftest.er1 >conftest.err 
     
    28813350  cat conftest.err >&5 
    28823351  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2883   (exit $ac_status); } && 
    2884          { ac_try='test -z "$ac_c_werror_flag" 
    2885                          || test ! -s conftest.err' 
    2886   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2887   (eval $ac_try) 2>&5 
    2888   ac_status=$? 
    2889   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2890   (exit $ac_status); }; } && 
    2891          { ac_try='test -s conftest$ac_exeext' 
    2892   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2893   (eval $ac_try) 2>&5 
    2894   ac_status=$? 
    2895   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2896   (exit $ac_status); }; }; then 
     3352  (exit $ac_status); } && { 
     3353         test -z "$ac_c_werror_flag" || 
     3354         test ! -s conftest.err 
     3355       } && test -s conftest$ac_exeext && 
     3356       $as_test_x conftest$ac_exeext; then 
    28973357  ac_cv_lib_wsock32_puts=yes 
    28983358else 
     
    29003360sed 's/^/| /' conftest.$ac_ext >&5 
    29013361 
    2902 ac_cv_lib_wsock32_puts=no 
    2903 fi 
    2904 rm -f conftest.err conftest.$ac_objext \ 
     3362        ac_cv_lib_wsock32_puts=no 
     3363fi 
     3364 
     3365rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    29053366      conftest$ac_exeext conftest.$ac_ext 
    29063367LIBS=$ac_check_lib_save_LIBS 
    29073368fi 
    2908 echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 
    2909 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6 
     3369{ echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 
     3370echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; } 
    29103371if test $ac_cv_lib_wsock32_puts = yes; then 
    29113372  cat >>confdefs.h <<_ACEOF 
     
    29183379 
    29193380 
    2920 echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 
    2921 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6 
     3381{ echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 
     3382echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; } 
    29223383if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 
    29233384  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    29323393/* end confdefs.h.  */ 
    29333394 
    2934 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3395/* Override any GCC internal prototype to avoid an error. 
     3396   Use char because int might match the return type of a GCC 
     3397   builtin and then its argument prototype would still apply.  */ 
    29353398#ifdef __cplusplus 
    29363399extern "C" 
    29373400#endif 
    2938 /* We use char because int might match the return type of a gcc2 
    2939    builtin and then its argument prototype would still apply.  */ 
    29403401char puts (); 
    29413402int 
    29423403main () 
    29433404{ 
    2944 puts (); 
     3405return puts (); 
    29453406  ; 
    29463407  return 0; 
     
    29483409_ACEOF 
    29493410rm -f conftest.$ac_objext conftest$ac_exeext 
    2950 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2951   (eval $ac_link) 2>conftest.er1 
     3411if { (ac_try="$ac_link" 
     3412case "(($ac_try" in 
     3413  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3414  *) ac_try_echo=$ac_try;; 
     3415esac 
     3416eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3417  (eval "$ac_link") 2>conftest.er1 
    29523418  ac_status=$? 
    29533419  grep -v '^ *+' conftest.er1 >conftest.err 
     
    29553421  cat conftest.err >&5 
    29563422  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2957   (exit $ac_status); } && 
    2958          { ac_try='test -z "$ac_c_werror_flag" 
    2959                          || test ! -s conftest.err' 
    2960   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2961   (eval $ac_try) 2>&5 
    2962   ac_status=$? 
    2963   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2964   (exit $ac_status); }; } && 
    2965          { ac_try='test -s conftest$ac_exeext' 
    2966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    2967   (eval $ac_try) 2>&5 
    2968   ac_status=$? 
    2969   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2970   (exit $ac_status); }; }; then 
     3423  (exit $ac_status); } && { 
     3424         test -z "$ac_c_werror_flag" || 
     3425         test ! -s conftest.err 
     3426       } && test -s conftest$ac_exeext && 
     3427       $as_test_x conftest$ac_exeext; then 
    29713428  ac_cv_lib_ws2_32_puts=yes 
    29723429else 
     
    29743431sed 's/^/| /' conftest.$ac_ext >&5 
    29753432 
    2976 ac_cv_lib_ws2_32_puts=no 
    2977 fi 
    2978 rm -f conftest.err conftest.$ac_objext \ 
     3433        ac_cv_lib_ws2_32_puts=no 
     3434fi 
     3435 
     3436rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    29793437      conftest$ac_exeext conftest.$ac_ext 
    29803438LIBS=$ac_check_lib_save_LIBS 
    29813439fi 
    2982 echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 
    2983 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6 
     3440{ echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 
     3441echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; } 
    29843442if test $ac_cv_lib_ws2_32_puts = yes; then 
    29853443  cat >>confdefs.h <<_ACEOF 
     
    29923450 
    29933451 
    2994 echo "$as_me:$LINENO: checking for puts in -lole32" >&5 
    2995 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6 
     3452{ echo "$as_me:$LINENO: checking for puts in -lole32" >&5 
     3453echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; } 
    29963454if test "${ac_cv_lib_ole32_puts+set}" = set; then 
    29973455  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    30063464/* end confdefs.h.  */ 
    30073465 
    3008 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3466/* Override any GCC internal prototype to avoid an error. 
     3467   Use char because int might match the return type of a GCC 
     3468   builtin and then its argument prototype would still apply.  */ 
    30093469#ifdef __cplusplus 
    30103470extern "C" 
    30113471#endif 
    3012 /* We use char because int might match the return type of a gcc2 
    3013    builtin and then its argument prototype would still apply.  */ 
    30143472char puts (); 
    30153473int 
    30163474main () 
    30173475{ 
    3018 puts (); 
     3476return puts (); 
    30193477  ; 
    30203478  return 0; 
     
    30223480_ACEOF 
    30233481rm -f conftest.$ac_objext conftest$ac_exeext 
    3024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3025   (eval $ac_link) 2>conftest.er1 
     3482if { (ac_try="$ac_link" 
     3483case "(($ac_try" in 
     3484  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3485  *) ac_try_echo=$ac_try;; 
     3486esac 
     3487eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3488  (eval "$ac_link") 2>conftest.er1 
    30263489  ac_status=$? 
    30273490  grep -v '^ *+' conftest.er1 >conftest.err 
     
    30293492  cat conftest.err >&5 
    30303493  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3031   (exit $ac_status); } && 
    3032          { ac_try='test -z "$ac_c_werror_flag" 
    3033                          || test ! -s conftest.err' 
    3034   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3035   (eval $ac_try) 2>&5 
    3036   ac_status=$? 
    3037   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3038   (exit $ac_status); }; } && 
    3039          { ac_try='test -s conftest$ac_exeext' 
    3040   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3041   (eval $ac_try) 2>&5 
    3042   ac_status=$? 
    3043   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3044   (exit $ac_status); }; }; then 
     3494  (exit $ac_status); } && { 
     3495         test -z "$ac_c_werror_flag" || 
     3496         test ! -s conftest.err 
     3497       } && test -s conftest$ac_exeext && 
     3498       $as_test_x conftest$ac_exeext; then 
    30453499  ac_cv_lib_ole32_puts=yes 
    30463500else 
     
    30483502sed 's/^/| /' conftest.$ac_ext >&5 
    30493503 
    3050 ac_cv_lib_ole32_puts=no 
    3051 fi 
    3052 rm -f conftest.err conftest.$ac_objext \ 
     3504        ac_cv_lib_ole32_puts=no 
     3505fi 
     3506 
     3507rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    30533508      conftest$ac_exeext conftest.$ac_ext 
    30543509LIBS=$ac_check_lib_save_LIBS 
    30553510fi 
    3056 echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 
    3057 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6 
     3511{ echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 
     3512echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; } 
    30583513if test $ac_cv_lib_ole32_puts = yes; then 
    30593514  cat >>confdefs.h <<_ACEOF 
     
    30663521 
    30673522 
    3068 echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 
    3069 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6 
     3523{ echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 
     3524echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; } 
    30703525if test "${ac_cv_lib_winmm_puts+set}" = set; then 
    30713526  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    30803535/* end confdefs.h.  */ 
    30813536 
    3082 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3537/* Override any GCC internal prototype to avoid an error. 
     3538   Use char because int might match the return type of a GCC 
     3539   builtin and then its argument prototype would still apply.  */ 
    30833540#ifdef __cplusplus 
    30843541extern "C" 
    30853542#endif 
    3086 /* We use char because int might match the return type of a gcc2 
    3087    builtin and then its argument prototype would still apply.  */ 
    30883543char puts (); 
    30893544int 
    30903545main () 
    30913546{ 
    3092 puts (); 
     3547return puts (); 
    30933548  ; 
    30943549  return 0; 
     
    30963551_ACEOF 
    30973552rm -f conftest.$ac_objext conftest$ac_exeext 
    3098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3099   (eval $ac_link) 2>conftest.er1 
     3553if { (ac_try="$ac_link" 
     3554case "(($ac_try" in 
     3555  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3556  *) ac_try_echo=$ac_try;; 
     3557esac 
     3558eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3559  (eval "$ac_link") 2>conftest.er1 
    31003560  ac_status=$? 
    31013561  grep -v '^ *+' conftest.er1 >conftest.err 
     
    31033563  cat conftest.err >&5 
    31043564  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3105   (exit $ac_status); } && 
    3106          { ac_try='test -z "$ac_c_werror_flag" 
    3107                          || test ! -s conftest.err' 
    3108   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3109   (eval $ac_try) 2>&5 
    3110   ac_status=$? 
    3111   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3112   (exit $ac_status); }; } && 
    3113          { ac_try='test -s conftest$ac_exeext' 
    3114   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3115   (eval $ac_try) 2>&5 
    3116   ac_status=$? 
    3117   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3118   (exit $ac_status); }; }; then 
     3565  (exit $ac_status); } && { 
     3566         test -z "$ac_c_werror_flag" || 
     3567         test ! -s conftest.err 
     3568       } && test -s conftest$ac_exeext && 
     3569       $as_test_x conftest$ac_exeext; then 
    31193570  ac_cv_lib_winmm_puts=yes 
    31203571else 
     
    31223573sed 's/^/| /' conftest.$ac_ext >&5 
    31233574 
    3124 ac_cv_lib_winmm_puts=no 
    3125 fi 
    3126 rm -f conftest.err conftest.$ac_objext \ 
     3575        ac_cv_lib_winmm_puts=no 
     3576fi 
     3577 
     3578rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    31273579      conftest$ac_exeext conftest.$ac_ext 
    31283580LIBS=$ac_check_lib_save_LIBS 
    31293581fi 
    3130 echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 
    3131 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6 
     3582{ echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 
     3583echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; } 
    31323584if test $ac_cv_lib_winmm_puts = yes; then 
    31333585  cat >>confdefs.h <<_ACEOF 
     
    31403592 
    31413593 
    3142 echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 
    3143 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6 
     3594{ echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 
     3595echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; } 
    31443596if test "${ac_cv_lib_socket_puts+set}" = set; then 
    31453597  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    31543606/* end confdefs.h.  */ 
    31553607 
    3156 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3608/* Override any GCC internal prototype to avoid an error. 
     3609   Use char because int might match the return type of a GCC 
     3610   builtin and then its argument prototype would still apply.  */ 
    31573611#ifdef __cplusplus 
    31583612extern "C" 
    31593613#endif 
    3160 /* We use char because int might match the return type of a gcc2 
    3161    builtin and then its argument prototype would still apply.  */ 
    31623614char puts (); 
    31633615int 
    31643616main () 
    31653617{ 
    3166 puts (); 
     3618return puts (); 
    31673619  ; 
    31683620  return 0; 
     
    31703622_ACEOF 
    31713623rm -f conftest.$ac_objext conftest$ac_exeext 
    3172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3173   (eval $ac_link) 2>conftest.er1 
     3624if { (ac_try="$ac_link" 
     3625case "(($ac_try" in 
     3626  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3627  *) ac_try_echo=$ac_try;; 
     3628esac 
     3629eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3630  (eval "$ac_link") 2>conftest.er1 
    31743631  ac_status=$? 
    31753632  grep -v '^ *+' conftest.er1 >conftest.err 
     
    31773634  cat conftest.err >&5 
    31783635  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3179   (exit $ac_status); } && 
    3180          { ac_try='test -z "$ac_c_werror_flag" 
    3181                          || test ! -s conftest.err' 
    3182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3183   (eval $ac_try) 2>&5 
    3184   ac_status=$? 
    3185   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3186   (exit $ac_status); }; } && 
    3187          { ac_try='test -s conftest$ac_exeext' 
    3188   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3189   (eval $ac_try) 2>&5 
    3190   ac_status=$? 
    3191   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3192   (exit $ac_status); }; }; then 
     3636  (exit $ac_status); } && { 
     3637         test -z "$ac_c_werror_flag" || 
     3638         test ! -s conftest.err 
     3639       } && test -s conftest$ac_exeext && 
     3640       $as_test_x conftest$ac_exeext; then 
    31933641  ac_cv_lib_socket_puts=yes 
    31943642else 
     
    31963644sed 's/^/| /' conftest.$ac_ext >&5 
    31973645 
    3198 ac_cv_lib_socket_puts=no 
    3199 fi 
    3200 rm -f conftest.err conftest.$ac_objext \ 
     3646        ac_cv_lib_socket_puts=no 
     3647fi 
     3648 
     3649rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    32013650      conftest$ac_exeext conftest.$ac_ext 
    32023651LIBS=$ac_check_lib_save_LIBS 
    32033652fi 
    3204 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 
    3205 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6 
     3653{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 
     3654echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; } 
    32063655if test $ac_cv_lib_socket_puts = yes; then 
    32073656  cat >>confdefs.h <<_ACEOF 
     
    32143663 
    32153664 
    3216 echo "$as_me:$LINENO: checking for puts in -lrt" >&5 
    3217 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6 
     3665{ echo "$as_me:$LINENO: checking for puts in -lrt" >&5 
     3666echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; } 
    32183667if test "${ac_cv_lib_rt_puts+set}" = set; then 
    32193668  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    32283677/* end confdefs.h.  */ 
    32293678 
    3230 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3679/* Override any GCC internal prototype to avoid an error. 
     3680   Use char because int might match the return type of a GCC 
     3681   builtin and then its argument prototype would still apply.  */ 
    32313682#ifdef __cplusplus 
    32323683extern "C" 
    32333684#endif 
    3234 /* We use char because int might match the return type of a gcc2 
    3235    builtin and then its argument prototype would still apply.  */ 
    32363685char puts (); 
    32373686int 
    32383687main () 
    32393688{ 
    3240 puts (); 
     3689return puts (); 
    32413690  ; 
    32423691  return 0; 
     
    32443693_ACEOF 
    32453694rm -f conftest.$ac_objext conftest$ac_exeext 
    3246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3247   (eval $ac_link) 2>conftest.er1 
     3695if { (ac_try="$ac_link" 
     3696case "(($ac_try" in 
     3697  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3698  *) ac_try_echo=$ac_try;; 
     3699esac 
     3700eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3701  (eval "$ac_link") 2>conftest.er1 
    32483702  ac_status=$? 
    32493703  grep -v '^ *+' conftest.er1 >conftest.err 
     
    32513705  cat conftest.err >&5 
    32523706  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3253   (exit $ac_status); } && 
    3254          { ac_try='test -z "$ac_c_werror_flag" 
    3255                          || test ! -s conftest.err' 
    3256   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3257   (eval $ac_try) 2>&5 
    3258   ac_status=$? 
    3259   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3260   (exit $ac_status); }; } && 
    3261          { ac_try='test -s conftest$ac_exeext' 
    3262   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3263   (eval $ac_try) 2>&5 
    3264   ac_status=$? 
    3265   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3266   (exit $ac_status); }; }; then 
     3707  (exit $ac_status); } && { 
     3708         test -z "$ac_c_werror_flag" || 
     3709         test ! -s conftest.err 
     3710       } && test -s conftest$ac_exeext && 
     3711       $as_test_x conftest$ac_exeext; then 
    32673712  ac_cv_lib_rt_puts=yes 
    32683713else 
     
    32703715sed 's/^/| /' conftest.$ac_ext >&5 
    32713716 
    3272 ac_cv_lib_rt_puts=no 
    3273 fi 
    3274 rm -f conftest.err conftest.$ac_objext \ 
     3717        ac_cv_lib_rt_puts=no 
     3718fi 
     3719 
     3720rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    32753721      conftest$ac_exeext conftest.$ac_ext 
    32763722LIBS=$ac_check_lib_save_LIBS 
    32773723fi 
    3278 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 
    3279 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6 
     3724{ echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 
     3725echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; } 
    32803726if test $ac_cv_lib_rt_puts = yes; then 
    32813727  cat >>confdefs.h <<_ACEOF 
     
    32883734 
    32893735 
    3290 echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 
    3291 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6 
     3736{ echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 
     3737echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; } 
    32923738if test "${ac_cv_lib_nsl_puts+set}" = set; then 
    32933739  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    33023748/* end confdefs.h.  */ 
    33033749 
    3304 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3750/* Override any GCC internal prototype to avoid an error. 
     3751   Use char because int might match the return type of a GCC 
     3752   builtin and then its argument prototype would still apply.  */ 
    33053753#ifdef __cplusplus 
    33063754extern "C" 
    33073755#endif 
    3308 /* We use char because int might match the return type of a gcc2 
    3309    builtin and then its argument prototype would still apply.  */ 
    33103756char puts (); 
    33113757int 
    33123758main () 
    33133759{ 
    3314 puts (); 
     3760return puts (); 
    33153761  ; 
    33163762  return 0; 
     
    33183764_ACEOF 
    33193765rm -f conftest.$ac_objext conftest$ac_exeext 
    3320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3321   (eval $ac_link) 2>conftest.er1 
     3766if { (ac_try="$ac_link" 
     3767case "(($ac_try" in 
     3768  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3769  *) ac_try_echo=$ac_try;; 
     3770esac 
     3771eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3772  (eval "$ac_link") 2>conftest.er1 
    33223773  ac_status=$? 
    33233774  grep -v '^ *+' conftest.er1 >conftest.err 
     
    33253776  cat conftest.err >&5 
    33263777  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3327   (exit $ac_status); } && 
    3328          { ac_try='test -z "$ac_c_werror_flag" 
    3329                          || test ! -s conftest.err' 
    3330   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3331   (eval $ac_try) 2>&5 
    3332   ac_status=$? 
    3333   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3334   (exit $ac_status); }; } && 
    3335          { ac_try='test -s conftest$ac_exeext' 
    3336   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3337   (eval $ac_try) 2>&5 
    3338   ac_status=$? 
    3339   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3340   (exit $ac_status); }; }; then 
     3778  (exit $ac_status); } && { 
     3779         test -z "$ac_c_werror_flag" || 
     3780         test ! -s conftest.err 
     3781       } && test -s conftest$ac_exeext && 
     3782       $as_test_x conftest$ac_exeext; then 
    33413783  ac_cv_lib_nsl_puts=yes 
    33423784else 
     
    33443786sed 's/^/| /' conftest.$ac_ext >&5 
    33453787 
    3346 ac_cv_lib_nsl_puts=no 
    3347 fi 
    3348 rm -f conftest.err conftest.$ac_objext \ 
     3788        ac_cv_lib_nsl_puts=no 
     3789fi 
     3790 
     3791rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    33493792      conftest$ac_exeext conftest.$ac_ext 
    33503793LIBS=$ac_check_lib_save_LIBS 
    33513794fi 
    3352 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 
    3353 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6 
     3795{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 
     3796echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; } 
    33543797if test $ac_cv_lib_nsl_puts = yes; then 
    33553798  cat >>confdefs.h <<_ACEOF 
     
    33623805 
    33633806 
    3364 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
    3365 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 
     3807{ echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
     3808echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 
    33663809if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 
    33673810  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    33763819/* end confdefs.h.  */ 
    33773820 
    3378 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3821/* Override any GCC internal prototype to avoid an error. 
     3822   Use char because int might match the return type of a GCC 
     3823   builtin and then its argument prototype would still apply.  */ 
    33793824#ifdef __cplusplus 
    33803825extern "C" 
    33813826#endif 
    3382 /* We use char because int might match the return type of a gcc2 
    3383    builtin and then its argument prototype would still apply.  */ 
    33843827char uuid_generate (); 
    33853828int 
    33863829main () 
    33873830{ 
    3388 uuid_generate (); 
     3831return uuid_generate (); 
    33893832  ; 
    33903833  return 0; 
     
    33923835_ACEOF 
    33933836rm -f conftest.$ac_objext conftest$ac_exeext 
    3394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3395   (eval $ac_link) 2>conftest.er1 
     3837if { (ac_try="$ac_link" 
     3838case "(($ac_try" in 
     3839  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3840  *) ac_try_echo=$ac_try;; 
     3841esac 
     3842eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3843  (eval "$ac_link") 2>conftest.er1 
    33963844  ac_status=$? 
    33973845  grep -v '^ *+' conftest.er1 >conftest.err 
     
    33993847  cat conftest.err >&5 
    34003848  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3401   (exit $ac_status); } && 
    3402          { ac_try='test -z "$ac_c_werror_flag" 
    3403                          || test ! -s conftest.err' 
    3404   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3405   (eval $ac_try) 2>&5 
    3406   ac_status=$? 
    3407   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3408   (exit $ac_status); }; } && 
    3409          { ac_try='test -s conftest$ac_exeext' 
    3410   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3411   (eval $ac_try) 2>&5 
    3412   ac_status=$? 
    3413   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3414   (exit $ac_status); }; }; then 
     3849  (exit $ac_status); } && { 
     3850         test -z "$ac_c_werror_flag" || 
     3851         test ! -s conftest.err 
     3852       } && test -s conftest$ac_exeext && 
     3853       $as_test_x conftest$ac_exeext; then 
    34153854  ac_cv_lib_uuid_uuid_generate=yes 
    34163855else 
     
    34183857sed 's/^/| /' conftest.$ac_ext >&5 
    34193858 
    3420 ac_cv_lib_uuid_uuid_generate=no 
    3421 fi 
    3422 rm -f conftest.err conftest.$ac_objext \ 
     3859        ac_cv_lib_uuid_uuid_generate=no 
     3860fi 
     3861 
     3862rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    34233863      conftest$ac_exeext conftest.$ac_ext 
    34243864LIBS=$ac_check_lib_save_LIBS 
    34253865fi 
    3426 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
    3427 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 
     3866{ echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
     3867echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 
    34283868if test $ac_cv_lib_uuid_uuid_generate = yes; then 
    34293869  cat >>confdefs.h <<_ACEOF 
     
    34353875fi 
    34363876 
    3437 echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
    3438 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6 
     3877{ echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
     3878echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 
    34393879if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 
    34403880  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    34493889/* end confdefs.h.  */ 
    34503890 
    3451 /* Override any gcc2 internal prototype to avoid an error.  */ 
     3891/* Override any GCC internal prototype to avoid an error. 
     3892   Use char because int might match the return type of a GCC 
     3893   builtin and then its argument prototype would still apply.  */ 
    34523894#ifdef __cplusplus 
    34533895extern "C" 
    34543896#endif 
    3455 /* We use char because int might match the return type of a gcc2 
    3456    builtin and then its argument prototype would still apply.  */ 
    34573897char uuid_generate (); 
    34583898int 
    34593899main () 
    34603900{ 
    3461 uuid_generate (); 
     3901return uuid_generate (); 
    34623902  ; 
    34633903  return 0; 
     
    34653905_ACEOF 
    34663906rm -f conftest.$ac_objext conftest$ac_exeext 
    3467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3468   (eval $ac_link) 2>conftest.er1 
     3907if { (ac_try="$ac_link" 
     3908case "(($ac_try" in 
     3909  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     3910  *) ac_try_echo=$ac_try;; 
     3911esac 
     3912eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3913  (eval "$ac_link") 2>conftest.er1 
    34693914  ac_status=$? 
    34703915  grep -v '^ *+' conftest.er1 >conftest.err 
     
    34723917  cat conftest.err >&5 
    34733918  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3474   (exit $ac_status); } && 
    3475          { ac_try='test -z "$ac_c_werror_flag" 
    3476                          || test ! -s conftest.err' 
    3477   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3478   (eval $ac_try) 2>&5 
    3479   ac_status=$? 
    3480   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3481   (exit $ac_status); }; } && 
    3482          { ac_try='test -s conftest$ac_exeext' 
    3483   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3484   (eval $ac_try) 2>&5 
    3485   ac_status=$? 
    3486   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3487   (exit $ac_status); }; }; then 
     3919  (exit $ac_status); } && { 
     3920         test -z "$ac_c_werror_flag" || 
     3921         test ! -s conftest.err 
     3922       } && test -s conftest$ac_exeext && 
     3923       $as_test_x conftest$ac_exeext; then 
    34883924  ac_cv_lib_uuid_uuid_generate=yes 
    34893925else 
     
    34913927sed 's/^/| /' conftest.$ac_ext >&5 
    34923928 
    3493 ac_cv_lib_uuid_uuid_generate=no 
    3494 fi 
    3495 rm -f conftest.err conftest.$ac_objext \ 
     3929        ac_cv_lib_uuid_uuid_generate=no 
     3930fi 
     3931 
     3932rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    34963933      conftest$ac_exeext conftest.$ac_ext 
    34973934LIBS=$ac_check_lib_save_LIBS 
    34983935fi 
    3499 echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
    3500 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6 
     3936{ echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
     3937echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 
    35013938if test $ac_cv_lib_uuid_uuid_generate = yes; then 
    35023939  ac_has_uuid_lib=1 
     
    35043941 
    35053942 
    3506 echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 
    3507 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6 
     3943{ echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 
     3944echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; } 
    35083945cat >>confdefs.h <<_ACEOF 
    35093946#define PJ_M_NAME "$target_cpu" 
     
    35113948 
    35123949 
    3513 echo "$as_me:$LINENO: checking memory alignment" >&5 
    3514 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6 
     3950{ echo "$as_me:$LINENO: checking memory alignment" >&5 
     3951echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; } 
    35153952case $target in 
    35163953    ia64-* | x86_64-* ) 
     
    35193956_ACEOF 
    35203957 
    3521         echo "$as_me:$LINENO: result: 8 bytes" >&5 
    3522 echo "${ECHO_T}8 bytes" >&6 
     3958        { echo "$as_me:$LINENO: result: 8 bytes" >&5 
     3959echo "${ECHO_T}8 bytes" >&6; } 
    35233960        ;; 
    35243961    * ) 
     
    35273964_ACEOF 
    35283965 
    3529         echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 
    3530 echo "${ECHO_T}4 bytes (default)" >&6 
     3966        { echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 
     3967echo "${ECHO_T}4 bytes (default)" >&6; } 
    35313968        ;; 
    35323969esac 
    3533  
    3534  
    3535 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 
    3536 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 
    3537 if test "${ac_cv_c_bigendian+set}" = set; then 
    3538   echo $ECHO_N "(cached) $ECHO_C" >&6 
    3539 else 
    3540   # See if sys/param.h defines the BYTE_ORDER macro. 
    3541 cat >conftest.$ac_ext <<_ACEOF 
    3542 /* confdefs.h.  */ 
    3543 _ACEOF 
    3544 cat confdefs.h >>conftest.$ac_ext 
    3545 cat >>conftest.$ac_ext <<_ACEOF 
    3546 /* end confdefs.h.  */ 
    3547 #include <sys/types.h> 
    3548 #include <sys/param.h> 
    3549  
    3550 int 
    3551 main () 
    3552 { 
    3553 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 
    3554  bogus endian macros 
    3555 #endif 
    3556  
    3557   ; 
    3558   return 0; 
    3559 } 
    3560 _ACEOF 
    3561 rm -f conftest.$ac_objext 
    3562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    3563   (eval $ac_compile) 2>conftest.er1 
    3564   ac_status=$? 
    3565   grep -v '^ *+' conftest.er1 >conftest.err 
    3566   rm -f conftest.er1 
    3567   cat conftest.err >&5 
    3568   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3569   (exit $ac_status); } && 
    3570          { ac_try='test -z "$ac_c_werror_flag" 
    3571                          || test ! -s conftest.err' 
    3572   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3573   (eval $ac_try) 2>&5 
    3574   ac_status=$? 
    3575   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3576   (exit $ac_status); }; } && 
    3577          { ac_try='test -s conftest.$ac_objext' 
    3578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3579   (eval $ac_try) 2>&5 
    3580   ac_status=$? 
    3581   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3582   (exit $ac_status); }; }; then 
    3583   # It does; now see whether it defined to BIG_ENDIAN or not. 
    3584 cat >conftest.$ac_ext <<_ACEOF 
    3585 /* confdefs.h.  */ 
    3586 _ACEOF 
    3587 cat confdefs.h >>conftest.$ac_ext 
    3588 cat >>conftest.$ac_ext <<_ACEOF 
    3589 /* end confdefs.h.  */ 
    3590 #include <sys/types.h> 
    3591 #include <sys/param.h> 
    3592  
    3593 int 
    3594 main () 
    3595 { 
    3596 #if BYTE_ORDER != BIG_ENDIAN 
    3597  not big endian 
    3598 #endif 
    3599  
    3600   ; 
    3601   return 0; 
    3602 } 
    3603 _ACEOF 
    3604 rm -f conftest.$ac_objext 
    3605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    3606   (eval $ac_compile) 2>conftest.er1 
    3607   ac_status=$? 
    3608   grep -v '^ *+' conftest.er1 >conftest.err 
    3609   rm -f conftest.er1 
    3610   cat conftest.err >&5 
    3611   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3612   (exit $ac_status); } && 
    3613          { ac_try='test -z "$ac_c_werror_flag" 
    3614                          || test ! -s conftest.err' 
    3615   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3616   (eval $ac_try) 2>&5 
    3617   ac_status=$? 
    3618   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3619   (exit $ac_status); }; } && 
    3620          { ac_try='test -s conftest.$ac_objext' 
    3621   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3622   (eval $ac_try) 2>&5 
    3623   ac_status=$? 
    3624   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3625   (exit $ac_status); }; }; then 
    3626   ac_cv_c_bigendian=yes 
    3627 else 
    3628   echo "$as_me: failed program was:" >&5 
    3629 sed 's/^/| /' conftest.$ac_ext >&5 
    3630  
    3631 ac_cv_c_bigendian=no 
    3632 fi 
    3633 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    3634 else 
    3635   echo "$as_me: failed program was:" >&5 
    3636 sed 's/^/| /' conftest.$ac_ext >&5 
    3637  
    3638 # It does not; compile a test program. 
    3639 if test "$cross_compiling" = yes; then 
    3640   # try to guess the endianness by grepping values into an object file 
    3641   ac_cv_c_bigendian=unknown 
    3642   cat >conftest.$ac_ext <<_ACEOF 
    3643 /* confdefs.h.  */ 
    3644 _ACEOF 
    3645 cat confdefs.h >>conftest.$ac_ext 
    3646 cat >>conftest.$ac_ext <<_ACEOF 
    3647 /* end confdefs.h.  */ 
    3648 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
    3649 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
    3650 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 
    3651 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 
    3652 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 
    3653 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 
    3654 int 
    3655 main () 
    3656 { 
    3657  _ascii (); _ebcdic (); 
    3658   ; 
    3659   return 0; 
    3660 } 
    3661 _ACEOF 
    3662 rm -f conftest.$ac_objext 
    3663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    3664   (eval $ac_compile) 2>conftest.er1 
    3665   ac_status=$? 
    3666   grep -v '^ *+' conftest.er1 >conftest.err 
    3667   rm -f conftest.er1 
    3668   cat conftest.err >&5 
    3669   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3670   (exit $ac_status); } && 
    3671          { ac_try='test -z "$ac_c_werror_flag" 
    3672                          || test ! -s conftest.err' 
    3673   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3674   (eval $ac_try) 2>&5 
    3675   ac_status=$? 
    3676   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3677   (exit $ac_status); }; } && 
    3678          { ac_try='test -s conftest.$ac_objext' 
    3679   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3680   (eval $ac_try) 2>&5 
    3681   ac_status=$? 
    3682   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3683   (exit $ac_status); }; }; then 
    3684   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 
    3685   ac_cv_c_bigendian=yes 
    3686 fi 
    3687 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 
    3688   if test "$ac_cv_c_bigendian" = unknown; then 
    3689     ac_cv_c_bigendian=no 
    3690   else 
    3691     # finding both strings is unlikely to happen, but who knows? 
    3692     ac_cv_c_bigendian=unknown 
    3693   fi 
    3694 fi 
    3695 else 
    3696   echo "$as_me: failed program was:" >&5 
    3697 sed 's/^/| /' conftest.$ac_ext >&5 
    3698  
    3699 fi 
    3700 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    3701 else 
    3702   cat >conftest.$ac_ext <<_ACEOF 
    3703 /* confdefs.h.  */ 
    3704 _ACEOF 
    3705 cat confdefs.h >>conftest.$ac_ext 
    3706 cat >>conftest.$ac_ext <<_ACEOF 
    3707 /* end confdefs.h.  */ 
    3708 int 
    3709 main () 
    3710 { 
    3711   /* Are we little or big endian?  From Harbison&Steele.  */ 
    3712   union 
    3713   { 
    3714     long l; 
    3715     char c[sizeof (long)]; 
    3716   } u; 
    3717   u.l = 1; 
    3718   exit (u.c[sizeof (long) - 1] == 1); 
    3719 } 
    3720 _ACEOF 
    3721 rm -f conftest$ac_exeext 
    3722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3723   (eval $ac_link) 2>&5 
    3724   ac_status=$? 
    3725   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3726   (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    3727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3728   (eval $ac_try) 2>&5 
    3729   ac_status=$? 
    3730   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3731   (exit $ac_status); }; }; then 
    3732   ac_cv_c_bigendian=no 
    3733 else 
    3734   echo "$as_me: program exited with status $ac_status" >&5 
    3735 echo "$as_me: failed program was:" >&5 
    3736 sed 's/^/| /' conftest.$ac_ext >&5 
    3737  
    3738 ( exit $ac_status ) 
    3739 ac_cv_c_bigendian=yes 
    3740 fi 
    3741 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    3742 fi 
    3743 fi 
    3744 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    3745 fi 
    3746 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 
    3747 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 
    3748 case $ac_cv_c_bigendian in 
    3749   yes) 
    3750  
    3751 cat >>confdefs.h <<\_ACEOF 
    3752 #define WORDS_BIGENDIAN 1 
    3753 _ACEOF 
    3754  ;; 
    3755   no) 
    3756      ;; 
    3757   *) 
    3758     { { echo "$as_me:$LINENO: error: unknown endianness 
    3759 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 
    3760 echo "$as_me: error: unknown endianness 
    3761 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 
    3762    { (exit 1); exit 1; }; } ;; 
    3763 esac 
    3764  
    3765  
    3766 case $target in 
    3767     *mingw* | *cygw* | *win32* | *w32* ) 
    3768         cat >>confdefs.h <<\_ACEOF 
    3769 #define PJ_WIN32 1 
    3770 _ACEOF 
    3771  
    3772         cat >>confdefs.h <<\_ACEOF 
    3773 #define PJ_WIN32_WINNT 0x0400 
    3774 _ACEOF 
    3775  
    3776         cat >>confdefs.h <<\_ACEOF 
    3777 #define WIN32_LEAN_AND_MEAN 1 
    3778 _ACEOF 
    3779  
    3780         ;; 
    3781     *darwin*) 
    3782         cat >>confdefs.h <<\_ACEOF 
    3783 #define PJ_DARWINOS 1 
    3784 _ACEOF 
    3785  
    3786         ;; 
    3787     *linux*) 
    3788         cat >>confdefs.h <<\_ACEOF 
    3789 #define PJ_LINUX 1 
    3790 _ACEOF 
    3791  
    3792         ;; 
    3793     *rtems*) 
    3794         cat >>confdefs.h <<\_ACEOF 
    3795 #define PJ_RTEMS 1 
    3796 _ACEOF 
    3797  
    3798         ;; 
    3799     *sunos* | *solaris* ) 
    3800         cat >>confdefs.h <<\_ACEOF 
    3801 #define PJ_SUNOS 1 
    3802 _ACEOF 
    3803  
    3804         ;; 
    3805     *) 
    3806         ;; 
    3807 esac 
    3808  
    3809  
    3810  
    3811  
    3812 # Check whether --enable-floating-point or --disable-floating-point was given. 
    3813 if test "${enable_floating_point+set}" = set; then 
    3814   enableval="$enable_floating_point" 
    3815   if test "$enable_floating_point" = "no"; then 
    3816                 cat >>confdefs.h <<\_ACEOF 
    3817 #define PJ_HAS_FLOATING_POINT 0 
    3818 _ACEOF 
    3819  
    3820                 echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 
    3821 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6 
    3822                fi 
    3823 else 
    3824  
    3825                 cat >>confdefs.h <<\_ACEOF 
    3826 #define PJ_HAS_FLOATING_POINT 1 
    3827 _ACEOF 
    3828  
    3829                 echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 
    3830 echo "${ECHO_T}Checking if floating point is disabled... no" >&6 
    3831  
    3832 echo "$as_me:$LINENO: checking for fmod in -lm" >&5 
    3833 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6 
    3834 if test "${ac_cv_lib_m_fmod+set}" = set; then 
    3835   echo $ECHO_N "(cached) $ECHO_C" >&6 
    3836 else 
    3837   ac_check_lib_save_LIBS=$LIBS 
    3838 LIBS="-lm  $LIBS" 
    3839 cat >conftest.$ac_ext <<_ACEOF 
    3840 /* confdefs.h.  */ 
    3841 _ACEOF 
    3842 cat confdefs.h >>conftest.$ac_ext 
    3843 cat >>conftest.$ac_ext <<_ACEOF 
    3844 /* end confdefs.h.  */ 
    3845  
    3846 /* Override any gcc2 internal prototype to avoid an error.  */ 
    3847 #ifdef __cplusplus 
    3848 extern "C" 
    3849 #endif 
    3850 /* We use char because int might match the return type of a gcc2 
    3851    builtin and then its argument prototype would still apply.  */ 
    3852 char fmod (); 
    3853 int 
    3854 main () 
    3855 { 
    3856 fmod (); 
    3857   ; 
    3858   return 0; 
    3859 } 
    3860 _ACEOF 
    3861 rm -f conftest.$ac_objext conftest$ac_exeext 
    3862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    3863   (eval $ac_link) 2>conftest.er1 
    3864   ac_status=$? 
    3865   grep -v '^ *+' conftest.er1 >conftest.err 
    3866   rm -f conftest.er1 
    3867   cat conftest.err >&5 
    3868   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3869   (exit $ac_status); } && 
    3870          { ac_try='test -z "$ac_c_werror_flag" 
    3871                          || test ! -s conftest.err' 
    3872   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3873   (eval $ac_try) 2>&5 
    3874   ac_status=$? 
    3875   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3876   (exit $ac_status); }; } && 
    3877          { ac_try='test -s conftest$ac_exeext' 
    3878   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    3879   (eval $ac_try) 2>&5 
    3880   ac_status=$? 
    3881   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3882   (exit $ac_status); }; }; then 
    3883   ac_cv_lib_m_fmod=yes 
    3884 else 
    3885   echo "$as_me: failed program was:" >&5 
    3886 sed 's/^/| /' conftest.$ac_ext >&5 
    3887  
    3888 ac_cv_lib_m_fmod=no 
    3889 fi 
    3890 rm -f conftest.err conftest.$ac_objext \ 
    3891       conftest$ac_exeext conftest.$ac_ext 
    3892 LIBS=$ac_check_lib_save_LIBS 
    3893 fi 
    3894 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 
    3895 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6 
    3896 if test $ac_cv_lib_m_fmod = yes; then 
    3897   cat >>confdefs.h <<_ACEOF 
    3898 #define HAVE_LIBM 1 
    3899 _ACEOF 
    3900  
    3901   LIBS="-lm $LIBS" 
    3902  
    3903 fi 
    3904  
    3905  
    3906 fi; 
    39073970 
    39083971 
     
    39123975ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    39133976ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    3914 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    3915 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 
     3977{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     3978echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
    39163979# On Suns, sometimes $CPP names a directory. 
    39173980if test -n "$CPP" && test -d "$CPP"; then 
     
    39474010                     Syntax error 
    39484011_ACEOF 
    3949 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    3950   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     4012if { (ac_try="$ac_cpp conftest.$ac_ext" 
     4013case "(($ac_try" in 
     4014  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4015  *) ac_try_echo=$ac_try;; 
     4016esac 
     4017eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4018  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    39514019  ac_status=$? 
    39524020  grep -v '^ *+' conftest.er1 >conftest.err 
     
    39544022  cat conftest.err >&5 
    39554023  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3956   (exit $ac_status); } >/dev/null; then 
    3957   if test -s conftest.err; then 
    3958     ac_cpp_err=$ac_c_preproc_warn_flag 
    3959     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3960   else 
    3961     ac_cpp_err= 
    3962   fi 
    3963 else 
    3964   ac_cpp_err=yes 
    3965 fi 
    3966 if test -z "$ac_cpp_err"; then 
     4024  (exit $ac_status); } >/dev/null && { 
     4025         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4026         test ! -s conftest.err 
     4027       }; then 
    39674028  : 
    39684029else 
     
    39734034continue 
    39744035fi 
     4036 
    39754037rm -f conftest.err conftest.$ac_ext 
    39764038 
    3977   # OK, works on sane cases.  Now check whether non-existent headers 
     4039  # OK, works on sane cases.  Now check whether nonexistent headers 
    39784040  # can be detected and how. 
    39794041  cat >conftest.$ac_ext <<_ACEOF 
     
    39854047#include <ac_nonexistent.h> 
    39864048_ACEOF 
    3987 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    3988   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     4049if { (ac_try="$ac_cpp conftest.$ac_ext" 
     4050case "(($ac_try" in 
     4051  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4052  *) ac_try_echo=$ac_try;; 
     4053esac 
     4054eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4055  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    39894056  ac_status=$? 
    39904057  grep -v '^ *+' conftest.er1 >conftest.err 
     
    39924059  cat conftest.err >&5 
    39934060  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3994   (exit $ac_status); } >/dev/null; then 
    3995   if test -s conftest.err; then 
    3996     ac_cpp_err=$ac_c_preproc_warn_flag 
    3997     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3998   else 
    3999     ac_cpp_err= 
    4000   fi 
    4001 else 
    4002   ac_cpp_err=yes 
    4003 fi 
    4004 if test -z "$ac_cpp_err"; then 
     4061  (exit $ac_status); } >/dev/null && { 
     4062         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4063         test ! -s conftest.err 
     4064       }; then 
    40054065  # Broken: success on invalid input. 
    40064066continue 
     
    40134073break 
    40144074fi 
     4075 
    40154076rm -f conftest.err conftest.$ac_ext 
    40164077 
     
    40304091  ac_cv_prog_CPP=$CPP 
    40314092fi 
    4032 echo "$as_me:$LINENO: result: $CPP" >&5 
    4033 echo "${ECHO_T}$CPP" >&6 
     4093{ echo "$as_me:$LINENO: result: $CPP" >&5 
     4094echo "${ECHO_T}$CPP" >&6; } 
    40344095ac_preproc_ok=false 
    40354096for ac_c_preproc_warn_flag in '' yes 
     
    40544115                     Syntax error 
    40554116_ACEOF 
    4056 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4057   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     4117if { (ac_try="$ac_cpp conftest.$ac_ext" 
     4118case "(($ac_try" in 
     4119  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4120  *) ac_try_echo=$ac_try;; 
     4121esac 
     4122eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4123  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    40584124  ac_status=$? 
    40594125  grep -v '^ *+' conftest.er1 >conftest.err 
     
    40614127  cat conftest.err >&5 
    40624128  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4063   (exit $ac_status); } >/dev/null; then 
    4064   if test -s conftest.err; then 
    4065     ac_cpp_err=$ac_c_preproc_warn_flag 
    4066     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4067   else 
    4068     ac_cpp_err= 
    4069   fi 
    4070 else 
    4071   ac_cpp_err=yes 
    4072 fi 
    4073 if test -z "$ac_cpp_err"; then 
     4129  (exit $ac_status); } >/dev/null && { 
     4130         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4131         test ! -s conftest.err 
     4132       }; then 
    40744133  : 
    40754134else 
     
    40804139continue 
    40814140fi 
     4141 
    40824142rm -f conftest.err conftest.$ac_ext 
    40834143 
    4084   # OK, works on sane cases.  Now check whether non-existent headers 
     4144  # OK, works on sane cases.  Now check whether nonexistent headers 
    40854145  # can be detected and how. 
    40864146  cat >conftest.$ac_ext <<_ACEOF 
     
    40924152#include <ac_nonexistent.h> 
    40934153_ACEOF 
    4094 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4095   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     4154if { (ac_try="$ac_cpp conftest.$ac_ext" 
     4155case "(($ac_try" in 
     4156  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4157  *) ac_try_echo=$ac_try;; 
     4158esac 
     4159eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4160  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    40964161  ac_status=$? 
    40974162  grep -v '^ *+' conftest.er1 >conftest.err 
     
    40994164  cat conftest.err >&5 
    41004165  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4101   (exit $ac_status); } >/dev/null; then 
    4102   if test -s conftest.err; then 
    4103     ac_cpp_err=$ac_c_preproc_warn_flag 
    4104     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4105   else 
    4106     ac_cpp_err= 
    4107   fi 
    4108 else 
    4109   ac_cpp_err=yes 
    4110 fi 
    4111 if test -z "$ac_cpp_err"; then 
     4166  (exit $ac_status); } >/dev/null && { 
     4167         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4168         test ! -s conftest.err 
     4169       }; then 
    41124170  # Broken: success on invalid input. 
    41134171continue 
     
    41204178break 
    41214179fi 
     4180 
    41224181rm -f conftest.err conftest.$ac_ext 
    41234182 
     
    41424201 
    41434202 
    4144 echo "$as_me:$LINENO: checking for egrep" >&5 
    4145 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 
    4146 if test "${ac_cv_prog_egrep+set}" = set; then 
     4203{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
     4204echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 
     4205if test "${ac_cv_path_GREP+set}" = set; then 
    41474206  echo $ECHO_N "(cached) $ECHO_C" >&6 
    41484207else 
    4149   if echo a | (grep -E '(a|b)') >/dev/null 2>&1 
    4150     then ac_cv_prog_egrep='grep -E' 
    4151     else ac_cv_prog_egrep='egrep' 
     4208  # Extract the first word of "grep ggrep" to use in msg output 
     4209if test -z "$GREP"; then 
     4210set dummy grep ggrep; ac_prog_name=$2 
     4211if test "${ac_cv_path_GREP+set}" = set; then 
     4212  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4213else 
     4214  ac_path_GREP_found=false 
     4215# Loop through the user's path and test for each of PROGNAME-LIST 
     4216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4217for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
     4218do 
     4219  IFS=$as_save_IFS 
     4220  test -z "$as_dir" && as_dir=. 
     4221  for ac_prog in grep ggrep; do 
     4222  for ac_exec_ext in '' $ac_executable_extensions; do 
     4223    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
     4224    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
     4225    # Check for GNU ac_path_GREP and select it if it is found. 
     4226  # Check for GNU $ac_path_GREP 
     4227case `"$ac_path_GREP" --version 2>&1` in 
     4228*GNU*) 
     4229  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 
     4230*) 
     4231  ac_count=0 
     4232  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4233  while : 
     4234  do 
     4235    cat "conftest.in" "conftest.in" >"conftest.tmp" 
     4236    mv "conftest.tmp" "conftest.in" 
     4237    cp "conftest.in" "conftest.nl" 
     4238    echo 'GREP' >> "conftest.nl" 
     4239    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
     4240    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     4241    ac_count=`expr $ac_count + 1` 
     4242    if test $ac_count -gt ${ac_path_GREP_max-0}; then 
     4243      # Best one so far, save it but keep looking for a better one 
     4244      ac_cv_path_GREP="$ac_path_GREP" 
     4245      ac_path_GREP_max=$ac_count 
    41524246    fi 
    4153 fi 
    4154 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 
    4155 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 
    4156  EGREP=$ac_cv_prog_egrep 
    4157  
    4158  
    4159 echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    4160 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 
     4247    # 10*(2^10) chars as input seems more than enough 
     4248    test $ac_count -gt 10 && break 
     4249  done 
     4250  rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 
     4251esac 
     4252 
     4253 
     4254    $ac_path_GREP_found && break 3 
     4255  done 
     4256done 
     4257 
     4258done 
     4259IFS=$as_save_IFS 
     4260 
     4261 
     4262fi 
     4263 
     4264GREP="$ac_cv_path_GREP" 
     4265if test -z "$GREP"; then 
     4266  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     4267echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     4268   { (exit 1); exit 1; }; } 
     4269fi 
     4270 
     4271else 
     4272  ac_cv_path_GREP=$GREP 
     4273fi 
     4274 
     4275 
     4276fi 
     4277{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
     4278echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
     4279 GREP="$ac_cv_path_GREP" 
     4280 
     4281 
     4282{ echo "$as_me:$LINENO: checking for egrep" >&5 
     4283echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 
     4284if test "${ac_cv_path_EGREP+set}" = set; then 
     4285  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4286else 
     4287  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
     4288   then ac_cv_path_EGREP="$GREP -E" 
     4289   else 
     4290     # Extract the first word of "egrep" to use in msg output 
     4291if test -z "$EGREP"; then 
     4292set dummy egrep; ac_prog_name=$2 
     4293if test "${ac_cv_path_EGREP+set}" = set; then 
     4294  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4295else 
     4296  ac_path_EGREP_found=false 
     4297# Loop through the user's path and test for each of PROGNAME-LIST 
     4298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4299for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
     4300do 
     4301  IFS=$as_save_IFS 
     4302  test -z "$as_dir" && as_dir=. 
     4303  for ac_prog in egrep; do 
     4304  for ac_exec_ext in '' $ac_executable_extensions; do 
     4305    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
     4306    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
     4307    # Check for GNU ac_path_EGREP and select it if it is found. 
     4308  # Check for GNU $ac_path_EGREP 
     4309case `"$ac_path_EGREP" --version 2>&1` in 
     4310*GNU*) 
     4311  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 
     4312*) 
     4313  ac_count=0 
     4314  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4315  while : 
     4316  do 
     4317    cat "conftest.in" "conftest.in" >"conftest.tmp" 
     4318    mv "conftest.tmp" "conftest.in" 
     4319    cp "conftest.in" "conftest.nl" 
     4320    echo 'EGREP' >> "conftest.nl" 
     4321    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
     4322    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     4323    ac_count=`expr $ac_count + 1` 
     4324    if test $ac_count -gt ${ac_path_EGREP_max-0}; then 
     4325      # Best one so far, save it but keep looking for a better one 
     4326      ac_cv_path_EGREP="$ac_path_EGREP" 
     4327      ac_path_EGREP_max=$ac_count 
     4328    fi 
     4329    # 10*(2^10) chars as input seems more than enough 
     4330    test $ac_count -gt 10 && break 
     4331  done 
     4332  rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 
     4333esac 
     4334 
     4335 
     4336    $ac_path_EGREP_found && break 3 
     4337  done 
     4338done 
     4339 
     4340done 
     4341IFS=$as_save_IFS 
     4342 
     4343 
     4344fi 
     4345 
     4346EGREP="$ac_cv_path_EGREP" 
     4347if test -z "$EGREP"; then 
     4348  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     4349echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     4350   { (exit 1); exit 1; }; } 
     4351fi 
     4352 
     4353else 
     4354  ac_cv_path_EGREP=$EGREP 
     4355fi 
     4356 
     4357 
     4358   fi 
     4359fi 
     4360{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
     4361echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 
     4362 EGREP="$ac_cv_path_EGREP" 
     4363 
     4364 
     4365{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
     4366echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
    41614367if test "${ac_cv_header_stdc+set}" = set; then 
    41624368  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    41824388_ACEOF 
    41834389rm -f conftest.$ac_objext 
    4184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4185   (eval $ac_compile) 2>conftest.er1 
     4390if { (ac_try="$ac_compile" 
     4391case "(($ac_try" in 
     4392  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4393  *) ac_try_echo=$ac_try;; 
     4394esac 
     4395eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4396  (eval "$ac_compile") 2>conftest.er1 
    41864397  ac_status=$? 
    41874398  grep -v '^ *+' conftest.er1 >conftest.err 
     
    41894400  cat conftest.err >&5 
    41904401  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4191   (exit $ac_status); } && 
    4192          { ac_try='test -z "$ac_c_werror_flag" 
    4193                          || test ! -s conftest.err' 
    4194   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4195   (eval $ac_try) 2>&5 
    4196   ac_status=$? 
    4197   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4198   (exit $ac_status); }; } && 
    4199          { ac_try='test -s conftest.$ac_objext' 
    4200   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4201   (eval $ac_try) 2>&5 
    4202   ac_status=$? 
    4203   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4204   (exit $ac_status); }; }; then 
     4402  (exit $ac_status); } && { 
     4403         test -z "$ac_c_werror_flag" || 
     4404         test ! -s conftest.err 
     4405       } && test -s conftest.$ac_objext; then 
    42054406  ac_cv_header_stdc=yes 
    42064407else 
     
    42084409sed 's/^/| /' conftest.$ac_ext >&5 
    42094410 
    4210 ac_cv_header_stdc=no 
    4211 fi 
    4212 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     4411        ac_cv_header_stdc=no 
     4412fi 
     4413 
     4414rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    42134415 
    42144416if test $ac_cv_header_stdc = yes; then 
     
    42664468/* end confdefs.h.  */ 
    42674469#include <ctype.h> 
     4470#include <stdlib.h> 
    42684471#if ((' ' & 0x0FF) == 0x020) 
    42694472# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 
     
    42854488    if (XOR (islower (i), ISLOWER (i)) 
    42864489        || toupper (i) != TOUPPER (i)) 
    4287       exit(2); 
    4288   exit (0); 
     4490      return 2; 
     4491  return 0; 
    42894492} 
    42904493_ACEOF 
    42914494rm -f conftest$ac_exeext 
    4292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    4293   (eval $ac_link) 2>&5 
     4495if { (ac_try="$ac_link" 
     4496case "(($ac_try" in 
     4497  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4498  *) ac_try_echo=$ac_try;; 
     4499esac 
     4500eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4501  (eval "$ac_link") 2>&5 
    42944502  ac_status=$? 
    42954503  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42964504  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    4297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4298   (eval $ac_try) 2>&5 
     4505  { (case "(($ac_try" in 
     4506  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4507  *) ac_try_echo=$ac_try;; 
     4508esac 
     4509eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4510  (eval "$ac_try") 2>&5 
    42994511  ac_status=$? 
    43004512  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    43094521ac_cv_header_stdc=no 
    43104522fi 
    4311 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    4312 fi 
    4313 fi 
    4314 fi 
    4315 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    4316 echo "${ECHO_T}$ac_cv_header_stdc" >&6 
     4523rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     4524fi 
     4525 
     4526 
     4527fi 
     4528fi 
     4529{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
     4530echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 
    43174531if test $ac_cv_header_stdc = yes; then 
    43184532 
     
    43374551do 
    43384552as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4339 echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
    4341 if eval "test \"\${$as_ac_Header+set}\" = set"; then 
     4553{ echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4554echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
     4555if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    43424556  echo $ECHO_N "(cached) $ECHO_C" >&6 
    43434557else 
     
    43534567_ACEOF 
    43544568rm -f conftest.$ac_objext 
    4355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4356   (eval $ac_compile) 2>conftest.er1 
     4569if { (ac_try="$ac_compile" 
     4570case "(($ac_try" in 
     4571  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4572  *) ac_try_echo=$ac_try;; 
     4573esac 
     4574eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4575  (eval "$ac_compile") 2>conftest.er1 
    43574576  ac_status=$? 
    43584577  grep -v '^ *+' conftest.er1 >conftest.err 
     
    43604579  cat conftest.err >&5 
    43614580  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4362   (exit $ac_status); } && 
    4363          { ac_try='test -z "$ac_c_werror_flag" 
    4364                          || test ! -s conftest.err' 
    4365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4366   (eval $ac_try) 2>&5 
    4367   ac_status=$? 
    4368   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4369   (exit $ac_status); }; } && 
    4370          { ac_try='test -s conftest.$ac_objext' 
    4371   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4372   (eval $ac_try) 2>&5 
    4373   ac_status=$? 
    4374   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4375   (exit $ac_status); }; }; then 
     4581  (exit $ac_status); } && { 
     4582         test -z "$ac_c_werror_flag" || 
     4583         test ! -s conftest.err 
     4584       } && test -s conftest.$ac_objext; then 
    43764585  eval "$as_ac_Header=yes" 
    43774586else 
     
    43794588sed 's/^/| /' conftest.$ac_ext >&5 
    43804589 
    4381 eval "$as_ac_Header=no" 
    4382 fi 
    4383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    4384 fi 
    4385 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
    4386 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
     4590        eval "$as_ac_Header=no" 
     4591fi 
     4592 
     4593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4594fi 
     4595ac_res=`eval echo '${'$as_ac_Header'}'` 
     4596               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     4597echo "${ECHO_T}$ac_res" >&6; } 
    43874598if test `eval echo '${'$as_ac_Header'}'` = yes; then 
    43884599  cat >>confdefs.h <<_ACEOF 
     
    43954606 
    43964607 
     4608{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 
     4609echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 
     4610if test "${ac_cv_c_bigendian+set}" = set; then 
     4611  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4612else 
     4613  # See if sys/param.h defines the BYTE_ORDER macro. 
     4614cat >conftest.$ac_ext <<_ACEOF 
     4615/* confdefs.h.  */ 
     4616_ACEOF 
     4617cat confdefs.h >>conftest.$ac_ext 
     4618cat >>conftest.$ac_ext <<_ACEOF 
     4619/* end confdefs.h.  */ 
     4620#include <sys/types.h> 
     4621#include <sys/param.h> 
     4622 
     4623int 
     4624main () 
     4625{ 
     4626#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 
     4627        && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 
     4628 bogus endian macros 
     4629#endif 
     4630 
     4631  ; 
     4632  return 0; 
     4633} 
     4634_ACEOF 
     4635rm -f conftest.$ac_objext 
     4636if { (ac_try="$ac_compile" 
     4637case "(($ac_try" in 
     4638  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4639  *) ac_try_echo=$ac_try;; 
     4640esac 
     4641eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4642  (eval "$ac_compile") 2>conftest.er1 
     4643  ac_status=$? 
     4644  grep -v '^ *+' conftest.er1 >conftest.err 
     4645  rm -f conftest.er1 
     4646  cat conftest.err >&5 
     4647  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4648  (exit $ac_status); } && { 
     4649         test -z "$ac_c_werror_flag" || 
     4650         test ! -s conftest.err 
     4651       } && test -s conftest.$ac_objext; then 
     4652  # It does; now see whether it defined to BIG_ENDIAN or not. 
     4653cat >conftest.$ac_ext <<_ACEOF 
     4654/* confdefs.h.  */ 
     4655_ACEOF 
     4656cat confdefs.h >>conftest.$ac_ext 
     4657cat >>conftest.$ac_ext <<_ACEOF 
     4658/* end confdefs.h.  */ 
     4659#include <sys/types.h> 
     4660#include <sys/param.h> 
     4661 
     4662int 
     4663main () 
     4664{ 
     4665#if BYTE_ORDER != BIG_ENDIAN 
     4666 not big endian 
     4667#endif 
     4668 
     4669  ; 
     4670  return 0; 
     4671} 
     4672_ACEOF 
     4673rm -f conftest.$ac_objext 
     4674if { (ac_try="$ac_compile" 
     4675case "(($ac_try" in 
     4676  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4677  *) ac_try_echo=$ac_try;; 
     4678esac 
     4679eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4680  (eval "$ac_compile") 2>conftest.er1 
     4681  ac_status=$? 
     4682  grep -v '^ *+' conftest.er1 >conftest.err 
     4683  rm -f conftest.er1 
     4684  cat conftest.err >&5 
     4685  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4686  (exit $ac_status); } && { 
     4687         test -z "$ac_c_werror_flag" || 
     4688         test ! -s conftest.err 
     4689       } && test -s conftest.$ac_objext; then 
     4690  ac_cv_c_bigendian=yes 
     4691else 
     4692  echo "$as_me: failed program was:" >&5 
     4693sed 's/^/| /' conftest.$ac_ext >&5 
     4694 
     4695        ac_cv_c_bigendian=no 
     4696fi 
     4697 
     4698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4699else 
     4700  echo "$as_me: failed program was:" >&5 
     4701sed 's/^/| /' conftest.$ac_ext >&5 
     4702 
     4703        # It does not; compile a test program. 
     4704if test "$cross_compiling" = yes; then 
     4705  # try to guess the endianness by grepping values into an object file 
     4706  ac_cv_c_bigendian=unknown 
     4707  cat >conftest.$ac_ext <<_ACEOF 
     4708/* confdefs.h.  */ 
     4709_ACEOF 
     4710cat confdefs.h >>conftest.$ac_ext 
     4711cat >>conftest.$ac_ext <<_ACEOF 
     4712/* end confdefs.h.  */ 
     4713short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
     4714short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
     4715void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 
     4716short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 
     4717short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 
     4718void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 
     4719int 
     4720main () 
     4721{ 
     4722 _ascii (); _ebcdic (); 
     4723  ; 
     4724  return 0; 
     4725} 
     4726_ACEOF 
     4727rm -f conftest.$ac_objext 
     4728if { (ac_try="$ac_compile" 
     4729case "(($ac_try" in 
     4730  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4731  *) ac_try_echo=$ac_try;; 
     4732esac 
     4733eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4734  (eval "$ac_compile") 2>conftest.er1 
     4735  ac_status=$? 
     4736  grep -v '^ *+' conftest.er1 >conftest.err 
     4737  rm -f conftest.er1 
     4738  cat conftest.err >&5 
     4739  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4740  (exit $ac_status); } && { 
     4741         test -z "$ac_c_werror_flag" || 
     4742         test ! -s conftest.err 
     4743       } && test -s conftest.$ac_objext; then 
     4744  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 
     4745  ac_cv_c_bigendian=yes 
     4746fi 
     4747if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 
     4748  if test "$ac_cv_c_bigendian" = unknown; then 
     4749    ac_cv_c_bigendian=no 
     4750  else 
     4751    # finding both strings is unlikely to happen, but who knows? 
     4752    ac_cv_c_bigendian=unknown 
     4753  fi 
     4754fi 
     4755else 
     4756  echo "$as_me: failed program was:" >&5 
     4757sed 's/^/| /' conftest.$ac_ext >&5 
     4758 
     4759 
     4760fi 
     4761 
     4762rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4763else 
     4764  cat >conftest.$ac_ext <<_ACEOF 
     4765/* confdefs.h.  */ 
     4766_ACEOF 
     4767cat confdefs.h >>conftest.$ac_ext 
     4768cat >>conftest.$ac_ext <<_ACEOF 
     4769/* end confdefs.h.  */ 
     4770$ac_includes_default 
     4771int 
     4772main () 
     4773{ 
     4774 
     4775  /* Are we little or big endian?  From Harbison&Steele.  */ 
     4776  union 
     4777  { 
     4778    long int l; 
     4779    char c[sizeof (long int)]; 
     4780  } u; 
     4781  u.l = 1; 
     4782  return u.c[sizeof (long int) - 1] == 1; 
     4783 
     4784  ; 
     4785  return 0; 
     4786} 
     4787_ACEOF 
     4788rm -f conftest$ac_exeext 
     4789if { (ac_try="$ac_link" 
     4790case "(($ac_try" in 
     4791  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4792  *) ac_try_echo=$ac_try;; 
     4793esac 
     4794eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4795  (eval "$ac_link") 2>&5 
     4796  ac_status=$? 
     4797  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4798  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
     4799  { (case "(($ac_try" in 
     4800  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4801  *) ac_try_echo=$ac_try;; 
     4802esac 
     4803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4804  (eval "$ac_try") 2>&5 
     4805  ac_status=$? 
     4806  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4807  (exit $ac_status); }; }; then 
     4808  ac_cv_c_bigendian=no 
     4809else 
     4810  echo "$as_me: program exited with status $ac_status" >&5 
     4811echo "$as_me: failed program was:" >&5 
     4812sed 's/^/| /' conftest.$ac_ext >&5 
     4813 
     4814( exit $ac_status ) 
     4815ac_cv_c_bigendian=yes 
     4816fi 
     4817rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     4818fi 
     4819 
     4820 
     4821fi 
     4822 
     4823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4824fi 
     4825{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 
     4826echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 
     4827case $ac_cv_c_bigendian in 
     4828  yes) 
     4829 
     4830cat >>confdefs.h <<\_ACEOF 
     4831#define WORDS_BIGENDIAN 1 
     4832_ACEOF 
     4833 ;; 
     4834  no) 
     4835     ;; 
     4836  *) 
     4837    { { echo "$as_me:$LINENO: error: unknown endianness 
     4838presetting ac_cv_c_bigendian=no (or yes) will help" >&5 
     4839echo "$as_me: error: unknown endianness 
     4840presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 
     4841   { (exit 1); exit 1; }; } ;; 
     4842esac 
     4843 
     4844 
     4845case $target in 
     4846    *mingw* | *cygw* | *win32* | *w32* ) 
     4847        cat >>confdefs.h <<\_ACEOF 
     4848#define PJ_WIN32 1 
     4849_ACEOF 
     4850 
     4851        cat >>confdefs.h <<\_ACEOF 
     4852#define PJ_WIN32_WINNT 0x0400 
     4853_ACEOF 
     4854 
     4855        cat >>confdefs.h <<\_ACEOF 
     4856#define WIN32_LEAN_AND_MEAN 1 
     4857_ACEOF 
     4858 
     4859        ;; 
     4860    *darwin*) 
     4861        cat >>confdefs.h <<\_ACEOF 
     4862#define PJ_DARWINOS 1 
     4863_ACEOF 
     4864 
     4865        ;; 
     4866    *linux*) 
     4867        cat >>confdefs.h <<\_ACEOF 
     4868#define PJ_LINUX 1 
     4869_ACEOF 
     4870 
     4871        ;; 
     4872    *rtems*) 
     4873        cat >>confdefs.h <<\_ACEOF 
     4874#define PJ_RTEMS 1 
     4875_ACEOF 
     4876 
     4877        ;; 
     4878    *sunos* | *solaris* ) 
     4879        cat >>confdefs.h <<\_ACEOF 
     4880#define PJ_SUNOS 1 
     4881_ACEOF 
     4882 
     4883        ;; 
     4884    *) 
     4885        ;; 
     4886esac 
     4887 
     4888 
     4889 
     4890 
     4891# Check whether --enable-floating-point was given. 
     4892if test "${enable_floating_point+set}" = set; then 
     4893  enableval=$enable_floating_point; if test "$enable_floating_point" = "no"; then 
     4894                cat >>confdefs.h <<\_ACEOF 
     4895#define PJ_HAS_FLOATING_POINT 0 
     4896_ACEOF 
     4897 
     4898                { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 
     4899echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; } 
     4900               fi 
     4901else 
     4902 
     4903                cat >>confdefs.h <<\_ACEOF 
     4904#define PJ_HAS_FLOATING_POINT 1 
     4905_ACEOF 
     4906 
     4907                { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 
     4908echo "${ECHO_T}Checking if floating point is disabled... no" >&6; } 
     4909 
     4910{ echo "$as_me:$LINENO: checking for fmod in -lm" >&5 
     4911echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; } 
     4912if test "${ac_cv_lib_m_fmod+set}" = set; then 
     4913  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4914else 
     4915  ac_check_lib_save_LIBS=$LIBS 
     4916LIBS="-lm  $LIBS" 
     4917cat >conftest.$ac_ext <<_ACEOF 
     4918/* confdefs.h.  */ 
     4919_ACEOF 
     4920cat confdefs.h >>conftest.$ac_ext 
     4921cat >>conftest.$ac_ext <<_ACEOF 
     4922/* end confdefs.h.  */ 
     4923 
     4924/* Override any GCC internal prototype to avoid an error. 
     4925   Use char because int might match the return type of a GCC 
     4926   builtin and then its argument prototype would still apply.  */ 
     4927#ifdef __cplusplus 
     4928extern "C" 
     4929#endif 
     4930char fmod (); 
     4931int 
     4932main () 
     4933{ 
     4934return fmod (); 
     4935  ; 
     4936  return 0; 
     4937} 
     4938_ACEOF 
     4939rm -f conftest.$ac_objext conftest$ac_exeext 
     4940if { (ac_try="$ac_link" 
     4941case "(($ac_try" in 
     4942  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4943  *) ac_try_echo=$ac_try;; 
     4944esac 
     4945eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4946  (eval "$ac_link") 2>conftest.er1 
     4947  ac_status=$? 
     4948  grep -v '^ *+' conftest.er1 >conftest.err 
     4949  rm -f conftest.er1 
     4950  cat conftest.err >&5 
     4951  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4952  (exit $ac_status); } && { 
     4953         test -z "$ac_c_werror_flag" || 
     4954         test ! -s conftest.err 
     4955       } && test -s conftest$ac_exeext && 
     4956       $as_test_x conftest$ac_exeext; then 
     4957  ac_cv_lib_m_fmod=yes 
     4958else 
     4959  echo "$as_me: failed program was:" >&5 
     4960sed 's/^/| /' conftest.$ac_ext >&5 
     4961 
     4962        ac_cv_lib_m_fmod=no 
     4963fi 
     4964 
     4965rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
     4966      conftest$ac_exeext conftest.$ac_ext 
     4967LIBS=$ac_check_lib_save_LIBS 
     4968fi 
     4969{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 
     4970echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; } 
     4971if test $ac_cv_lib_m_fmod = yes; then 
     4972  cat >>confdefs.h <<_ACEOF 
     4973#define HAVE_LIBM 1 
     4974_ACEOF 
     4975 
     4976  LIBS="-lm $LIBS" 
     4977 
     4978fi 
     4979 
     4980 
     4981fi 
     4982 
     4983 
     4984 
    43974985if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    4398   echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
    4399 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 
     4986  { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
     4987echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 
    44004988if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    44014989  echo $ECHO_N "(cached) $ECHO_C" >&6 
    44024990fi 
    4403 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
    4404 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 
     4991{ echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
     4992echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 
    44054993else 
    44064994  # Is the header compilable? 
    4407 echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 
    4408 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 
     4995{ echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 
     4996echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 
    44094997cat >conftest.$ac_ext <<_ACEOF 
    44104998/* confdefs.h.  */ 
     
    44175005_ACEOF 
    44185006rm -f conftest.$ac_objext 
    4419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4420   (eval $ac_compile) 2>conftest.er1 
     5007if { (ac_try="$ac_compile" 
     5008case "(($ac_try" in 
     5009  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5010  *) ac_try_echo=$ac_try;; 
     5011esac 
     5012eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5013  (eval "$ac_compile") 2>conftest.er1 
    44215014  ac_status=$? 
    44225015  grep -v '^ *+' conftest.er1 >conftest.err 
     
    44245017  cat conftest.err >&5 
    44255018  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4426   (exit $ac_status); } && 
    4427          { ac_try='test -z "$ac_c_werror_flag" 
    4428                          || test ! -s conftest.err' 
    4429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4430   (eval $ac_try) 2>&5 
    4431   ac_status=$? 
    4432   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4433   (exit $ac_status); }; } && 
    4434          { ac_try='test -s conftest.$ac_objext' 
    4435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4436   (eval $ac_try) 2>&5 
    4437   ac_status=$? 
    4438   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4439   (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 
    44405023  ac_header_compiler=yes 
    44415024else 
     
    44435026sed 's/^/| /' conftest.$ac_ext >&5 
    44445027 
    4445 ac_header_compiler=no 
    4446 fi 
    4447 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    4448 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4449 echo "${ECHO_T}$ac_header_compiler" >&6 
     5028        ac_header_compiler=no 
     5029fi 
     5030 
     5031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5032{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5033echo "${ECHO_T}$ac_header_compiler" >&6; } 
    44505034 
    44515035# Is the header present? 
    4452 echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 
    4453 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 
     5036{ echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 
     5037echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 
    44545038cat >conftest.$ac_ext <<_ACEOF 
    44555039/* confdefs.h.  */ 
     
    44605044#include <arpa/inet.h> 
    44615045_ACEOF 
    4462 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4463   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5046if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5047case "(($ac_try" in 
     5048  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5049  *) ac_try_echo=$ac_try;; 
     5050esac 
     5051eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5052  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    44645053  ac_status=$? 
    44655054  grep -v '^ *+' conftest.er1 >conftest.err 
     
    44675056  cat conftest.err >&5 
    44685057  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4469   (exit $ac_status); } >/dev/null; then 
    4470   if test -s conftest.err; then 
    4471     ac_cpp_err=$ac_c_preproc_warn_flag 
    4472     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4473   else 
    4474     ac_cpp_err= 
    4475   fi 
    4476 else 
    4477   ac_cpp_err=yes 
    4478 fi 
    4479 if test -z "$ac_cpp_err"; then 
     5058  (exit $ac_status); } >/dev/null && { 
     5059         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5060         test ! -s conftest.err 
     5061       }; then 
    44805062  ac_header_preproc=yes 
    44815063else 
     
    44855067  ac_header_preproc=no 
    44865068fi 
     5069 
    44875070rm -f conftest.err conftest.$ac_ext 
    4488 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4489 echo "${ECHO_T}$ac_header_preproc" >&6 
     5071{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5072echo "${ECHO_T}$ac_header_preproc" >&6; } 
    44905073 
    44915074# So?  What about this header? 
     
    45115094    { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 
    45125095echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 
    4513     ( 
    4514       cat <<\_ASBOX 
    4515 ## ------------------------------------ ## 
    4516 ## Report this to the pjproject lists.  ## 
    4517 ## ------------------------------------ ## 
    4518 _ASBOX 
    4519     ) | 
    4520       sed "s/^/$as_me: WARNING:     /" >&2 
     5096 
    45215097    ;; 
    45225098esac 
    4523 echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
    4524 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 
     5099{ echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
     5100echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 
    45255101if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    45265102  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    45285104  ac_cv_header_arpa_inet_h=$ac_header_preproc 
    45295105fi 
    4530 echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
    4531 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 
     5106{ echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
     5107echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 
    45325108 
    45335109fi 
     
    45415117 
    45425118if test "${ac_cv_header_assert_h+set}" = set; then 
    4543   echo "$as_me:$LINENO: checking for assert.h" >&5 
    4544 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 
     5119  { echo "$as_me:$LINENO: checking for assert.h" >&5 
     5120echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 
    45455121if test "${ac_cv_header_assert_h+set}" = set; then 
    45465122  echo $ECHO_N "(cached) $ECHO_C" >&6 
    45475123fi 
    4548 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
    4549 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 
     5124{ echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
     5125echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 
    45505126else 
    45515127  # Is the header compilable? 
    4552 echo "$as_me:$LINENO: checking assert.h usability" >&5 
    4553 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6 
     5128{ echo "$as_me:$LINENO: checking assert.h usability" >&5 
     5129echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; } 
    45545130cat >conftest.$ac_ext <<_ACEOF 
    45555131/* confdefs.h.  */ 
     
    45625138_ACEOF 
    45635139rm -f conftest.$ac_objext 
    4564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4565   (eval $ac_compile) 2>conftest.er1 
     5140if { (ac_try="$ac_compile" 
     5141case "(($ac_try" in 
     5142  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5143  *) ac_try_echo=$ac_try;; 
     5144esac 
     5145eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5146  (eval "$ac_compile") 2>conftest.er1 
    45665147  ac_status=$? 
    45675148  grep -v '^ *+' conftest.er1 >conftest.err 
     
    45695150  cat conftest.err >&5 
    45705151  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4571   (exit $ac_status); } && 
    4572          { ac_try='test -z "$ac_c_werror_flag" 
    4573                          || test ! -s conftest.err' 
    4574   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4575   (eval $ac_try) 2>&5 
    4576   ac_status=$? 
    4577   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4578   (exit $ac_status); }; } && 
    4579          { ac_try='test -s conftest.$ac_objext' 
    4580   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4581   (eval $ac_try) 2>&5 
    4582   ac_status=$? 
    4583   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4584   (exit $ac_status); }; }; then 
     5152  (exit $ac_status); } && { 
     5153         test -z "$ac_c_werror_flag" || 
     5154         test ! -s conftest.err 
     5155       } && test -s conftest.$ac_objext; then 
    45855156  ac_header_compiler=yes 
    45865157else 
     
    45885159sed 's/^/| /' conftest.$ac_ext >&5 
    45895160 
    4590 ac_header_compiler=no 
    4591 fi 
    4592 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    4593 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4594 echo "${ECHO_T}$ac_header_compiler" >&6 
     5161        ac_header_compiler=no 
     5162fi 
     5163 
     5164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5165{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5166echo "${ECHO_T}$ac_header_compiler" >&6; } 
    45955167 
    45965168# Is the header present? 
    4597 echo "$as_me:$LINENO: checking assert.h presence" >&5 
    4598 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6 
     5169{ echo "$as_me:$LINENO: checking assert.h presence" >&5 
     5170echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; } 
    45995171cat >conftest.$ac_ext <<_ACEOF 
    46005172/* confdefs.h.  */ 
     
    46055177#include <assert.h> 
    46065178_ACEOF 
    4607 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4608   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5179if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5180case "(($ac_try" in 
     5181  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5182  *) ac_try_echo=$ac_try;; 
     5183esac 
     5184eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5185  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    46095186  ac_status=$? 
    46105187  grep -v '^ *+' conftest.er1 >conftest.err 
     
    46125189  cat conftest.err >&5 
    46135190  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4614   (exit $ac_status); } >/dev/null; then 
    4615   if test -s conftest.err; then 
    4616     ac_cpp_err=$ac_c_preproc_warn_flag 
    4617     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4618   else 
    4619     ac_cpp_err= 
    4620   fi 
    4621 else 
    4622   ac_cpp_err=yes 
    4623 fi 
    4624 if test -z "$ac_cpp_err"; then 
     5191  (exit $ac_status); } >/dev/null && { 
     5192         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5193         test ! -s conftest.err 
     5194       }; then 
    46255195  ac_header_preproc=yes 
    46265196else 
     
    46305200  ac_header_preproc=no 
    46315201fi 
     5202 
    46325203rm -f conftest.err conftest.$ac_ext 
    4633 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4634 echo "${ECHO_T}$ac_header_preproc" >&6 
     5204{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5205echo "${ECHO_T}$ac_header_preproc" >&6; } 
    46355206 
    46365207# So?  What about this header? 
     
    46565227    { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 
    46575228echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 
    4658     ( 
    4659       cat <<\_ASBOX 
    4660 ## ------------------------------------ ## 
    4661 ## Report this to the pjproject lists.  ## 
    4662 ## ------------------------------------ ## 
    4663 _ASBOX 
    4664     ) | 
    4665       sed "s/^/$as_me: WARNING:     /" >&2 
     5229 
    46665230    ;; 
    46675231esac 
    4668 echo "$as_me:$LINENO: checking for assert.h" >&5 
    4669 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6 
     5232{ echo "$as_me:$LINENO: checking for assert.h" >&5 
     5233echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 
    46705234if test "${ac_cv_header_assert_h+set}" = set; then 
    46715235  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    46735237  ac_cv_header_assert_h=$ac_header_preproc 
    46745238fi 
    4675 echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
    4676 echo "${ECHO_T}$ac_cv_header_assert_h" >&6 
     5239{ echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
     5240echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 
    46775241 
    46785242fi 
     
    46865250 
    46875251if test "${ac_cv_header_ctype_h+set}" = set; then 
    4688   echo "$as_me:$LINENO: checking for ctype.h" >&5 
    4689 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 
     5252  { echo "$as_me:$LINENO: checking for ctype.h" >&5 
     5253echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 
    46905254if test "${ac_cv_header_ctype_h+set}" = set; then 
    46915255  echo $ECHO_N "(cached) $ECHO_C" >&6 
    46925256fi 
    4693 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
    4694 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 
     5257{ echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
     5258echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 
    46955259else 
    46965260  # Is the header compilable? 
    4697 echo "$as_me:$LINENO: checking ctype.h usability" >&5 
    4698 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6 
     5261{ echo "$as_me:$LINENO: checking ctype.h usability" >&5 
     5262echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; } 
    46995263cat >conftest.$ac_ext <<_ACEOF 
    47005264/* confdefs.h.  */ 
     
    47075271_ACEOF 
    47085272rm -f conftest.$ac_objext 
    4709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4710   (eval $ac_compile) 2>conftest.er1 
     5273if { (ac_try="$ac_compile" 
     5274case "(($ac_try" in 
     5275  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5276  *) ac_try_echo=$ac_try;; 
     5277esac 
     5278eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5279  (eval "$ac_compile") 2>conftest.er1 
    47115280  ac_status=$? 
    47125281  grep -v '^ *+' conftest.er1 >conftest.err 
     
    47145283  cat conftest.err >&5 
    47155284  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4716   (exit $ac_status); } && 
    4717          { ac_try='test -z "$ac_c_werror_flag" 
    4718                          || test ! -s conftest.err' 
    4719   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4720   (eval $ac_try) 2>&5 
    4721   ac_status=$? 
    4722   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4723   (exit $ac_status); }; } && 
    4724          { ac_try='test -s conftest.$ac_objext' 
    4725   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4726   (eval $ac_try) 2>&5 
    4727   ac_status=$? 
    4728   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4729   (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_objext; then 
    47305289  ac_header_compiler=yes 
    47315290else 
     
    47335292sed 's/^/| /' conftest.$ac_ext >&5 
    47345293 
    4735 ac_header_compiler=no 
    4736 fi 
    4737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    4738 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4739 echo "${ECHO_T}$ac_header_compiler" >&6 
     5294        ac_header_compiler=no 
     5295fi 
     5296 
     5297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5298{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5299echo "${ECHO_T}$ac_header_compiler" >&6; } 
    47405300 
    47415301# Is the header present? 
    4742 echo "$as_me:$LINENO: checking ctype.h presence" >&5 
    4743 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6 
     5302{ echo "$as_me:$LINENO: checking ctype.h presence" >&5 
     5303echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; } 
    47445304cat >conftest.$ac_ext <<_ACEOF 
    47455305/* confdefs.h.  */ 
     
    47505310#include <ctype.h> 
    47515311_ACEOF 
    4752 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4753   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5312if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5313case "(($ac_try" in 
     5314  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5315  *) ac_try_echo=$ac_try;; 
     5316esac 
     5317eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5318  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    47545319  ac_status=$? 
    47555320  grep -v '^ *+' conftest.er1 >conftest.err 
     
    47575322  cat conftest.err >&5 
    47585323  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4759   (exit $ac_status); } >/dev/null; then 
    4760   if test -s conftest.err; then 
    4761     ac_cpp_err=$ac_c_preproc_warn_flag 
    4762     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4763   else 
    4764     ac_cpp_err= 
    4765   fi 
    4766 else 
    4767   ac_cpp_err=yes 
    4768 fi 
    4769 if test -z "$ac_cpp_err"; then 
     5324  (exit $ac_status); } >/dev/null && { 
     5325         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5326         test ! -s conftest.err 
     5327       }; then 
    47705328  ac_header_preproc=yes 
    47715329else 
     
    47755333  ac_header_preproc=no 
    47765334fi 
     5335 
    47775336rm -f conftest.err conftest.$ac_ext 
    4778 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4779 echo "${ECHO_T}$ac_header_preproc" >&6 
     5337{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5338echo "${ECHO_T}$ac_header_preproc" >&6; } 
    47805339 
    47815340# So?  What about this header? 
     
    48015360    { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 
    48025361echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 
    4803     ( 
    4804       cat <<\_ASBOX 
    4805 ## ------------------------------------ ## 
    4806 ## Report this to the pjproject lists.  ## 
    4807 ## ------------------------------------ ## 
    4808 _ASBOX 
    4809     ) | 
    4810       sed "s/^/$as_me: WARNING:     /" >&2 
     5362 
    48115363    ;; 
    48125364esac 
    4813 echo "$as_me:$LINENO: checking for ctype.h" >&5 
    4814 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6 
     5365{ echo "$as_me:$LINENO: checking for ctype.h" >&5 
     5366echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 
    48155367if test "${ac_cv_header_ctype_h+set}" = set; then 
    48165368  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    48185370  ac_cv_header_ctype_h=$ac_header_preproc 
    48195371fi 
    4820 echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
    4821 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6 
     5372{ echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
     5373echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 
    48225374 
    48235375fi 
     
    48405392    *) 
    48415393        if test "${ac_cv_header_errno_h+set}" = set; then 
    4842   echo "$as_me:$LINENO: checking for errno.h" >&5 
    4843 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 
     5394  { echo "$as_me:$LINENO: checking for errno.h" >&5 
     5395echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 
    48445396if test "${ac_cv_header_errno_h+set}" = set; then 
    48455397  echo $ECHO_N "(cached) $ECHO_C" >&6 
    48465398fi 
    4847 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
    4848 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 
     5399{ echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
     5400echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 
    48495401else 
    48505402  # Is the header compilable? 
    4851 echo "$as_me:$LINENO: checking errno.h usability" >&5 
    4852 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6 
     5403{ echo "$as_me:$LINENO: checking errno.h usability" >&5 
     5404echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; } 
    48535405cat >conftest.$ac_ext <<_ACEOF 
    48545406/* confdefs.h.  */ 
     
    48615413_ACEOF 
    48625414rm -f conftest.$ac_objext 
    4863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    4864   (eval $ac_compile) 2>conftest.er1 
     5415if { (ac_try="$ac_compile" 
     5416case "(($ac_try" in 
     5417  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5418  *) ac_try_echo=$ac_try;; 
     5419esac 
     5420eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5421  (eval "$ac_compile") 2>conftest.er1 
    48655422  ac_status=$? 
    48665423  grep -v '^ *+' conftest.er1 >conftest.err 
     
    48685425  cat conftest.err >&5 
    48695426  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4870   (exit $ac_status); } && 
    4871          { ac_try='test -z "$ac_c_werror_flag" 
    4872                          || test ! -s conftest.err' 
    4873   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4874   (eval $ac_try) 2>&5 
    4875   ac_status=$? 
    4876   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4877   (exit $ac_status); }; } && 
    4878          { ac_try='test -s conftest.$ac_objext' 
    4879   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    4880   (eval $ac_try) 2>&5 
    4881   ac_status=$? 
    4882   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4883   (exit $ac_status); }; }; then 
     5427  (exit $ac_status); } && { 
     5428         test -z "$ac_c_werror_flag" || 
     5429         test ! -s conftest.err 
     5430       } && test -s conftest.$ac_objext; then 
    48845431  ac_header_compiler=yes 
    48855432else 
     
    48875434sed 's/^/| /' conftest.$ac_ext >&5 
    48885435 
    4889 ac_header_compiler=no 
    4890 fi 
    4891 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    4892 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4893 echo "${ECHO_T}$ac_header_compiler" >&6 
     5436        ac_header_compiler=no 
     5437fi 
     5438 
     5439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5440{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5441echo "${ECHO_T}$ac_header_compiler" >&6; } 
    48945442 
    48955443# Is the header present? 
    4896 echo "$as_me:$LINENO: checking errno.h presence" >&5 
    4897 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6 
     5444{ echo "$as_me:$LINENO: checking errno.h presence" >&5 
     5445echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6; } 
    48985446cat >conftest.$ac_ext <<_ACEOF 
    48995447/* confdefs.h.  */ 
     
    49045452#include <errno.h> 
    49055453_ACEOF 
    4906 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    4907   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5454if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5455case "(($ac_try" in 
     5456  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5457  *) ac_try_echo=$ac_try;; 
     5458esac 
     5459eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5460  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    49085461  ac_status=$? 
    49095462  grep -v '^ *+' conftest.er1 >conftest.err 
     
    49115464  cat conftest.err >&5 
    49125465  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4913   (exit $ac_status); } >/dev/null; then 
    4914   if test -s conftest.err; then 
    4915     ac_cpp_err=$ac_c_preproc_warn_flag 
    4916     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4917   else 
    4918     ac_cpp_err= 
    4919   fi 
    4920 else 
    4921   ac_cpp_err=yes 
    4922 fi 
    4923 if test -z "$ac_cpp_err"; then 
     5466  (exit $ac_status); } >/dev/null && { 
     5467         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5468         test ! -s conftest.err 
     5469       }; then 
    49245470  ac_header_preproc=yes 
    49255471else 
     
    49295475  ac_header_preproc=no 
    49305476fi 
     5477 
    49315478rm -f conftest.err conftest.$ac_ext 
    4932 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4933 echo "${ECHO_T}$ac_header_preproc" >&6 
     5479{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5480echo "${ECHO_T}$ac_header_preproc" >&6; } 
    49345481 
    49355482# So?  What about this header? 
     
    49555502    { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 
    49565503echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 
    4957     ( 
    4958       cat <<\_ASBOX 
    4959 ## ------------------------------------ ## 
    4960 ## Report this to the pjproject lists.  ## 
    4961 ## ------------------------------------ ## 
    4962 _ASBOX 
    4963     ) | 
    4964       sed "s/^/$as_me: WARNING:     /" >&2 
     5504 
    49655505    ;; 
    49665506esac 
    4967 echo "$as_me:$LINENO: checking for errno.h" >&5 
    4968 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6 
     5507{ echo "$as_me:$LINENO: checking for errno.h" >&5 
     5508echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 
    49695509if test "${ac_cv_header_errno_h+set}" = set; then 
    49705510  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    49725512  ac_cv_header_errno_h=$ac_header_preproc 
    49735513fi 
    4974 echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
    4975 echo "${ECHO_T}$ac_cv_header_errno_h" >&6 
     5514{ echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
     5515echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 
    49765516 
    49775517fi 
     
    49885528 
    49895529if test "${ac_cv_header_fcntl_h+set}" = set; then 
    4990   echo "$as_me:$LINENO: checking for fcntl.h" >&5 
    4991 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 
     5530  { echo "$as_me:$LINENO: checking for fcntl.h" >&5 
     5531echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 
    49925532if test "${ac_cv_header_fcntl_h+set}" = set; then 
    49935533  echo $ECHO_N "(cached) $ECHO_C" >&6 
    49945534fi 
    4995 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
    4996 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 
     5535{ echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
     5536echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 
    49975537else 
    49985538  # Is the header compilable? 
    4999 echo "$as_me:$LINENO: checking fcntl.h usability" >&5 
    5000 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6 
     5539{ echo "$as_me:$LINENO: checking fcntl.h usability" >&5 
     5540echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6; } 
    50015541cat >conftest.$ac_ext <<_ACEOF 
    50025542/* confdefs.h.  */ 
     
    50095549_ACEOF 
    50105550rm -f conftest.$ac_objext 
    5011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5012   (eval $ac_compile) 2>conftest.er1 
     5551if { (ac_try="$ac_compile" 
     5552case "(($ac_try" in 
     5553  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5554  *) ac_try_echo=$ac_try;; 
     5555esac 
     5556eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5557  (eval "$ac_compile") 2>conftest.er1 
    50135558  ac_status=$? 
    50145559  grep -v '^ *+' conftest.er1 >conftest.err 
     
    50165561  cat conftest.err >&5 
    50175562  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5018   (exit $ac_status); } && 
    5019          { ac_try='test -z "$ac_c_werror_flag" 
    5020                          || test ! -s conftest.err' 
    5021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5022   (eval $ac_try) 2>&5 
    5023   ac_status=$? 
    5024   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5025   (exit $ac_status); }; } && 
    5026          { ac_try='test -s conftest.$ac_objext' 
    5027   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5028   (eval $ac_try) 2>&5 
    5029   ac_status=$? 
    5030   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5031   (exit $ac_status); }; }; then 
     5563  (exit $ac_status); } && { 
     5564         test -z "$ac_c_werror_flag" || 
     5565         test ! -s conftest.err 
     5566       } && test -s conftest.$ac_objext; then 
    50325567  ac_header_compiler=yes 
    50335568else 
     
    50355570sed 's/^/| /' conftest.$ac_ext >&5 
    50365571 
    5037 ac_header_compiler=no 
    5038 fi 
    5039 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5040 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5041 echo "${ECHO_T}$ac_header_compiler" >&6 
     5572        ac_header_compiler=no 
     5573fi 
     5574 
     5575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5576{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5577echo "${ECHO_T}$ac_header_compiler" >&6; } 
    50425578 
    50435579# Is the header present? 
    5044 echo "$as_me:$LINENO: checking fcntl.h presence" >&5 
    5045 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6 
     5580{ echo "$as_me:$LINENO: checking fcntl.h presence" >&5 
     5581echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6; } 
    50465582cat >conftest.$ac_ext <<_ACEOF 
    50475583/* confdefs.h.  */ 
     
    50525588#include <fcntl.h> 
    50535589_ACEOF 
    5054 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5055   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5590if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5591case "(($ac_try" in 
     5592  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5593  *) ac_try_echo=$ac_try;; 
     5594esac 
     5595eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5596  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    50565597  ac_status=$? 
    50575598  grep -v '^ *+' conftest.er1 >conftest.err 
     
    50595600  cat conftest.err >&5 
    50605601  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5061   (exit $ac_status); } >/dev/null; then 
    5062   if test -s conftest.err; then 
    5063     ac_cpp_err=$ac_c_preproc_warn_flag 
    5064     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5065   else 
    5066     ac_cpp_err= 
    5067   fi 
    5068 else 
    5069   ac_cpp_err=yes 
    5070 fi 
    5071 if test -z "$ac_cpp_err"; then 
     5602  (exit $ac_status); } >/dev/null && { 
     5603         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5604         test ! -s conftest.err 
     5605       }; then 
    50725606  ac_header_preproc=yes 
    50735607else 
     
    50775611  ac_header_preproc=no 
    50785612fi 
     5613 
    50795614rm -f conftest.err conftest.$ac_ext 
    5080 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5081 echo "${ECHO_T}$ac_header_preproc" >&6 
     5615{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5616echo "${ECHO_T}$ac_header_preproc" >&6; } 
    50825617 
    50835618# So?  What about this header? 
     
    51035638    { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 
    51045639echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 
    5105     ( 
    5106       cat <<\_ASBOX 
    5107 ## ------------------------------------ ## 
    5108 ## Report this to the pjproject lists.  ## 
    5109 ## ------------------------------------ ## 
    5110 _ASBOX 
    5111     ) | 
    5112       sed "s/^/$as_me: WARNING:     /" >&2 
     5640 
    51135641    ;; 
    51145642esac 
    5115 echo "$as_me:$LINENO: checking for fcntl.h" >&5 
    5116 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6 
     5643{ echo "$as_me:$LINENO: checking for fcntl.h" >&5 
     5644echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 
    51175645if test "${ac_cv_header_fcntl_h+set}" = set; then 
    51185646  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    51205648  ac_cv_header_fcntl_h=$ac_header_preproc 
    51215649fi 
    5122 echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
    5123 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6 
     5650{ echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
     5651echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 
    51245652 
    51255653fi 
     
    51335661 
    51345662if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    5135   echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
    5136 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 
     5663  { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
     5664echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 
    51375665if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    51385666  echo $ECHO_N "(cached) $ECHO_C" >&6 
    51395667fi 
    5140 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
    5141 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 
     5668{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
     5669echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 
    51425670else 
    51435671  # Is the header compilable? 
    5144 echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 
    5145 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6 
     5672{ echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 
     5673echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6; } 
    51465674cat >conftest.$ac_ext <<_ACEOF 
    51475675/* confdefs.h.  */ 
     
    51545682_ACEOF 
    51555683rm -f conftest.$ac_objext 
    5156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5157   (eval $ac_compile) 2>conftest.er1 
     5684if { (ac_try="$ac_compile" 
     5685case "(($ac_try" in 
     5686  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5687  *) ac_try_echo=$ac_try;; 
     5688esac 
     5689eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5690  (eval "$ac_compile") 2>conftest.er1 
    51585691  ac_status=$? 
    51595692  grep -v '^ *+' conftest.er1 >conftest.err 
     
    51615694  cat conftest.err >&5 
    51625695  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5163   (exit $ac_status); } && 
    5164          { ac_try='test -z "$ac_c_werror_flag" 
    5165                          || test ! -s conftest.err' 
    5166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5167   (eval $ac_try) 2>&5 
    5168   ac_status=$? 
    5169   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5170   (exit $ac_status); }; } && 
    5171          { ac_try='test -s conftest.$ac_objext' 
    5172   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5173   (eval $ac_try) 2>&5 
    5174   ac_status=$? 
    5175   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5176   (exit $ac_status); }; }; then 
     5696  (exit $ac_status); } && { 
     5697         test -z "$ac_c_werror_flag" || 
     5698         test ! -s conftest.err 
     5699       } && test -s conftest.$ac_objext; then 
    51775700  ac_header_compiler=yes 
    51785701else 
     
    51805703sed 's/^/| /' conftest.$ac_ext >&5 
    51815704 
    5182 ac_header_compiler=no 
    5183 fi 
    5184 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5185 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5186 echo "${ECHO_T}$ac_header_compiler" >&6 
     5705        ac_header_compiler=no 
     5706fi 
     5707 
     5708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5709{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5710echo "${ECHO_T}$ac_header_compiler" >&6; } 
    51875711 
    51885712# Is the header present? 
    5189 echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 
    5190 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6 
     5713{ echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 
     5714echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6; } 
    51915715cat >conftest.$ac_ext <<_ACEOF 
    51925716/* confdefs.h.  */ 
     
    51975721#include <linux/socket.h> 
    51985722_ACEOF 
    5199 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5200   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5723if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5724case "(($ac_try" in 
     5725  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5726  *) ac_try_echo=$ac_try;; 
     5727esac 
     5728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5729  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    52015730  ac_status=$? 
    52025731  grep -v '^ *+' conftest.er1 >conftest.err 
     
    52045733  cat conftest.err >&5 
    52055734  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5206   (exit $ac_status); } >/dev/null; then 
    5207   if test -s conftest.err; then 
    5208     ac_cpp_err=$ac_c_preproc_warn_flag 
    5209     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5210   else 
    5211     ac_cpp_err= 
    5212   fi 
    5213 else 
    5214   ac_cpp_err=yes 
    5215 fi 
    5216 if test -z "$ac_cpp_err"; then 
     5735  (exit $ac_status); } >/dev/null && { 
     5736         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5737         test ! -s conftest.err 
     5738       }; then 
    52175739  ac_header_preproc=yes 
    52185740else 
     
    52225744  ac_header_preproc=no 
    52235745fi 
     5746 
    52245747rm -f conftest.err conftest.$ac_ext 
    5225 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5226 echo "${ECHO_T}$ac_header_preproc" >&6 
     5748{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5749echo "${ECHO_T}$ac_header_preproc" >&6; } 
    52275750 
    52285751# So?  What about this header? 
     
    52485771    { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 
    52495772echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 
    5250     ( 
    5251       cat <<\_ASBOX 
    5252 ## ------------------------------------ ## 
    5253 ## Report this to the pjproject lists.  ## 
    5254 ## ------------------------------------ ## 
    5255 _ASBOX 
    5256     ) | 
    5257       sed "s/^/$as_me: WARNING:     /" >&2 
     5773 
    52585774    ;; 
    52595775esac 
    5260 echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
    5261 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6 
     5776{ echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
     5777echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 
    52625778if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    52635779  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    52655781  ac_cv_header_linux_socket_h=$ac_header_preproc 
    52665782fi 
    5267 echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
    5268 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6 
     5783{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
     5784echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 
    52695785 
    52705786fi 
     
    52785794 
    52795795if test "${ac_cv_header_malloc_h+set}" = set; then 
    5280   echo "$as_me:$LINENO: checking for malloc.h" >&5 
    5281 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 
     5796  { echo "$as_me:$LINENO: checking for malloc.h" >&5 
     5797echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 
    52825798if test "${ac_cv_header_malloc_h+set}" = set; then 
    52835799  echo $ECHO_N "(cached) $ECHO_C" >&6 
    52845800fi 
    5285 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
    5286 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 
     5801{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
     5802echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 
    52875803else 
    52885804  # Is the header compilable? 
    5289 echo "$as_me:$LINENO: checking malloc.h usability" >&5 
    5290 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6 
     5805{ echo "$as_me:$LINENO: checking malloc.h usability" >&5 
     5806echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } 
    52915807cat >conftest.$ac_ext <<_ACEOF 
    52925808/* confdefs.h.  */ 
     
    52995815_ACEOF 
    53005816rm -f conftest.$ac_objext 
    5301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5302   (eval $ac_compile) 2>conftest.er1 
     5817if { (ac_try="$ac_compile" 
     5818case "(($ac_try" in 
     5819  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5820  *) ac_try_echo=$ac_try;; 
     5821esac 
     5822eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5823  (eval "$ac_compile") 2>conftest.er1 
    53035824  ac_status=$? 
    53045825  grep -v '^ *+' conftest.er1 >conftest.err 
     
    53065827  cat conftest.err >&5 
    53075828  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5308   (exit $ac_status); } && 
    5309          { ac_try='test -z "$ac_c_werror_flag" 
    5310                          || test ! -s conftest.err' 
    5311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5312   (eval $ac_try) 2>&5 
    5313   ac_status=$? 
    5314   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5315   (exit $ac_status); }; } && 
    5316          { ac_try='test -s conftest.$ac_objext' 
    5317   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5318   (eval $ac_try) 2>&5 
    5319   ac_status=$? 
    5320   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5321   (exit $ac_status); }; }; then 
     5829  (exit $ac_status); } && { 
     5830         test -z "$ac_c_werror_flag" || 
     5831         test ! -s conftest.err 
     5832       } && test -s conftest.$ac_objext; then 
    53225833  ac_header_compiler=yes 
    53235834else 
     
    53255836sed 's/^/| /' conftest.$ac_ext >&5 
    53265837 
    5327 ac_header_compiler=no 
    5328 fi 
    5329 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5330 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5331 echo "${ECHO_T}$ac_header_compiler" >&6 
     5838        ac_header_compiler=no 
     5839fi 
     5840 
     5841rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5842{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5843echo "${ECHO_T}$ac_header_compiler" >&6; } 
    53325844 
    53335845# Is the header present? 
    5334 echo "$as_me:$LINENO: checking malloc.h presence" >&5 
    5335 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6 
     5846{ echo "$as_me:$LINENO: checking malloc.h presence" >&5 
     5847echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } 
    53365848cat >conftest.$ac_ext <<_ACEOF 
    53375849/* confdefs.h.  */ 
     
    53425854#include <malloc.h> 
    53435855_ACEOF 
    5344 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5345   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5856if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5857case "(($ac_try" in 
     5858  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5859  *) ac_try_echo=$ac_try;; 
     5860esac 
     5861eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5862  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    53465863  ac_status=$? 
    53475864  grep -v '^ *+' conftest.er1 >conftest.err 
     
    53495866  cat conftest.err >&5 
    53505867  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5351   (exit $ac_status); } >/dev/null; then 
    5352   if test -s conftest.err; then 
    5353     ac_cpp_err=$ac_c_preproc_warn_flag 
    5354     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5355   else 
    5356     ac_cpp_err= 
    5357   fi 
    5358 else 
    5359   ac_cpp_err=yes 
    5360 fi 
    5361 if test -z "$ac_cpp_err"; then 
     5868  (exit $ac_status); } >/dev/null && { 
     5869         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     5870         test ! -s conftest.err 
     5871       }; then 
    53625872  ac_header_preproc=yes 
    53635873else 
     
    53675877  ac_header_preproc=no 
    53685878fi 
     5879 
    53695880rm -f conftest.err conftest.$ac_ext 
    5370 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5371 echo "${ECHO_T}$ac_header_preproc" >&6 
     5881{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5882echo "${ECHO_T}$ac_header_preproc" >&6; } 
    53725883 
    53735884# So?  What about this header? 
     
    53935904    { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 
    53945905echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 
    5395     ( 
    5396       cat <<\_ASBOX 
    5397 ## ------------------------------------ ## 
    5398 ## Report this to the pjproject lists.  ## 
    5399 ## ------------------------------------ ## 
    5400 _ASBOX 
    5401     ) | 
    5402       sed "s/^/$as_me: WARNING:     /" >&2 
     5906 
    54035907    ;; 
    54045908esac 
    5405 echo "$as_me:$LINENO: checking for malloc.h" >&5 
    5406 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6 
     5909{ echo "$as_me:$LINENO: checking for malloc.h" >&5 
     5910echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 
    54075911if test "${ac_cv_header_malloc_h+set}" = set; then 
    54085912  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    54105914  ac_cv_header_malloc_h=$ac_header_preproc 
    54115915fi 
    5412 echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
    5413 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6 
     5916{ echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
     5917echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 
    54145918 
    54155919fi 
     
    54235927 
    54245928if test "${ac_cv_header_netdb_h+set}" = set; then 
    5425   echo "$as_me:$LINENO: checking for netdb.h" >&5 
    5426 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 
     5929  { echo "$as_me:$LINENO: checking for netdb.h" >&5 
     5930echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 
    54275931if test "${ac_cv_header_netdb_h+set}" = set; then 
    54285932  echo $ECHO_N "(cached) $ECHO_C" >&6 
    54295933fi 
    5430 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
    5431 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 
     5934{ echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
     5935echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 
    54325936else 
    54335937  # Is the header compilable? 
    5434 echo "$as_me:$LINENO: checking netdb.h usability" >&5 
    5435 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6 
     5938{ echo "$as_me:$LINENO: checking netdb.h usability" >&5 
     5939echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6; } 
    54365940cat >conftest.$ac_ext <<_ACEOF 
    54375941/* confdefs.h.  */ 
     
    54445948_ACEOF 
    54455949rm -f conftest.$ac_objext 
    5446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5447   (eval $ac_compile) 2>conftest.er1 
     5950if { (ac_try="$ac_compile" 
     5951case "(($ac_try" in 
     5952  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5953  *) ac_try_echo=$ac_try;; 
     5954esac 
     5955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5956  (eval "$ac_compile") 2>conftest.er1 
    54485957  ac_status=$? 
    54495958  grep -v '^ *+' conftest.er1 >conftest.err 
     
    54515960  cat conftest.err >&5 
    54525961  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5453   (exit $ac_status); } && 
    5454          { ac_try='test -z "$ac_c_werror_flag" 
    5455                          || test ! -s conftest.err' 
    5456   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5457   (eval $ac_try) 2>&5 
    5458   ac_status=$? 
    5459   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5460   (exit $ac_status); }; } && 
    5461          { ac_try='test -s conftest.$ac_objext' 
    5462   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5463   (eval $ac_try) 2>&5 
    5464   ac_status=$? 
    5465   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5466   (exit $ac_status); }; }; then 
     5962  (exit $ac_status); } && { 
     5963         test -z "$ac_c_werror_flag" || 
     5964         test ! -s conftest.err 
     5965       } && test -s conftest.$ac_objext; then 
    54675966  ac_header_compiler=yes 
    54685967else 
     
    54705969sed 's/^/| /' conftest.$ac_ext >&5 
    54715970 
    5472 ac_header_compiler=no 
    5473 fi 
    5474 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5475 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5476 echo "${ECHO_T}$ac_header_compiler" >&6 
     5971        ac_header_compiler=no 
     5972fi 
     5973 
     5974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5975{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5976echo "${ECHO_T}$ac_header_compiler" >&6; } 
    54775977 
    54785978# Is the header present? 
    5479 echo "$as_me:$LINENO: checking netdb.h presence" >&5 
    5480 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6 
     5979{ echo "$as_me:$LINENO: checking netdb.h presence" >&5 
     5980echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6; } 
    54815981cat >conftest.$ac_ext <<_ACEOF 
    54825982/* confdefs.h.  */ 
     
    54875987#include <netdb.h> 
    54885988_ACEOF 
    5489 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5490   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     5989if { (ac_try="$ac_cpp conftest.$ac_ext" 
     5990case "(($ac_try" in 
     5991  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5992  *) ac_try_echo=$ac_try;; 
     5993esac 
     5994eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5995  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    54915996  ac_status=$? 
    54925997  grep -v '^ *+' conftest.er1 >conftest.err 
     
    54945999  cat conftest.err >&5 
    54956000  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5496   (exit $ac_status); } >/dev/null; then 
    5497   if test -s conftest.err; then 
    5498     ac_cpp_err=$ac_c_preproc_warn_flag 
    5499     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5500   else 
    5501     ac_cpp_err= 
    5502   fi 
    5503 else 
    5504   ac_cpp_err=yes 
    5505 fi 
    5506 if test -z "$ac_cpp_err"; then 
     6001  (exit $ac_status); } >/dev/null && { 
     6002         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6003         test ! -s conftest.err 
     6004       }; then 
    55076005  ac_header_preproc=yes 
    55086006else 
     
    55126010  ac_header_preproc=no 
    55136011fi 
     6012 
    55146013rm -f conftest.err conftest.$ac_ext 
    5515 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5516 echo "${ECHO_T}$ac_header_preproc" >&6 
     6014{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6015echo "${ECHO_T}$ac_header_preproc" >&6; } 
    55176016 
    55186017# So?  What about this header? 
     
    55386037    { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 
    55396038echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 
    5540     ( 
    5541       cat <<\_ASBOX 
    5542 ## ------------------------------------ ## 
    5543 ## Report this to the pjproject lists.  ## 
    5544 ## ------------------------------------ ## 
    5545 _ASBOX 
    5546     ) | 
    5547       sed "s/^/$as_me: WARNING:     /" >&2 
     6039 
    55486040    ;; 
    55496041esac 
    5550 echo "$as_me:$LINENO: checking for netdb.h" >&5 
    5551 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6 
     6042{ echo "$as_me:$LINENO: checking for netdb.h" >&5 
     6043echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 
    55526044if test "${ac_cv_header_netdb_h+set}" = set; then 
    55536045  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    55556047  ac_cv_header_netdb_h=$ac_header_preproc 
    55566048fi 
    5557 echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
    5558 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6 
     6049{ echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
     6050echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 
    55596051 
    55606052fi 
     
    55686060 
    55696061if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    5570   echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
    5571 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 
     6062  { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
     6063echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 
    55726064if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    55736065  echo $ECHO_N "(cached) $ECHO_C" >&6 
    55746066fi 
    5575 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
    5576 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 
     6067{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
     6068echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 
    55776069else 
    55786070  # Is the header compilable? 
    5579 echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 
    5580 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6 
     6071{ echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 
     6072echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6; } 
    55816073cat >conftest.$ac_ext <<_ACEOF 
    55826074/* confdefs.h.  */ 
     
    55896081_ACEOF 
    55906082rm -f conftest.$ac_objext 
    5591 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5592   (eval $ac_compile) 2>conftest.er1 
     6083if { (ac_try="$ac_compile" 
     6084case "(($ac_try" in 
     6085  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6086  *) ac_try_echo=$ac_try;; 
     6087esac 
     6088eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6089  (eval "$ac_compile") 2>conftest.er1 
    55936090  ac_status=$? 
    55946091  grep -v '^ *+' conftest.er1 >conftest.err 
     
    55966093  cat conftest.err >&5 
    55976094  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5598   (exit $ac_status); } && 
    5599          { ac_try='test -z "$ac_c_werror_flag" 
    5600                          || test ! -s conftest.err' 
    5601   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5602   (eval $ac_try) 2>&5 
    5603   ac_status=$? 
    5604   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5605   (exit $ac_status); }; } && 
    5606          { ac_try='test -s conftest.$ac_objext' 
    5607   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5608   (eval $ac_try) 2>&5 
    5609   ac_status=$? 
    5610   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5611   (exit $ac_status); }; }; then 
     6095  (exit $ac_status); } && { 
     6096         test -z "$ac_c_werror_flag" || 
     6097         test ! -s conftest.err 
     6098       } && test -s conftest.$ac_objext; then 
    56126099  ac_header_compiler=yes 
    56136100else 
     
    56156102sed 's/^/| /' conftest.$ac_ext >&5 
    56166103 
    5617 ac_header_compiler=no 
    5618 fi 
    5619 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5620 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5621 echo "${ECHO_T}$ac_header_compiler" >&6 
     6104        ac_header_compiler=no 
     6105fi 
     6106 
     6107rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6108{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6109echo "${ECHO_T}$ac_header_compiler" >&6; } 
    56226110 
    56236111# Is the header present? 
    5624 echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 
    5625 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6 
     6112{ echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 
     6113echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6; } 
    56266114cat >conftest.$ac_ext <<_ACEOF 
    56276115/* confdefs.h.  */ 
     
    56326120#include <netinet/in_systm.h> 
    56336121_ACEOF 
    5634 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5635   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6122if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6123case "(($ac_try" in 
     6124  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6125  *) ac_try_echo=$ac_try;; 
     6126esac 
     6127eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6128  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    56366129  ac_status=$? 
    56376130  grep -v '^ *+' conftest.er1 >conftest.err 
     
    56396132  cat conftest.err >&5 
    56406133  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5641   (exit $ac_status); } >/dev/null; then 
    5642   if test -s conftest.err; then 
    5643     ac_cpp_err=$ac_c_preproc_warn_flag 
    5644     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5645   else 
    5646     ac_cpp_err= 
    5647   fi 
    5648 else 
    5649   ac_cpp_err=yes 
    5650 fi 
    5651 if test -z "$ac_cpp_err"; then 
     6134  (exit $ac_status); } >/dev/null && { 
     6135         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6136         test ! -s conftest.err 
     6137       }; then 
    56526138  ac_header_preproc=yes 
    56536139else 
     
    56576143  ac_header_preproc=no 
    56586144fi 
     6145 
    56596146rm -f conftest.err conftest.$ac_ext 
    5660 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5661 echo "${ECHO_T}$ac_header_preproc" >&6 
     6147{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6148echo "${ECHO_T}$ac_header_preproc" >&6; } 
    56626149 
    56636150# So?  What about this header? 
     
    56836170    { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 
    56846171echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 
    5685     ( 
    5686       cat <<\_ASBOX 
    5687 ## ------------------------------------ ## 
    5688 ## Report this to the pjproject lists.  ## 
    5689 ## ------------------------------------ ## 
    5690 _ASBOX 
    5691     ) | 
    5692       sed "s/^/$as_me: WARNING:     /" >&2 
     6172 
    56936173    ;; 
    56946174esac 
    5695 echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
    5696 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6 
     6175{ echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
     6176echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 
    56976177if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    56986178  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    57006180  ac_cv_header_netinet_in_systm_h=$ac_header_preproc 
    57016181fi 
    5702 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
    5703 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6 
     6182{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
     6183echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 
    57046184 
    57056185fi 
     
    57136193 
    57146194if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    5715   echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
    5716 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 
     6195  { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
     6196echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 
    57176197if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    57186198  echo $ECHO_N "(cached) $ECHO_C" >&6 
    57196199fi 
    5720 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
    5721 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 
     6200{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
     6201echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 
    57226202else 
    57236203  # Is the header compilable? 
    5724 echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 
    5725 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 
     6204{ echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 
     6205echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 
    57266206cat >conftest.$ac_ext <<_ACEOF 
    57276207/* confdefs.h.  */ 
     
    57346214_ACEOF 
    57356215rm -f conftest.$ac_objext 
    5736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5737   (eval $ac_compile) 2>conftest.er1 
     6216if { (ac_try="$ac_compile" 
     6217case "(($ac_try" in 
     6218  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6219  *) ac_try_echo=$ac_try;; 
     6220esac 
     6221eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6222  (eval "$ac_compile") 2>conftest.er1 
    57386223  ac_status=$? 
    57396224  grep -v '^ *+' conftest.er1 >conftest.err 
     
    57416226  cat conftest.err >&5 
    57426227  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5743   (exit $ac_status); } && 
    5744          { ac_try='test -z "$ac_c_werror_flag" 
    5745                          || test ! -s conftest.err' 
    5746   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5747   (eval $ac_try) 2>&5 
    5748   ac_status=$? 
    5749   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5750   (exit $ac_status); }; } && 
    5751          { ac_try='test -s conftest.$ac_objext' 
    5752   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5753   (eval $ac_try) 2>&5 
    5754   ac_status=$? 
    5755   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5756   (exit $ac_status); }; }; then 
     6228  (exit $ac_status); } && { 
     6229         test -z "$ac_c_werror_flag" || 
     6230         test ! -s conftest.err 
     6231       } && test -s conftest.$ac_objext; then 
    57576232  ac_header_compiler=yes 
    57586233else 
     
    57606235sed 's/^/| /' conftest.$ac_ext >&5 
    57616236 
    5762 ac_header_compiler=no 
    5763 fi 
    5764 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5765 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5766 echo "${ECHO_T}$ac_header_compiler" >&6 
     6237        ac_header_compiler=no 
     6238fi 
     6239 
     6240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6241{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6242echo "${ECHO_T}$ac_header_compiler" >&6; } 
    57676243 
    57686244# Is the header present? 
    5769 echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 
    5770 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 
     6245{ echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 
     6246echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 
    57716247cat >conftest.$ac_ext <<_ACEOF 
    57726248/* confdefs.h.  */ 
     
    57776253#include <netinet/in.h> 
    57786254_ACEOF 
    5779 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5780   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6255if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6256case "(($ac_try" in 
     6257  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6258  *) ac_try_echo=$ac_try;; 
     6259esac 
     6260eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6261  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    57816262  ac_status=$? 
    57826263  grep -v '^ *+' conftest.er1 >conftest.err 
     
    57846265  cat conftest.err >&5 
    57856266  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5786   (exit $ac_status); } >/dev/null; then 
    5787   if test -s conftest.err; then 
    5788     ac_cpp_err=$ac_c_preproc_warn_flag 
    5789     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5790   else 
    5791     ac_cpp_err= 
    5792   fi 
    5793 else 
    5794   ac_cpp_err=yes 
    5795 fi 
    5796 if test -z "$ac_cpp_err"; then 
     6267  (exit $ac_status); } >/dev/null && { 
     6268         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6269         test ! -s conftest.err 
     6270       }; then 
    57976271  ac_header_preproc=yes 
    57986272else 
     
    58026276  ac_header_preproc=no 
    58036277fi 
     6278 
    58046279rm -f conftest.err conftest.$ac_ext 
    5805 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5806 echo "${ECHO_T}$ac_header_preproc" >&6 
     6280{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6281echo "${ECHO_T}$ac_header_preproc" >&6; } 
    58076282 
    58086283# So?  What about this header? 
     
    58286303    { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 
    58296304echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 
    5830     ( 
    5831       cat <<\_ASBOX 
    5832 ## ------------------------------------ ## 
    5833 ## Report this to the pjproject lists.  ## 
    5834 ## ------------------------------------ ## 
    5835 _ASBOX 
    5836     ) | 
    5837       sed "s/^/$as_me: WARNING:     /" >&2 
     6305 
    58386306    ;; 
    58396307esac 
    5840 echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
    5841 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 
     6308{ echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
     6309echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 
    58426310if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    58436311  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    58456313  ac_cv_header_netinet_in_h=$ac_header_preproc 
    58466314fi 
    5847 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
    5848 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 
     6315{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
     6316echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 
    58496317 
    58506318fi 
     
    58576325 
    58586326 
    5859 echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 
    5860 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6 
     6327{ echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 
     6328echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6; } 
    58616329if test "${ac_cv_header_netinet_ip_h+set}" = set; then 
    58626330  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    58766344_ACEOF 
    58776345rm -f conftest.$ac_objext 
    5878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5879   (eval $ac_compile) 2>conftest.er1 
     6346if { (ac_try="$ac_compile" 
     6347case "(($ac_try" in 
     6348  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6349  *) ac_try_echo=$ac_try;; 
     6350esac 
     6351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6352  (eval "$ac_compile") 2>conftest.er1 
    58806353  ac_status=$? 
    58816354  grep -v '^ *+' conftest.er1 >conftest.err 
     
    58836356  cat conftest.err >&5 
    58846357  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5885   (exit $ac_status); } && 
    5886          { ac_try='test -z "$ac_c_werror_flag" 
    5887                          || test ! -s conftest.err' 
    5888   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5889   (eval $ac_try) 2>&5 
    5890   ac_status=$? 
    5891   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5892   (exit $ac_status); }; } && 
    5893          { ac_try='test -s conftest.$ac_objext' 
    5894   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5895   (eval $ac_try) 2>&5 
    5896   ac_status=$? 
    5897   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5898   (exit $ac_status); }; }; then 
     6358  (exit $ac_status); } && { 
     6359         test -z "$ac_c_werror_flag" || 
     6360         test ! -s conftest.err 
     6361       } && test -s conftest.$ac_objext; then 
    58996362  ac_cv_header_netinet_ip_h=yes 
    59006363else 
     
    59026365sed 's/^/| /' conftest.$ac_ext >&5 
    59036366 
    5904 ac_cv_header_netinet_ip_h=no 
    5905 fi 
    5906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5907 fi 
    5908 echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 
    5909 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6 
     6367        ac_cv_header_netinet_ip_h=no 
     6368fi 
     6369 
     6370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6371fi 
     6372{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 
     6373echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6; } 
    59106374if test $ac_cv_header_netinet_ip_h = yes; then 
    59116375  cat >>confdefs.h <<\_ACEOF 
     
    59176381 
    59186382if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    5919   echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
    5920 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 
     6383  { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
     6384echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 
    59216385if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    59226386  echo $ECHO_N "(cached) $ECHO_C" >&6 
    59236387fi 
    5924 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
    5925 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 
     6388{ echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
     6389echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 
    59266390else 
    59276391  # Is the header compilable? 
    5928 echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 
    5929 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6 
     6392{ echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 
     6393echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; } 
    59306394cat >conftest.$ac_ext <<_ACEOF 
    59316395/* confdefs.h.  */ 
     
    59386402_ACEOF 
    59396403rm -f conftest.$ac_objext 
    5940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    5941   (eval $ac_compile) 2>conftest.er1 
     6404if { (ac_try="$ac_compile" 
     6405case "(($ac_try" in 
     6406  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6407  *) ac_try_echo=$ac_try;; 
     6408esac 
     6409eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6410  (eval "$ac_compile") 2>conftest.er1 
    59426411  ac_status=$? 
    59436412  grep -v '^ *+' conftest.er1 >conftest.err 
     
    59456414  cat conftest.err >&5 
    59466415  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5947   (exit $ac_status); } && 
    5948          { ac_try='test -z "$ac_c_werror_flag" 
    5949                          || test ! -s conftest.err' 
    5950   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5951   (eval $ac_try) 2>&5 
    5952   ac_status=$? 
    5953   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5954   (exit $ac_status); }; } && 
    5955          { ac_try='test -s conftest.$ac_objext' 
    5956   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    5957   (eval $ac_try) 2>&5 
    5958   ac_status=$? 
    5959   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5960   (exit $ac_status); }; }; then 
     6416  (exit $ac_status); } && { 
     6417         test -z "$ac_c_werror_flag" || 
     6418         test ! -s conftest.err 
     6419       } && test -s conftest.$ac_objext; then 
    59616420  ac_header_compiler=yes 
    59626421else 
     
    59646423sed 's/^/| /' conftest.$ac_ext >&5 
    59656424 
    5966 ac_header_compiler=no 
    5967 fi 
    5968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    5969 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5970 echo "${ECHO_T}$ac_header_compiler" >&6 
     6425        ac_header_compiler=no 
     6426fi 
     6427 
     6428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6429{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6430echo "${ECHO_T}$ac_header_compiler" >&6; } 
    59716431 
    59726432# Is the header present? 
    5973 echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 
    5974 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6 
     6433{ echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 
     6434echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; } 
    59756435cat >conftest.$ac_ext <<_ACEOF 
    59766436/* confdefs.h.  */ 
     
    59816441#include <ifaddrs.h> 
    59826442_ACEOF 
    5983 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    5984   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6443if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6444case "(($ac_try" in 
     6445  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6446  *) ac_try_echo=$ac_try;; 
     6447esac 
     6448eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6449  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    59856450  ac_status=$? 
    59866451  grep -v '^ *+' conftest.er1 >conftest.err 
     
    59886453  cat conftest.err >&5 
    59896454  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5990   (exit $ac_status); } >/dev/null; then 
    5991   if test -s conftest.err; then 
    5992     ac_cpp_err=$ac_c_preproc_warn_flag 
    5993     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    5994   else 
    5995     ac_cpp_err= 
    5996   fi 
    5997 else 
    5998   ac_cpp_err=yes 
    5999 fi 
    6000 if test -z "$ac_cpp_err"; then 
     6455  (exit $ac_status); } >/dev/null && { 
     6456         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6457         test ! -s conftest.err 
     6458       }; then 
    60016459  ac_header_preproc=yes 
    60026460else 
     
    60066464  ac_header_preproc=no 
    60076465fi 
     6466 
    60086467rm -f conftest.err conftest.$ac_ext 
    6009 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6010 echo "${ECHO_T}$ac_header_preproc" >&6 
     6468{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6469echo "${ECHO_T}$ac_header_preproc" >&6; } 
    60116470 
    60126471# So?  What about this header? 
     
    60326491    { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 
    60336492echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 
    6034     ( 
    6035       cat <<\_ASBOX 
    6036 ## ------------------------------------ ## 
    6037 ## Report this to the pjproject lists.  ## 
    6038 ## ------------------------------------ ## 
    6039 _ASBOX 
    6040     ) | 
    6041       sed "s/^/$as_me: WARNING:     /" >&2 
     6493 
    60426494    ;; 
    60436495esac 
    6044 echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
    6045 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6 
     6496{ echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
     6497echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 
    60466498if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    60476499  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    60496501  ac_cv_header_ifaddrs_h=$ac_header_preproc 
    60506502fi 
    6051 echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
    6052 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6 
     6503{ echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
     6504echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 
    60536505 
    60546506fi 
     
    60626514 
    60636515if test "${ac_cv_header_semaphore_h+set}" = set; then 
    6064   echo "$as_me:$LINENO: checking for semaphore.h" >&5 
    6065 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 
     6516  { echo "$as_me:$LINENO: checking for semaphore.h" >&5 
     6517echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 
    60666518if test "${ac_cv_header_semaphore_h+set}" = set; then 
    60676519  echo $ECHO_N "(cached) $ECHO_C" >&6 
    60686520fi 
    6069 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
    6070 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 
     6521{ echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
     6522echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 
    60716523else 
    60726524  # Is the header compilable? 
    6073 echo "$as_me:$LINENO: checking semaphore.h usability" >&5 
    6074 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6 
     6525{ echo "$as_me:$LINENO: checking semaphore.h usability" >&5 
     6526echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6; } 
    60756527cat >conftest.$ac_ext <<_ACEOF 
    60766528/* confdefs.h.  */ 
     
    60836535_ACEOF 
    60846536rm -f conftest.$ac_objext 
    6085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6086   (eval $ac_compile) 2>conftest.er1 
     6537if { (ac_try="$ac_compile" 
     6538case "(($ac_try" in 
     6539  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6540  *) ac_try_echo=$ac_try;; 
     6541esac 
     6542eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6543  (eval "$ac_compile") 2>conftest.er1 
    60876544  ac_status=$? 
    60886545  grep -v '^ *+' conftest.er1 >conftest.err 
     
    60906547  cat conftest.err >&5 
    60916548  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6092   (exit $ac_status); } && 
    6093          { ac_try='test -z "$ac_c_werror_flag" 
    6094                          || test ! -s conftest.err' 
    6095   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6096   (eval $ac_try) 2>&5 
    6097   ac_status=$? 
    6098   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6099   (exit $ac_status); }; } && 
    6100          { ac_try='test -s conftest.$ac_objext' 
    6101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6102   (eval $ac_try) 2>&5 
    6103   ac_status=$? 
    6104   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6105   (exit $ac_status); }; }; then 
     6549  (exit $ac_status); } && { 
     6550         test -z "$ac_c_werror_flag" || 
     6551         test ! -s conftest.err 
     6552       } && test -s conftest.$ac_objext; then 
    61066553  ac_header_compiler=yes 
    61076554else 
     
    61096556sed 's/^/| /' conftest.$ac_ext >&5 
    61106557 
    6111 ac_header_compiler=no 
    6112 fi 
    6113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6114 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6115 echo "${ECHO_T}$ac_header_compiler" >&6 
     6558        ac_header_compiler=no 
     6559fi 
     6560 
     6561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6562{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6563echo "${ECHO_T}$ac_header_compiler" >&6; } 
    61166564 
    61176565# Is the header present? 
    6118 echo "$as_me:$LINENO: checking semaphore.h presence" >&5 
    6119 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6 
     6566{ echo "$as_me:$LINENO: checking semaphore.h presence" >&5 
     6567echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6; } 
    61206568cat >conftest.$ac_ext <<_ACEOF 
    61216569/* confdefs.h.  */ 
     
    61266574#include <semaphore.h> 
    61276575_ACEOF 
    6128 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6129   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6576if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6577case "(($ac_try" in 
     6578  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6579  *) ac_try_echo=$ac_try;; 
     6580esac 
     6581eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6582  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    61306583  ac_status=$? 
    61316584  grep -v '^ *+' conftest.er1 >conftest.err 
     
    61336586  cat conftest.err >&5 
    61346587  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6135   (exit $ac_status); } >/dev/null; then 
    6136   if test -s conftest.err; then 
    6137     ac_cpp_err=$ac_c_preproc_warn_flag 
    6138     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6139   else 
    6140     ac_cpp_err= 
    6141   fi 
    6142 else 
    6143   ac_cpp_err=yes 
    6144 fi 
    6145 if test -z "$ac_cpp_err"; then 
     6588  (exit $ac_status); } >/dev/null && { 
     6589         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6590         test ! -s conftest.err 
     6591       }; then 
    61466592  ac_header_preproc=yes 
    61476593else 
     
    61516597  ac_header_preproc=no 
    61526598fi 
     6599 
    61536600rm -f conftest.err conftest.$ac_ext 
    6154 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6155 echo "${ECHO_T}$ac_header_preproc" >&6 
     6601{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6602echo "${ECHO_T}$ac_header_preproc" >&6; } 
    61566603 
    61576604# So?  What about this header? 
     
    61776624    { echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 
    61786625echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 
    6179     ( 
    6180       cat <<\_ASBOX 
    6181 ## ------------------------------------ ## 
    6182 ## Report this to the pjproject lists.  ## 
    6183 ## ------------------------------------ ## 
    6184 _ASBOX 
    6185     ) | 
    6186       sed "s/^/$as_me: WARNING:     /" >&2 
     6626 
    61876627    ;; 
    61886628esac 
    6189 echo "$as_me:$LINENO: checking for semaphore.h" >&5 
    6190 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6 
     6629{ echo "$as_me:$LINENO: checking for semaphore.h" >&5 
     6630echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 
    61916631if test "${ac_cv_header_semaphore_h+set}" = set; then 
    61926632  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    61946634  ac_cv_header_semaphore_h=$ac_header_preproc 
    61956635fi 
    6196 echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
    6197 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6 
     6636{ echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
     6637echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 
    61986638 
    61996639fi 
     
    62076647 
    62086648if test "${ac_cv_header_setjmp_h+set}" = set; then 
    6209   echo "$as_me:$LINENO: checking for setjmp.h" >&5 
    6210 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 
     6649  { echo "$as_me:$LINENO: checking for setjmp.h" >&5 
     6650echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 
    62116651if test "${ac_cv_header_setjmp_h+set}" = set; then 
    62126652  echo $ECHO_N "(cached) $ECHO_C" >&6 
    62136653fi 
    6214 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
    6215 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 
     6654{ echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
     6655echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 
    62166656else 
    62176657  # Is the header compilable? 
    6218 echo "$as_me:$LINENO: checking setjmp.h usability" >&5 
    6219 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6 
     6658{ echo "$as_me:$LINENO: checking setjmp.h usability" >&5 
     6659echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6; } 
    62206660cat >conftest.$ac_ext <<_ACEOF 
    62216661/* confdefs.h.  */ 
     
    62286668_ACEOF 
    62296669rm -f conftest.$ac_objext 
    6230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6231   (eval $ac_compile) 2>conftest.er1 
     6670if { (ac_try="$ac_compile" 
     6671case "(($ac_try" in 
     6672  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6673  *) ac_try_echo=$ac_try;; 
     6674esac 
     6675eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6676  (eval "$ac_compile") 2>conftest.er1 
    62326677  ac_status=$? 
    62336678  grep -v '^ *+' conftest.er1 >conftest.err 
     
    62356680  cat conftest.err >&5 
    62366681  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6237   (exit $ac_status); } && 
    6238          { ac_try='test -z "$ac_c_werror_flag" 
    6239                          || test ! -s conftest.err' 
    6240   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6241   (eval $ac_try) 2>&5 
    6242   ac_status=$? 
    6243   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6244   (exit $ac_status); }; } && 
    6245          { ac_try='test -s conftest.$ac_objext' 
    6246   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6247   (eval $ac_try) 2>&5 
    6248   ac_status=$? 
    6249   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6250   (exit $ac_status); }; }; then 
     6682  (exit $ac_status); } && { 
     6683         test -z "$ac_c_werror_flag" || 
     6684         test ! -s conftest.err 
     6685       } && test -s conftest.$ac_objext; then 
    62516686  ac_header_compiler=yes 
    62526687else 
     
    62546689sed 's/^/| /' conftest.$ac_ext >&5 
    62556690 
    6256 ac_header_compiler=no 
    6257 fi 
    6258 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6259 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6260 echo "${ECHO_T}$ac_header_compiler" >&6 
     6691        ac_header_compiler=no 
     6692fi 
     6693 
     6694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6695{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6696echo "${ECHO_T}$ac_header_compiler" >&6; } 
    62616697 
    62626698# Is the header present? 
    6263 echo "$as_me:$LINENO: checking setjmp.h presence" >&5 
    6264 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6 
     6699{ echo "$as_me:$LINENO: checking setjmp.h presence" >&5 
     6700echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6; } 
    62656701cat >conftest.$ac_ext <<_ACEOF 
    62666702/* confdefs.h.  */ 
     
    62716707#include <setjmp.h> 
    62726708_ACEOF 
    6273 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6274   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6709if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6710case "(($ac_try" in 
     6711  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6712  *) ac_try_echo=$ac_try;; 
     6713esac 
     6714eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6715  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    62756716  ac_status=$? 
    62766717  grep -v '^ *+' conftest.er1 >conftest.err 
     
    62786719  cat conftest.err >&5 
    62796720  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6280   (exit $ac_status); } >/dev/null; then 
    6281   if test -s conftest.err; then 
    6282     ac_cpp_err=$ac_c_preproc_warn_flag 
    6283     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6284   else 
    6285     ac_cpp_err= 
    6286   fi 
    6287 else 
    6288   ac_cpp_err=yes 
    6289 fi 
    6290 if test -z "$ac_cpp_err"; then 
     6721  (exit $ac_status); } >/dev/null && { 
     6722         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6723         test ! -s conftest.err 
     6724       }; then 
    62916725  ac_header_preproc=yes 
    62926726else 
     
    62966730  ac_header_preproc=no 
    62976731fi 
     6732 
    62986733rm -f conftest.err conftest.$ac_ext 
    6299 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6300 echo "${ECHO_T}$ac_header_preproc" >&6 
     6734{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6735echo "${ECHO_T}$ac_header_preproc" >&6; } 
    63016736 
    63026737# So?  What about this header? 
     
    63226757    { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 
    63236758echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 
    6324     ( 
    6325       cat <<\_ASBOX 
    6326 ## ------------------------------------ ## 
    6327 ## Report this to the pjproject lists.  ## 
    6328 ## ------------------------------------ ## 
    6329 _ASBOX 
    6330     ) | 
    6331       sed "s/^/$as_me: WARNING:     /" >&2 
     6759 
    63326760    ;; 
    63336761esac 
    6334 echo "$as_me:$LINENO: checking for setjmp.h" >&5 
    6335 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6 
     6762{ echo "$as_me:$LINENO: checking for setjmp.h" >&5 
     6763echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 
    63366764if test "${ac_cv_header_setjmp_h+set}" = set; then 
    63376765  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    63396767  ac_cv_header_setjmp_h=$ac_header_preproc 
    63406768fi 
    6341 echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
    6342 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6 
     6769{ echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
     6770echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 
    63436771 
    63446772fi 
     
    63526780 
    63536781if test "${ac_cv_header_stdarg_h+set}" = set; then 
    6354   echo "$as_me:$LINENO: checking for stdarg.h" >&5 
    6355 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 
     6782  { echo "$as_me:$LINENO: checking for stdarg.h" >&5 
     6783echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 
    63566784if test "${ac_cv_header_stdarg_h+set}" = set; then 
    63576785  echo $ECHO_N "(cached) $ECHO_C" >&6 
    63586786fi 
    6359 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
    6360 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 
     6787{ echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
     6788echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 
    63616789else 
    63626790  # Is the header compilable? 
    6363 echo "$as_me:$LINENO: checking stdarg.h usability" >&5 
    6364 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6 
     6791{ echo "$as_me:$LINENO: checking stdarg.h usability" >&5 
     6792echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6; } 
    63656793cat >conftest.$ac_ext <<_ACEOF 
    63666794/* confdefs.h.  */ 
     
    63736801_ACEOF 
    63746802rm -f conftest.$ac_objext 
    6375 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6376   (eval $ac_compile) 2>conftest.er1 
     6803if { (ac_try="$ac_compile" 
     6804case "(($ac_try" in 
     6805  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6806  *) ac_try_echo=$ac_try;; 
     6807esac 
     6808eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6809  (eval "$ac_compile") 2>conftest.er1 
    63776810  ac_status=$? 
    63786811  grep -v '^ *+' conftest.er1 >conftest.err 
     
    63806813  cat conftest.err >&5 
    63816814  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6382   (exit $ac_status); } && 
    6383          { ac_try='test -z "$ac_c_werror_flag" 
    6384                          || test ! -s conftest.err' 
    6385   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6386   (eval $ac_try) 2>&5 
    6387   ac_status=$? 
    6388   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6389   (exit $ac_status); }; } && 
    6390          { ac_try='test -s conftest.$ac_objext' 
    6391   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6392   (eval $ac_try) 2>&5 
    6393   ac_status=$? 
    6394   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6395   (exit $ac_status); }; }; then 
     6815  (exit $ac_status); } && { 
     6816         test -z "$ac_c_werror_flag" || 
     6817         test ! -s conftest.err 
     6818       } && test -s conftest.$ac_objext; then 
    63966819  ac_header_compiler=yes 
    63976820else 
     
    63996822sed 's/^/| /' conftest.$ac_ext >&5 
    64006823 
    6401 ac_header_compiler=no 
    6402 fi 
    6403 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6404 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6405 echo "${ECHO_T}$ac_header_compiler" >&6 
     6824        ac_header_compiler=no 
     6825fi 
     6826 
     6827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6828{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6829echo "${ECHO_T}$ac_header_compiler" >&6; } 
    64066830 
    64076831# Is the header present? 
    6408 echo "$as_me:$LINENO: checking stdarg.h presence" >&5 
    6409 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6 
     6832{ echo "$as_me:$LINENO: checking stdarg.h presence" >&5 
     6833echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6; } 
    64106834cat >conftest.$ac_ext <<_ACEOF 
    64116835/* confdefs.h.  */ 
     
    64166840#include <stdarg.h> 
    64176841_ACEOF 
    6418 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6419   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6842if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6843case "(($ac_try" in 
     6844  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6845  *) ac_try_echo=$ac_try;; 
     6846esac 
     6847eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6848  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    64206849  ac_status=$? 
    64216850  grep -v '^ *+' conftest.er1 >conftest.err 
     
    64236852  cat conftest.err >&5 
    64246853  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6425   (exit $ac_status); } >/dev/null; then 
    6426   if test -s conftest.err; then 
    6427     ac_cpp_err=$ac_c_preproc_warn_flag 
    6428     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6429   else 
    6430     ac_cpp_err= 
    6431   fi 
    6432 else 
    6433   ac_cpp_err=yes 
    6434 fi 
    6435 if test -z "$ac_cpp_err"; then 
     6854  (exit $ac_status); } >/dev/null && { 
     6855         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6856         test ! -s conftest.err 
     6857       }; then 
    64366858  ac_header_preproc=yes 
    64376859else 
     
    64416863  ac_header_preproc=no 
    64426864fi 
     6865 
    64436866rm -f conftest.err conftest.$ac_ext 
    6444 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6445 echo "${ECHO_T}$ac_header_preproc" >&6 
     6867{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6868echo "${ECHO_T}$ac_header_preproc" >&6; } 
    64466869 
    64476870# So?  What about this header? 
     
    64676890    { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 
    64686891echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 
    6469     ( 
    6470       cat <<\_ASBOX 
    6471 ## ------------------------------------ ## 
    6472 ## Report this to the pjproject lists.  ## 
    6473 ## ------------------------------------ ## 
    6474 _ASBOX 
    6475     ) | 
    6476       sed "s/^/$as_me: WARNING:     /" >&2 
     6892 
    64776893    ;; 
    64786894esac 
    6479 echo "$as_me:$LINENO: checking for stdarg.h" >&5 
    6480 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6 
     6895{ echo "$as_me:$LINENO: checking for stdarg.h" >&5 
     6896echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 
    64816897if test "${ac_cv_header_stdarg_h+set}" = set; then 
    64826898  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    64846900  ac_cv_header_stdarg_h=$ac_header_preproc 
    64856901fi 
    6486 echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
    6487 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6 
     6902{ echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
     6903echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 
    64886904 
    64896905fi 
     
    64976913 
    64986914if test "${ac_cv_header_stddef_h+set}" = set; then 
    6499   echo "$as_me:$LINENO: checking for stddef.h" >&5 
    6500 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 
     6915  { echo "$as_me:$LINENO: checking for stddef.h" >&5 
     6916echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 
    65016917if test "${ac_cv_header_stddef_h+set}" = set; then 
    65026918  echo $ECHO_N "(cached) $ECHO_C" >&6 
    65036919fi 
    6504 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
    6505 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 
     6920{ echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
     6921echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 
    65066922else 
    65076923  # Is the header compilable? 
    6508 echo "$as_me:$LINENO: checking stddef.h usability" >&5 
    6509 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6 
     6924{ echo "$as_me:$LINENO: checking stddef.h usability" >&5 
     6925echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6; } 
    65106926cat >conftest.$ac_ext <<_ACEOF 
    65116927/* confdefs.h.  */ 
     
    65186934_ACEOF 
    65196935rm -f conftest.$ac_objext 
    6520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6521   (eval $ac_compile) 2>conftest.er1 
     6936if { (ac_try="$ac_compile" 
     6937case "(($ac_try" in 
     6938  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6939  *) ac_try_echo=$ac_try;; 
     6940esac 
     6941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6942  (eval "$ac_compile") 2>conftest.er1 
    65226943  ac_status=$? 
    65236944  grep -v '^ *+' conftest.er1 >conftest.err 
     
    65256946  cat conftest.err >&5 
    65266947  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6527   (exit $ac_status); } && 
    6528          { ac_try='test -z "$ac_c_werror_flag" 
    6529                          || test ! -s conftest.err' 
    6530   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6531   (eval $ac_try) 2>&5 
    6532   ac_status=$? 
    6533   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6534   (exit $ac_status); }; } && 
    6535          { ac_try='test -s conftest.$ac_objext' 
    6536   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6537   (eval $ac_try) 2>&5 
    6538   ac_status=$? 
    6539   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6540   (exit $ac_status); }; }; then 
     6948  (exit $ac_status); } && { 
     6949         test -z "$ac_c_werror_flag" || 
     6950         test ! -s conftest.err 
     6951       } && test -s conftest.$ac_objext; then 
    65416952  ac_header_compiler=yes 
    65426953else 
     
    65446955sed 's/^/| /' conftest.$ac_ext >&5 
    65456956 
    6546 ac_header_compiler=no 
    6547 fi 
    6548 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6549 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6550 echo "${ECHO_T}$ac_header_compiler" >&6 
     6957        ac_header_compiler=no 
     6958fi 
     6959 
     6960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     6961{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6962echo "${ECHO_T}$ac_header_compiler" >&6; } 
    65516963 
    65526964# Is the header present? 
    6553 echo "$as_me:$LINENO: checking stddef.h presence" >&5 
    6554 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6 
     6965{ echo "$as_me:$LINENO: checking stddef.h presence" >&5 
     6966echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6; } 
    65556967cat >conftest.$ac_ext <<_ACEOF 
    65566968/* confdefs.h.  */ 
     
    65616973#include <stddef.h> 
    65626974_ACEOF 
    6563 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6564   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     6975if { (ac_try="$ac_cpp conftest.$ac_ext" 
     6976case "(($ac_try" in 
     6977  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     6978  *) ac_try_echo=$ac_try;; 
     6979esac 
     6980eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6981  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    65656982  ac_status=$? 
    65666983  grep -v '^ *+' conftest.er1 >conftest.err 
     
    65686985  cat conftest.err >&5 
    65696986  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6570   (exit $ac_status); } >/dev/null; then 
    6571   if test -s conftest.err; then 
    6572     ac_cpp_err=$ac_c_preproc_warn_flag 
    6573     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6574   else 
    6575     ac_cpp_err= 
    6576   fi 
    6577 else 
    6578   ac_cpp_err=yes 
    6579 fi 
    6580 if test -z "$ac_cpp_err"; then 
     6987  (exit $ac_status); } >/dev/null && { 
     6988         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     6989         test ! -s conftest.err 
     6990       }; then 
    65816991  ac_header_preproc=yes 
    65826992else 
     
    65866996  ac_header_preproc=no 
    65876997fi 
     6998 
    65886999rm -f conftest.err conftest.$ac_ext 
    6589 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6590 echo "${ECHO_T}$ac_header_preproc" >&6 
     7000{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7001echo "${ECHO_T}$ac_header_preproc" >&6; } 
    65917002 
    65927003# So?  What about this header? 
     
    66127023    { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 
    66137024echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 
    6614     ( 
    6615       cat <<\_ASBOX 
    6616 ## ------------------------------------ ## 
    6617 ## Report this to the pjproject lists.  ## 
    6618 ## ------------------------------------ ## 
    6619 _ASBOX 
    6620     ) | 
    6621       sed "s/^/$as_me: WARNING:     /" >&2 
     7025 
    66227026    ;; 
    66237027esac 
    6624 echo "$as_me:$LINENO: checking for stddef.h" >&5 
    6625 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6 
     7028{ echo "$as_me:$LINENO: checking for stddef.h" >&5 
     7029echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 
    66267030if test "${ac_cv_header_stddef_h+set}" = set; then 
    66277031  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    66297033  ac_cv_header_stddef_h=$ac_header_preproc 
    66307034fi 
    6631 echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
    6632 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6 
     7035{ echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
     7036echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 
    66337037 
    66347038fi 
     
    66427046 
    66437047if test "${ac_cv_header_stdio_h+set}" = set; then 
    6644   echo "$as_me:$LINENO: checking for stdio.h" >&5 
    6645 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 
     7048  { echo "$as_me:$LINENO: checking for stdio.h" >&5 
     7049echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 
    66467050if test "${ac_cv_header_stdio_h+set}" = set; then 
    66477051  echo $ECHO_N "(cached) $ECHO_C" >&6 
    66487052fi 
    6649 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
    6650 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 
     7053{ echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
     7054echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 
    66517055else 
    66527056  # Is the header compilable? 
    6653 echo "$as_me:$LINENO: checking stdio.h usability" >&5 
    6654 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6 
     7057{ echo "$as_me:$LINENO: checking stdio.h usability" >&5 
     7058echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6; } 
    66557059cat >conftest.$ac_ext <<_ACEOF 
    66567060/* confdefs.h.  */ 
     
    66637067_ACEOF 
    66647068rm -f conftest.$ac_objext 
    6665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6666   (eval $ac_compile) 2>conftest.er1 
     7069if { (ac_try="$ac_compile" 
     7070case "(($ac_try" in 
     7071  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7072  *) ac_try_echo=$ac_try;; 
     7073esac 
     7074eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7075  (eval "$ac_compile") 2>conftest.er1 
    66677076  ac_status=$? 
    66687077  grep -v '^ *+' conftest.er1 >conftest.err 
     
    66707079  cat conftest.err >&5 
    66717080  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6672   (exit $ac_status); } && 
    6673          { ac_try='test -z "$ac_c_werror_flag" 
    6674                          || test ! -s conftest.err' 
    6675   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6676   (eval $ac_try) 2>&5 
    6677   ac_status=$? 
    6678   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6679   (exit $ac_status); }; } && 
    6680          { ac_try='test -s conftest.$ac_objext' 
    6681   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6682   (eval $ac_try) 2>&5 
    6683   ac_status=$? 
    6684   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6685   (exit $ac_status); }; }; then 
     7081  (exit $ac_status); } && { 
     7082         test -z "$ac_c_werror_flag" || 
     7083         test ! -s conftest.err 
     7084       } && test -s conftest.$ac_objext; then 
    66867085  ac_header_compiler=yes 
    66877086else 
     
    66897088sed 's/^/| /' conftest.$ac_ext >&5 
    66907089 
    6691 ac_header_compiler=no 
    6692 fi 
    6693 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6694 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6695 echo "${ECHO_T}$ac_header_compiler" >&6 
     7090        ac_header_compiler=no 
     7091fi 
     7092 
     7093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7094{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7095echo "${ECHO_T}$ac_header_compiler" >&6; } 
    66967096 
    66977097# Is the header present? 
    6698 echo "$as_me:$LINENO: checking stdio.h presence" >&5 
    6699 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6 
     7098{ echo "$as_me:$LINENO: checking stdio.h presence" >&5 
     7099echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6; } 
    67007100cat >conftest.$ac_ext <<_ACEOF 
    67017101/* confdefs.h.  */ 
     
    67067106#include <stdio.h> 
    67077107_ACEOF 
    6708 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6709   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7108if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7109case "(($ac_try" in 
     7110  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7111  *) ac_try_echo=$ac_try;; 
     7112esac 
     7113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7114  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    67107115  ac_status=$? 
    67117116  grep -v '^ *+' conftest.er1 >conftest.err 
     
    67137118  cat conftest.err >&5 
    67147119  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6715   (exit $ac_status); } >/dev/null; then 
    6716   if test -s conftest.err; then 
    6717     ac_cpp_err=$ac_c_preproc_warn_flag 
    6718     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6719   else 
    6720     ac_cpp_err= 
    6721   fi 
    6722 else 
    6723   ac_cpp_err=yes 
    6724 fi 
    6725 if test -z "$ac_cpp_err"; then 
     7120  (exit $ac_status); } >/dev/null && { 
     7121         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7122         test ! -s conftest.err 
     7123       }; then 
    67267124  ac_header_preproc=yes 
    67277125else 
     
    67317129  ac_header_preproc=no 
    67327130fi 
     7131 
    67337132rm -f conftest.err conftest.$ac_ext 
    6734 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6735 echo "${ECHO_T}$ac_header_preproc" >&6 
     7133{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7134echo "${ECHO_T}$ac_header_preproc" >&6; } 
    67367135 
    67377136# So?  What about this header? 
     
    67577156    { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 
    67587157echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 
    6759     ( 
    6760       cat <<\_ASBOX 
    6761 ## ------------------------------------ ## 
    6762 ## Report this to the pjproject lists.  ## 
    6763 ## ------------------------------------ ## 
    6764 _ASBOX 
    6765     ) | 
    6766       sed "s/^/$as_me: WARNING:     /" >&2 
     7158 
    67677159    ;; 
    67687160esac 
    6769 echo "$as_me:$LINENO: checking for stdio.h" >&5 
    6770 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6 
     7161{ echo "$as_me:$LINENO: checking for stdio.h" >&5 
     7162echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 
    67717163if test "${ac_cv_header_stdio_h+set}" = set; then 
    67727164  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    67747166  ac_cv_header_stdio_h=$ac_header_preproc 
    67757167fi 
    6776 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
    6777 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6 
     7168{ echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
     7169echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 
    67787170 
    67797171fi 
     
    67877179 
    67887180if test "${ac_cv_header_stdint_h+set}" = set; then 
    6789   echo "$as_me:$LINENO: checking for stdint.h" >&5 
    6790 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 
     7181  { echo "$as_me:$LINENO: checking for stdint.h" >&5 
     7182echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 
    67917183if test "${ac_cv_header_stdint_h+set}" = set; then 
    67927184  echo $ECHO_N "(cached) $ECHO_C" >&6 
    67937185fi 
    6794 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
    6795 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 
     7186{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
     7187echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 
    67967188else 
    67977189  # Is the header compilable? 
    6798 echo "$as_me:$LINENO: checking stdint.h usability" >&5 
    6799 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6 
     7190{ echo "$as_me:$LINENO: checking stdint.h usability" >&5 
     7191echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; } 
    68007192cat >conftest.$ac_ext <<_ACEOF 
    68017193/* confdefs.h.  */ 
     
    68087200_ACEOF 
    68097201rm -f conftest.$ac_objext 
    6810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6811   (eval $ac_compile) 2>conftest.er1 
     7202if { (ac_try="$ac_compile" 
     7203case "(($ac_try" in 
     7204  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7205  *) ac_try_echo=$ac_try;; 
     7206esac 
     7207eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7208  (eval "$ac_compile") 2>conftest.er1 
    68127209  ac_status=$? 
    68137210  grep -v '^ *+' conftest.er1 >conftest.err 
     
    68157212  cat conftest.err >&5 
    68167213  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6817   (exit $ac_status); } && 
    6818          { ac_try='test -z "$ac_c_werror_flag" 
    6819                          || test ! -s conftest.err' 
    6820   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6821   (eval $ac_try) 2>&5 
    6822   ac_status=$? 
    6823   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6824   (exit $ac_status); }; } && 
    6825          { ac_try='test -s conftest.$ac_objext' 
    6826   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6827   (eval $ac_try) 2>&5 
    6828   ac_status=$? 
    6829   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6830   (exit $ac_status); }; }; then 
     7214  (exit $ac_status); } && { 
     7215         test -z "$ac_c_werror_flag" || 
     7216         test ! -s conftest.err 
     7217       } && test -s conftest.$ac_objext; then 
    68317218  ac_header_compiler=yes 
    68327219else 
     
    68347221sed 's/^/| /' conftest.$ac_ext >&5 
    68357222 
    6836 ac_header_compiler=no 
    6837 fi 
    6838 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6839 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6840 echo "${ECHO_T}$ac_header_compiler" >&6 
     7223        ac_header_compiler=no 
     7224fi 
     7225 
     7226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7227{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7228echo "${ECHO_T}$ac_header_compiler" >&6; } 
    68417229 
    68427230# Is the header present? 
    6843 echo "$as_me:$LINENO: checking stdint.h presence" >&5 
    6844 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6 
     7231{ echo "$as_me:$LINENO: checking stdint.h presence" >&5 
     7232echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; } 
    68457233cat >conftest.$ac_ext <<_ACEOF 
    68467234/* confdefs.h.  */ 
     
    68517239#include <stdint.h> 
    68527240_ACEOF 
    6853 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6854   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7241if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7242case "(($ac_try" in 
     7243  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7244  *) ac_try_echo=$ac_try;; 
     7245esac 
     7246eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7247  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    68557248  ac_status=$? 
    68567249  grep -v '^ *+' conftest.er1 >conftest.err 
     
    68587251  cat conftest.err >&5 
    68597252  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6860   (exit $ac_status); } >/dev/null; then 
    6861   if test -s conftest.err; then 
    6862     ac_cpp_err=$ac_c_preproc_warn_flag 
    6863     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    6864   else 
    6865     ac_cpp_err= 
    6866   fi 
    6867 else 
    6868   ac_cpp_err=yes 
    6869 fi 
    6870 if test -z "$ac_cpp_err"; then 
     7253  (exit $ac_status); } >/dev/null && { 
     7254         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7255         test ! -s conftest.err 
     7256       }; then 
    68717257  ac_header_preproc=yes 
    68727258else 
     
    68767262  ac_header_preproc=no 
    68777263fi 
     7264 
    68787265rm -f conftest.err conftest.$ac_ext 
    6879 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6880 echo "${ECHO_T}$ac_header_preproc" >&6 
     7266{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7267echo "${ECHO_T}$ac_header_preproc" >&6; } 
    68817268 
    68827269# So?  What about this header? 
     
    69027289    { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 
    69037290echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 
    6904     ( 
    6905       cat <<\_ASBOX 
    6906 ## ------------------------------------ ## 
    6907 ## Report this to the pjproject lists.  ## 
    6908 ## ------------------------------------ ## 
    6909 _ASBOX 
    6910     ) | 
    6911       sed "s/^/$as_me: WARNING:     /" >&2 
     7291 
    69127292    ;; 
    69137293esac 
    6914 echo "$as_me:$LINENO: checking for stdint.h" >&5 
    6915 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6 
     7294{ echo "$as_me:$LINENO: checking for stdint.h" >&5 
     7295echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 
    69167296if test "${ac_cv_header_stdint_h+set}" = set; then 
    69177297  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    69197299  ac_cv_header_stdint_h=$ac_header_preproc 
    69207300fi 
    6921 echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
    6922 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6 
     7301{ echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
     7302echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 
    69237303 
    69247304fi 
     
    69327312 
    69337313if test "${ac_cv_header_stdlib_h+set}" = set; then 
    6934   echo "$as_me:$LINENO: checking for stdlib.h" >&5 
    6935 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 
     7314  { echo "$as_me:$LINENO: checking for stdlib.h" >&5 
     7315echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 
    69367316if test "${ac_cv_header_stdlib_h+set}" = set; then 
    69377317  echo $ECHO_N "(cached) $ECHO_C" >&6 
    69387318fi 
    6939 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
    6940 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 
     7319{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
     7320echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 
    69417321else 
    69427322  # Is the header compilable? 
    6943 echo "$as_me:$LINENO: checking stdlib.h usability" >&5 
    6944 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6 
     7323{ echo "$as_me:$LINENO: checking stdlib.h usability" >&5 
     7324echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } 
    69457325cat >conftest.$ac_ext <<_ACEOF 
    69467326/* confdefs.h.  */ 
     
    69537333_ACEOF 
    69547334rm -f conftest.$ac_objext 
    6955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    6956   (eval $ac_compile) 2>conftest.er1 
     7335if { (ac_try="$ac_compile" 
     7336case "(($ac_try" in 
     7337  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7338  *) ac_try_echo=$ac_try;; 
     7339esac 
     7340eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7341  (eval "$ac_compile") 2>conftest.er1 
    69577342  ac_status=$? 
    69587343  grep -v '^ *+' conftest.er1 >conftest.err 
     
    69607345  cat conftest.err >&5 
    69617346  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6962   (exit $ac_status); } && 
    6963          { ac_try='test -z "$ac_c_werror_flag" 
    6964                          || test ! -s conftest.err' 
    6965   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6966   (eval $ac_try) 2>&5 
    6967   ac_status=$? 
    6968   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6969   (exit $ac_status); }; } && 
    6970          { ac_try='test -s conftest.$ac_objext' 
    6971   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    6972   (eval $ac_try) 2>&5 
    6973   ac_status=$? 
    6974   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    6975   (exit $ac_status); }; }; then 
     7347  (exit $ac_status); } && { 
     7348         test -z "$ac_c_werror_flag" || 
     7349         test ! -s conftest.err 
     7350       } && test -s conftest.$ac_objext; then 
    69767351  ac_header_compiler=yes 
    69777352else 
     
    69797354sed 's/^/| /' conftest.$ac_ext >&5 
    69807355 
    6981 ac_header_compiler=no 
    6982 fi 
    6983 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    6984 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6985 echo "${ECHO_T}$ac_header_compiler" >&6 
     7356        ac_header_compiler=no 
     7357fi 
     7358 
     7359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7360{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7361echo "${ECHO_T}$ac_header_compiler" >&6; } 
    69867362 
    69877363# Is the header present? 
    6988 echo "$as_me:$LINENO: checking stdlib.h presence" >&5 
    6989 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6 
     7364{ echo "$as_me:$LINENO: checking stdlib.h presence" >&5 
     7365echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } 
    69907366cat >conftest.$ac_ext <<_ACEOF 
    69917367/* confdefs.h.  */ 
     
    69967372#include <stdlib.h> 
    69977373_ACEOF 
    6998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    6999   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7374if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7375case "(($ac_try" in 
     7376  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7377  *) ac_try_echo=$ac_try;; 
     7378esac 
     7379eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7380  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    70007381  ac_status=$? 
    70017382  grep -v '^ *+' conftest.er1 >conftest.err 
     
    70037384  cat conftest.err >&5 
    70047385  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7005   (exit $ac_status); } >/dev/null; then 
    7006   if test -s conftest.err; then 
    7007     ac_cpp_err=$ac_c_preproc_warn_flag 
    7008     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7009   else 
    7010     ac_cpp_err= 
    7011   fi 
    7012 else 
    7013   ac_cpp_err=yes 
    7014 fi 
    7015 if test -z "$ac_cpp_err"; then 
     7386  (exit $ac_status); } >/dev/null && { 
     7387         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7388         test ! -s conftest.err 
     7389       }; then 
    70167390  ac_header_preproc=yes 
    70177391else 
     
    70217395  ac_header_preproc=no 
    70227396fi 
     7397 
    70237398rm -f conftest.err conftest.$ac_ext 
    7024 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7025 echo "${ECHO_T}$ac_header_preproc" >&6 
     7399{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7400echo "${ECHO_T}$ac_header_preproc" >&6; } 
    70267401 
    70277402# So?  What about this header? 
     
    70477422    { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 
    70487423echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 
    7049     ( 
    7050       cat <<\_ASBOX 
    7051 ## ------------------------------------ ## 
    7052 ## Report this to the pjproject lists.  ## 
    7053 ## ------------------------------------ ## 
    7054 _ASBOX 
    7055     ) | 
    7056       sed "s/^/$as_me: WARNING:     /" >&2 
     7424 
    70577425    ;; 
    70587426esac 
    7059 echo "$as_me:$LINENO: checking for stdlib.h" >&5 
    7060 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6 
     7427{ echo "$as_me:$LINENO: checking for stdlib.h" >&5 
     7428echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 
    70617429if test "${ac_cv_header_stdlib_h+set}" = set; then 
    70627430  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    70647432  ac_cv_header_stdlib_h=$ac_header_preproc 
    70657433fi 
    7066 echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
    7067 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6 
     7434{ echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
     7435echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 
    70687436 
    70697437fi 
     
    70777445 
    70787446if test "${ac_cv_header_string_h+set}" = set; then 
    7079   echo "$as_me:$LINENO: checking for string.h" >&5 
    7080 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 
     7447  { echo "$as_me:$LINENO: checking for string.h" >&5 
     7448echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 
    70817449if test "${ac_cv_header_string_h+set}" = set; then 
    70827450  echo $ECHO_N "(cached) $ECHO_C" >&6 
    70837451fi 
    7084 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
    7085 echo "${ECHO_T}$ac_cv_header_string_h" >&6 
     7452{ echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
     7453echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 
    70867454else 
    70877455  # Is the header compilable? 
    7088 echo "$as_me:$LINENO: checking string.h usability" >&5 
    7089 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6 
     7456{ echo "$as_me:$LINENO: checking string.h usability" >&5 
     7457echo $ECHO_N "checking string.h usability... $ECHO_C" >&6; } 
    70907458cat >conftest.$ac_ext <<_ACEOF 
    70917459/* confdefs.h.  */ 
     
    70987466_ACEOF 
    70997467rm -f conftest.$ac_objext 
    7100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7101   (eval $ac_compile) 2>conftest.er1 
     7468if { (ac_try="$ac_compile" 
     7469case "(($ac_try" in 
     7470  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7471  *) ac_try_echo=$ac_try;; 
     7472esac 
     7473eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7474  (eval "$ac_compile") 2>conftest.er1 
    71027475  ac_status=$? 
    71037476  grep -v '^ *+' conftest.er1 >conftest.err 
     
    71057478  cat conftest.err >&5 
    71067479  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7107   (exit $ac_status); } && 
    7108          { ac_try='test -z "$ac_c_werror_flag" 
    7109                          || test ! -s conftest.err' 
    7110   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7111   (eval $ac_try) 2>&5 
    7112   ac_status=$? 
    7113   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7114   (exit $ac_status); }; } && 
    7115          { ac_try='test -s conftest.$ac_objext' 
    7116   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7117   (eval $ac_try) 2>&5 
    7118   ac_status=$? 
    7119   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7120   (exit $ac_status); }; }; then 
     7480  (exit $ac_status); } && { 
     7481         test -z "$ac_c_werror_flag" || 
     7482         test ! -s conftest.err 
     7483       } && test -s conftest.$ac_objext; then 
    71217484  ac_header_compiler=yes 
    71227485else 
     
    71247487sed 's/^/| /' conftest.$ac_ext >&5 
    71257488 
    7126 ac_header_compiler=no 
    7127 fi 
    7128 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7129 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7130 echo "${ECHO_T}$ac_header_compiler" >&6 
     7489        ac_header_compiler=no 
     7490fi 
     7491 
     7492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7493{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7494echo "${ECHO_T}$ac_header_compiler" >&6; } 
    71317495 
    71327496# Is the header present? 
    7133 echo "$as_me:$LINENO: checking string.h presence" >&5 
    7134 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6 
     7497{ echo "$as_me:$LINENO: checking string.h presence" >&5 
     7498echo $ECHO_N "checking string.h presence... $ECHO_C" >&6; } 
    71357499cat >conftest.$ac_ext <<_ACEOF 
    71367500/* confdefs.h.  */ 
     
    71417505#include <string.h> 
    71427506_ACEOF 
    7143 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7144   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7507if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7508case "(($ac_try" in 
     7509  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7510  *) ac_try_echo=$ac_try;; 
     7511esac 
     7512eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7513  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    71457514  ac_status=$? 
    71467515  grep -v '^ *+' conftest.er1 >conftest.err 
     
    71487517  cat conftest.err >&5 
    71497518  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7150   (exit $ac_status); } >/dev/null; then 
    7151   if test -s conftest.err; then 
    7152     ac_cpp_err=$ac_c_preproc_warn_flag 
    7153     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7154   else 
    7155     ac_cpp_err= 
    7156   fi 
    7157 else 
    7158   ac_cpp_err=yes 
    7159 fi 
    7160 if test -z "$ac_cpp_err"; then 
     7519  (exit $ac_status); } >/dev/null && { 
     7520         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7521         test ! -s conftest.err 
     7522       }; then 
    71617523  ac_header_preproc=yes 
    71627524else 
     
    71667528  ac_header_preproc=no 
    71677529fi 
     7530 
    71687531rm -f conftest.err conftest.$ac_ext 
    7169 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7170 echo "${ECHO_T}$ac_header_preproc" >&6 
     7532{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7533echo "${ECHO_T}$ac_header_preproc" >&6; } 
    71717534 
    71727535# So?  What about this header? 
     
    71927555    { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 
    71937556echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 
    7194     ( 
    7195       cat <<\_ASBOX 
    7196 ## ------------------------------------ ## 
    7197 ## Report this to the pjproject lists.  ## 
    7198 ## ------------------------------------ ## 
    7199 _ASBOX 
    7200     ) | 
    7201       sed "s/^/$as_me: WARNING:     /" >&2 
     7557 
    72027558    ;; 
    72037559esac 
    7204 echo "$as_me:$LINENO: checking for string.h" >&5 
    7205 echo $ECHO_N "checking for string.h... $ECHO_C" >&6 
     7560{ echo "$as_me:$LINENO: checking for string.h" >&5 
     7561echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 
    72067562if test "${ac_cv_header_string_h+set}" = set; then 
    72077563  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    72097565  ac_cv_header_string_h=$ac_header_preproc 
    72107566fi 
    7211 echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
    7212 echo "${ECHO_T}$ac_cv_header_string_h" >&6 
     7567{ echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
     7568echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 
    72137569 
    72147570fi 
     
    72227578 
    72237579if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    7224   echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
    7225 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 
     7580  { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
     7581echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 
    72267582if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    72277583  echo $ECHO_N "(cached) $ECHO_C" >&6 
    72287584fi 
    7229 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
    7230 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 
     7585{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
     7586echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 
    72317587else 
    72327588  # Is the header compilable? 
    7233 echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 
    7234 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6 
     7589{ echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 
     7590echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6; } 
    72357591cat >conftest.$ac_ext <<_ACEOF 
    72367592/* confdefs.h.  */ 
     
    72437599_ACEOF 
    72447600rm -f conftest.$ac_objext 
    7245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7246   (eval $ac_compile) 2>conftest.er1 
     7601if { (ac_try="$ac_compile" 
     7602case "(($ac_try" in 
     7603  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7604  *) ac_try_echo=$ac_try;; 
     7605esac 
     7606eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7607  (eval "$ac_compile") 2>conftest.er1 
    72477608  ac_status=$? 
    72487609  grep -v '^ *+' conftest.er1 >conftest.err 
     
    72507611  cat conftest.err >&5 
    72517612  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7252   (exit $ac_status); } && 
    7253          { ac_try='test -z "$ac_c_werror_flag" 
    7254                          || test ! -s conftest.err' 
    7255   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7256   (eval $ac_try) 2>&5 
    7257   ac_status=$? 
    7258   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7259   (exit $ac_status); }; } && 
    7260          { ac_try='test -s conftest.$ac_objext' 
    7261   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7262   (eval $ac_try) 2>&5 
    7263   ac_status=$? 
    7264   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7265   (exit $ac_status); }; }; then 
     7613  (exit $ac_status); } && { 
     7614         test -z "$ac_c_werror_flag" || 
     7615         test ! -s conftest.err 
     7616       } && test -s conftest.$ac_objext; then 
    72667617  ac_header_compiler=yes 
    72677618else 
     
    72697620sed 's/^/| /' conftest.$ac_ext >&5 
    72707621 
    7271 ac_header_compiler=no 
    7272 fi 
    7273 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7274 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7275 echo "${ECHO_T}$ac_header_compiler" >&6 
     7622        ac_header_compiler=no 
     7623fi 
     7624 
     7625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7626{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7627echo "${ECHO_T}$ac_header_compiler" >&6; } 
    72767628 
    72777629# Is the header present? 
    7278 echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 
    7279 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6 
     7630{ echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 
     7631echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6; } 
    72807632cat >conftest.$ac_ext <<_ACEOF 
    72817633/* confdefs.h.  */ 
     
    72867638#include <sys/ioctl.h> 
    72877639_ACEOF 
    7288 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7289   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7640if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7641case "(($ac_try" in 
     7642  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7643  *) ac_try_echo=$ac_try;; 
     7644esac 
     7645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7646  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    72907647  ac_status=$? 
    72917648  grep -v '^ *+' conftest.er1 >conftest.err 
     
    72937650  cat conftest.err >&5 
    72947651  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7295   (exit $ac_status); } >/dev/null; then 
    7296   if test -s conftest.err; then 
    7297     ac_cpp_err=$ac_c_preproc_warn_flag 
    7298     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7299   else 
    7300     ac_cpp_err= 
    7301   fi 
    7302 else 
    7303   ac_cpp_err=yes 
    7304 fi 
    7305 if test -z "$ac_cpp_err"; then 
     7652  (exit $ac_status); } >/dev/null && { 
     7653         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7654         test ! -s conftest.err 
     7655       }; then 
    73067656  ac_header_preproc=yes 
    73077657else 
     
    73117661  ac_header_preproc=no 
    73127662fi 
     7663 
    73137664rm -f conftest.err conftest.$ac_ext 
    7314 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7315 echo "${ECHO_T}$ac_header_preproc" >&6 
     7665{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7666echo "${ECHO_T}$ac_header_preproc" >&6; } 
    73167667 
    73177668# So?  What about this header? 
     
    73377688    { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 
    73387689echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 
    7339     ( 
    7340       cat <<\_ASBOX 
    7341 ## ------------------------------------ ## 
    7342 ## Report this to the pjproject lists.  ## 
    7343 ## ------------------------------------ ## 
    7344 _ASBOX 
    7345     ) | 
    7346       sed "s/^/$as_me: WARNING:     /" >&2 
     7690 
    73477691    ;; 
    73487692esac 
    7349 echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
    7350 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6 
     7693{ echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
     7694echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 
    73517695if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    73527696  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    73547698  ac_cv_header_sys_ioctl_h=$ac_header_preproc 
    73557699fi 
    7356 echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
    7357 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6 
     7700{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
     7701echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 
    73587702 
    73597703fi 
     
    73677711 
    73687712if test "${ac_cv_header_sys_select_h+set}" = set; then 
    7369   echo "$as_me:$LINENO: checking for sys/select.h" >&5 
    7370 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 
     7713  { echo "$as_me:$LINENO: checking for sys/select.h" >&5 
     7714echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 
    73717715if test "${ac_cv_header_sys_select_h+set}" = set; then 
    73727716  echo $ECHO_N "(cached) $ECHO_C" >&6 
    73737717fi 
    7374 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
    7375 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 
     7718{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
     7719echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 
    73767720else 
    73777721  # Is the header compilable? 
    7378 echo "$as_me:$LINENO: checking sys/select.h usability" >&5 
    7379 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6 
     7722{ echo "$as_me:$LINENO: checking sys/select.h usability" >&5 
     7723echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; } 
    73807724cat >conftest.$ac_ext <<_ACEOF 
    73817725/* confdefs.h.  */ 
     
    73887732_ACEOF 
    73897733rm -f conftest.$ac_objext 
    7390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7391   (eval $ac_compile) 2>conftest.er1 
     7734if { (ac_try="$ac_compile" 
     7735case "(($ac_try" in 
     7736  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7737  *) ac_try_echo=$ac_try;; 
     7738esac 
     7739eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7740  (eval "$ac_compile") 2>conftest.er1 
    73927741  ac_status=$? 
    73937742  grep -v '^ *+' conftest.er1 >conftest.err 
     
    73957744  cat conftest.err >&5 
    73967745  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7397   (exit $ac_status); } && 
    7398          { ac_try='test -z "$ac_c_werror_flag" 
    7399                          || test ! -s conftest.err' 
    7400   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7401   (eval $ac_try) 2>&5 
    7402   ac_status=$? 
    7403   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7404   (exit $ac_status); }; } && 
    7405          { ac_try='test -s conftest.$ac_objext' 
    7406   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7407   (eval $ac_try) 2>&5 
    7408   ac_status=$? 
    7409   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7410   (exit $ac_status); }; }; then 
     7746  (exit $ac_status); } && { 
     7747         test -z "$ac_c_werror_flag" || 
     7748         test ! -s conftest.err 
     7749       } && test -s conftest.$ac_objext; then 
    74117750  ac_header_compiler=yes 
    74127751else 
     
    74147753sed 's/^/| /' conftest.$ac_ext >&5 
    74157754 
    7416 ac_header_compiler=no 
    7417 fi 
    7418 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7419 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7420 echo "${ECHO_T}$ac_header_compiler" >&6 
     7755        ac_header_compiler=no 
     7756fi 
     7757 
     7758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7759{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7760echo "${ECHO_T}$ac_header_compiler" >&6; } 
    74217761 
    74227762# Is the header present? 
    7423 echo "$as_me:$LINENO: checking sys/select.h presence" >&5 
    7424 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6 
     7763{ echo "$as_me:$LINENO: checking sys/select.h presence" >&5 
     7764echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; } 
    74257765cat >conftest.$ac_ext <<_ACEOF 
    74267766/* confdefs.h.  */ 
     
    74317771#include <sys/select.h> 
    74327772_ACEOF 
    7433 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7434   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7773if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7774case "(($ac_try" in 
     7775  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7776  *) ac_try_echo=$ac_try;; 
     7777esac 
     7778eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7779  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    74357780  ac_status=$? 
    74367781  grep -v '^ *+' conftest.er1 >conftest.err 
     
    74387783  cat conftest.err >&5 
    74397784  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7440   (exit $ac_status); } >/dev/null; then 
    7441   if test -s conftest.err; then 
    7442     ac_cpp_err=$ac_c_preproc_warn_flag 
    7443     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7444   else 
    7445     ac_cpp_err= 
    7446   fi 
    7447 else 
    7448   ac_cpp_err=yes 
    7449 fi 
    7450 if test -z "$ac_cpp_err"; then 
     7785  (exit $ac_status); } >/dev/null && { 
     7786         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7787         test ! -s conftest.err 
     7788       }; then 
    74517789  ac_header_preproc=yes 
    74527790else 
     
    74567794  ac_header_preproc=no 
    74577795fi 
     7796 
    74587797rm -f conftest.err conftest.$ac_ext 
    7459 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7460 echo "${ECHO_T}$ac_header_preproc" >&6 
     7798{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7799echo "${ECHO_T}$ac_header_preproc" >&6; } 
    74617800 
    74627801# So?  What about this header? 
     
    74827821    { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 
    74837822echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 
    7484     ( 
    7485       cat <<\_ASBOX 
    7486 ## ------------------------------------ ## 
    7487 ## Report this to the pjproject lists.  ## 
    7488 ## ------------------------------------ ## 
    7489 _ASBOX 
    7490     ) | 
    7491       sed "s/^/$as_me: WARNING:     /" >&2 
     7823 
    74927824    ;; 
    74937825esac 
    7494 echo "$as_me:$LINENO: checking for sys/select.h" >&5 
    7495 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6 
     7826{ echo "$as_me:$LINENO: checking for sys/select.h" >&5 
     7827echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 
    74967828if test "${ac_cv_header_sys_select_h+set}" = set; then 
    74977829  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    74997831  ac_cv_header_sys_select_h=$ac_header_preproc 
    75007832fi 
    7501 echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
    7502 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6 
     7833{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
     7834echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 
    75037835 
    75047836fi 
     
    75127844 
    75137845if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    7514   echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
    7515 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 
     7846  { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
     7847echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 
    75167848if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    75177849  echo $ECHO_N "(cached) $ECHO_C" >&6 
    75187850fi 
    7519 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
    7520 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 
     7851{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
     7852echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 
    75217853else 
    75227854  # Is the header compilable? 
    7523 echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 
    7524 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6 
     7855{ echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 
     7856echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6; } 
    75257857cat >conftest.$ac_ext <<_ACEOF 
    75267858/* confdefs.h.  */ 
     
    75337865_ACEOF 
    75347866rm -f conftest.$ac_objext 
    7535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7536   (eval $ac_compile) 2>conftest.er1 
     7867if { (ac_try="$ac_compile" 
     7868case "(($ac_try" in 
     7869  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7870  *) ac_try_echo=$ac_try;; 
     7871esac 
     7872eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7873  (eval "$ac_compile") 2>conftest.er1 
    75377874  ac_status=$? 
    75387875  grep -v '^ *+' conftest.er1 >conftest.err 
     
    75407877  cat conftest.err >&5 
    75417878  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7542   (exit $ac_status); } && 
    7543          { ac_try='test -z "$ac_c_werror_flag" 
    7544                          || test ! -s conftest.err' 
    7545   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7546   (eval $ac_try) 2>&5 
    7547   ac_status=$? 
    7548   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7549   (exit $ac_status); }; } && 
    7550          { ac_try='test -s conftest.$ac_objext' 
    7551   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7552   (eval $ac_try) 2>&5 
    7553   ac_status=$? 
    7554   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7555   (exit $ac_status); }; }; then 
     7879  (exit $ac_status); } && { 
     7880         test -z "$ac_c_werror_flag" || 
     7881         test ! -s conftest.err 
     7882       } && test -s conftest.$ac_objext; then 
    75567883  ac_header_compiler=yes 
    75577884else 
     
    75597886sed 's/^/| /' conftest.$ac_ext >&5 
    75607887 
    7561 ac_header_compiler=no 
    7562 fi 
    7563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7564 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7565 echo "${ECHO_T}$ac_header_compiler" >&6 
     7888        ac_header_compiler=no 
     7889fi 
     7890 
     7891rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     7892{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7893echo "${ECHO_T}$ac_header_compiler" >&6; } 
    75667894 
    75677895# Is the header present? 
    7568 echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 
    7569 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6 
     7896{ echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 
     7897echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6; } 
    75707898cat >conftest.$ac_ext <<_ACEOF 
    75717899/* confdefs.h.  */ 
     
    75767904#include <sys/socket.h> 
    75777905_ACEOF 
    7578 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7579   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     7906if { (ac_try="$ac_cpp conftest.$ac_ext" 
     7907case "(($ac_try" in 
     7908  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     7909  *) ac_try_echo=$ac_try;; 
     7910esac 
     7911eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7912  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    75807913  ac_status=$? 
    75817914  grep -v '^ *+' conftest.er1 >conftest.err 
     
    75837916  cat conftest.err >&5 
    75847917  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7585   (exit $ac_status); } >/dev/null; then 
    7586   if test -s conftest.err; then 
    7587     ac_cpp_err=$ac_c_preproc_warn_flag 
    7588     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7589   else 
    7590     ac_cpp_err= 
    7591   fi 
    7592 else 
    7593   ac_cpp_err=yes 
    7594 fi 
    7595 if test -z "$ac_cpp_err"; then 
     7918  (exit $ac_status); } >/dev/null && { 
     7919         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     7920         test ! -s conftest.err 
     7921       }; then 
    75967922  ac_header_preproc=yes 
    75977923else 
     
    76017927  ac_header_preproc=no 
    76027928fi 
     7929 
    76037930rm -f conftest.err conftest.$ac_ext 
    7604 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7605 echo "${ECHO_T}$ac_header_preproc" >&6 
     7931{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7932echo "${ECHO_T}$ac_header_preproc" >&6; } 
    76067933 
    76077934# So?  What about this header? 
     
    76277954    { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 
    76287955echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 
    7629     ( 
    7630       cat <<\_ASBOX 
    7631 ## ------------------------------------ ## 
    7632 ## Report this to the pjproject lists.  ## 
    7633 ## ------------------------------------ ## 
    7634 _ASBOX 
    7635     ) | 
    7636       sed "s/^/$as_me: WARNING:     /" >&2 
     7956 
    76377957    ;; 
    76387958esac 
    7639 echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
    7640 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6 
     7959{ echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
     7960echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 
    76417961if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    76427962  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    76447964  ac_cv_header_sys_socket_h=$ac_header_preproc 
    76457965fi 
    7646 echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
    7647 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6 
     7966{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
     7967echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 
    76487968 
    76497969fi 
     
    76577977 
    76587978if test "${ac_cv_header_sys_time_h+set}" = set; then 
    7659   echo "$as_me:$LINENO: checking for sys/time.h" >&5 
    7660 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 
     7979  { echo "$as_me:$LINENO: checking for sys/time.h" >&5 
     7980echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 
    76617981if test "${ac_cv_header_sys_time_h+set}" = set; then 
    76627982  echo $ECHO_N "(cached) $ECHO_C" >&6 
    76637983fi 
    7664 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
    7665 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 
     7984{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
     7985echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 
    76667986else 
    76677987  # Is the header compilable? 
    7668 echo "$as_me:$LINENO: checking sys/time.h usability" >&5 
    7669 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6 
     7988{ echo "$as_me:$LINENO: checking sys/time.h usability" >&5 
     7989echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6; } 
    76707990cat >conftest.$ac_ext <<_ACEOF 
    76717991/* confdefs.h.  */ 
     
    76787998_ACEOF 
    76797999rm -f conftest.$ac_objext 
    7680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7681   (eval $ac_compile) 2>conftest.er1 
     8000if { (ac_try="$ac_compile" 
     8001case "(($ac_try" in 
     8002  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8003  *) ac_try_echo=$ac_try;; 
     8004esac 
     8005eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8006  (eval "$ac_compile") 2>conftest.er1 
    76828007  ac_status=$? 
    76838008  grep -v '^ *+' conftest.er1 >conftest.err 
     
    76858010  cat conftest.err >&5 
    76868011  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7687   (exit $ac_status); } && 
    7688          { ac_try='test -z "$ac_c_werror_flag" 
    7689                          || test ! -s conftest.err' 
    7690   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7691   (eval $ac_try) 2>&5 
    7692   ac_status=$? 
    7693   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7694   (exit $ac_status); }; } && 
    7695          { ac_try='test -s conftest.$ac_objext' 
    7696   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7697   (eval $ac_try) 2>&5 
    7698   ac_status=$? 
    7699   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7700   (exit $ac_status); }; }; then 
     8012  (exit $ac_status); } && { 
     8013         test -z "$ac_c_werror_flag" || 
     8014         test ! -s conftest.err 
     8015       } && test -s conftest.$ac_objext; then 
    77018016  ac_header_compiler=yes 
    77028017else 
     
    77048019sed 's/^/| /' conftest.$ac_ext >&5 
    77058020 
    7706 ac_header_compiler=no 
    7707 fi 
    7708 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7709 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7710 echo "${ECHO_T}$ac_header_compiler" >&6 
     8021        ac_header_compiler=no 
     8022fi 
     8023 
     8024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8025{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8026echo "${ECHO_T}$ac_header_compiler" >&6; } 
    77118027 
    77128028# Is the header present? 
    7713 echo "$as_me:$LINENO: checking sys/time.h presence" >&5 
    7714 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6 
     8029{ echo "$as_me:$LINENO: checking sys/time.h presence" >&5 
     8030echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6; } 
    77158031cat >conftest.$ac_ext <<_ACEOF 
    77168032/* confdefs.h.  */ 
     
    77218037#include <sys/time.h> 
    77228038_ACEOF 
    7723 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7724   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8039if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8040case "(($ac_try" in 
     8041  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8042  *) ac_try_echo=$ac_try;; 
     8043esac 
     8044eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8045  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    77258046  ac_status=$? 
    77268047  grep -v '^ *+' conftest.er1 >conftest.err 
     
    77288049  cat conftest.err >&5 
    77298050  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7730   (exit $ac_status); } >/dev/null; then 
    7731   if test -s conftest.err; then 
    7732     ac_cpp_err=$ac_c_preproc_warn_flag 
    7733     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7734   else 
    7735     ac_cpp_err= 
    7736   fi 
    7737 else 
    7738   ac_cpp_err=yes 
    7739 fi 
    7740 if test -z "$ac_cpp_err"; then 
     8051  (exit $ac_status); } >/dev/null && { 
     8052         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8053         test ! -s conftest.err 
     8054       }; then 
    77418055  ac_header_preproc=yes 
    77428056else 
     
    77468060  ac_header_preproc=no 
    77478061fi 
     8062 
    77488063rm -f conftest.err conftest.$ac_ext 
    7749 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7750 echo "${ECHO_T}$ac_header_preproc" >&6 
     8064{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8065echo "${ECHO_T}$ac_header_preproc" >&6; } 
    77518066 
    77528067# So?  What about this header? 
     
    77728087    { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 
    77738088echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 
    7774     ( 
    7775       cat <<\_ASBOX 
    7776 ## ------------------------------------ ## 
    7777 ## Report this to the pjproject lists.  ## 
    7778 ## ------------------------------------ ## 
    7779 _ASBOX 
    7780     ) | 
    7781       sed "s/^/$as_me: WARNING:     /" >&2 
     8089 
    77828090    ;; 
    77838091esac 
    7784 echo "$as_me:$LINENO: checking for sys/time.h" >&5 
    7785 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6 
     8092{ echo "$as_me:$LINENO: checking for sys/time.h" >&5 
     8093echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 
    77868094if test "${ac_cv_header_sys_time_h+set}" = set; then 
    77878095  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    77898097  ac_cv_header_sys_time_h=$ac_header_preproc 
    77908098fi 
    7791 echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
    7792 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6 
     8099{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
     8100echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 
    77938101 
    77948102fi 
     
    78028110 
    78038111if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    7804   echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
    7805 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 
     8112  { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
     8113echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 
    78068114if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    78078115  echo $ECHO_N "(cached) $ECHO_C" >&6 
    78088116fi 
    7809 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
    7810 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 
     8117{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
     8118echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 
    78118119else 
    78128120  # Is the header compilable? 
    7813 echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 
    7814 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6 
     8121{ echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 
     8122echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6; } 
    78158123cat >conftest.$ac_ext <<_ACEOF 
    78168124/* confdefs.h.  */ 
     
    78238131_ACEOF 
    78248132rm -f conftest.$ac_objext 
    7825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7826   (eval $ac_compile) 2>conftest.er1 
     8133if { (ac_try="$ac_compile" 
     8134case "(($ac_try" in 
     8135  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8136  *) ac_try_echo=$ac_try;; 
     8137esac 
     8138eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8139  (eval "$ac_compile") 2>conftest.er1 
    78278140  ac_status=$? 
    78288141  grep -v '^ *+' conftest.er1 >conftest.err 
     
    78308143  cat conftest.err >&5 
    78318144  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7832   (exit $ac_status); } && 
    7833          { ac_try='test -z "$ac_c_werror_flag" 
    7834                          || test ! -s conftest.err' 
    7835   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7836   (eval $ac_try) 2>&5 
    7837   ac_status=$? 
    7838   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7839   (exit $ac_status); }; } && 
    7840          { ac_try='test -s conftest.$ac_objext' 
    7841   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7842   (eval $ac_try) 2>&5 
    7843   ac_status=$? 
    7844   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7845   (exit $ac_status); }; }; then 
     8145  (exit $ac_status); } && { 
     8146         test -z "$ac_c_werror_flag" || 
     8147         test ! -s conftest.err 
     8148       } && test -s conftest.$ac_objext; then 
    78468149  ac_header_compiler=yes 
    78478150else 
     
    78498152sed 's/^/| /' conftest.$ac_ext >&5 
    78508153 
    7851 ac_header_compiler=no 
    7852 fi 
    7853 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7854 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7855 echo "${ECHO_T}$ac_header_compiler" >&6 
     8154        ac_header_compiler=no 
     8155fi 
     8156 
     8157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8158{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8159echo "${ECHO_T}$ac_header_compiler" >&6; } 
    78568160 
    78578161# Is the header present? 
    7858 echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 
    7859 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6 
     8162{ echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 
     8163echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6; } 
    78608164cat >conftest.$ac_ext <<_ACEOF 
    78618165/* confdefs.h.  */ 
     
    78668170#include <sys/timeb.h> 
    78678171_ACEOF 
    7868 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    7869   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8172if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8173case "(($ac_try" in 
     8174  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8175  *) ac_try_echo=$ac_try;; 
     8176esac 
     8177eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8178  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    78708179  ac_status=$? 
    78718180  grep -v '^ *+' conftest.er1 >conftest.err 
     
    78738182  cat conftest.err >&5 
    78748183  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7875   (exit $ac_status); } >/dev/null; then 
    7876   if test -s conftest.err; then 
    7877     ac_cpp_err=$ac_c_preproc_warn_flag 
    7878     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    7879   else 
    7880     ac_cpp_err= 
    7881   fi 
    7882 else 
    7883   ac_cpp_err=yes 
    7884 fi 
    7885 if test -z "$ac_cpp_err"; then 
     8184  (exit $ac_status); } >/dev/null && { 
     8185         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8186         test ! -s conftest.err 
     8187       }; then 
    78868188  ac_header_preproc=yes 
    78878189else 
     
    78918193  ac_header_preproc=no 
    78928194fi 
     8195 
    78938196rm -f conftest.err conftest.$ac_ext 
    7894 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7895 echo "${ECHO_T}$ac_header_preproc" >&6 
     8197{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8198echo "${ECHO_T}$ac_header_preproc" >&6; } 
    78968199 
    78978200# So?  What about this header? 
     
    79178220    { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 
    79188221echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 
    7919     ( 
    7920       cat <<\_ASBOX 
    7921 ## ------------------------------------ ## 
    7922 ## Report this to the pjproject lists.  ## 
    7923 ## ------------------------------------ ## 
    7924 _ASBOX 
    7925     ) | 
    7926       sed "s/^/$as_me: WARNING:     /" >&2 
     8222 
    79278223    ;; 
    79288224esac 
    7929 echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
    7930 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6 
     8225{ echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
     8226echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 
    79318227if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    79328228  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    79348230  ac_cv_header_sys_timeb_h=$ac_header_preproc 
    79358231fi 
    7936 echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
    7937 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6 
     8232{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
     8233echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 
    79388234 
    79398235fi 
     
    79478243 
    79488244if test "${ac_cv_header_sys_types_h+set}" = set; then 
    7949   echo "$as_me:$LINENO: checking for sys/types.h" >&5 
    7950 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 
     8245  { echo "$as_me:$LINENO: checking for sys/types.h" >&5 
     8246echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 
    79518247if test "${ac_cv_header_sys_types_h+set}" = set; then 
    79528248  echo $ECHO_N "(cached) $ECHO_C" >&6 
    79538249fi 
    7954 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
    7955 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 
     8250{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
     8251echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 
    79568252else 
    79578253  # Is the header compilable? 
    7958 echo "$as_me:$LINENO: checking sys/types.h usability" >&5 
    7959 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6 
     8254{ echo "$as_me:$LINENO: checking sys/types.h usability" >&5 
     8255echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6; } 
    79608256cat >conftest.$ac_ext <<_ACEOF 
    79618257/* confdefs.h.  */ 
     
    79688264_ACEOF 
    79698265rm -f conftest.$ac_objext 
    7970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    7971   (eval $ac_compile) 2>conftest.er1 
     8266if { (ac_try="$ac_compile" 
     8267case "(($ac_try" in 
     8268  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8269  *) ac_try_echo=$ac_try;; 
     8270esac 
     8271eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8272  (eval "$ac_compile") 2>conftest.er1 
    79728273  ac_status=$? 
    79738274  grep -v '^ *+' conftest.er1 >conftest.err 
     
    79758276  cat conftest.err >&5 
    79768277  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7977   (exit $ac_status); } && 
    7978          { ac_try='test -z "$ac_c_werror_flag" 
    7979                          || test ! -s conftest.err' 
    7980   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7981   (eval $ac_try) 2>&5 
    7982   ac_status=$? 
    7983   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7984   (exit $ac_status); }; } && 
    7985          { ac_try='test -s conftest.$ac_objext' 
    7986   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    7987   (eval $ac_try) 2>&5 
    7988   ac_status=$? 
    7989   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    7990   (exit $ac_status); }; }; then 
     8278  (exit $ac_status); } && { 
     8279         test -z "$ac_c_werror_flag" || 
     8280         test ! -s conftest.err 
     8281       } && test -s conftest.$ac_objext; then 
    79918282  ac_header_compiler=yes 
    79928283else 
     
    79948285sed 's/^/| /' conftest.$ac_ext >&5 
    79958286 
    7996 ac_header_compiler=no 
    7997 fi 
    7998 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    7999 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8000 echo "${ECHO_T}$ac_header_compiler" >&6 
     8287        ac_header_compiler=no 
     8288fi 
     8289 
     8290rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8291{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8292echo "${ECHO_T}$ac_header_compiler" >&6; } 
    80018293 
    80028294# Is the header present? 
    8003 echo "$as_me:$LINENO: checking sys/types.h presence" >&5 
    8004 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6 
     8295{ echo "$as_me:$LINENO: checking sys/types.h presence" >&5 
     8296echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6; } 
    80058297cat >conftest.$ac_ext <<_ACEOF 
    80068298/* confdefs.h.  */ 
     
    80118303#include <sys/types.h> 
    80128304_ACEOF 
    8013 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8014   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8305if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8306case "(($ac_try" in 
     8307  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8308  *) ac_try_echo=$ac_try;; 
     8309esac 
     8310eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8311  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    80158312  ac_status=$? 
    80168313  grep -v '^ *+' conftest.er1 >conftest.err 
     
    80188315  cat conftest.err >&5 
    80198316  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8020   (exit $ac_status); } >/dev/null; then 
    8021   if test -s conftest.err; then 
    8022     ac_cpp_err=$ac_c_preproc_warn_flag 
    8023     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8024   else 
    8025     ac_cpp_err= 
    8026   fi 
    8027 else 
    8028   ac_cpp_err=yes 
    8029 fi 
    8030 if test -z "$ac_cpp_err"; then 
     8317  (exit $ac_status); } >/dev/null && { 
     8318         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8319         test ! -s conftest.err 
     8320       }; then 
    80318321  ac_header_preproc=yes 
    80328322else 
     
    80368326  ac_header_preproc=no 
    80378327fi 
     8328 
    80388329rm -f conftest.err conftest.$ac_ext 
    8039 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8040 echo "${ECHO_T}$ac_header_preproc" >&6 
     8330{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8331echo "${ECHO_T}$ac_header_preproc" >&6; } 
    80418332 
    80428333# So?  What about this header? 
     
    80628353    { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 
    80638354echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 
    8064     ( 
    8065       cat <<\_ASBOX 
    8066 ## ------------------------------------ ## 
    8067 ## Report this to the pjproject lists.  ## 
    8068 ## ------------------------------------ ## 
    8069 _ASBOX 
    8070     ) | 
    8071       sed "s/^/$as_me: WARNING:     /" >&2 
     8355 
    80728356    ;; 
    80738357esac 
    8074 echo "$as_me:$LINENO: checking for sys/types.h" >&5 
    8075 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6 
     8358{ echo "$as_me:$LINENO: checking for sys/types.h" >&5 
     8359echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 
    80768360if test "${ac_cv_header_sys_types_h+set}" = set; then 
    80778361  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    80798363  ac_cv_header_sys_types_h=$ac_header_preproc 
    80808364fi 
    8081 echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
    8082 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6 
     8365{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
     8366echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 
    80838367 
    80848368fi 
     
    80928376 
    80938377if test "${ac_cv_header_time_h+set}" = set; then 
    8094   echo "$as_me:$LINENO: checking for time.h" >&5 
    8095 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 
     8378  { echo "$as_me:$LINENO: checking for time.h" >&5 
     8379echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 
    80968380if test "${ac_cv_header_time_h+set}" = set; then 
    80978381  echo $ECHO_N "(cached) $ECHO_C" >&6 
    80988382fi 
    8099 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
    8100 echo "${ECHO_T}$ac_cv_header_time_h" >&6 
     8383{ echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
     8384echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 
    81018385else 
    81028386  # Is the header compilable? 
    8103 echo "$as_me:$LINENO: checking time.h usability" >&5 
    8104 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6 
     8387{ echo "$as_me:$LINENO: checking time.h usability" >&5 
     8388echo $ECHO_N "checking time.h usability... $ECHO_C" >&6; } 
    81058389cat >conftest.$ac_ext <<_ACEOF 
    81068390/* confdefs.h.  */ 
     
    81138397_ACEOF 
    81148398rm -f conftest.$ac_objext 
    8115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8116   (eval $ac_compile) 2>conftest.er1 
     8399if { (ac_try="$ac_compile" 
     8400case "(($ac_try" in 
     8401  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8402  *) ac_try_echo=$ac_try;; 
     8403esac 
     8404eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8405  (eval "$ac_compile") 2>conftest.er1 
    81178406  ac_status=$? 
    81188407  grep -v '^ *+' conftest.er1 >conftest.err 
     
    81208409  cat conftest.err >&5 
    81218410  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8122   (exit $ac_status); } && 
    8123          { ac_try='test -z "$ac_c_werror_flag" 
    8124                          || test ! -s conftest.err' 
    8125   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8126   (eval $ac_try) 2>&5 
    8127   ac_status=$? 
    8128   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8129   (exit $ac_status); }; } && 
    8130          { ac_try='test -s conftest.$ac_objext' 
    8131   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8132   (eval $ac_try) 2>&5 
    8133   ac_status=$? 
    8134   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8135   (exit $ac_status); }; }; then 
     8411  (exit $ac_status); } && { 
     8412         test -z "$ac_c_werror_flag" || 
     8413         test ! -s conftest.err 
     8414       } && test -s conftest.$ac_objext; then 
    81368415  ac_header_compiler=yes 
    81378416else 
     
    81398418sed 's/^/| /' conftest.$ac_ext >&5 
    81408419 
    8141 ac_header_compiler=no 
    8142 fi 
    8143 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8144 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8145 echo "${ECHO_T}$ac_header_compiler" >&6 
     8420        ac_header_compiler=no 
     8421fi 
     8422 
     8423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8424{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8425echo "${ECHO_T}$ac_header_compiler" >&6; } 
    81468426 
    81478427# Is the header present? 
    8148 echo "$as_me:$LINENO: checking time.h presence" >&5 
    8149 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6 
     8428{ echo "$as_me:$LINENO: checking time.h presence" >&5 
     8429echo $ECHO_N "checking time.h presence... $ECHO_C" >&6; } 
    81508430cat >conftest.$ac_ext <<_ACEOF 
    81518431/* confdefs.h.  */ 
     
    81568436#include <time.h> 
    81578437_ACEOF 
    8158 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8159   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8438if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8439case "(($ac_try" in 
     8440  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8441  *) ac_try_echo=$ac_try;; 
     8442esac 
     8443eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8444  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    81608445  ac_status=$? 
    81618446  grep -v '^ *+' conftest.er1 >conftest.err 
     
    81638448  cat conftest.err >&5 
    81648449  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8165   (exit $ac_status); } >/dev/null; then 
    8166   if test -s conftest.err; then 
    8167     ac_cpp_err=$ac_c_preproc_warn_flag 
    8168     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8169   else 
    8170     ac_cpp_err= 
    8171   fi 
    8172 else 
    8173   ac_cpp_err=yes 
    8174 fi 
    8175 if test -z "$ac_cpp_err"; then 
     8450  (exit $ac_status); } >/dev/null && { 
     8451         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8452         test ! -s conftest.err 
     8453       }; then 
    81768454  ac_header_preproc=yes 
    81778455else 
     
    81818459  ac_header_preproc=no 
    81828460fi 
     8461 
    81838462rm -f conftest.err conftest.$ac_ext 
    8184 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8185 echo "${ECHO_T}$ac_header_preproc" >&6 
     8463{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8464echo "${ECHO_T}$ac_header_preproc" >&6; } 
    81868465 
    81878466# So?  What about this header? 
     
    82078486    { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 
    82088487echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 
    8209     ( 
    8210       cat <<\_ASBOX 
    8211 ## ------------------------------------ ## 
    8212 ## Report this to the pjproject lists.  ## 
    8213 ## ------------------------------------ ## 
    8214 _ASBOX 
    8215     ) | 
    8216       sed "s/^/$as_me: WARNING:     /" >&2 
     8488 
    82178489    ;; 
    82188490esac 
    8219 echo "$as_me:$LINENO: checking for time.h" >&5 
    8220 echo $ECHO_N "checking for time.h... $ECHO_C" >&6 
     8491{ echo "$as_me:$LINENO: checking for time.h" >&5 
     8492echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 
    82218493if test "${ac_cv_header_time_h+set}" = set; then 
    82228494  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    82248496  ac_cv_header_time_h=$ac_header_preproc 
    82258497fi 
    8226 echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
    8227 echo "${ECHO_T}$ac_cv_header_time_h" >&6 
     8498{ echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
     8499echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 
    82288500 
    82298501fi 
     
    82378509 
    82388510if test "${ac_cv_header_unistd_h+set}" = set; then 
    8239   echo "$as_me:$LINENO: checking for unistd.h" >&5 
    8240 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 
     8511  { echo "$as_me:$LINENO: checking for unistd.h" >&5 
     8512echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 
    82418513if test "${ac_cv_header_unistd_h+set}" = set; then 
    82428514  echo $ECHO_N "(cached) $ECHO_C" >&6 
    82438515fi 
    8244 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
    8245 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 
     8516{ echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
     8517echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 
    82468518else 
    82478519  # Is the header compilable? 
    8248 echo "$as_me:$LINENO: checking unistd.h usability" >&5 
    8249 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6 
     8520{ echo "$as_me:$LINENO: checking unistd.h usability" >&5 
     8521echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6; } 
    82508522cat >conftest.$ac_ext <<_ACEOF 
    82518523/* confdefs.h.  */ 
     
    82588530_ACEOF 
    82598531rm -f conftest.$ac_objext 
    8260 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8261   (eval $ac_compile) 2>conftest.er1 
     8532if { (ac_try="$ac_compile" 
     8533case "(($ac_try" in 
     8534  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8535  *) ac_try_echo=$ac_try;; 
     8536esac 
     8537eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8538  (eval "$ac_compile") 2>conftest.er1 
    82628539  ac_status=$? 
    82638540  grep -v '^ *+' conftest.er1 >conftest.err 
     
    82658542  cat conftest.err >&5 
    82668543  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8267   (exit $ac_status); } && 
    8268          { ac_try='test -z "$ac_c_werror_flag" 
    8269                          || test ! -s conftest.err' 
    8270   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8271   (eval $ac_try) 2>&5 
    8272   ac_status=$? 
    8273   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8274   (exit $ac_status); }; } && 
    8275          { ac_try='test -s conftest.$ac_objext' 
    8276   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8277   (eval $ac_try) 2>&5 
    8278   ac_status=$? 
    8279   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8280   (exit $ac_status); }; }; then 
     8544  (exit $ac_status); } && { 
     8545         test -z "$ac_c_werror_flag" || 
     8546         test ! -s conftest.err 
     8547       } && test -s conftest.$ac_objext; then 
    82818548  ac_header_compiler=yes 
    82828549else 
     
    82848551sed 's/^/| /' conftest.$ac_ext >&5 
    82858552 
    8286 ac_header_compiler=no 
    8287 fi 
    8288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8289 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8290 echo "${ECHO_T}$ac_header_compiler" >&6 
     8553        ac_header_compiler=no 
     8554fi 
     8555 
     8556rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8557{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8558echo "${ECHO_T}$ac_header_compiler" >&6; } 
    82918559 
    82928560# Is the header present? 
    8293 echo "$as_me:$LINENO: checking unistd.h presence" >&5 
    8294 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6 
     8561{ echo "$as_me:$LINENO: checking unistd.h presence" >&5 
     8562echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6; } 
    82958563cat >conftest.$ac_ext <<_ACEOF 
    82968564/* confdefs.h.  */ 
     
    83018569#include <unistd.h> 
    83028570_ACEOF 
    8303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8304   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8571if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8572case "(($ac_try" in 
     8573  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8574  *) ac_try_echo=$ac_try;; 
     8575esac 
     8576eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8577  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    83058578  ac_status=$? 
    83068579  grep -v '^ *+' conftest.er1 >conftest.err 
     
    83088581  cat conftest.err >&5 
    83098582  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8310   (exit $ac_status); } >/dev/null; then 
    8311   if test -s conftest.err; then 
    8312     ac_cpp_err=$ac_c_preproc_warn_flag 
    8313     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8314   else 
    8315     ac_cpp_err= 
    8316   fi 
    8317 else 
    8318   ac_cpp_err=yes 
    8319 fi 
    8320 if test -z "$ac_cpp_err"; then 
     8583  (exit $ac_status); } >/dev/null && { 
     8584         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8585         test ! -s conftest.err 
     8586       }; then 
    83218587  ac_header_preproc=yes 
    83228588else 
     
    83268592  ac_header_preproc=no 
    83278593fi 
     8594 
    83288595rm -f conftest.err conftest.$ac_ext 
    8329 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8330 echo "${ECHO_T}$ac_header_preproc" >&6 
     8596{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8597echo "${ECHO_T}$ac_header_preproc" >&6; } 
    83318598 
    83328599# So?  What about this header? 
     
    83528619    { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 
    83538620echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 
    8354     ( 
    8355       cat <<\_ASBOX 
    8356 ## ------------------------------------ ## 
    8357 ## Report this to the pjproject lists.  ## 
    8358 ## ------------------------------------ ## 
    8359 _ASBOX 
    8360     ) | 
    8361       sed "s/^/$as_me: WARNING:     /" >&2 
     8621 
    83628622    ;; 
    83638623esac 
    8364 echo "$as_me:$LINENO: checking for unistd.h" >&5 
    8365 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6 
     8624{ echo "$as_me:$LINENO: checking for unistd.h" >&5 
     8625echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 
    83668626if test "${ac_cv_header_unistd_h+set}" = set; then 
    83678627  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    83698629  ac_cv_header_unistd_h=$ac_header_preproc 
    83708630fi 
    8371 echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
    8372 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6 
     8631{ echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
     8632echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 
    83738633 
    83748634fi 
     
    83828642 
    83838643if test "${ac_cv_header_winsock_h+set}" = set; then 
    8384   echo "$as_me:$LINENO: checking for winsock.h" >&5 
    8385 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 
     8644  { echo "$as_me:$LINENO: checking for winsock.h" >&5 
     8645echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 
    83868646if test "${ac_cv_header_winsock_h+set}" = set; then 
    83878647  echo $ECHO_N "(cached) $ECHO_C" >&6 
    83888648fi 
    8389 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
    8390 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 
     8649{ echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
     8650echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 
    83918651else 
    83928652  # Is the header compilable? 
    8393 echo "$as_me:$LINENO: checking winsock.h usability" >&5 
    8394 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6 
     8653{ echo "$as_me:$LINENO: checking winsock.h usability" >&5 
     8654echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6; } 
    83958655cat >conftest.$ac_ext <<_ACEOF 
    83968656/* confdefs.h.  */ 
     
    84038663_ACEOF 
    84048664rm -f conftest.$ac_objext 
    8405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8406   (eval $ac_compile) 2>conftest.er1 
     8665if { (ac_try="$ac_compile" 
     8666case "(($ac_try" in 
     8667  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8668  *) ac_try_echo=$ac_try;; 
     8669esac 
     8670eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8671  (eval "$ac_compile") 2>conftest.er1 
    84078672  ac_status=$? 
    84088673  grep -v '^ *+' conftest.er1 >conftest.err 
     
    84108675  cat conftest.err >&5 
    84118676  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8412   (exit $ac_status); } && 
    8413          { ac_try='test -z "$ac_c_werror_flag" 
    8414                          || test ! -s conftest.err' 
    8415   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8416   (eval $ac_try) 2>&5 
    8417   ac_status=$? 
    8418   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8419   (exit $ac_status); }; } && 
    8420          { ac_try='test -s conftest.$ac_objext' 
    8421   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8422   (eval $ac_try) 2>&5 
    8423   ac_status=$? 
    8424   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8425   (exit $ac_status); }; }; then 
     8677  (exit $ac_status); } && { 
     8678         test -z "$ac_c_werror_flag" || 
     8679         test ! -s conftest.err 
     8680       } && test -s conftest.$ac_objext; then 
    84268681  ac_header_compiler=yes 
    84278682else 
     
    84298684sed 's/^/| /' conftest.$ac_ext >&5 
    84308685 
    8431 ac_header_compiler=no 
    8432 fi 
    8433 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8434 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8435 echo "${ECHO_T}$ac_header_compiler" >&6 
     8686        ac_header_compiler=no 
     8687fi 
     8688 
     8689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8690{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8691echo "${ECHO_T}$ac_header_compiler" >&6; } 
    84368692 
    84378693# Is the header present? 
    8438 echo "$as_me:$LINENO: checking winsock.h presence" >&5 
    8439 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6 
     8694{ echo "$as_me:$LINENO: checking winsock.h presence" >&5 
     8695echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6; } 
    84408696cat >conftest.$ac_ext <<_ACEOF 
    84418697/* confdefs.h.  */ 
     
    84468702#include <winsock.h> 
    84478703_ACEOF 
    8448 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8449   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8704if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8705case "(($ac_try" in 
     8706  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8707  *) ac_try_echo=$ac_try;; 
     8708esac 
     8709eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8710  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    84508711  ac_status=$? 
    84518712  grep -v '^ *+' conftest.er1 >conftest.err 
     
    84538714  cat conftest.err >&5 
    84548715  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8455   (exit $ac_status); } >/dev/null; then 
    8456   if test -s conftest.err; then 
    8457     ac_cpp_err=$ac_c_preproc_warn_flag 
    8458     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8459   else 
    8460     ac_cpp_err= 
    8461   fi 
    8462 else 
    8463   ac_cpp_err=yes 
    8464 fi 
    8465 if test -z "$ac_cpp_err"; then 
     8716  (exit $ac_status); } >/dev/null && { 
     8717         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8718         test ! -s conftest.err 
     8719       }; then 
    84668720  ac_header_preproc=yes 
    84678721else 
     
    84718725  ac_header_preproc=no 
    84728726fi 
     8727 
    84738728rm -f conftest.err conftest.$ac_ext 
    8474 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8475 echo "${ECHO_T}$ac_header_preproc" >&6 
     8729{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8730echo "${ECHO_T}$ac_header_preproc" >&6; } 
    84768731 
    84778732# So?  What about this header? 
     
    84978752    { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 
    84988753echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 
    8499     ( 
    8500       cat <<\_ASBOX 
    8501 ## ------------------------------------ ## 
    8502 ## Report this to the pjproject lists.  ## 
    8503 ## ------------------------------------ ## 
    8504 _ASBOX 
    8505     ) | 
    8506       sed "s/^/$as_me: WARNING:     /" >&2 
     8754 
    85078755    ;; 
    85088756esac 
    8509 echo "$as_me:$LINENO: checking for winsock.h" >&5 
    8510 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6 
     8757{ echo "$as_me:$LINENO: checking for winsock.h" >&5 
     8758echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 
    85118759if test "${ac_cv_header_winsock_h+set}" = set; then 
    85128760  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    85148762  ac_cv_header_winsock_h=$ac_header_preproc 
    85158763fi 
    8516 echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
    8517 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6 
     8764{ echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
     8765echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 
    85188766 
    85198767fi 
     
    85278775 
    85288776if test "${ac_cv_header_winsock2_h+set}" = set; then 
    8529   echo "$as_me:$LINENO: checking for winsock2.h" >&5 
    8530 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 
     8777  { echo "$as_me:$LINENO: checking for winsock2.h" >&5 
     8778echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 
    85318779if test "${ac_cv_header_winsock2_h+set}" = set; then 
    85328780  echo $ECHO_N "(cached) $ECHO_C" >&6 
    85338781fi 
    8534 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
    8535 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 
     8782{ echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
     8783echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 
    85368784else 
    85378785  # Is the header compilable? 
    8538 echo "$as_me:$LINENO: checking winsock2.h usability" >&5 
    8539 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6 
     8786{ echo "$as_me:$LINENO: checking winsock2.h usability" >&5 
     8787echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6; } 
    85408788cat >conftest.$ac_ext <<_ACEOF 
    85418789/* confdefs.h.  */ 
     
    85488796_ACEOF 
    85498797rm -f conftest.$ac_objext 
    8550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8551   (eval $ac_compile) 2>conftest.er1 
     8798if { (ac_try="$ac_compile" 
     8799case "(($ac_try" in 
     8800  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8801  *) ac_try_echo=$ac_try;; 
     8802esac 
     8803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8804  (eval "$ac_compile") 2>conftest.er1 
    85528805  ac_status=$? 
    85538806  grep -v '^ *+' conftest.er1 >conftest.err 
     
    85558808  cat conftest.err >&5 
    85568809  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8557   (exit $ac_status); } && 
    8558          { ac_try='test -z "$ac_c_werror_flag" 
    8559                          || test ! -s conftest.err' 
    8560   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8561   (eval $ac_try) 2>&5 
    8562   ac_status=$? 
    8563   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8564   (exit $ac_status); }; } && 
    8565          { ac_try='test -s conftest.$ac_objext' 
    8566   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8567   (eval $ac_try) 2>&5 
    8568   ac_status=$? 
    8569   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8570   (exit $ac_status); }; }; then 
     8810  (exit $ac_status); } && { 
     8811         test -z "$ac_c_werror_flag" || 
     8812         test ! -s conftest.err 
     8813       } && test -s conftest.$ac_objext; then 
    85718814  ac_header_compiler=yes 
    85728815else 
     
    85748817sed 's/^/| /' conftest.$ac_ext >&5 
    85758818 
    8576 ac_header_compiler=no 
    8577 fi 
    8578 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8579 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8580 echo "${ECHO_T}$ac_header_compiler" >&6 
     8819        ac_header_compiler=no 
     8820fi 
     8821 
     8822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8823{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8824echo "${ECHO_T}$ac_header_compiler" >&6; } 
    85818825 
    85828826# Is the header present? 
    8583 echo "$as_me:$LINENO: checking winsock2.h presence" >&5 
    8584 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6 
     8827{ echo "$as_me:$LINENO: checking winsock2.h presence" >&5 
     8828echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6; } 
    85858829cat >conftest.$ac_ext <<_ACEOF 
    85868830/* confdefs.h.  */ 
     
    85918835#include <winsock2.h> 
    85928836_ACEOF 
    8593 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8594   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     8837if { (ac_try="$ac_cpp conftest.$ac_ext" 
     8838case "(($ac_try" in 
     8839  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8840  *) ac_try_echo=$ac_try;; 
     8841esac 
     8842eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8843  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    85958844  ac_status=$? 
    85968845  grep -v '^ *+' conftest.er1 >conftest.err 
     
    85988847  cat conftest.err >&5 
    85998848  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8600   (exit $ac_status); } >/dev/null; then 
    8601   if test -s conftest.err; then 
    8602     ac_cpp_err=$ac_c_preproc_warn_flag 
    8603     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8604   else 
    8605     ac_cpp_err= 
    8606   fi 
    8607 else 
    8608   ac_cpp_err=yes 
    8609 fi 
    8610 if test -z "$ac_cpp_err"; then 
     8849  (exit $ac_status); } >/dev/null && { 
     8850         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     8851         test ! -s conftest.err 
     8852       }; then 
    86118853  ac_header_preproc=yes 
    86128854else 
     
    86168858  ac_header_preproc=no 
    86178859fi 
     8860 
    86188861rm -f conftest.err conftest.$ac_ext 
    8619 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8620 echo "${ECHO_T}$ac_header_preproc" >&6 
     8862{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8863echo "${ECHO_T}$ac_header_preproc" >&6; } 
    86218864 
    86228865# So?  What about this header? 
     
    86428885    { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 
    86438886echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 
    8644     ( 
    8645       cat <<\_ASBOX 
    8646 ## ------------------------------------ ## 
    8647 ## Report this to the pjproject lists.  ## 
    8648 ## ------------------------------------ ## 
    8649 _ASBOX 
    8650     ) | 
    8651       sed "s/^/$as_me: WARNING:     /" >&2 
     8887 
    86528888    ;; 
    86538889esac 
    8654 echo "$as_me:$LINENO: checking for winsock2.h" >&5 
    8655 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6 
     8890{ echo "$as_me:$LINENO: checking for winsock2.h" >&5 
     8891echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 
    86568892if test "${ac_cv_header_winsock2_h+set}" = set; then 
    86578893  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    86598895  ac_cv_header_winsock2_h=$ac_header_preproc 
    86608896fi 
    8661 echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
    8662 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6 
     8897{ echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
     8898echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 
    86638899 
    86648900fi 
     
    86718907 
    86728908 
    8673 echo "$as_me:$LINENO: checking for mswsock.h" >&5 
    8674 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6 
     8909{ echo "$as_me:$LINENO: checking for mswsock.h" >&5 
     8910echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6; } 
    86758911if test "${ac_cv_header_mswsock_h+set}" = set; then 
    86768912  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    86928928_ACEOF 
    86938929rm -f conftest.$ac_objext 
    8694 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8695   (eval $ac_compile) 2>conftest.er1 
     8930if { (ac_try="$ac_compile" 
     8931case "(($ac_try" in 
     8932  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8933  *) ac_try_echo=$ac_try;; 
     8934esac 
     8935eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8936  (eval "$ac_compile") 2>conftest.er1 
    86968937  ac_status=$? 
    86978938  grep -v '^ *+' conftest.er1 >conftest.err 
     
    86998940  cat conftest.err >&5 
    87008941  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8701   (exit $ac_status); } && 
    8702          { ac_try='test -z "$ac_c_werror_flag" 
    8703                          || test ! -s conftest.err' 
    8704   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8705   (eval $ac_try) 2>&5 
    8706   ac_status=$? 
    8707   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8708   (exit $ac_status); }; } && 
    8709          { ac_try='test -s conftest.$ac_objext' 
    8710   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8711   (eval $ac_try) 2>&5 
    8712   ac_status=$? 
    8713   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8714   (exit $ac_status); }; }; then 
     8942  (exit $ac_status); } && { 
     8943         test -z "$ac_c_werror_flag" || 
     8944         test ! -s conftest.err 
     8945       } && test -s conftest.$ac_objext; then 
    87158946  ac_cv_header_mswsock_h=yes 
    87168947else 
     
    87188949sed 's/^/| /' conftest.$ac_ext >&5 
    87198950 
    8720 ac_cv_header_mswsock_h=no 
    8721 fi 
    8722 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8723 fi 
    8724 echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 
    8725 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6 
     8951        ac_cv_header_mswsock_h=no 
     8952fi 
     8953 
     8954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     8955fi 
     8956{ echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 
     8957echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6; } 
    87268958if test $ac_cv_header_mswsock_h = yes; then 
    87278959  cat >>confdefs.h <<\_ACEOF 
     
    87338965 
    87348966if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    8735   echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
    8736 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6 
     8967  { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
     8968echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 
    87378969if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    87388970  echo $ECHO_N "(cached) $ECHO_C" >&6 
    87398971fi 
    8740 echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
    8741 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6 
     8972{ echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
     8973echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 
    87428974else 
    87438975  # Is the header compilable? 
    8744 echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 
    8745 echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6 
     8976{ echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 
     8977echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6; } 
    87468978cat >conftest.$ac_ext <<_ACEOF 
    87478979/* confdefs.h.  */ 
     
    87548986_ACEOF 
    87558987rm -f conftest.$ac_objext 
    8756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8757   (eval $ac_compile) 2>conftest.er1 
     8988if { (ac_try="$ac_compile" 
     8989case "(($ac_try" in 
     8990  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     8991  *) ac_try_echo=$ac_try;; 
     8992esac 
     8993eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8994  (eval "$ac_compile") 2>conftest.er1 
    87588995  ac_status=$? 
    87598996  grep -v '^ *+' conftest.er1 >conftest.err 
     
    87618998  cat conftest.err >&5 
    87628999  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8763   (exit $ac_status); } && 
    8764          { ac_try='test -z "$ac_c_werror_flag" 
    8765                          || test ! -s conftest.err' 
    8766   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8767   (eval $ac_try) 2>&5 
    8768   ac_status=$? 
    8769   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8770   (exit $ac_status); }; } && 
    8771          { ac_try='test -s conftest.$ac_objext' 
    8772   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8773   (eval $ac_try) 2>&5 
    8774   ac_status=$? 
    8775   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8776   (exit $ac_status); }; }; then 
     9000  (exit $ac_status); } && { 
     9001         test -z "$ac_c_werror_flag" || 
     9002         test ! -s conftest.err 
     9003       } && test -s conftest.$ac_objext; then 
    87779004  ac_header_compiler=yes 
    87789005else 
     
    87809007sed 's/^/| /' conftest.$ac_ext >&5 
    87819008 
    8782 ac_header_compiler=no 
    8783 fi 
    8784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8785 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8786 echo "${ECHO_T}$ac_header_compiler" >&6 
     9009        ac_header_compiler=no 
     9010fi 
     9011 
     9012rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9013{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9014echo "${ECHO_T}$ac_header_compiler" >&6; } 
    87879015 
    87889016# Is the header present? 
    8789 echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 
    8790 echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6 
     9017{ echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 
     9018echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6; } 
    87919019cat >conftest.$ac_ext <<_ACEOF 
    87929020/* confdefs.h.  */ 
     
    87979025#include <ws2tcpip.h> 
    87989026_ACEOF 
    8799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8800   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     9027if { (ac_try="$ac_cpp conftest.$ac_ext" 
     9028case "(($ac_try" in 
     9029  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9030  *) ac_try_echo=$ac_try;; 
     9031esac 
     9032eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9033  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    88019034  ac_status=$? 
    88029035  grep -v '^ *+' conftest.er1 >conftest.err 
     
    88049037  cat conftest.err >&5 
    88059038  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8806   (exit $ac_status); } >/dev/null; then 
    8807   if test -s conftest.err; then 
    8808     ac_cpp_err=$ac_c_preproc_warn_flag 
    8809     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8810   else 
    8811     ac_cpp_err= 
    8812   fi 
    8813 else 
    8814   ac_cpp_err=yes 
    8815 fi 
    8816 if test -z "$ac_cpp_err"; then 
     9039  (exit $ac_status); } >/dev/null && { 
     9040         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     9041         test ! -s conftest.err 
     9042       }; then 
    88179043  ac_header_preproc=yes 
    88189044else 
     
    88229048  ac_header_preproc=no 
    88239049fi 
     9050 
    88249051rm -f conftest.err conftest.$ac_ext 
    8825 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8826 echo "${ECHO_T}$ac_header_preproc" >&6 
     9052{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9053echo "${ECHO_T}$ac_header_preproc" >&6; } 
    88279054 
    88289055# So?  What about this header? 
     
    88489075    { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&5 
    88499076echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;} 
    8850     ( 
    8851       cat <<\_ASBOX 
    8852 ## ------------------------------------ ## 
    8853 ## Report this to the pjproject lists.  ## 
    8854 ## ------------------------------------ ## 
    8855 _ASBOX 
    8856     ) | 
    8857       sed "s/^/$as_me: WARNING:     /" >&2 
     9077 
    88589078    ;; 
    88599079esac 
    8860 echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
    8861 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6 
     9080{ echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
     9081echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 
    88629082if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    88639083  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    88659085  ac_cv_header_ws2tcpip_h=$ac_header_preproc 
    88669086fi 
    8867 echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
    8868 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6 
     9087{ echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
     9088echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 
    88699089 
    88709090fi 
     
    88789098 
    88799099if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    8880   echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
    8881 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 
     9100  { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
     9101echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 
    88829102if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    88839103  echo $ECHO_N "(cached) $ECHO_C" >&6 
    88849104fi 
    8885 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
    8886 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 
     9105{ echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
     9106echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 
    88879107else 
    88889108  # Is the header compilable? 
    8889 echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 
    8890 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6 
     9109{ echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 
     9110echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6; } 
    88919111cat >conftest.$ac_ext <<_ACEOF 
    88929112/* confdefs.h.  */ 
     
    88999119_ACEOF 
    89009120rm -f conftest.$ac_objext 
    8901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    8902   (eval $ac_compile) 2>conftest.er1 
     9121if { (ac_try="$ac_compile" 
     9122case "(($ac_try" in 
     9123  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9124  *) ac_try_echo=$ac_try;; 
     9125esac 
     9126eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9127  (eval "$ac_compile") 2>conftest.er1 
    89039128  ac_status=$? 
    89049129  grep -v '^ *+' conftest.er1 >conftest.err 
     
    89069131  cat conftest.err >&5 
    89079132  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8908   (exit $ac_status); } && 
    8909          { ac_try='test -z "$ac_c_werror_flag" 
    8910                          || test ! -s conftest.err' 
    8911   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8912   (eval $ac_try) 2>&5 
    8913   ac_status=$? 
    8914   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8915   (exit $ac_status); }; } && 
    8916          { ac_try='test -s conftest.$ac_objext' 
    8917   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    8918   (eval $ac_try) 2>&5 
    8919   ac_status=$? 
    8920   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8921   (exit $ac_status); }; }; then 
     9133  (exit $ac_status); } && { 
     9134         test -z "$ac_c_werror_flag" || 
     9135         test ! -s conftest.err 
     9136       } && test -s conftest.$ac_objext; then 
    89229137  ac_header_compiler=yes 
    89239138else 
     
    89259140sed 's/^/| /' conftest.$ac_ext >&5 
    89269141 
    8927 ac_header_compiler=no 
    8928 fi 
    8929 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    8930 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8931 echo "${ECHO_T}$ac_header_compiler" >&6 
     9142        ac_header_compiler=no 
     9143fi 
     9144 
     9145rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9146{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9147echo "${ECHO_T}$ac_header_compiler" >&6; } 
    89329148 
    89339149# Is the header present? 
    8934 echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 
    8935 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6 
     9150{ echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 
     9151echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6; } 
    89369152cat >conftest.$ac_ext <<_ACEOF 
    89379153/* confdefs.h.  */ 
     
    89429158#include <uuid/uuid.h> 
    89439159_ACEOF 
    8944 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    8945   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     9160if { (ac_try="$ac_cpp conftest.$ac_ext" 
     9161case "(($ac_try" in 
     9162  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9163  *) ac_try_echo=$ac_try;; 
     9164esac 
     9165eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9166  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    89469167  ac_status=$? 
    89479168  grep -v '^ *+' conftest.er1 >conftest.err 
     
    89499170  cat conftest.err >&5 
    89509171  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    8951   (exit $ac_status); } >/dev/null; then 
    8952   if test -s conftest.err; then 
    8953     ac_cpp_err=$ac_c_preproc_warn_flag 
    8954     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    8955   else 
    8956     ac_cpp_err= 
    8957   fi 
    8958 else 
    8959   ac_cpp_err=yes 
    8960 fi 
    8961 if test -z "$ac_cpp_err"; then 
     9172  (exit $ac_status); } >/dev/null && { 
     9173         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     9174         test ! -s conftest.err 
     9175       }; then 
    89629176  ac_header_preproc=yes 
    89639177else 
     
    89679181  ac_header_preproc=no 
    89689182fi 
     9183 
    89699184rm -f conftest.err conftest.$ac_ext 
    8970 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8971 echo "${ECHO_T}$ac_header_preproc" >&6 
     9185{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9186echo "${ECHO_T}$ac_header_preproc" >&6; } 
    89729187 
    89739188# So?  What about this header? 
     
    89939208    { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 
    89949209echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 
    8995     ( 
    8996       cat <<\_ASBOX 
    8997 ## ------------------------------------ ## 
    8998 ## Report this to the pjproject lists.  ## 
    8999 ## ------------------------------------ ## 
    9000 _ASBOX 
    9001     ) | 
    9002       sed "s/^/$as_me: WARNING:     /" >&2 
     9210 
    90039211    ;; 
    90049212esac 
    9005 echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
    9006 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6 
     9213{ echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
     9214echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 
    90079215if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    90089216  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    90109218  ac_cv_header_uuid_uuid_h=$ac_header_preproc 
    90119219fi 
    9012 echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
    9013 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6 
     9220{ echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
     9221echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 
    90149222 
    90159223fi 
     
    90199227 
    90209228 
    9021 echo "$as_me:$LINENO: checking for net/if.h" >&5 
    9022 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6 
     9229{ echo "$as_me:$LINENO: checking for net/if.h" >&5 
     9230echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6; } 
    90239231if test "${ac_cv_header_net_if_h+set}" = set; then 
    90249232  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    90389246_ACEOF 
    90399247rm -f conftest.$ac_objext 
    9040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9041   (eval $ac_compile) 2>conftest.er1 
     9248if { (ac_try="$ac_compile" 
     9249case "(($ac_try" in 
     9250  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9251  *) ac_try_echo=$ac_try;; 
     9252esac 
     9253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9254  (eval "$ac_compile") 2>conftest.er1 
    90429255  ac_status=$? 
    90439256  grep -v '^ *+' conftest.er1 >conftest.err 
     
    90459258  cat conftest.err >&5 
    90469259  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9047   (exit $ac_status); } && 
    9048          { ac_try='test -z "$ac_c_werror_flag" 
    9049                          || test ! -s conftest.err' 
    9050   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9051   (eval $ac_try) 2>&5 
    9052   ac_status=$? 
    9053   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9054   (exit $ac_status); }; } && 
    9055          { ac_try='test -s conftest.$ac_objext' 
    9056   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9057   (eval $ac_try) 2>&5 
    9058   ac_status=$? 
    9059   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9060   (exit $ac_status); }; }; then 
     9260  (exit $ac_status); } && { 
     9261         test -z "$ac_c_werror_flag" || 
     9262         test ! -s conftest.err 
     9263       } && test -s conftest.$ac_objext; then 
    90619264  ac_cv_header_net_if_h=yes 
    90629265else 
     
    90649267sed 's/^/| /' conftest.$ac_ext >&5 
    90659268 
    9066 ac_cv_header_net_if_h=no 
    9067 fi 
    9068 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9069 fi 
    9070 echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 
    9071 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6 
     9269        ac_cv_header_net_if_h=no 
     9270fi 
     9271 
     9272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9273fi 
     9274{ echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 
     9275echo "${ECHO_T}$ac_cv_header_net_if_h" >&6; } 
    90729276if test $ac_cv_header_net_if_h = yes; then 
    90739277  cat >>confdefs.h <<\_ACEOF 
     
    90799283 
    90809284 
    9081 echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 
    9082 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6 
     9285{ echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 
     9286echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6; } 
    90839287cat >>confdefs.h <<_ACEOF 
    90849288#define PJ_OS_NAME "$target" 
     
    90869290 
    90879291 
    9088 echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 
    9089 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6 
     9292{ echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 
     9293echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 
    90909294cat >>confdefs.h <<\_ACEOF 
    90919295#define PJ_HAS_ERRNO_VAR 1 
     
    90939297 
    90949298 
    9095 echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 
    9096 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6 
     9299{ echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 
     9300echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 
    90979301cat >>confdefs.h <<\_ACEOF 
    90989302#define PJ_HAS_HIGH_RES_TIMER 1 
     
    91009304 
    91019305 
    9102 echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 
    9103 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6 
     9306{ echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 
     9307echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6; } 
    91049308cat >>confdefs.h <<\_ACEOF 
    91059309#define PJ_HAS_MALLOC 1 
     
    91079311 
    91089312 
    9109 echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 
    9110 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6 
     9313{ echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 
     9314echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 
    91119315cat >>confdefs.h <<\_ACEOF 
    91129316#define PJ_NATIVE_STRING_IS_UNICODE 0 
     
    91149318 
    91159319 
    9116 echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 
    9117 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6 
     9320{ echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 
     9321echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 
    91189322cat >>confdefs.h <<\_ACEOF 
    91199323#define PJ_ATOMIC_VALUE_TYPE long 
     
    91219325 
    91229326 
    9123 echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 
    9124 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6 
     9327{ echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 
     9328echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6; } 
    91259329cat >conftest.$ac_ext <<_ACEOF 
    91269330/* confdefs.h.  */ 
     
    91419345_ACEOF 
    91429346rm -f conftest.$ac_objext 
    9143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9144   (eval $ac_compile) 2>conftest.er1 
     9347if { (ac_try="$ac_compile" 
     9348case "(($ac_try" in 
     9349  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9350  *) ac_try_echo=$ac_try;; 
     9351esac 
     9352eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9353  (eval "$ac_compile") 2>conftest.er1 
    91459354  ac_status=$? 
    91469355  grep -v '^ *+' conftest.er1 >conftest.err 
     
    91489357  cat conftest.err >&5 
    91499358  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9150   (exit $ac_status); } && 
    9151          { ac_try='test -z "$ac_c_werror_flag" 
    9152                          || test ! -s conftest.err' 
    9153   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9154   (eval $ac_try) 2>&5 
    9155   ac_status=$? 
    9156   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9157   (exit $ac_status); }; } && 
    9158          { ac_try='test -s conftest.$ac_objext' 
    9159   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9160   (eval $ac_try) 2>&5 
    9161   ac_status=$? 
    9162   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9163   (exit $ac_status); }; }; then 
     9359  (exit $ac_status); } && { 
     9360         test -z "$ac_c_werror_flag" || 
     9361         test ! -s conftest.err 
     9362       } && test -s conftest.$ac_objext; then 
    91649363  cat >>confdefs.h <<\_ACEOF 
    91659364#define PJ_SOCK_HAS_INET_ATON 1 
    91669365_ACEOF 
    91679366 
    9168                    echo "$as_me:$LINENO: result: yes" >&5 
    9169 echo "${ECHO_T}yes" >&6 
     9367                   { echo "$as_me:$LINENO: result: yes" >&5 
     9368echo "${ECHO_T}yes" >&6; } 
    91709369else 
    91719370  echo "$as_me: failed program was:" >&5 
    91729371sed 's/^/| /' conftest.$ac_ext >&5 
    91739372 
    9174 echo "$as_me:$LINENO: result: no" >&5 
    9175 echo "${ECHO_T}no" >&6 
    9176 fi 
    9177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9178  
    9179 echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 
    9180 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6 
     9373        { echo "$as_me:$LINENO: result: no" >&5 
     9374echo "${ECHO_T}no" >&6; } 
     9375fi 
     9376 
     9377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9378 
     9379{ echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 
     9380echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6; } 
    91819381cat >conftest.$ac_ext <<_ACEOF 
    91829382/* confdefs.h.  */ 
     
    91979397_ACEOF 
    91989398rm -f conftest.$ac_objext 
    9199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9200   (eval $ac_compile) 2>conftest.er1 
     9399if { (ac_try="$ac_compile" 
     9400case "(($ac_try" in 
     9401  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9402  *) ac_try_echo=$ac_try;; 
     9403esac 
     9404eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9405  (eval "$ac_compile") 2>conftest.er1 
    92019406  ac_status=$? 
    92029407  grep -v '^ *+' conftest.er1 >conftest.err 
     
    92049409  cat conftest.err >&5 
    92059410  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9206   (exit $ac_status); } && 
    9207          { ac_try='test -z "$ac_c_werror_flag" 
    9208                          || test ! -s conftest.err' 
    9209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9210   (eval $ac_try) 2>&5 
    9211   ac_status=$? 
    9212   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9213   (exit $ac_status); }; } && 
    9214          { ac_try='test -s conftest.$ac_objext' 
    9215   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9216   (eval $ac_try) 2>&5 
    9217   ac_status=$? 
    9218   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9219   (exit $ac_status); }; }; then 
     9411  (exit $ac_status); } && { 
     9412         test -z "$ac_c_werror_flag" || 
     9413         test ! -s conftest.err 
     9414       } && test -s conftest.$ac_objext; then 
    92209415  cat >>confdefs.h <<\_ACEOF 
    92219416#define PJ_SOCK_HAS_INET_PTON 1 
    92229417_ACEOF 
    92239418 
    9224                    echo "$as_me:$LINENO: result: yes" >&5 
    9225 echo "${ECHO_T}yes" >&6 
     9419                   { echo "$as_me:$LINENO: result: yes" >&5 
     9420echo "${ECHO_T}yes" >&6; } 
    92269421else 
    92279422  echo "$as_me: failed program was:" >&5 
    92289423sed 's/^/| /' conftest.$ac_ext >&5 
    92299424 
    9230 echo "$as_me:$LINENO: result: no" >&5 
    9231 echo "${ECHO_T}no" >&6 
    9232 fi 
    9233 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9234  
    9235 echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 
    9236 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6 
     9425        { echo "$as_me:$LINENO: result: no" >&5 
     9426echo "${ECHO_T}no" >&6; } 
     9427fi 
     9428 
     9429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9430 
     9431{ echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 
     9432echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6; } 
    92379433cat >conftest.$ac_ext <<_ACEOF 
    92389434/* confdefs.h.  */ 
     
    92539449_ACEOF 
    92549450rm -f conftest.$ac_objext 
    9255 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9256   (eval $ac_compile) 2>conftest.er1 
     9451if { (ac_try="$ac_compile" 
     9452case "(($ac_try" in 
     9453  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9454  *) ac_try_echo=$ac_try;; 
     9455esac 
     9456eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9457  (eval "$ac_compile") 2>conftest.er1 
    92579458  ac_status=$? 
    92589459  grep -v '^ *+' conftest.er1 >conftest.err 
     
    92609461  cat conftest.err >&5 
    92619462  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9262   (exit $ac_status); } && 
    9263          { ac_try='test -z "$ac_c_werror_flag" 
    9264                          || test ! -s conftest.err' 
    9265   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9266   (eval $ac_try) 2>&5 
    9267   ac_status=$? 
    9268   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9269   (exit $ac_status); }; } && 
    9270          { ac_try='test -s conftest.$ac_objext' 
    9271   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9272   (eval $ac_try) 2>&5 
    9273   ac_status=$? 
    9274   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9275   (exit $ac_status); }; }; then 
     9463  (exit $ac_status); } && { 
     9464         test -z "$ac_c_werror_flag" || 
     9465         test ! -s conftest.err 
     9466       } && test -s conftest.$ac_objext; then 
    92769467  cat >>confdefs.h <<\_ACEOF 
    92779468#define PJ_SOCK_HAS_INET_NTOP 1 
    92789469_ACEOF 
    92799470 
    9280                    echo "$as_me:$LINENO: result: yes" >&5 
    9281 echo "${ECHO_T}yes" >&6 
     9471                   { echo "$as_me:$LINENO: result: yes" >&5 
     9472echo "${ECHO_T}yes" >&6; } 
    92829473else 
    92839474  echo "$as_me: failed program was:" >&5 
    92849475sed 's/^/| /' conftest.$ac_ext >&5 
    92859476 
    9286 echo "$as_me:$LINENO: result: no" >&5 
    9287 echo "${ECHO_T}no" >&6 
    9288 fi 
    9289 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9290  
    9291 echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 
    9292 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6 
     9477        { echo "$as_me:$LINENO: result: no" >&5 
     9478echo "${ECHO_T}no" >&6; } 
     9479fi 
     9480 
     9481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9482 
     9483{ echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 
     9484echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6; } 
    92939485cat >conftest.$ac_ext <<_ACEOF 
    92949486/* confdefs.h.  */ 
     
    93099501_ACEOF 
    93109502rm -f conftest.$ac_objext 
    9311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9312   (eval $ac_compile) 2>conftest.er1 
     9503if { (ac_try="$ac_compile" 
     9504case "(($ac_try" in 
     9505  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9506  *) ac_try_echo=$ac_try;; 
     9507esac 
     9508eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9509  (eval "$ac_compile") 2>conftest.er1 
    93139510  ac_status=$? 
    93149511  grep -v '^ *+' conftest.er1 >conftest.err 
     
    93169513  cat conftest.err >&5 
    93179514  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9318   (exit $ac_status); } && 
    9319          { ac_try='test -z "$ac_c_werror_flag" 
    9320                          || test ! -s conftest.err' 
    9321   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9322   (eval $ac_try) 2>&5 
    9323   ac_status=$? 
    9324   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9325   (exit $ac_status); }; } && 
    9326          { ac_try='test -s conftest.$ac_objext' 
    9327   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9328   (eval $ac_try) 2>&5 
    9329   ac_status=$? 
    9330   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9331   (exit $ac_status); }; }; then 
     9515  (exit $ac_status); } && { 
     9516         test -z "$ac_c_werror_flag" || 
     9517         test ! -s conftest.err 
     9518       } && test -s conftest.$ac_objext; then 
    93329519  cat >>confdefs.h <<\_ACEOF 
    93339520#define PJ_SOCK_HAS_GETADDRINFO 1 
    93349521_ACEOF 
    93359522 
    9336                    echo "$as_me:$LINENO: result: yes" >&5 
    9337 echo "${ECHO_T}yes" >&6 
     9523                   { echo "$as_me:$LINENO: result: yes" >&5 
     9524echo "${ECHO_T}yes" >&6; } 
    93389525else 
    93399526  echo "$as_me: failed program was:" >&5 
    93409527sed 's/^/| /' conftest.$ac_ext >&5 
    93419528 
    9342 echo "$as_me:$LINENO: result: no" >&5 
    9343 echo "${ECHO_T}no" >&6 
    9344 fi 
    9345 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9346  
    9347 echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 
    9348 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6 
     9529        { echo "$as_me:$LINENO: result: no" >&5 
     9530echo "${ECHO_T}no" >&6; } 
     9531fi 
     9532 
     9533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9534 
     9535{ echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 
     9536echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6; } 
    93499537cat >conftest.$ac_ext <<_ACEOF 
    93509538/* confdefs.h.  */ 
     
    93669554_ACEOF 
    93679555rm -f conftest.$ac_objext 
    9368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9369   (eval $ac_compile) 2>conftest.er1 
     9556if { (ac_try="$ac_compile" 
     9557case "(($ac_try" in 
     9558  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9559  *) ac_try_echo=$ac_try;; 
     9560esac 
     9561eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9562  (eval "$ac_compile") 2>conftest.er1 
    93709563  ac_status=$? 
    93719564  grep -v '^ *+' conftest.er1 >conftest.err 
     
    93739566  cat conftest.err >&5 
    93749567  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9375   (exit $ac_status); } && 
    9376          { ac_try='test -z "$ac_c_werror_flag" 
    9377                          || test ! -s conftest.err' 
    9378   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9379   (eval $ac_try) 2>&5 
    9380   ac_status=$? 
    9381   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9382   (exit $ac_status); }; } && 
    9383          { ac_try='test -s conftest.$ac_objext' 
    9384   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9385   (eval $ac_try) 2>&5 
    9386   ac_status=$? 
    9387   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9388   (exit $ac_status); }; }; then 
     9568  (exit $ac_status); } && { 
     9569         test -z "$ac_c_werror_flag" || 
     9570         test ! -s conftest.err 
     9571       } && test -s conftest.$ac_objext; then 
    93899572  cat >>confdefs.h <<\_ACEOF 
    93909573#define PJ_SOCKADDR_HAS_LEN 1 
    93919574_ACEOF 
    93929575 
    9393                    echo "$as_me:$LINENO: result: yes" >&5 
    9394 echo "${ECHO_T}yes" >&6 
     9576                   { echo "$as_me:$LINENO: result: yes" >&5 
     9577echo "${ECHO_T}yes" >&6; } 
    93959578else 
    93969579  echo "$as_me: failed program was:" >&5 
    93979580sed 's/^/| /' conftest.$ac_ext >&5 
    93989581 
    9399 echo "$as_me:$LINENO: result: no" >&5 
    9400 echo "${ECHO_T}no" >&6 
    9401 fi 
    9402 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9403  
    9404 echo "$as_me:$LINENO: checking if socklen_t is available" >&5 
    9405 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6 
     9582        { echo "$as_me:$LINENO: result: no" >&5 
     9583echo "${ECHO_T}no" >&6; } 
     9584fi 
     9585 
     9586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9587 
     9588{ echo "$as_me:$LINENO: checking if socklen_t is available" >&5 
     9589echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6; } 
    94069590cat >conftest.$ac_ext <<_ACEOF 
    94079591/* confdefs.h.  */ 
     
    94209604_ACEOF 
    94219605rm -f conftest.$ac_objext 
    9422 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9423   (eval $ac_compile) 2>conftest.er1 
     9606if { (ac_try="$ac_compile" 
     9607case "(($ac_try" in 
     9608  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9609  *) ac_try_echo=$ac_try;; 
     9610esac 
     9611eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9612  (eval "$ac_compile") 2>conftest.er1 
    94249613  ac_status=$? 
    94259614  grep -v '^ *+' conftest.er1 >conftest.err 
     
    94279616  cat conftest.err >&5 
    94289617  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9429   (exit $ac_status); } && 
    9430          { ac_try='test -z "$ac_c_werror_flag" 
    9431                          || test ! -s conftest.err' 
    9432   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9433   (eval $ac_try) 2>&5 
    9434   ac_status=$? 
    9435   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9436   (exit $ac_status); }; } && 
    9437          { ac_try='test -s conftest.$ac_objext' 
    9438   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9439   (eval $ac_try) 2>&5 
    9440   ac_status=$? 
    9441   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9442   (exit $ac_status); }; }; then 
     9618  (exit $ac_status); } && { 
     9619         test -z "$ac_c_werror_flag" || 
     9620         test ! -s conftest.err 
     9621       } && test -s conftest.$ac_objext; then 
    94439622  cat >>confdefs.h <<\_ACEOF 
    94449623#define PJ_HAS_SOCKLEN_T 1 
    94459624_ACEOF 
    94469625 
    9447                    echo "$as_me:$LINENO: result: yes" >&5 
    9448 echo "${ECHO_T}yes" >&6 
     9626                   { echo "$as_me:$LINENO: result: yes" >&5 
     9627echo "${ECHO_T}yes" >&6; } 
    94499628else 
    94509629  echo "$as_me: failed program was:" >&5 
    94519630sed 's/^/| /' conftest.$ac_ext >&5 
    94529631 
    9453 echo "$as_me:$LINENO: result: no" >&5 
    9454 echo "${ECHO_T}no" >&6 
    9455 fi 
    9456 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9457  
    9458 echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 
    9459 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6 
     9632        { echo "$as_me:$LINENO: result: no" >&5 
     9633echo "${ECHO_T}no" >&6; } 
     9634fi 
     9635 
     9636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9637 
     9638{ echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 
     9639echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6; } 
    94609640case $target in 
    94619641    *mingw* | *cygw* | *win32* | *w32* ) 
     
    94649644_ACEOF 
    94659645 
    9466         echo "$as_me:$LINENO: result: yes" >&5 
    9467 echo "${ECHO_T}yes" >&6 
     9646        { echo "$as_me:$LINENO: result: yes" >&5 
     9647echo "${ECHO_T}yes" >&6; } 
    94689648        ;; 
    94699649    *) 
     
    94879667_ACEOF 
    94889668rm -f conftest.$ac_objext 
    9489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9490   (eval $ac_compile) 2>conftest.er1 
     9669if { (ac_try="$ac_compile" 
     9670case "(($ac_try" in 
     9671  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9672  *) ac_try_echo=$ac_try;; 
     9673esac 
     9674eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9675  (eval "$ac_compile") 2>conftest.er1 
    94919676  ac_status=$? 
    94929677  grep -v '^ *+' conftest.er1 >conftest.err 
     
    94949679  cat conftest.err >&5 
    94959680  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9496   (exit $ac_status); } && 
    9497          { ac_try='test -z "$ac_c_werror_flag" 
    9498                          || test ! -s conftest.err' 
    9499   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9500   (eval $ac_try) 2>&5 
    9501   ac_status=$? 
    9502   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9503   (exit $ac_status); }; } && 
    9504          { ac_try='test -s conftest.$ac_objext' 
    9505   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9506   (eval $ac_try) 2>&5 
    9507   ac_status=$? 
    9508   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9509   (exit $ac_status); }; }; then 
     9681  (exit $ac_status); } && { 
     9682         test -z "$ac_c_werror_flag" || 
     9683         test ! -s conftest.err 
     9684       } && test -s conftest.$ac_objext; then 
    95109685  cat >>confdefs.h <<\_ACEOF 
    95119686#define PJ_HAS_SO_ERROR 1 
    95129687_ACEOF 
    95139688 
    9514                            echo "$as_me:$LINENO: result: yes" >&5 
    9515 echo "${ECHO_T}yes" >&6 
     9689                           { echo "$as_me:$LINENO: result: yes" >&5 
     9690echo "${ECHO_T}yes" >&6; } 
    95169691else 
    95179692  echo "$as_me: failed program was:" >&5 
    95189693sed 's/^/| /' conftest.$ac_ext >&5 
    95199694 
    9520 echo "$as_me:$LINENO: result: no" >&5 
    9521 echo "${ECHO_T}no" >&6 
    9522 fi 
    9523 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     9695        { echo "$as_me:$LINENO: result: no" >&5 
     9696echo "${ECHO_T}no" >&6; } 
     9697fi 
     9698 
     9699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    95249700        ;; 
    95259701esac 
    95269702 
    95279703 
    9528 echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 
    9529 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6 
     9704{ echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 
     9705echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6; } 
    95309706cat >conftest.$ac_ext <<_ACEOF 
    95319707/* confdefs.h.  */ 
     
    95449720_ACEOF 
    95459721rm -f conftest.$ac_objext 
    9546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9547   (eval $ac_compile) 2>conftest.er1 
     9722if { (ac_try="$ac_compile" 
     9723case "(($ac_try" in 
     9724  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9725  *) ac_try_echo=$ac_try;; 
     9726esac 
     9727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9728  (eval "$ac_compile") 2>conftest.er1 
    95489729  ac_status=$? 
    95499730  grep -v '^ *+' conftest.er1 >conftest.err 
     
    95519732  cat conftest.err >&5 
    95529733  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9553   (exit $ac_status); } && 
    9554          { ac_try='test -z "$ac_c_werror_flag" 
    9555                          || test ! -s conftest.err' 
    9556   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9557   (eval $ac_try) 2>&5 
    9558   ac_status=$? 
    9559   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9560   (exit $ac_status); }; } && 
    9561          { ac_try='test -s conftest.$ac_objext' 
    9562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9563   (eval $ac_try) 2>&5 
    9564   ac_status=$? 
    9565   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9566   (exit $ac_status); }; }; then 
     9734  (exit $ac_status); } && { 
     9735         test -z "$ac_c_werror_flag" || 
     9736         test ! -s conftest.err 
     9737       } && test -s conftest.$ac_objext; then 
    95679738  cat >>confdefs.h <<\_ACEOF 
    95689739#define PJ_EMULATE_RWMUTEX 0 
     
    95709741 
    95719742                   ac_rwmutex="yes" 
    9572                    echo "$as_me:$LINENO: result: yes" >&5 
    9573 echo "${ECHO_T}yes" >&6 
     9743                   { echo "$as_me:$LINENO: result: yes" >&5 
     9744echo "${ECHO_T}yes" >&6; } 
    95749745else 
    95759746  echo "$as_me: failed program was:" >&5 
    95769747sed 's/^/| /' conftest.$ac_ext >&5 
    95779748 
    9578 cat >>confdefs.h <<\_ACEOF 
     9749        cat >>confdefs.h <<\_ACEOF 
    95799750#define PJ_EMULATE_RWMUTEX 1 
    95809751_ACEOF 
    95819752 
    95829753                   ac_rwmutex="no" 
    9583                    echo "$as_me:$LINENO: result: no" >&5 
    9584 echo "${ECHO_T}no" >&6 
    9585 fi 
    9586 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     9754                   { echo "$as_me:$LINENO: result: no" >&5 
     9755echo "${ECHO_T}no" >&6; } 
     9756fi 
     9757 
     9758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    95879759 
    95889760if test "$ac_rwmutex" = "no"; then 
    9589     echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 
    9590 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6 
     9761    { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 
     9762echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6; } 
    95919763    cat >conftest.$ac_ext <<_ACEOF 
    95929764/* confdefs.h.  */ 
     
    96069778_ACEOF 
    96079779rm -f conftest.$ac_objext 
    9608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9609   (eval $ac_compile) 2>conftest.er1 
     9780if { (ac_try="$ac_compile" 
     9781case "(($ac_try" in 
     9782  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9783  *) ac_try_echo=$ac_try;; 
     9784esac 
     9785eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9786  (eval "$ac_compile") 2>conftest.er1 
    96109787  ac_status=$? 
    96119788  grep -v '^ *+' conftest.er1 >conftest.err 
     
    96139790  cat conftest.err >&5 
    96149791  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9615   (exit $ac_status); } && 
    9616          { ac_try='test -z "$ac_c_werror_flag" 
    9617                          || test ! -s conftest.err' 
    9618   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9619   (eval $ac_try) 2>&5 
    9620   ac_status=$? 
    9621   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9622   (exit $ac_status); }; } && 
    9623          { ac_try='test -s conftest.$ac_objext' 
    9624   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9625   (eval $ac_try) 2>&5 
    9626   ac_status=$? 
    9627   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9628   (exit $ac_status); }; }; then 
     9792  (exit $ac_status); } && { 
     9793         test -z "$ac_c_werror_flag" || 
     9794         test ! -s conftest.err 
     9795       } && test -s conftest.$ac_objext; then 
    96299796  cat >>confdefs.h <<\_ACEOF 
    96309797#define PJ_EMULATE_RWMUTEX 0 
     
    96329799 
    96339800                       CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS" 
    9634                        echo "$as_me:$LINENO: result: yes" >&5 
    9635 echo "${ECHO_T}yes" >&6 
     9801                       { echo "$as_me:$LINENO: result: yes" >&5 
     9802echo "${ECHO_T}yes" >&6; } 
    96369803else 
    96379804  echo "$as_me: failed program was:" >&5 
    96389805sed 's/^/| /' conftest.$ac_ext >&5 
    96399806 
    9640 cat >>confdefs.h <<\_ACEOF 
     9807        cat >>confdefs.h <<\_ACEOF 
    96419808#define PJ_EMULATE_RWMUTEX 1 
    96429809_ACEOF 
    96439810 
    9644                        echo "$as_me:$LINENO: result: no" >&5 
    9645 echo "${ECHO_T}no" >&6 
    9646 fi 
    9647 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9648 fi 
    9649  
    9650 echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 
    9651 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6 
     9811                       { echo "$as_me:$LINENO: result: no" >&5 
     9812echo "${ECHO_T}no" >&6; } 
     9813fi 
     9814 
     9815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9816fi 
     9817 
     9818{ echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 
     9819echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6; } 
    96529820cat >conftest.$ac_ext <<_ACEOF 
    96539821/* confdefs.h.  */ 
     
    96669834_ACEOF 
    96679835rm -f conftest.$ac_objext 
    9668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9669   (eval $ac_compile) 2>conftest.er1 
     9836if { (ac_try="$ac_compile" 
     9837case "(($ac_try" in 
     9838  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9839  *) ac_try_echo=$ac_try;; 
     9840esac 
     9841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9842  (eval "$ac_compile") 2>conftest.er1 
    96709843  ac_status=$? 
    96719844  grep -v '^ *+' conftest.er1 >conftest.err 
     
    96739846  cat conftest.err >&5 
    96749847  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9675   (exit $ac_status); } && 
    9676          { ac_try='test -z "$ac_c_werror_flag" 
    9677                          || test ! -s conftest.err' 
    9678   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9679   (eval $ac_try) 2>&5 
    9680   ac_status=$? 
    9681   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9682   (exit $ac_status); }; } && 
    9683          { ac_try='test -s conftest.$ac_objext' 
    9684   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9685   (eval $ac_try) 2>&5 
    9686   ac_status=$? 
    9687   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9688   (exit $ac_status); }; }; then 
     9848  (exit $ac_status); } && { 
     9849         test -z "$ac_c_werror_flag" || 
     9850         test ! -s conftest.err 
     9851       } && test -s conftest.$ac_objext; then 
    96899852  cat >>confdefs.h <<\_ACEOF 
    96909853#define PJ_HAS_PTHREAD_MUTEXATTR_SETTYPE 1 
    96919854_ACEOF 
    96929855 
    9693                    echo "$as_me:$LINENO: result: yes" >&5 
    9694 echo "${ECHO_T}yes" >&6 
     9856                   { echo "$as_me:$LINENO: result: yes" >&5 
     9857echo "${ECHO_T}yes" >&6; } 
    96959858else 
    96969859  echo "$as_me: failed program was:" >&5 
    96979860sed 's/^/| /' conftest.$ac_ext >&5 
    96989861 
    9699 echo "$as_me:$LINENO: result: no" >&5 
    9700 echo "${ECHO_T}no" >&6 
    9701 fi 
    9702 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9703  
    9704 echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 
    9705 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6 
     9862        { echo "$as_me:$LINENO: result: no" >&5 
     9863echo "${ECHO_T}no" >&6; } 
     9864fi 
     9865 
     9866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9867 
     9868{ echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 
     9869echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6; } 
    97069870cat >conftest.$ac_ext <<_ACEOF 
    97079871/* confdefs.h.  */ 
     
    97219885_ACEOF 
    97229886rm -f conftest.$ac_objext 
    9723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9724   (eval $ac_compile) 2>conftest.er1 
     9887if { (ac_try="$ac_compile" 
     9888case "(($ac_try" in 
     9889  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9890  *) ac_try_echo=$ac_try;; 
     9891esac 
     9892eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9893  (eval "$ac_compile") 2>conftest.er1 
    97259894  ac_status=$? 
    97269895  grep -v '^ *+' conftest.er1 >conftest.err 
     
    97289897  cat conftest.err >&5 
    97299898  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9730   (exit $ac_status); } && 
    9731          { ac_try='test -z "$ac_c_werror_flag" 
    9732                          || test ! -s conftest.err' 
    9733   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9734   (eval $ac_try) 2>&5 
    9735   ac_status=$? 
    9736   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9737   (exit $ac_status); }; } && 
    9738          { ac_try='test -s conftest.$ac_objext' 
    9739   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9740   (eval $ac_try) 2>&5 
    9741   ac_status=$? 
    9742   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9743   (exit $ac_status); }; }; then 
     9899  (exit $ac_status); } && { 
     9900         test -z "$ac_c_werror_flag" || 
     9901         test ! -s conftest.err 
     9902       } && test -s conftest.$ac_objext; then 
    97449903  cat >>confdefs.h <<\_ACEOF 
    97459904#define PJ_PTHREAD_MUTEXATTR_T_HAS_RECURSIVE 1 
    97469905_ACEOF 
    97479906 
    9748                    echo "$as_me:$LINENO: result: yes" >&5 
    9749 echo "${ECHO_T}yes" >&6 
     9907                   { echo "$as_me:$LINENO: result: yes" >&5 
     9908echo "${ECHO_T}yes" >&6; } 
    97509909else 
    97519910  echo "$as_me: failed program was:" >&5 
    97529911sed 's/^/| /' conftest.$ac_ext >&5 
    97539912 
    9754 echo "$as_me:$LINENO: result: no" >&5 
    9755 echo "${ECHO_T}no" >&6 
    9756 fi 
    9757 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9758  
    9759  
    9760 echo "$as_me:$LINENO: checking ioqueue backend" >&5 
    9761 echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6 
    9762 # Check whether --enable-epoll or --disable-epoll was given. 
     9913        { echo "$as_me:$LINENO: result: no" >&5 
     9914echo "${ECHO_T}no" >&6; } 
     9915fi 
     9916 
     9917rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     9918 
     9919 
     9920{ echo "$as_me:$LINENO: checking ioqueue backend" >&5 
     9921echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6; } 
     9922# Check whether --enable-epoll was given. 
    97639923if test "${enable_epoll+set}" = set; then 
    9764   enableval="$enable_epoll" 
    9765  
     9924  enableval=$enable_epoll; 
    97669925                ac_os_objs=ioqueue_epoll.o 
    9767                 echo "$as_me:$LINENO: result: /dev/epoll" >&5 
    9768 echo "${ECHO_T}/dev/epoll" >&6 
     9926                { echo "$as_me:$LINENO: result: /dev/epoll" >&5 
     9927echo "${ECHO_T}/dev/epoll" >&6; } 
    97699928 
    97709929else 
    97719930 
    97729931                ac_os_objs=ioqueue_select.o 
    9773                 echo "$as_me:$LINENO: result: select()" >&5 
    9774 echo "${ECHO_T}select()" >&6 
    9775  
    9776 fi; 
     9932                { echo "$as_me:$LINENO: result: select()" >&5 
     9933echo "${ECHO_T}select()" >&6; } 
     9934 
     9935fi 
     9936 
    97779937 
    97789938 
     
    97969956 
    97979957 
    9798 # Check whether --enable-sound or --disable-sound was given. 
     9958# Check whether --enable-sound was given. 
    97999959if test "${enable_sound+set}" = set; then 
    9800   enableval="$enable_sound" 
    9801   if test "$enable_sound" = "no"; then 
     9960  enableval=$enable_sound; if test "$enable_sound" = "no"; then 
    98029961                ac_pjmedia_snd=null 
    9803                 echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 
    9804 echo "${ECHO_T}Checking if sound is disabled... yes" >&6 
     9962                { echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 
     9963echo "${ECHO_T}Checking if sound is disabled... yes" >&6; } 
    98059964               fi 
    98069965 
    9807 fi; 
     9966fi 
     9967 
    98089968 
    98099969 
    98109970if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    9811   echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
    9812 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 
     9971  { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     9972echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 
    98139973if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    98149974  echo $ECHO_N "(cached) $ECHO_C" >&6 
    98159975fi 
    9816 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
    9817 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 
     9976{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     9977echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 
    98189978else 
    98199979  # Is the header compilable? 
    9820 echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 
    9821 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6 
     9980{ echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 
     9981echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; } 
    98229982cat >conftest.$ac_ext <<_ACEOF 
    98239983/* confdefs.h.  */ 
     
    98309990_ACEOF 
    98319991rm -f conftest.$ac_objext 
    9832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9833   (eval $ac_compile) 2>conftest.er1 
     9992if { (ac_try="$ac_compile" 
     9993case "(($ac_try" in 
     9994  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     9995  *) ac_try_echo=$ac_try;; 
     9996esac 
     9997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9998  (eval "$ac_compile") 2>conftest.er1 
    98349999  ac_status=$? 
    983510000  grep -v '^ *+' conftest.er1 >conftest.err 
     
    983710002  cat conftest.err >&5 
    983810003  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9839   (exit $ac_status); } && 
    9840          { ac_try='test -z "$ac_c_werror_flag" 
    9841                          || test ! -s conftest.err' 
    9842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9843   (eval $ac_try) 2>&5 
    9844   ac_status=$? 
    9845   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9846   (exit $ac_status); }; } && 
    9847          { ac_try='test -s conftest.$ac_objext' 
    9848   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9849   (eval $ac_try) 2>&5 
    9850   ac_status=$? 
    9851   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9852   (exit $ac_status); }; }; then 
     10004  (exit $ac_status); } && { 
     10005         test -z "$ac_c_werror_flag" || 
     10006         test ! -s conftest.err 
     10007       } && test -s conftest.$ac_objext; then 
    985310008  ac_header_compiler=yes 
    985410009else 
     
    985610011sed 's/^/| /' conftest.$ac_ext >&5 
    985710012 
    9858 ac_header_compiler=no 
    9859 fi 
    9860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    9861 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    9862 echo "${ECHO_T}$ac_header_compiler" >&6 
     10013        ac_header_compiler=no 
     10014fi 
     10015 
     10016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     10017{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10018echo "${ECHO_T}$ac_header_compiler" >&6; } 
    986310019 
    986410020# Is the header present? 
    9865 echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 
    9866 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6 
     10021{ echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 
     10022echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; } 
    986710023cat >conftest.$ac_ext <<_ACEOF 
    986810024/* confdefs.h.  */ 
     
    987310029#include <sys/soundcard.h> 
    987410030_ACEOF 
    9875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    9876   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     10031if { (ac_try="$ac_cpp conftest.$ac_ext" 
     10032case "(($ac_try" in 
     10033  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10034  *) ac_try_echo=$ac_try;; 
     10035esac 
     10036eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10037  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    987710038  ac_status=$? 
    987810039  grep -v '^ *+' conftest.er1 >conftest.err 
     
    988010041  cat conftest.err >&5 
    988110042  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9882   (exit $ac_status); } >/dev/null; then 
    9883   if test -s conftest.err; then 
    9884     ac_cpp_err=$ac_c_preproc_warn_flag 
    9885     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    9886   else 
    9887     ac_cpp_err= 
    9888   fi 
    9889 else 
    9890   ac_cpp_err=yes 
    9891 fi 
    9892 if test -z "$ac_cpp_err"; then 
     10043  (exit $ac_status); } >/dev/null && { 
     10044         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     10045         test ! -s conftest.err 
     10046       }; then 
    989310047  ac_header_preproc=yes 
    989410048else 
     
    989810052  ac_header_preproc=no 
    989910053fi 
     10054 
    990010055rm -f conftest.err conftest.$ac_ext 
    9901 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    9902 echo "${ECHO_T}$ac_header_preproc" >&6 
     10056{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10057echo "${ECHO_T}$ac_header_preproc" >&6; } 
    990310058 
    990410059# So?  What about this header? 
     
    992410079    { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 
    992510080echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    9926     ( 
    9927       cat <<\_ASBOX 
    9928 ## ------------------------------------ ## 
    9929 ## Report this to the pjproject lists.  ## 
    9930 ## ------------------------------------ ## 
    9931 _ASBOX 
    9932     ) | 
    9933       sed "s/^/$as_me: WARNING:     /" >&2 
     10081 
    993410082    ;; 
    993510083esac 
    9936 echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
    9937 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6 
     10084{ echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     10085echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 
    993810086if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    993910087  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    994110089  ac_cv_header_sys_soundcard_h=$ac_header_preproc 
    994210090fi 
    9943 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
    9944 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6 
     10091{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     10092echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 
    994510093 
    994610094fi 
     
    995110099 
    995210100if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    9953   echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
    9954 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 
     10101  { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     10102echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 
    995510103if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    995610104  echo $ECHO_N "(cached) $ECHO_C" >&6 
    995710105fi 
    9958 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
    9959 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 
     10106{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     10107echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 
    996010108else 
    996110109  # Is the header compilable? 
    9962 echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 
    9963 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6 
     10110{ echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 
     10111echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; } 
    996410112cat >conftest.$ac_ext <<_ACEOF 
    996510113/* confdefs.h.  */ 
     
    997210120_ACEOF 
    997310121rm -f conftest.$ac_objext 
    9974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    9975   (eval $ac_compile) 2>conftest.er1 
     10122if { (ac_try="$ac_compile" 
     10123case "(($ac_try" in 
     10124  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10125  *) ac_try_echo=$ac_try;; 
     10126esac 
     10127eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10128  (eval "$ac_compile") 2>conftest.er1 
    997610129  ac_status=$? 
    997710130  grep -v '^ *+' conftest.er1 >conftest.err 
     
    997910132  cat conftest.err >&5 
    998010133  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9981   (exit $ac_status); } && 
    9982          { ac_try='test -z "$ac_c_werror_flag" 
    9983                          || test ! -s conftest.err' 
    9984   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9985   (eval $ac_try) 2>&5 
    9986   ac_status=$? 
    9987   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9988   (exit $ac_status); }; } && 
    9989          { ac_try='test -s conftest.$ac_objext' 
    9990   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    9991   (eval $ac_try) 2>&5 
    9992   ac_status=$? 
    9993   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    9994   (exit $ac_status); }; }; then 
     10134  (exit $ac_status); } && { 
     10135         test -z "$ac_c_werror_flag" || 
     10136         test ! -s conftest.err 
     10137       } && test -s conftest.$ac_objext; then 
    999510138  ac_header_compiler=yes 
    999610139else 
     
    999810141sed 's/^/| /' conftest.$ac_ext >&5 
    999910142 
    10000 ac_header_compiler=no 
    10001 fi 
    10002 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    10003 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10004 echo "${ECHO_T}$ac_header_compiler" >&6 
     10143        ac_header_compiler=no 
     10144fi 
     10145 
     10146rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     10147{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10148echo "${ECHO_T}$ac_header_compiler" >&6; } 
    1000510149 
    1000610150# Is the header present? 
    10007 echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 
    10008 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6 
     10151{ echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 
     10152echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; } 
    1000910153cat >conftest.$ac_ext <<_ACEOF 
    1001010154/* confdefs.h.  */ 
     
    1001510159#include <linux/soundcard.h> 
    1001610160_ACEOF 
    10017 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    10018   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     10161if { (ac_try="$ac_cpp conftest.$ac_ext" 
     10162case "(($ac_try" in 
     10163  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10164  *) ac_try_echo=$ac_try;; 
     10165esac 
     10166eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10167  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1001910168  ac_status=$? 
    1002010169  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1002210171  cat conftest.err >&5 
    1002310172  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10024   (exit $ac_status); } >/dev/null; then 
    10025   if test -s conftest.err; then 
    10026     ac_cpp_err=$ac_c_preproc_warn_flag 
    10027     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    10028   else 
    10029     ac_cpp_err= 
    10030   fi 
    10031 else 
    10032   ac_cpp_err=yes 
    10033 fi 
    10034 if test -z "$ac_cpp_err"; then 
     10173  (exit $ac_status); } >/dev/null && { 
     10174         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     10175         test ! -s conftest.err 
     10176       }; then 
    1003510177  ac_header_preproc=yes 
    1003610178else 
     
    1004010182  ac_header_preproc=no 
    1004110183fi 
     10184 
    1004210185rm -f conftest.err conftest.$ac_ext 
    10043 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10044 echo "${ECHO_T}$ac_header_preproc" >&6 
     10186{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10187echo "${ECHO_T}$ac_header_preproc" >&6; } 
    1004510188 
    1004610189# So?  What about this header? 
     
    1006610209    { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 
    1006710210echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    10068     ( 
    10069       cat <<\_ASBOX 
    10070 ## ------------------------------------ ## 
    10071 ## Report this to the pjproject lists.  ## 
    10072 ## ------------------------------------ ## 
    10073 _ASBOX 
    10074     ) | 
    10075       sed "s/^/$as_me: WARNING:     /" >&2 
     10211 
    1007610212    ;; 
    1007710213esac 
    10078 echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
    10079 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6 
     10214{ echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     10215echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 
    1008010216if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    1008110217  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1008310219  ac_cv_header_linux_soundcard_h=$ac_header_preproc 
    1008410220fi 
    10085 echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
    10086 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6 
     10221{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     10222echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 
    1008710223 
    1008810224fi 
     
    1009310229 
    1009410230if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    10095   echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
    10096 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 
     10231  { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     10232echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 
    1009710233if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    1009810234  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1009910235fi 
    10100 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
    10101 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 
     10236{ echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     10237echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 
    1010210238else 
    1010310239  # Is the header compilable? 
    10104 echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 
    10105 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6 
     10240{ echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 
     10241echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6; } 
    1010610242cat >conftest.$ac_ext <<_ACEOF 
    1010710243/* confdefs.h.  */ 
     
    1011410250_ACEOF 
    1011510251rm -f conftest.$ac_objext 
    10116 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    10117   (eval $ac_compile) 2>conftest.er1 
     10252if { (ac_try="$ac_compile" 
     10253case "(($ac_try" in 
     10254  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10255  *) ac_try_echo=$ac_try;; 
     10256esac 
     10257eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10258  (eval "$ac_compile") 2>conftest.er1 
    1011810259  ac_status=$? 
    1011910260  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1012110262  cat conftest.err >&5 
    1012210263  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10123   (exit $ac_status); } && 
    10124          { ac_try='test -z "$ac_c_werror_flag" 
    10125                          || test ! -s conftest.err' 
    10126   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10127   (eval $ac_try) 2>&5 
    10128   ac_status=$? 
    10129   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10130   (exit $ac_status); }; } && 
    10131          { ac_try='test -s conftest.$ac_objext' 
    10132   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10133   (eval $ac_try) 2>&5 
    10134   ac_status=$? 
    10135   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10136   (exit $ac_status); }; }; then 
     10264  (exit $ac_status); } && { 
     10265         test -z "$ac_c_werror_flag" || 
     10266         test ! -s conftest.err 
     10267       } && test -s conftest.$ac_objext; then 
    1013710268  ac_header_compiler=yes 
    1013810269else 
     
    1014010271sed 's/^/| /' conftest.$ac_ext >&5 
    1014110272 
    10142 ac_header_compiler=no 
    10143 fi 
    10144 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    10145 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10146 echo "${ECHO_T}$ac_header_compiler" >&6 
     10273        ac_header_compiler=no 
     10274fi 
     10275 
     10276rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     10277{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10278echo "${ECHO_T}$ac_header_compiler" >&6; } 
    1014710279 
    1014810280# Is the header present? 
    10149 echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 
    10150 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6 
     10281{ echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 
     10282echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6; } 
    1015110283cat >conftest.$ac_ext <<_ACEOF 
    1015210284/* confdefs.h.  */ 
     
    1015710289#include <machine/soundcard.h> 
    1015810290_ACEOF 
    10159 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    10160   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     10291if { (ac_try="$ac_cpp conftest.$ac_ext" 
     10292case "(($ac_try" in 
     10293  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10294  *) ac_try_echo=$ac_try;; 
     10295esac 
     10296eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10297  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1016110298  ac_status=$? 
    1016210299  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1016410301  cat conftest.err >&5 
    1016510302  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10166   (exit $ac_status); } >/dev/null; then 
    10167   if test -s conftest.err; then 
    10168     ac_cpp_err=$ac_c_preproc_warn_flag 
    10169     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    10170   else 
    10171     ac_cpp_err= 
    10172   fi 
    10173 else 
    10174   ac_cpp_err=yes 
    10175 fi 
    10176 if test -z "$ac_cpp_err"; then 
     10303  (exit $ac_status); } >/dev/null && { 
     10304         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     10305         test ! -s conftest.err 
     10306       }; then 
    1017710307  ac_header_preproc=yes 
    1017810308else 
     
    1018210312  ac_header_preproc=no 
    1018310313fi 
     10314 
    1018410315rm -f conftest.err conftest.$ac_ext 
    10185 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10186 echo "${ECHO_T}$ac_header_preproc" >&6 
     10316{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10317echo "${ECHO_T}$ac_header_preproc" >&6; } 
    1018710318 
    1018810319# So?  What about this header? 
     
    1020810339    { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 
    1020910340echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    10210     ( 
    10211       cat <<\_ASBOX 
    10212 ## ------------------------------------ ## 
    10213 ## Report this to the pjproject lists.  ## 
    10214 ## ------------------------------------ ## 
    10215 _ASBOX 
    10216     ) | 
    10217       sed "s/^/$as_me: WARNING:     /" >&2 
     10341 
    1021810342    ;; 
    1021910343esac 
    10220 echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
    10221 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6 
     10344{ echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     10345echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 
    1022210346if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    1022310347  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1022510349  ac_cv_header_machine_soundcard_h=$ac_header_preproc 
    1022610350fi 
    10227 echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
    10228 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6 
     10351{ echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     10352echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 
    1022910353 
    1023010354fi 
     
    1025110375                #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 
    1025210376                ac_pjmedia_snd=pa_old_darwinos 
    10253                 echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 
    10254 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6 
     10377                { echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 
     10378echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6; } 
    1025510379        else 
    1025610380                ac_pjmedia_snd=pa_darwinos 
    10257                 echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 
    10258 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6 
     10381                { echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 
     10382echo "${ECHO_T}Checking sound device backend... coreaudio" >&6; } 
    1025910383        fi 
    1026010384        ;; 
    1026110385  *cygwin* | *mingw*) 
    1026210386        ac_pjmedia_snd=pa_win32 
    10263         echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 
    10264 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6 
     10387        { echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 
     10388echo "${ECHO_T}Checking sound device backend... win32 sound" >&6; } 
    1026510389        ;; 
    1026610390  *rtems*) 
    1026710391        ac_pjmedia_snd=null 
    10268         echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 
    10269 echo "${ECHO_T}Checking sound device backend... null sound" >&6 
     10392        { echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 
     10393echo "${ECHO_T}Checking sound device backend... null sound" >&6; } 
    1027010394        ;; 
    1027110395  *) 
    1027210396                ac_pjmedia_snd=pa_unix 
    1027310397        if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    10274   echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
    10275 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 
     10398  { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
     10399echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 
    1027610400if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    1027710401  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1027810402fi 
    10279 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
    10280 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 
     10403{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
     10404echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 
    1028110405else 
    1028210406  # Is the header compilable? 
    10283 echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 
    10284 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6 
     10407{ echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 
     10408echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6; } 
    1028510409cat >conftest.$ac_ext <<_ACEOF 
    1028610410/* confdefs.h.  */ 
     
    1029310417_ACEOF 
    1029410418rm -f conftest.$ac_objext 
    10295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    10296   (eval $ac_compile) 2>conftest.er1 
     10419if { (ac_try="$ac_compile" 
     10420case "(($ac_try" in 
     10421  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10422  *) ac_try_echo=$ac_try;; 
     10423esac 
     10424eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10425  (eval "$ac_compile") 2>conftest.er1 
    1029710426  ac_status=$? 
    1029810427  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1030010429  cat conftest.err >&5 
    1030110430  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10302   (exit $ac_status); } && 
    10303          { ac_try='test -z "$ac_c_werror_flag" 
    10304                          || test ! -s conftest.err' 
    10305   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10306   (eval $ac_try) 2>&5 
    10307   ac_status=$? 
    10308   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10309   (exit $ac_status); }; } && 
    10310          { ac_try='test -s conftest.$ac_objext' 
    10311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10312   (eval $ac_try) 2>&5 
    10313   ac_status=$? 
    10314   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10315   (exit $ac_status); }; }; then 
     10431  (exit $ac_status); } && { 
     10432         test -z "$ac_c_werror_flag" || 
     10433         test ! -s conftest.err 
     10434       } && test -s conftest.$ac_objext; then 
    1031610435  ac_header_compiler=yes 
    1031710436else 
     
    1031910438sed 's/^/| /' conftest.$ac_ext >&5 
    1032010439 
    10321 ac_header_compiler=no 
    10322 fi 
    10323 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    10324 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10325 echo "${ECHO_T}$ac_header_compiler" >&6 
     10440        ac_header_compiler=no 
     10441fi 
     10442 
     10443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     10444{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10445echo "${ECHO_T}$ac_header_compiler" >&6; } 
    1032610446 
    1032710447# Is the header present? 
    10328 echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 
    10329 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6 
     10448{ echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 
     10449echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6; } 
    1033010450cat >conftest.$ac_ext <<_ACEOF 
    1033110451/* confdefs.h.  */ 
     
    1033610456#include <alsa/version.h> 
    1033710457_ACEOF 
    10338 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    10339   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     10458if { (ac_try="$ac_cpp conftest.$ac_ext" 
     10459case "(($ac_try" in 
     10460  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10461  *) ac_try_echo=$ac_try;; 
     10462esac 
     10463eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10464  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1034010465  ac_status=$? 
    1034110466  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1034310468  cat conftest.err >&5 
    1034410469  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10345   (exit $ac_status); } >/dev/null; then 
    10346   if test -s conftest.err; then 
    10347     ac_cpp_err=$ac_c_preproc_warn_flag 
    10348     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    10349   else 
    10350     ac_cpp_err= 
    10351   fi 
    10352 else 
    10353   ac_cpp_err=yes 
    10354 fi 
    10355 if test -z "$ac_cpp_err"; then 
     10470  (exit $ac_status); } >/dev/null && { 
     10471         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     10472         test ! -s conftest.err 
     10473       }; then 
    1035610474  ac_header_preproc=yes 
    1035710475else 
     
    1036110479  ac_header_preproc=no 
    1036210480fi 
     10481 
    1036310482rm -f conftest.err conftest.$ac_ext 
    10364 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10365 echo "${ECHO_T}$ac_header_preproc" >&6 
     10483{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10484echo "${ECHO_T}$ac_header_preproc" >&6; } 
    1036610485 
    1036710486# So?  What about this header? 
     
    1038710506    { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 
    1038810507echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 
    10389     ( 
    10390       cat <<\_ASBOX 
    10391 ## ------------------------------------ ## 
    10392 ## Report this to the pjproject lists.  ## 
    10393 ## ------------------------------------ ## 
    10394 _ASBOX 
    10395     ) | 
    10396       sed "s/^/$as_me: WARNING:     /" >&2 
     10508 
    1039710509    ;; 
    1039810510esac 
    10399 echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
    10400 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6 
     10511{ echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
     10512echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 
    1040110513if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    1040210514  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1040410516  ac_cv_header_alsa_version_h=$ac_header_preproc 
    1040510517fi 
    10406 echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
    10407 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6 
     10518{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
     10519echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 
    1040810520 
    1040910521fi 
     
    1041910531 
    1042010532 
    10421         echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 
    10422 echo "${ECHO_T}Checking sound device backend... unix" >&6 
     10533        { echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 
     10534echo "${ECHO_T}Checking sound device backend... unix" >&6; } 
    1042310535 
    1042410536                ac_pa_use_oss=1 
    1042510537 
    10426         # Check whether --enable-oss or --disable-oss was given. 
     10538        # Check whether --enable-oss was given. 
    1042710539if test "${enable_oss+set}" = set; then 
    10428   enableval="$enable_oss" 
    10429  
     10540  enableval=$enable_oss; 
    1043010541                        if test "$enable_oss" = "no"; then 
    1043110542                         ac_pa_use_oss=0 
    10432                          echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 
    10433 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6 
     10543                         { echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 
     10544echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6; } 
    1043410545                        fi 
    1043510546 
    10436 fi; 
     10547fi 
     10548 
    1043710549        ;; 
    1043810550 esac 
    1043910551fi 
    1044010552 
    10441 # Check whether --enable-ext_sound or --disable-ext_sound was given. 
     10553# Check whether --enable-ext_sound was given. 
    1044210554if test "${enable_ext_sound+set}" = set; then 
    10443   enableval="$enable_ext_sound" 
    10444   if test "$enable_ext_sound" = "yes"; then 
     10555  enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then 
    1044510556                ac_pjmedia_snd=external 
    10446                 echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 
    10447 echo "${ECHO_T}Checking if external sound is set... yes" >&6 
     10557                { echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 
     10558echo "${ECHO_T}Checking if external sound is set... yes" >&6; } 
    1044810559               fi 
    1044910560 
    10450 fi; 
    10451  
    10452  
    10453 # Check whether --enable-small-filter or --disable-small-filter was given. 
     10561fi 
     10562 
     10563 
     10564 
     10565# Check whether --enable-small-filter was given. 
    1045410566if test "${enable_small_filter+set}" = set; then 
    10455   enableval="$enable_small_filter" 
    10456   if test "$enable_small_filter" = "no"; then 
     10567  enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then 
    1045710568                ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0' 
    10458                 echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 
    10459 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6 
     10569                { echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 
     10570echo "${ECHO_T}Checking if small filter is disabled... yes" >&6; } 
    1046010571               fi 
    1046110572else 
    10462   echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 
    10463 echo "${ECHO_T}Checking if small filter is disabled... no" >&6 
    10464 fi; 
    10465  
    10466  
    10467 # Check whether --enable-large-filter or --disable-large-filter was given. 
     10573  { echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 
     10574echo "${ECHO_T}Checking if small filter is disabled... no" >&6; } 
     10575fi 
     10576 
     10577 
     10578 
     10579# Check whether --enable-large-filter was given. 
    1046810580if test "${enable_large_filter+set}" = set; then 
    10469   enableval="$enable_large_filter" 
    10470   if test "$enable_large_filter" = "no"; then 
     10581  enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then 
    1047110582                ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0' 
    10472                 echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 
    10473 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6 
     10583                { echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 
     10584echo "${ECHO_T}Checking if large filter is disabled... yes" >&6; } 
    1047410585               fi 
    1047510586else 
    10476   echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 
    10477 echo "${ECHO_T}Checking if large filter is disabled... no" >&6 
    10478 fi; 
    10479  
    10480  
    10481 # Check whether --enable-speex-aec or --disable-speex-aec was given. 
     10587  { echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 
     10588echo "${ECHO_T}Checking if large filter is disabled... no" >&6; } 
     10589fi 
     10590 
     10591 
     10592 
     10593# Check whether --enable-speex-aec was given. 
    1048210594if test "${enable_speex_aec+set}" = set; then 
    10483   enableval="$enable_speex_aec" 
    10484   if test "$enable_speex_aec" = "no"; then 
     10595  enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then 
    1048510596                ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0' 
    10486                 echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 
    10487 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6 
     10597                { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 
     10598echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6; } 
    1048810599               fi 
    1048910600else 
    10490   echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 
    10491 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6 
    10492 fi; 
    10493  
    10494  
    10495 # Check whether --enable-g711-codec or --disable-g711-codec was given. 
     10601  { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 
     10602echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6; } 
     10603fi 
     10604 
     10605 
     10606 
     10607# Check whether --enable-g711-codec was given. 
    1049610608if test "${enable_g711_codec+set}" = set; then 
    10497   enableval="$enable_g711_codec" 
    10498   if test "$enable_g711_codec" = "no"; then 
     10609  enableval=$enable_g711_codec; if test "$enable_g711_codec" = "no"; then 
    1049910610                ac_no_g711_codec=1 
    1050010611                cat >>confdefs.h <<\_ACEOF 
     
    1050210613_ACEOF 
    1050310614 
    10504                 echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 
    10505 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6 
     10615                { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 
     10616echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6; } 
    1050610617               fi 
    1050710618else 
    10508   echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 
    10509 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6 
    10510 fi; 
    10511  
    10512  
    10513  
    10514 # Check whether --enable-l16-codec or --disable-l16-codec was given. 
     10619  { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 
     10620echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6; } 
     10621fi 
     10622 
     10623 
     10624 
     10625 
     10626# Check whether --enable-l16-codec was given. 
    1051510627if test "${enable_l16_codec+set}" = set; then 
    10516   enableval="$enable_l16_codec" 
    10517   if test "$enable_l16_codec" = "no"; then 
     10628  enableval=$enable_l16_codec; if test "$enable_l16_codec" = "no"; then 
    1051810629                ac_no_l16_codec=1 
    1051910630                cat >>confdefs.h <<\_ACEOF 
     
    1052110632_ACEOF 
    1052210633 
    10523                 echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 
    10524 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6 
     10634                { echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 
     10635echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6; } 
    1052510636               fi 
    1052610637else 
    10527   echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 
    10528 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6 
    10529 fi; 
    10530  
    10531  
    10532  
    10533 # Check whether --enable-gsm-codec or --disable-gsm-codec was given. 
     10638  { echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 
     10639echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6; } 
     10640fi 
     10641 
     10642 
     10643 
     10644 
     10645# Check whether --enable-gsm-codec was given. 
    1053410646if test "${enable_gsm_codec+set}" = set; then 
    10535   enableval="$enable_gsm_codec" 
    10536   if test "$enable_gsm_codec" = "no"; then 
     10647  enableval=$enable_gsm_codec; if test "$enable_gsm_codec" = "no"; then 
    1053710648                ac_no_gsm_codec=1 
    1053810649                cat >>confdefs.h <<\_ACEOF 
     
    1054010651_ACEOF 
    1054110652 
    10542                 echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 
    10543 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6 
     10653                { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 
     10654echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6; } 
    1054410655               fi 
    1054510656else 
    10546   echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 
    10547 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6 
    10548 fi; 
    10549  
    10550  
    10551 # Check whether --enable-g722-codec or --disable-g722-codec was given. 
     10657  { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 
     10658echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6; } 
     10659fi 
     10660 
     10661 
     10662 
     10663# Check whether --enable-g722-codec was given. 
    1055210664if test "${enable_g722_codec+set}" = set; then 
    10553   enableval="$enable_g722_codec" 
    10554   if test "$enable_g722_codec" = "no"; then 
     10665  enableval=$enable_g722_codec; if test "$enable_g722_codec" = "no"; then 
    1055510666                ac_no_g722_codec=1 
    1055610667                cat >>confdefs.h <<\_ACEOF 
     
    1055810669_ACEOF 
    1055910670 
    10560                 echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 
    10561 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6 
     10671                { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 
     10672echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6; } 
    1056210673               fi 
    1056310674else 
    10564   echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 
    10565 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6 
    10566 fi; 
    10567  
    10568  
    10569 # Check whether --enable-speex-codec or --disable-speex-codec was given. 
     10675  { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 
     10676echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6; } 
     10677fi 
     10678 
     10679 
     10680 
     10681# Check whether --enable-g7221-codec was given. 
     10682if test "${enable_g7221_codec+set}" = set; then 
     10683  enableval=$enable_g7221_codec; if test "$enable_g7221_codec" = "no"; then 
     10684                ac_no_g7221_codec=1 
     10685                cat >>confdefs.h <<\_ACEOF 
     10686#define PJMEDIA_HAS_G7221_CODEC 0 
     10687_ACEOF 
     10688 
     10689                { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&5 
     10690echo "${ECHO_T}Checking if G.722.1 codec is disabled...yes" >&6; } 
     10691               fi 
     10692else 
     10693  { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&5 
     10694echo "${ECHO_T}Checking if G.722.1 codec is disabled...no" >&6; } 
     10695fi 
     10696 
     10697 
     10698 
     10699# Check whether --enable-speex-codec was given. 
    1057010700if test "${enable_speex_codec+set}" = set; then 
    10571   enableval="$enable_speex_codec" 
    10572   if test "$enable_speex_codec" = "no"; then 
     10701  enableval=$enable_speex_codec; if test "$enable_speex_codec" = "no"; then 
    1057310702                ac_no_speex_codec=1 
    1057410703                cat >>confdefs.h <<\_ACEOF 
     
    1057610705_ACEOF 
    1057710706 
    10578                 echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 
    10579 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6 
     10707                { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 
     10708echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6; } 
    1058010709               fi 
    1058110710else 
    10582   echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 
    10583 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6 
    10584 fi; 
    10585  
    10586  
    10587 # Check whether --enable-ilbc-codec or --disable-ilbc-codec was given. 
     10711  { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 
     10712echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6; } 
     10713fi 
     10714 
     10715 
     10716 
     10717# Check whether --enable-ilbc-codec was given. 
    1058810718if test "${enable_ilbc_codec+set}" = set; then 
    10589   enableval="$enable_ilbc_codec" 
    10590   if test "$enable_ilbc_codec" = "no"; then 
     10719  enableval=$enable_ilbc_codec; if test "$enable_ilbc_codec" = "no"; then 
    1059110720                ac_no_ilbc_codec=1 
    1059210721                cat >>confdefs.h <<\_ACEOF 
     
    1059410723_ACEOF 
    1059510724 
    10596                 echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 
    10597 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6 
     10725                { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 
     10726echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6; } 
    1059810727               fi 
    1059910728else 
    10600   echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 
    10601 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6 
    10602 fi; 
    10603  
    10604 # Check whether --enable-libsamplerate or --disable-libsamplerate was given. 
     10729  { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 
     10730echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6; } 
     10731fi 
     10732 
     10733 
     10734# Check whether --enable-libsamplerate was given. 
    1060510735if test "${enable_libsamplerate+set}" = set; then 
    10606   enableval="$enable_libsamplerate" 
    10607  
    10608 echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 
    10609 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6 
     10736  enableval=$enable_libsamplerate; 
     10737{ echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 
     10738echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6; } 
    1061010739if test "${ac_cv_lib_samplerate_src_new+set}" = set; then 
    1061110740  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1062010749/* end confdefs.h.  */ 
    1062110750 
    10622 /* Override any gcc2 internal prototype to avoid an error.  */ 
     10751/* Override any GCC internal prototype to avoid an error. 
     10752   Use char because int might match the return type of a GCC 
     10753   builtin and then its argument prototype would still apply.  */ 
    1062310754#ifdef __cplusplus 
    1062410755extern "C" 
    1062510756#endif 
    10626 /* We use char because int might match the return type of a gcc2 
    10627    builtin and then its argument prototype would still apply.  */ 
    1062810757char src_new (); 
    1062910758int 
    1063010759main () 
    1063110760{ 
    10632 src_new (); 
     10761return src_new (); 
    1063310762  ; 
    1063410763  return 0; 
     
    1063610765_ACEOF 
    1063710766rm -f conftest.$ac_objext conftest$ac_exeext 
    10638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    10639   (eval $ac_link) 2>conftest.er1 
     10767if { (ac_try="$ac_link" 
     10768case "(($ac_try" in 
     10769  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10770  *) ac_try_echo=$ac_try;; 
     10771esac 
     10772eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10773  (eval "$ac_link") 2>conftest.er1 
    1064010774  ac_status=$? 
    1064110775  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1064310777  cat conftest.err >&5 
    1064410778  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10645   (exit $ac_status); } && 
    10646          { ac_try='test -z "$ac_c_werror_flag" 
    10647                          || test ! -s conftest.err' 
    10648   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10649   (eval $ac_try) 2>&5 
    10650   ac_status=$? 
    10651   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10652   (exit $ac_status); }; } && 
    10653          { ac_try='test -s conftest$ac_exeext' 
    10654   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10655   (eval $ac_try) 2>&5 
    10656   ac_status=$? 
    10657   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10658   (exit $ac_status); }; }; then 
     10779  (exit $ac_status); } && { 
     10780         test -z "$ac_c_werror_flag" || 
     10781         test ! -s conftest.err 
     10782       } && test -s conftest$ac_exeext && 
     10783       $as_test_x conftest$ac_exeext; then 
    1065910784  ac_cv_lib_samplerate_src_new=yes 
    1066010785else 
     
    1066210787sed 's/^/| /' conftest.$ac_ext >&5 
    1066310788 
    10664 ac_cv_lib_samplerate_src_new=no 
    10665 fi 
    10666 rm -f conftest.err conftest.$ac_objext \ 
     10789        ac_cv_lib_samplerate_src_new=no 
     10790fi 
     10791 
     10792rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1066710793      conftest$ac_exeext conftest.$ac_ext 
    1066810794LIBS=$ac_check_lib_save_LIBS 
    1066910795fi 
    10670 echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 
    10671 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6 
     10796{ echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 
     10797echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6; } 
    1067210798if test $ac_cv_lib_samplerate_src_new = yes; then 
    1067310799  cat >>confdefs.h <<_ACEOF 
     
    1068010806 
    1068110807else 
    10682   echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 
    10683 echo "${ECHO_T}Skipping libsamplerate detection" >&6 
    10684  
    10685 fi; 
    10686  
    10687  
    10688 # Check whether --enable-ipp or --disable-ipp was given. 
     10808  { echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 
     10809echo "${ECHO_T}Skipping libsamplerate detection" >&6; } 
     10810 
     10811fi 
     10812 
     10813 
     10814 
     10815# Check whether --enable-ipp was given. 
    1068910816if test "${enable_ipp+set}" = set; then 
    10690   enableval="$enable_ipp" 
    10691  
     10817  enableval=$enable_ipp; 
    1069210818else 
    1069310819  enable_ipp=no 
    1069410820 
    10695 fi; 
    10696  
    10697 # Check whether --enable-ipp or --disable-ipp was given. 
     10821fi 
     10822 
     10823 
     10824# Check whether --enable-ipp was given. 
    1069810825if test "${enable_ipp+set}" = set; then 
    10699   enableval="$enable_ipp" 
    10700  
     10826  enableval=$enable_ipp; 
    1070110827else 
    1070210828  with_ipp=no 
    1070310829 
    10704 fi; 
    10705  
    10706 # Check whether --enable-ipp-samples or --disable-ipp-samples was given. 
     10830fi 
     10831 
     10832 
     10833# Check whether --enable-ipp-samples was given. 
    1070710834if test "${enable_ipp_samples+set}" = set; then 
    10708   enableval="$enable_ipp_samples" 
    10709  
     10835  enableval=$enable_ipp_samples; 
    1071010836else 
    1071110837  with_ipp_samples=no 
    1071210838 
    10713 fi; 
     10839fi 
     10840 
    1071410841 
    1071510842if test "x$enable_ipp" != "xno"; then 
    10716                 echo "$as_me:$LINENO: checking Intel IPP location" >&5 
    10717 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6 
     10843                { echo "$as_me:$LINENO: checking Intel IPP location" >&5 
     10844echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6; } 
    1071810845 
    1071910846    if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then 
    10720         echo "$as_me:$LINENO: result: $with_ipp" >&5 
    10721 echo "${ECHO_T}$with_ipp" >&6 
     10847        { echo "$as_me:$LINENO: result: $with_ipp" >&5 
     10848echo "${ECHO_T}$with_ipp" >&6; } 
    1072210849        IPPROOT=$with_ipp 
    1072310850    elif test "x$IPPROOT" = "x"; then 
    1072410851        if test -d /opt/intel/ipp; then 
    1072510852            IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1` 
    10726             echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 
    10727 echo "${ECHO_T}autodetected in $IPPROOT" >&6 
     10853            { echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 
     10854echo "${ECHO_T}autodetected in $IPPROOT" >&6; } 
    1072810855        fi 
    1072910856    else 
    10730         echo "$as_me:$LINENO: result: $IPPROOT" >&5 
    10731 echo "${ECHO_T}$IPPROOT" >&6 
     10857        { echo "$as_me:$LINENO: result: $IPPROOT" >&5 
     10858echo "${ECHO_T}$IPPROOT" >&6; } 
    1073210859    fi 
    1073310860 
     
    1076410891 
    1076510892 
    10766         echo "$as_me:$LINENO: checking Intel IPP usability" >&5 
    10767 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6 
     10893        { echo "$as_me:$LINENO: checking Intel IPP usability" >&5 
     10894echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6; } 
    1076810895        cat >conftest.$ac_ext <<_ACEOF 
    1076910896/* confdefs.h.  */ 
     
    1078310910_ACEOF 
    1078410911rm -f conftest.$ac_objext conftest$ac_exeext 
    10785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    10786   (eval $ac_link) 2>conftest.er1 
     10912if { (ac_try="$ac_link" 
     10913case "(($ac_try" in 
     10914  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     10915  *) ac_try_echo=$ac_try;; 
     10916esac 
     10917eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10918  (eval "$ac_link") 2>conftest.er1 
    1078710919  ac_status=$? 
    1078810920  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1079010922  cat conftest.err >&5 
    1079110923  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10792   (exit $ac_status); } && 
    10793          { ac_try='test -z "$ac_c_werror_flag" 
    10794                          || test ! -s conftest.err' 
    10795   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10796   (eval $ac_try) 2>&5 
    10797   ac_status=$? 
    10798   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10799   (exit $ac_status); }; } && 
    10800          { ac_try='test -s conftest$ac_exeext' 
    10801   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10802   (eval $ac_try) 2>&5 
    10803   ac_status=$? 
    10804   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10805   (exit $ac_status); }; }; then 
    10806   echo "$as_me:$LINENO: result: ok" >&5 
    10807 echo "${ECHO_T}ok" >&6 
     10924  (exit $ac_status); } && { 
     10925         test -z "$ac_c_werror_flag" || 
     10926         test ! -s conftest.err 
     10927       } && test -s conftest$ac_exeext && 
     10928       $as_test_x conftest$ac_exeext; then 
     10929  { echo "$as_me:$LINENO: result: ok" >&5 
     10930echo "${ECHO_T}ok" >&6; } 
    1080810931else 
    1080910932  echo "$as_me: failed program was:" >&5 
    1081010933sed 's/^/| /' conftest.$ac_ext >&5 
    1081110934 
    10812 { { echo "$as_me:$LINENO: error: failed 
     10935        { { echo "$as_me:$LINENO: error: failed 
    1081310936See \`config.log' for more details." >&5 
    1081410937echo "$as_me: error: failed 
     
    1081610939   { (exit 1); exit 1; }; } 
    1081710940fi 
    10818 rm -f conftest.err conftest.$ac_objext \ 
     10941 
     10942rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1081910943      conftest$ac_exeext conftest.$ac_ext 
    1082010944 
     
    1082410948    fi 
    1082510949 
    10826                 echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 
    10827 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6 
     10950                { echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 
     10951echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6; } 
    1082810952 
    1082910953    if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then 
    10830         echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 
    10831 echo "${ECHO_T}$with_ipp_samples" >&6 
     10954        { echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 
     10955echo "${ECHO_T}$with_ipp_samples" >&6; } 
    1083210956        IPPSAMPLES=$with_ipp_samples 
    1083310957    elif test "x$IPPSAMPLES" = "x"; then 
    1083410958        if test -d /opt/intel/ipp-samples; then 
    1083510959            IPPSAMPLES=/opt/intel/ipp-samples 
    10836             echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 
    10837 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6 
     10960            { echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 
     10961echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6; } 
    1083810962        fi 
    1083910963    else 
    10840         echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 
    10841 echo "${ECHO_T}$IPPSAMPLES" >&6 
     10964        { echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 
     10965echo "${ECHO_T}$IPPSAMPLES" >&6; } 
    1084210966    fi 
    1084310967 
     
    1085910983 
    1086010984        # Guess the libusc.a build location 
    10861         echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 
    10862 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6 
     10985        { echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 
     10986echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6; } 
    1086310987        IPPSAMPLESLIB=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1` 
    1086410988        if test ! -d $IPPSAMPLESLIB; then 
     
    1087611000   { (exit 1); exit 1; }; } 
    1087711001        fi 
    10878         echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 
    10879 echo "${ECHO_T}$IPPSAMPLESLIB" >&6 
     11002        { echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 
     11003echo "${ECHO_T}$IPPSAMPLESLIB" >&6; } 
    1088011004 
    1088111005        SAVED_CFLAGS="$CFLAGS" 
     
    1088811012        LIBS="-lusc $LIBS" 
    1088911013 
    10890         echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 
    10891 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6 
     11014        { echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 
     11015echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6; } 
    1089211016        cat >conftest.$ac_ext <<_ACEOF 
    1089311017/* confdefs.h.  */ 
     
    1090711031_ACEOF 
    1090811032rm -f conftest.$ac_objext conftest$ac_exeext 
    10909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    10910   (eval $ac_link) 2>conftest.er1 
     11033if { (ac_try="$ac_link" 
     11034case "(($ac_try" in 
     11035  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11036  *) ac_try_echo=$ac_try;; 
     11037esac 
     11038eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11039  (eval "$ac_link") 2>conftest.er1 
    1091111040  ac_status=$? 
    1091211041  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1091411043  cat conftest.err >&5 
    1091511044  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10916   (exit $ac_status); } && 
    10917          { ac_try='test -z "$ac_c_werror_flag" 
    10918                          || test ! -s conftest.err' 
    10919   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10920   (eval $ac_try) 2>&5 
    10921   ac_status=$? 
    10922   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10923   (exit $ac_status); }; } && 
    10924          { ac_try='test -s conftest$ac_exeext' 
    10925   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    10926   (eval $ac_try) 2>&5 
    10927   ac_status=$? 
    10928   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    10929   (exit $ac_status); }; }; then 
    10930   echo "$as_me:$LINENO: result: ok" >&5 
    10931 echo "${ECHO_T}ok" >&6 
     11045  (exit $ac_status); } && { 
     11046         test -z "$ac_c_werror_flag" || 
     11047         test ! -s conftest.err 
     11048       } && test -s conftest$ac_exeext && 
     11049       $as_test_x conftest$ac_exeext; then 
     11050  { echo "$as_me:$LINENO: result: ok" >&5 
     11051echo "${ECHO_T}ok" >&6; } 
    1093211052else 
    1093311053  echo "$as_me: failed program was:" >&5 
    1093411054sed 's/^/| /' conftest.$ac_ext >&5 
    1093511055 
    10936 { { echo "$as_me:$LINENO: error: failed 
     11056        { { echo "$as_me:$LINENO: error: failed 
    1093711057See \`config.log' for more details." >&5 
    1093811058echo "$as_me: error: failed 
     
    1094011060   { (exit 1); exit 1; }; } 
    1094111061fi 
    10942 rm -f conftest.err conftest.$ac_objext \ 
     11062 
     11063rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1094311064      conftest$ac_exeext conftest.$ac_ext 
    1094411065 
     
    1095711078export IPP_LIBS=$IPP_LIBS" 
    1095811079else 
    10959     echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 
    10960 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6 
    10961 fi 
    10962  
    10963  
    10964  
    10965  
    10966 # Check whether --enable-ssl or --disable-ssl was given. 
     11080    { echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 
     11081echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6; } 
     11082fi 
     11083 
     11084 
     11085 
     11086 
     11087# Check whether --enable-ssl was given. 
    1096711088if test "${enable_ssl+set}" = set; then 
    10968   enableval="$enable_ssl" 
    10969  
     11089  enableval=$enable_ssl; 
    1097011090                if test "$enable_ssl" = "no"; then 
    1097111091                 ac_no_ssl=1 
    10972                  echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 
    10973 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6 
     11092                 { echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 
     11093echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6; } 
    1097411094                fi 
    1097511095 
    1097611096else 
    1097711097 
    10978                 echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 
    10979 echo "${ECHO_T}checking for OpenSSL installations.." >&6 
     11098                { echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 
     11099echo "${ECHO_T}checking for OpenSSL installations.." >&6; } 
    1098011100 
    1098111101 
    1098211102 
    1098311103                if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    10984   echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
    10985 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 
     11104  { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
     11105echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 
    1098611106if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    1098711107  echo $ECHO_N "(cached) $ECHO_C" >&6 
    1098811108fi 
    10989 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
    10990 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 
     11109{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
     11110echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 
    1099111111else 
    1099211112  # Is the header compilable? 
    10993 echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 
    10994 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6 
     11113{ echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 
     11114echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; } 
    1099511115cat >conftest.$ac_ext <<_ACEOF 
    1099611116/* confdefs.h.  */ 
     
    1100311123_ACEOF 
    1100411124rm -f conftest.$ac_objext 
    11005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    11006   (eval $ac_compile) 2>conftest.er1 
     11125if { (ac_try="$ac_compile" 
     11126case "(($ac_try" in 
     11127  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11128  *) ac_try_echo=$ac_try;; 
     11129esac 
     11130eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11131  (eval "$ac_compile") 2>conftest.er1 
    1100711132  ac_status=$? 
    1100811133  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1101011135  cat conftest.err >&5 
    1101111136  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11012   (exit $ac_status); } && 
    11013          { ac_try='test -z "$ac_c_werror_flag" 
    11014                          || test ! -s conftest.err' 
    11015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11016   (eval $ac_try) 2>&5 
    11017   ac_status=$? 
    11018   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11019   (exit $ac_status); }; } && 
    11020          { ac_try='test -s conftest.$ac_objext' 
    11021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11022   (eval $ac_try) 2>&5 
    11023   ac_status=$? 
    11024   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11025   (exit $ac_status); }; }; then 
     11137  (exit $ac_status); } && { 
     11138         test -z "$ac_c_werror_flag" || 
     11139         test ! -s conftest.err 
     11140       } && test -s conftest.$ac_objext; then 
    1102611141  ac_header_compiler=yes 
    1102711142else 
     
    1102911144sed 's/^/| /' conftest.$ac_ext >&5 
    1103011145 
    11031 ac_header_compiler=no 
    11032 fi 
    11033 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    11034 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    11035 echo "${ECHO_T}$ac_header_compiler" >&6 
     11146        ac_header_compiler=no 
     11147fi 
     11148 
     11149rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     11150{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     11151echo "${ECHO_T}$ac_header_compiler" >&6; } 
    1103611152 
    1103711153# Is the header present? 
    11038 echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 
    11039 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6 
     11154{ echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 
     11155echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; } 
    1104011156cat >conftest.$ac_ext <<_ACEOF 
    1104111157/* confdefs.h.  */ 
     
    1104611162#include <openssl/ssl.h> 
    1104711163_ACEOF 
    11048 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
    11049   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
     11164if { (ac_try="$ac_cpp conftest.$ac_ext" 
     11165case "(($ac_try" in 
     11166  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11167  *) ac_try_echo=$ac_try;; 
     11168esac 
     11169eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11170  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1105011171  ac_status=$? 
    1105111172  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1105311174  cat conftest.err >&5 
    1105411175  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11055   (exit $ac_status); } >/dev/null; then 
    11056   if test -s conftest.err; then 
    11057     ac_cpp_err=$ac_c_preproc_warn_flag 
    11058     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    11059   else 
    11060     ac_cpp_err= 
    11061   fi 
    11062 else 
    11063   ac_cpp_err=yes 
    11064 fi 
    11065 if test -z "$ac_cpp_err"; then 
     11176  (exit $ac_status); } >/dev/null && { 
     11177         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     11178         test ! -s conftest.err 
     11179       }; then 
    1106611180  ac_header_preproc=yes 
    1106711181else 
     
    1107111185  ac_header_preproc=no 
    1107211186fi 
     11187 
    1107311188rm -f conftest.err conftest.$ac_ext 
    11074 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    11075 echo "${ECHO_T}$ac_header_preproc" >&6 
     11189{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     11190echo "${ECHO_T}$ac_header_preproc" >&6; } 
    1107611191 
    1107711192# So?  What about this header? 
     
    1109711212    { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 
    1109811213echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 
    11099     ( 
    11100       cat <<\_ASBOX 
    11101 ## ------------------------------------ ## 
    11102 ## Report this to the pjproject lists.  ## 
    11103 ## ------------------------------------ ## 
    11104 _ASBOX 
    11105     ) | 
    11106       sed "s/^/$as_me: WARNING:     /" >&2 
     11214 
    1110711215    ;; 
    1110811216esac 
    11109 echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
    11110 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6 
     11217{ echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
     11218echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 
    1111111219if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    1111211220  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1111411222  ac_cv_header_openssl_ssl_h=$ac_header_preproc 
    1111511223fi 
    11116 echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
    11117 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6 
     11224{ echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
     11225echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 
    1111811226 
    1111911227fi 
     
    1112311231 
    1112411232 
    11125                 echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 
    11126 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6 
     11233                { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 
     11234echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } 
    1112711235if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then 
    1112811236  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1113711245/* end confdefs.h.  */ 
    1113811246 
    11139 /* Override any gcc2 internal prototype to avoid an error.  */ 
     11247/* Override any GCC internal prototype to avoid an error. 
     11248   Use char because int might match the return type of a GCC 
     11249   builtin and then its argument prototype would still apply.  */ 
    1114011250#ifdef __cplusplus 
    1114111251extern "C" 
    1114211252#endif 
    11143 /* We use char because int might match the return type of a gcc2 
    11144    builtin and then its argument prototype would still apply.  */ 
    1114511253char SSL_library_init (); 
    1114611254int 
    1114711255main () 
    1114811256{ 
    11149 SSL_library_init (); 
     11257return SSL_library_init (); 
    1115011258  ; 
    1115111259  return 0; 
     
    1115311261_ACEOF 
    1115411262rm -f conftest.$ac_objext conftest$ac_exeext 
    11155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    11156   (eval $ac_link) 2>conftest.er1 
     11263if { (ac_try="$ac_link" 
     11264case "(($ac_try" in 
     11265  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11266  *) ac_try_echo=$ac_try;; 
     11267esac 
     11268eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11269  (eval "$ac_link") 2>conftest.er1 
    1115711270  ac_status=$? 
    1115811271  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1116011273  cat conftest.err >&5 
    1116111274  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11162   (exit $ac_status); } && 
    11163          { ac_try='test -z "$ac_c_werror_flag" 
    11164                          || test ! -s conftest.err' 
    11165   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11166   (eval $ac_try) 2>&5 
    11167   ac_status=$? 
    11168   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11169   (exit $ac_status); }; } && 
    11170          { ac_try='test -s conftest$ac_exeext' 
    11171   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11172   (eval $ac_try) 2>&5 
    11173   ac_status=$? 
    11174   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11175   (exit $ac_status); }; }; then 
     11275  (exit $ac_status); } && { 
     11276         test -z "$ac_c_werror_flag" || 
     11277         test ! -s conftest.err 
     11278       } && test -s conftest$ac_exeext && 
     11279       $as_test_x conftest$ac_exeext; then 
    1117611280  ac_cv_lib_ssl_SSL_library_init=yes 
    1117711281else 
     
    1117911283sed 's/^/| /' conftest.$ac_ext >&5 
    1118011284 
    11181 ac_cv_lib_ssl_SSL_library_init=no 
    11182 fi 
    11183 rm -f conftest.err conftest.$ac_objext \ 
     11285        ac_cv_lib_ssl_SSL_library_init=no 
     11286fi 
     11287 
     11288rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1118411289      conftest$ac_exeext conftest.$ac_ext 
    1118511290LIBS=$ac_check_lib_save_LIBS 
    1118611291fi 
    11187 echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 
    11188 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6 
     11292{ echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 
     11293echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; } 
    1118911294if test $ac_cv_lib_ssl_SSL_library_init = yes; then 
    1119011295  libssl_present=1 && LIBS="$LIBS -lssl" 
    1119111296fi 
    1119211297 
    11193                 echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 
    11194 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6 
     11298                { echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 
     11299echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6; } 
    1119511300if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 
    1119611301  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    1120511310/* end confdefs.h.  */ 
    1120611311 
    11207 /* Override any gcc2 internal prototype to avoid an error.  */ 
     11312/* Override any GCC internal prototype to avoid an error. 
     11313   Use char because int might match the return type of a GCC 
     11314   builtin and then its argument prototype would still apply.  */ 
    1120811315#ifdef __cplusplus 
    1120911316extern "C" 
    1121011317#endif 
    11211 /* We use char because int might match the return type of a gcc2 
    11212    builtin and then its argument prototype would still apply.  */ 
    1121311318char ERR_load_BIO_strings (); 
    1121411319int 
    1121511320main () 
    1121611321{ 
    11217 ERR_load_BIO_strings (); 
     11322return ERR_load_BIO_strings (); 
    1121811323  ; 
    1121911324  return 0; 
     
    1122111326_ACEOF 
    1122211327rm -f conftest.$ac_objext conftest$ac_exeext 
    11223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    11224   (eval $ac_link) 2>conftest.er1 
     11328if { (ac_try="$ac_link" 
     11329case "(($ac_try" in 
     11330  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11331  *) ac_try_echo=$ac_try;; 
     11332esac 
     11333eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11334  (eval "$ac_link") 2>conftest.er1 
    1122511335  ac_status=$? 
    1122611336  grep -v '^ *+' conftest.er1 >conftest.err 
     
    1122811338  cat conftest.err >&5 
    1122911339  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11230   (exit $ac_status); } && 
    11231          { ac_try='test -z "$ac_c_werror_flag" 
    11232                          || test ! -s conftest.err' 
    11233   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11234   (eval $ac_try) 2>&5 
    11235   ac_status=$? 
    11236   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11237   (exit $ac_status); }; } && 
    11238          { ac_try='test -s conftest$ac_exeext' 
    11239   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    11240   (eval $ac_try) 2>&5 
    11241   ac_status=$? 
    11242   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11243   (exit $ac_status); }; }; then 
     11340  (exit $ac_status); } && { 
     11341         test -z "$ac_c_werror_flag" || 
     11342         test ! -s conftest.err 
     11343       } && test -s conftest$ac_exeext && 
     11344       $as_test_x conftest$ac_exeext; then 
    1124411345  ac_cv_lib_crypto_ERR_load_BIO_strings=yes 
    1124511346else 
     
    1124711348sed 's/^/| /' conftest.$ac_ext >&5 
    1124811349 
    11249 ac_cv_lib_crypto_ERR_load_BIO_strings=no 
    11250 fi 
    11251 rm -f conftest.err conftest.$ac_objext \ 
     11350        ac_cv_lib_crypto_ERR_load_BIO_strings=no 
     11351fi 
     11352 
     11353rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1125211354      conftest$ac_exeext conftest.$ac_ext 
    1125311355LIBS=$ac_check_lib_save_LIBS 
    1125411356fi 
    11255 echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 
    11256 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6 
     11357{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 
     11358echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 
    1125711359if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 
    1125811360  libcrypto_present=1 && LIBS="$LIBS -lcrypto" 
     
    1126011362 
    1126111363                if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 
    11262                         echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 
    11263 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6 
     11364                        { echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 
     11365echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6; } 
    1126411366                        cat >>confdefs.h <<\_ACEOF 
    1126511367#define PJSIP_HAS_TLS_TRANSPORT 1 
     
    1126711369 
    1126811370                else 
    11269                         echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 
    11270 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6 
     11371                        { echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 
     11372echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6; } 
    1127111373                fi 
    1127211374 
    11273 fi; 
    11274  
    11275  
    11276  
    11277  
    11278 echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 
    11279 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6 
     11375fi 
     11376 
     11377 
     11378 
     11379 
     11380 
     11381{ echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 
     11382echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6; } 
    1128011383case $target in 
    1128111384  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1128311386_ACEOF 
    1128411387 
    11285            echo "$as_me:$LINENO: result: yes" >&5 
    11286 echo "${ECHO_T}yes" >&6 
     11388           { echo "$as_me:$LINENO: result: yes" >&5 
     11389echo "${ECHO_T}yes" >&6; } 
    1128711390        ;; 
    1128811391  *) cat >>confdefs.h <<\_ACEOF 
     
    1129011393_ACEOF 
    1129111394 
    11292      echo "$as_me:$LINENO: result: no (default)" >&5 
    11293 echo "${ECHO_T}no (default)" >&6 
    11294      echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 
    11295 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6 
     11395     { echo "$as_me:$LINENO: result: no (default)" >&5 
     11396echo "${ECHO_T}no (default)" >&6; } 
     11397     { echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 
     11398echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6; } 
    1129611399        ;; 
    1129711400esac 
    1129811401 
    11299 echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 
    11300 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6 
     11402{ echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 
     11403echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6; } 
    1130111404case $target in 
    1130211405  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1130411407_ACEOF 
    1130511408 
    11306            echo "$as_me:$LINENO: result: yes" >&5 
    11307 echo "${ECHO_T}yes" >&6 
     11409           { echo "$as_me:$LINENO: result: yes" >&5 
     11410echo "${ECHO_T}yes" >&6; } 
    1130811411        ;; 
    1130911412  *) cat >>confdefs.h <<\_ACEOF 
     
    1131111414_ACEOF 
    1131211415 
    11313      echo "$as_me:$LINENO: result: no (default)" >&5 
    11314 echo "${ECHO_T}no (default)" >&6 
     11416     { echo "$as_me:$LINENO: result: no (default)" >&5 
     11417echo "${ECHO_T}no (default)" >&6; } 
    1131511418        ;; 
    1131611419esac 
    1131711420 
    11318 echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 
    11319 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6 
     11421{ echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 
     11422echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6; } 
    1132011423case $target in 
    1132111424  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1132311426_ACEOF 
    1132411427 
    11325            echo "$as_me:$LINENO: result: yes" >&5 
    11326 echo "${ECHO_T}yes" >&6 
     11428           { echo "$as_me:$LINENO: result: yes" >&5 
     11429echo "${ECHO_T}yes" >&6; } 
    1132711430        ;; 
    1132811431  *) cat >>confdefs.h <<\_ACEOF 
     
    1133011433_ACEOF 
    1133111434 
    11332      echo "$as_me:$LINENO: result: no (default)" >&5 
    11333 echo "${ECHO_T}no (default)" >&6 
     11435     { echo "$as_me:$LINENO: result: no (default)" >&5 
     11436echo "${ECHO_T}no (default)" >&6; } 
    1133411437        ;; 
    1133511438esac 
     
    1134611449_ACEOF 
    1134711450 
    11348      echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 
    11349 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6 
     11451     { echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 
     11452echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 
    1135011453        ;; 
    1135111454esac 
     
    1136211465_ACEOF 
    1136311466 
    11364      echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 
    11365 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6 
     11467     { echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 
     11468echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 
    1136611469        ;; 
    1136711470esac 
     
    1140911512# The following way of writing the cache mishandles newlines in values, 
    1141011513# but we know of no workaround that is simple, portable, and efficient. 
    11411 # So, don't put newlines in cache variables' values. 
     11514# So, we kill variables containing newlines. 
    1141211515# Ultrix sh set writes to stderr and can't be redirected directly, 
    1141311516# and sets the high bit in the cache file unless we assign to the vars. 
    11414 { 
     11517( 
     11518  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 
     11519    eval ac_val=\$$ac_var 
     11520    case $ac_val in #( 
     11521    *${as_nl}*) 
     11522      case $ac_var in #( 
     11523      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     11524echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     11525      esac 
     11526      case $ac_var in #( 
     11527      _ | IFS | as_nl) ;; #( 
     11528      *) $as_unset $ac_var ;; 
     11529      esac ;; 
     11530    esac 
     11531  done 
     11532 
    1141511533  (set) 2>&1 | 
    11416     case `(ac_space=' '; set | grep ac_space) 2>&1` in 
    11417     *ac_space=\ *) 
     11534    case $as_nl`(ac_space=' '; set) 2>&1` in #( 
     11535    *${as_nl}ac_space=\ *) 
    1141811536      # `set' does not quote correctly, so add quotes (double-quote 
    1141911537      # substitution turns \\\\ into \\, and sed turns \\ into \). 
     
    1142111539        "s/'/'\\\\''/g; 
    1142211540          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 
    11423       ;; 
     11541      ;; #( 
    1142411542    *) 
    1142511543      # `set' quotes correctly as required by POSIX, so do not add quotes. 
    11426       sed -n \ 
    11427         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
     11544      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 
    1142811545      ;; 
    11429     esac; 
    11430 } | 
     11546    esac | 
     11547    sort 
     11548) | 
    1143111549  sed ' 
     11550     /^ac_cv_env_/b end 
    1143211551     t clear 
    11433      : clear 
     11552     :clear 
    1143411553     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 
    1143511554     t end 
    11436      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 
    11437      : end' >>confcache 
    11438 if diff $cache_file confcache >/dev/null 2>&1; then :; else 
    11439   if test -w $cache_file; then 
    11440     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 
     11555     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 
     11556     :end' >>confcache 
     11557if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 
     11558  if test -w "$cache_file"; then 
     11559    test "x$cache_file" != "x/dev/null" && 
     11560      { echo "$as_me:$LINENO: updating cache $cache_file" >&5 
     11561echo "$as_me: updating cache $cache_file" >&6;} 
    1144111562    cat confcache >$cache_file 
    1144211563  else 
    11443     echo "not updating unwritable cache $cache_file" 
     11564    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
     11565echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
    1144411566  fi 
    1144511567fi 
     
    1144911571# Let make expand exec_prefix. 
    1145011572test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 
    11451  
    11452 # VPATH may cause trouble with some makes, so we remove $(srcdir), 
    11453 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 
    11454 # trailing colons and then remove the whole line if VPATH becomes empty 
    11455 # (actually we leave an empty line to preserve line numbers). 
    11456 if test "x$srcdir" = x.; then 
    11457   ac_vpsub='/^[  ]*VPATH[        ]*=/{ 
    11458 s/:*\$(srcdir):*/:/; 
    11459 s/:*\${srcdir}:*/:/; 
    11460 s/:*@srcdir@:*/:/; 
    11461 s/^\([^=]*=[     ]*\):*/\1/; 
    11462 s/:*$//; 
    11463 s/^[^=]*=[       ]*$//; 
    11464 }' 
    11465 fi 
    1146611573 
    1146711574DEFS=-DHAVE_CONFIG_H 
     
    1147111578for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 
    1147211579  # 1. Remove the extension, and $U if already installed. 
    11473   ac_i=`echo "$ac_i" | 
    11474          sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 
    11475   # 2. Add them. 
    11476   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 
    11477   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 
     11580  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 
     11581  ac_i=`echo "$ac_i" | sed "$ac_script"` 
     11582  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR 
     11583  #    will be set to the directory where LIBOBJS objects are built. 
     11584  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 
     11585  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 
    1147811586done 
    1147911587LIBOBJS=$ac_libobjs 
     
    1150611614## --------------------- ## 
    1150711615 
    11508 # Be Bourne compatible 
     11616# Be more Bourne compatible 
     11617DUALCASE=1; export DUALCASE # for MKS sh 
    1150911618if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1151011619  emulate sh 
     
    1151311622  # is contrary to our usage.  Disable this feature. 
    1151411623  alias -g '${1+"$@"}'='"$@"' 
    11515 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
    11516   set -o posix 
    11517 fi 
    11518 DUALCASE=1; export DUALCASE # for MKS sh 
    11519  
    11520 # Support unset when possible. 
    11521 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    11522   as_unset=unset 
    11523 else 
    11524   as_unset=false 
    11525 fi 
    11526  
    11527  
    11528 # Work around bugs in pre-3.0 UWIN ksh. 
    11529 $as_unset ENV MAIL MAILPATH 
    11530 PS1='$ ' 
    11531 PS2='> ' 
    11532 PS4='+ ' 
    11533  
    11534 # NLS nuisances. 
    11535 for as_var in \ 
    11536   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    11537   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    11538   LC_TELEPHONE LC_TIME 
    11539 do 
    11540   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    11541     eval $as_var=C; export $as_var 
    11542   else 
    11543     $as_unset $as_var 
    11544   fi 
    11545 done 
    11546  
    11547 # Required to use basename. 
    11548 if expr a : '\(a\)' >/dev/null 2>&1; then 
    11549   as_expr=expr 
    11550 else 
    11551   as_expr=false 
    11552 fi 
    11553  
    11554 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
    11555   as_basename=basename 
    11556 else 
    11557   as_basename=false 
    11558 fi 
    11559  
    11560  
    11561 # Name of the executable. 
    11562 as_me=`$as_basename "$0" || 
    11563 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    11564          X"$0" : 'X\(//\)$' \| \ 
    11565          X"$0" : 'X\(/\)$' \| \ 
    11566          .     : '\(.\)' 2>/dev/null || 
    11567 echo X/"$0" | 
    11568     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 
    11569           /^X\/\(\/\/\)$/{ s//\1/; q; } 
    11570           /^X\/\(\/\).*/{ s//\1/; q; } 
    11571           s/.*/./; q'` 
    11572  
    11573  
    11574 # PATH needs CR, and LINENO needs CR and PATH. 
     11624  setopt NO_GLOB_SUBST 
     11625else 
     11626  case `(set -o) 2>/dev/null` in 
     11627  *posix*) set -o posix ;; 
     11628esac 
     11629 
     11630fi 
     11631 
     11632 
     11633 
     11634 
     11635# PATH needs CR 
    1157511636# Avoid depending upon Character Ranges. 
    1157611637as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    1159311654fi 
    1159411655 
    11595  
    11596   as_lineno_1=$LINENO 
    11597   as_lineno_2=$LINENO 
    11598   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    11599   test "x$as_lineno_1" != "x$as_lineno_2" && 
    11600   test "x$as_lineno_3"  = "x$as_lineno_2"  || { 
    11601   # Find who we are.  Look in the path if we contain no path at all 
    11602   # relative or not. 
    11603   case $0 in 
    11604     *[\\/]* ) as_myself=$0 ;; 
    11605     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     11656# Support unset when possible. 
     11657if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     11658  as_unset=unset 
     11659else 
     11660  as_unset=false 
     11661fi 
     11662 
     11663 
     11664# IFS 
     11665# We need space, tab and new line, in precisely that order.  Quoting is 
     11666# there to prevent editors from complaining about space-tab. 
     11667# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
     11668# splitting by setting IFS to empty value.) 
     11669as_nl=' 
     11670' 
     11671IFS=" ""        $as_nl" 
     11672 
     11673# Find who we are.  Look in the path if we contain no directory separator. 
     11674case $0 in 
     11675  *[\\/]* ) as_myself=$0 ;; 
     11676  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    1160611677for as_dir in $PATH 
    1160711678do 
     
    1161011681  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    1161111682done 
    11612  
    11613        ;; 
    11614   esac 
    11615   # We did not find ourselves, most probably we were run as `sh COMMAND' 
    11616   # in which case we are not to be found in the path. 
    11617   if test "x$as_myself" = x; then 
    11618     as_myself=$0 
     11683IFS=$as_save_IFS 
     11684 
     11685     ;; 
     11686esac 
     11687# We did not find ourselves, most probably we were run as `sh COMMAND' 
     11688# in which case we are not to be found in the path. 
     11689if test "x$as_myself" = x; then 
     11690  as_myself=$0 
     11691fi 
     11692if test ! -f "$as_myself"; then 
     11693  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     11694  { (exit 1); exit 1; } 
     11695fi 
     11696 
     11697# Work around bugs in pre-3.0 UWIN ksh. 
     11698for as_var in ENV MAIL MAILPATH 
     11699do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     11700done 
     11701PS1='$ ' 
     11702PS2='> ' 
     11703PS4='+ ' 
     11704 
     11705# NLS nuisances. 
     11706for as_var in \ 
     11707  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     11708  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     11709  LC_TELEPHONE LC_TIME 
     11710do 
     11711  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     11712    eval $as_var=C; export $as_var 
     11713  else 
     11714    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    1161911715  fi 
    11620   if test ! -f "$as_myself"; then 
    11621     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 
    11622 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 
    11623    { (exit 1); exit 1; }; } 
    11624   fi 
    11625   case $CONFIG_SHELL in 
    11626   '') 
    11627     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    11628 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    11629 do 
    11630   IFS=$as_save_IFS 
    11631   test -z "$as_dir" && as_dir=. 
    11632   for as_base in sh bash ksh sh5; do 
    11633          case $as_dir in 
    11634          /*) 
    11635            if ("$as_dir/$as_base" -c ' 
     11716done 
     11717 
     11718# Required to use basename. 
     11719if expr a : '\(a\)' >/dev/null 2>&1 && 
     11720   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     11721  as_expr=expr 
     11722else 
     11723  as_expr=false 
     11724fi 
     11725 
     11726if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
     11727  as_basename=basename 
     11728else 
     11729  as_basename=false 
     11730fi 
     11731 
     11732 
     11733# Name of the executable. 
     11734as_me=`$as_basename -- "$0" || 
     11735$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     11736         X"$0" : 'X\(//\)$' \| \ 
     11737         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     11738echo X/"$0" | 
     11739    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
     11740            s//\1/ 
     11741            q 
     11742          } 
     11743          /^X\/\(\/\/\)$/{ 
     11744            s//\1/ 
     11745            q 
     11746          } 
     11747          /^X\/\(\/\).*/{ 
     11748            s//\1/ 
     11749            q 
     11750          } 
     11751          s/.*/./; q'` 
     11752 
     11753# CDPATH. 
     11754$as_unset CDPATH 
     11755 
     11756 
     11757 
    1163611758  as_lineno_1=$LINENO 
    1163711759  as_lineno_2=$LINENO 
    11638   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    1163911760  test "x$as_lineno_1" != "x$as_lineno_2" && 
    11640   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
    11641              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
    11642              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
    11643              CONFIG_SHELL=$as_dir/$as_base 
    11644              export CONFIG_SHELL 
    11645              exec "$CONFIG_SHELL" "$0" ${1+"$@"} 
    11646            fi;; 
    11647          esac 
    11648        done 
    11649 done 
    11650 ;; 
    11651   esac 
     11761  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 
    1165211762 
    1165311763  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    1165411764  # uniformly replaced by the line number.  The first 'sed' inserts a 
    11655   # line-number line before each line; the second 'sed' does the real 
    11656   # work.  The second script uses 'N' to pair each line-number line 
    11657   # with the numbered line, and appends trailing '-' during 
    11658   # substitution so that $LINENO is not a special case at line end. 
     11765  # line-number line after each line using $LINENO; the second 'sed' 
     11766  # does the real work.  The second script uses 'N' to pair each 
     11767  # line-number line with the line containing $LINENO, and appends 
     11768  # trailing '-' during substitution so that $LINENO is not a special 
     11769  # case at line end. 
    1165911770  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    11660   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
    11661   sed '=' <$as_myself | 
     11771  # scripts with optimization help from Paolo Bonzini.  Blame Lee 
     11772  # E. McMahon (1931-1989) for sed's syntax.  :-) 
     11773  sed -n ' 
     11774    p 
     11775    /[$]LINENO/= 
     11776  ' <$as_myself | 
    1166211777    sed ' 
     11778      s/[$]LINENO.*/&-/ 
     11779      t lineno 
     11780      b 
     11781      :lineno 
    1166311782      N 
    11664       s,$,-, 
    11665       : loop 
    11666       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
     11783      :loop 
     11784      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
    1166711785      t loop 
    11668       s,-$,, 
    11669       s,^['$as_cr_digits']*\n,, 
     11786      s/-\n.*// 
    1167011787    ' >$as_me.lineno && 
    11671   chmod +x $as_me.lineno || 
    11672     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 
    11673 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 
     11788  chmod +x "$as_me.lineno" || 
     11789    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    1167411790   { (exit 1); exit 1; }; } 
    1167511791 
    1167611792  # Don't try to exec as it changes $[0], causing all sort of problems 
    1167711793  # (the dirname of $[0] is not the place where we might find the 
    11678   # original and so on.  Autoconf is especially sensible to this). 
    11679   . ./$as_me.lineno 
     11794  # original and so on.  Autoconf is especially sensitive to this). 
     11795  . "./$as_me.lineno" 
    1168011796  # Exit status is that of the last command. 
    1168111797  exit 
     
    1168311799 
    1168411800 
    11685 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 
    11686   *c*,-n*) ECHO_N= ECHO_C=' 
    11687 ' ECHO_T='      ' ;; 
    11688   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; 
    11689   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; 
    11690 esac 
    11691  
    11692 if expr a : '\(a\)' >/dev/null 2>&1; then 
     11801if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
     11802  as_dirname=dirname 
     11803else 
     11804  as_dirname=false 
     11805fi 
     11806 
     11807ECHO_C= ECHO_N= ECHO_T= 
     11808case `echo -n x` in 
     11809-n*) 
     11810  case `echo 'x\c'` in 
     11811  *c*) ECHO_T=' ';;     # ECHO_T is single tab character. 
     11812  *)   ECHO_C='\c';; 
     11813  esac;; 
     11814*) 
     11815  ECHO_N='-n';; 
     11816esac 
     11817 
     11818if expr a : '\(a\)' >/dev/null 2>&1 && 
     11819   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    1169311820  as_expr=expr 
    1169411821else 
     
    1169711824 
    1169811825rm -f conf$$ conf$$.exe conf$$.file 
     11826if test -d conf$$.dir; then 
     11827  rm -f conf$$.dir/conf$$.file 
     11828else 
     11829  rm -f conf$$.dir 
     11830  mkdir conf$$.dir 
     11831fi 
    1169911832echo >conf$$.file 
    1170011833if ln -s conf$$.file conf$$ 2>/dev/null; then 
    11701   # We could just check for DJGPP; but this test a) works b) is more generic 
    11702   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 
    11703   if test -f conf$$.exe; then 
    11704     # Don't use ln at all; we don't have any links 
     11834  as_ln_s='ln -s' 
     11835  # ... but there are two gotchas: 
     11836  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     11837  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     11838  # In both cases, we have to default to `cp -p'. 
     11839  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    1170511840    as_ln_s='cp -p' 
    11706   else 
    11707     as_ln_s='ln -s' 
    11708   fi 
    1170911841elif ln conf$$.file conf$$ 2>/dev/null; then 
    1171011842  as_ln_s=ln 
     
    1171211844  as_ln_s='cp -p' 
    1171311845fi 
    11714 rm -f conf$$ conf$$.exe conf$$.file 
     11846rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
     11847rmdir conf$$.dir 2>/dev/null 
    1171511848 
    1171611849if mkdir -p . 2>/dev/null; then 
     
    1172111854fi 
    1172211855 
    11723 as_executable_p="test -f" 
     11856if test -x / >/dev/null 2>&1; then 
     11857  as_test_x='test -x' 
     11858else 
     11859  if ls -dL / >/dev/null 2>&1; then 
     11860    as_ls_L_option=L 
     11861  else 
     11862    as_ls_L_option= 
     11863  fi 
     11864  as_test_x=' 
     11865    eval sh -c '\'' 
     11866      if test -d "$1"; then 
     11867        test -d "$1/."; 
     11868      else 
     11869        case $1 in 
     11870        -*)set "./$1";; 
     11871        esac; 
     11872        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     11873        ???[sx]*):;;*)false;;esac;fi 
     11874    '\'' sh 
     11875  ' 
     11876fi 
     11877as_executable_p=$as_test_x 
    1172411878 
    1172511879# Sed expression to map a string onto a valid CPP name. 
     
    1173011884 
    1173111885 
    11732 # IFS 
    11733 # We need space, tab and new line, in precisely that order. 
    11734 as_nl=' 
    11735 ' 
    11736 IFS="   $as_nl" 
    11737  
    11738 # CDPATH. 
    11739 $as_unset CDPATH 
    11740  
    1174111886exec 6>&1 
    1174211887 
    11743 # Open the log real soon, to keep \$[0] and so on meaningful, and to 
     11888# Save the log message, to keep $[0] and so on meaningful, and to 
    1174411889# report actual input values of CONFIG_FILES etc. instead of their 
    11745 # values after options handling.  Logging --version etc. is OK. 
    11746 exec 5>>config.log 
    11747 { 
    11748   echo 
    11749   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 
    11750 ## Running $as_me. ## 
    11751 _ASBOX 
    11752 } >&5 
    11753 cat >&5 <<_CSEOF 
    11754  
     11890# values after options handling. 
     11891ac_log=" 
    1175511892This file was extended by pjproject $as_me 1.0, which was 
    11756 generated by GNU Autoconf 2.59.  Invocation command line was 
     11893generated by GNU Autoconf 2.61.  Invocation command line was 
    1175711894 
    1175811895  CONFIG_FILES    = $CONFIG_FILES 
     
    1176211899  $ $0 $@ 
    1176311900 
    11764 _CSEOF 
    11765 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 
    11766 echo >&5 
    11767 _ACEOF 
    11768  
     11901on `(hostname || uname -n) 2>/dev/null | sed 1q` 
     11902" 
     11903 
     11904_ACEOF 
     11905 
     11906cat >>$CONFIG_STATUS <<_ACEOF 
    1176911907# Files that config.status was made for. 
    11770 if test -n "$ac_config_files"; then 
    11771   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 
    11772 fi 
    11773  
    11774 if test -n "$ac_config_headers"; then 
    11775   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 
    11776 fi 
    11777  
    11778 if test -n "$ac_config_links"; then 
    11779   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 
    11780 fi 
    11781  
    11782 if test -n "$ac_config_commands"; then 
    11783   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 
    11784 fi 
     11908config_files="$ac_config_files" 
     11909config_headers="$ac_config_headers" 
     11910 
     11911_ACEOF 
    1178511912 
    1178611913cat >>$CONFIG_STATUS <<\_ACEOF 
    11787  
    1178811914ac_cs_usage="\ 
    1178911915\`$as_me' instantiates files from templates according to the 
     
    1179311919 
    1179411920  -h, --help       print this help, then exit 
    11795   -V, --version    print version number, then exit 
     11921  -V, --version    print version number and configuration settings, then exit 
    1179611922  -q, --quiet      do not print progress messages 
    1179711923  -d, --debug      don't remove temporary files 
     
    1180911935 
    1181011936Report bugs to <bug-autoconf@gnu.org>." 
    11811 _ACEOF 
    11812  
     11937 
     11938_ACEOF 
    1181311939cat >>$CONFIG_STATUS <<_ACEOF 
    1181411940ac_cs_version="\\ 
    1181511941pjproject config.status 1.0 
    11816 configured by $0, generated by GNU Autoconf 2.59, 
    11817   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
    11818  
    11819 Copyright (C) 2003 Free Software Foundation, Inc. 
     11942configured by $0, generated by GNU Autoconf 2.61, 
     11943  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     11944 
     11945Copyright (C) 2006 Free Software Foundation, Inc. 
    1182011946This config.status script is free software; the Free Software Foundation 
    1182111947gives unlimited permission to copy, distribute and modify it." 
    11822 srcdir=$srcdir 
     11948 
     11949ac_pwd='$ac_pwd' 
     11950srcdir='$srcdir' 
    1182311951_ACEOF 
    1182411952 
     
    1183111959  case $1 in 
    1183211960  --*=*) 
    11833     ac_option=`expr "x$1" : 'x\([^=]*\)='` 
    11834     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 
     11961    ac_option=`expr "X$1" : 'X\([^=]*\)='` 
     11962    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 
    1183511963    ac_shift=: 
    1183611964    ;; 
    11837   -*) 
     11965  *) 
    1183811966    ac_option=$1 
    1183911967    ac_optarg=$2 
    1184011968    ac_shift=shift 
    1184111969    ;; 
    11842   *) # This is not an option, so the user has probably given explicit 
    11843      # arguments. 
    11844      ac_option=$1 
    11845      ac_need_defaults=false;; 
    1184611970  esac 
    1184711971 
    1184811972  case $ac_option in 
    1184911973  # Handling of the options. 
    11850 _ACEOF 
    11851 cat >>$CONFIG_STATUS <<\_ACEOF 
    1185211974  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 
    1185311975    ac_cs_recheck=: ;; 
    11854   --version | --vers* | -V ) 
    11855     echo "$ac_cs_version"; exit 0 ;; 
    11856   --he | --h) 
    11857     # Conflict between --help and --header 
    11858     { { echo "$as_me:$LINENO: error: ambiguous option: $1 
    11859 Try \`$0 --help' for more information." >&5 
    11860 echo "$as_me: error: ambiguous option: $1 
    11861 Try \`$0 --help' for more information." >&2;} 
    11862    { (exit 1); exit 1; }; };; 
    11863   --help | --hel | -h ) 
    11864     echo "$ac_cs_usage"; exit 0 ;; 
    11865   --debug | --d* | -d ) 
     11976  --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
     11977    echo "$ac_cs_version"; exit ;; 
     11978  --debug | --debu | --deb | --de | --d | -d ) 
    1186611979    debug=: ;; 
    1186711980  --file | --fil | --fi | --f ) 
     
    1187311986    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 
    1187411987    ac_need_defaults=false;; 
     11988  --he | --h) 
     11989    # Conflict between --help and --header 
     11990    { echo "$as_me: error: ambiguous option: $1 
     11991Try \`$0 --help' for more information." >&2 
     11992   { (exit 1); exit 1; }; };; 
     11993  --help | --hel | -h ) 
     11994    echo "$ac_cs_usage"; exit ;; 
    1187511995  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    1187611996  | -silent | --silent | --silen | --sile | --sil | --si | --s) 
     
    1187811998 
    1187911999  # This is an error. 
    11880   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 
    11881 Try \`$0 --help' for more information." >&5 
    11882 echo "$as_me: error: unrecognized option: $1 
    11883 Try \`$0 --help' for more information." >&2;} 
     12000  -*) { echo "$as_me: error: unrecognized option: $1 
     12001Try \`$0 --help' for more information." >&2 
    1188412002   { (exit 1); exit 1; }; } ;; 
    1188512003 
    11886   *) ac_config_targets="$ac_config_targets $1" ;; 
     12004  *) ac_config_targets="$ac_config_targets $1" 
     12005     ac_need_defaults=false ;; 
    1188712006 
    1188812007  esac 
     
    1190012019cat >>$CONFIG_STATUS <<_ACEOF 
    1190112020if \$ac_cs_recheck; then 
    11902   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
    11903   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
    11904 fi 
    11905  
    11906 _ACEOF 
    11907  
    11908  
    11909  
    11910  
    11911  
     12021  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
     12022  CONFIG_SHELL=$SHELL 
     12023  export CONFIG_SHELL 
     12024  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
     12025fi 
     12026 
     12027_ACEOF 
    1191212028cat >>$CONFIG_STATUS <<\_ACEOF 
     12029exec 5>>config.log 
     12030{ 
     12031  echo 
     12032  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 
     12033## Running $as_me. ## 
     12034_ASBOX 
     12035  echo "$ac_log" 
     12036} >&5 
     12037 
     12038_ACEOF 
     12039cat >>$CONFIG_STATUS <<_ACEOF 
     12040_ACEOF 
     12041 
     12042cat >>$CONFIG_STATUS <<\_ACEOF 
     12043 
     12044# Handling of arguments. 
    1191312045for ac_config_target in $ac_config_targets 
    1191412046do 
    11915   case "$ac_config_target" in 
    11916   # Handling of arguments. 
    11917   "build.mak" ) CONFIG_FILES="$CONFIG_FILES build.mak" ;; 
    11918   "build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;; 
    11919   "pjlib/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;; 
    11920   "pjlib-util/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;; 
    11921   "pjmedia/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 
    11922   "pjsip/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 
    11923   "third_party/build/portaudio/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 
    11924   "third_party/build/os-auto.mak" ) CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 
    11925   "pjlib/include/pj/compat/os_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;; 
    11926   "pjlib/include/pj/compat/m_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;; 
    11927   "pjmedia/include/pjmedia/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;; 
    11928   "pjmedia/include/pjmedia-codec/config_auto.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;; 
    11929   "pjsip/include/pjsip/sip_autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 
     12047  case $ac_config_target in 
     12048    "pjlib/include/pj/compat/os_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/os_auto.h" ;; 
     12049    "pjlib/include/pj/compat/m_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjlib/include/pj/compat/m_auto.h" ;; 
     12050    "pjmedia/include/pjmedia/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia/config_auto.h" ;; 
     12051    "pjmedia/include/pjmedia-codec/config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS pjmedia/include/pjmedia-codec/config_auto.h" ;; 
     12052    "pjsip/include/pjsip/sip_autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS pjsip/include/pjsip/sip_autoconf.h" ;; 
     12053    "build.mak") CONFIG_FILES="$CONFIG_FILES build.mak" ;; 
     12054    "build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES build/os-auto.mak" ;; 
     12055    "pjlib/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib/build/os-auto.mak" ;; 
     12056    "pjlib-util/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjlib-util/build/os-auto.mak" ;; 
     12057    "pjmedia/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjmedia/build/os-auto.mak" ;; 
     12058    "pjsip/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES pjsip/build/os-auto.mak" ;; 
     12059    "third_party/build/portaudio/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/portaudio/os-auto.mak" ;; 
     12060    "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 
     12061 
    1193012062  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
    1193112063echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
     
    1193312065  esac 
    1193412066done 
     12067 
    1193512068 
    1193612069# If the user did not use the arguments to specify the items to instantiate, 
     
    1194412077 
    1194512078# Have a temporary directory for convenience.  Make it in the build tree 
    11946 # simply because there is no reason to put it here, and in addition, 
     12079# simply because there is no reason against having it here, and in addition, 
    1194712080# creating and moving files from /tmp can sometimes cause problems. 
    11948 # Create a temporary directory, and hook for its removal unless debugging. 
     12081# Hook for its removal unless debugging. 
     12082# Note that there is a small window in which the directory will not be cleaned: 
     12083# after its creation but before its name has been assigned to `$tmp'. 
    1194912084$debug || 
    1195012085{ 
    11951   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 
     12086  tmp= 
     12087  trap 'exit_status=$? 
     12088  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 
     12089' 0 
    1195212090  trap '{ (exit 1); exit 1; }' 1 2 13 15 
    1195312091} 
    11954  
    1195512092# Create a (secure) tmp directory for tmp files. 
    1195612093 
    1195712094{ 
    11958   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 
     12095  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 
    1195912096  test -n "$tmp" && test -d "$tmp" 
    1196012097}  || 
    1196112098{ 
    11962   tmp=./confstat$$-$RANDOM 
    11963   (umask 077 && mkdir $tmp) 
     12099  tmp=./conf$$-$RANDOM 
     12100  (umask 077 && mkdir "$tmp") 
    1196412101} || 
    1196512102{ 
     
    1196812105} 
    1196912106 
    11970 _ACEOF 
    11971  
    11972 cat >>$CONFIG_STATUS <<_ACEOF 
    11973  
    1197412107# 
    11975 # CONFIG_FILES section. 
     12108# Set up the sed scripts for CONFIG_FILES section. 
    1197612109# 
    1197712110 
    1197812111# No need to generate the scripts if there are no CONFIG_FILES. 
    1197912112# This happens for instance when ./config.status config.h 
    11980 if test -n "\$CONFIG_FILES"; then 
    11981   # Protect against being on the right side of a sed subst in config.status. 
    11982   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 
    11983    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 
    11984 s,@SHELL@,$SHELL,;t t 
    11985 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 
    11986 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 
    11987 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 
    11988 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 
    11989 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 
    11990 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 
    11991 s,@exec_prefix@,$exec_prefix,;t t 
    11992 s,@prefix@,$prefix,;t t 
    11993 s,@program_transform_name@,$program_transform_name,;t t 
    11994 s,@bindir@,$bindir,;t t 
    11995 s,@sbindir@,$sbindir,;t t 
    11996 s,@libexecdir@,$libexecdir,;t t 
    11997 s,@datadir@,$datadir,;t t 
    11998 s,@sysconfdir@,$sysconfdir,;t t 
    11999 s,@sharedstatedir@,$sharedstatedir,;t t 
    12000 s,@localstatedir@,$localstatedir,;t t 
    12001 s,@libdir@,$libdir,;t t 
    12002 s,@includedir@,$includedir,;t t 
    12003 s,@oldincludedir@,$oldincludedir,;t t 
    12004 s,@infodir@,$infodir,;t t 
    12005 s,@mandir@,$mandir,;t t 
    12006 s,@build_alias@,$build_alias,;t t 
    12007 s,@host_alias@,$host_alias,;t t 
    12008 s,@target_alias@,$target_alias,;t t 
    12009 s,@DEFS@,$DEFS,;t t 
    12010 s,@ECHO_C@,$ECHO_C,;t t 
    12011 s,@ECHO_N@,$ECHO_N,;t t 
    12012 s,@ECHO_T@,$ECHO_T,;t t 
    12013 s,@LIBS@,$LIBS,;t t 
    12014 s,@build@,$build,;t t 
    12015 s,@build_cpu@,$build_cpu,;t t 
    12016 s,@build_vendor@,$build_vendor,;t t 
    12017 s,@build_os@,$build_os,;t t 
    12018 s,@host@,$host,;t t 
    12019 s,@host_cpu@,$host_cpu,;t t 
    12020 s,@host_vendor@,$host_vendor,;t t 
    12021 s,@host_os@,$host_os,;t t 
    12022 s,@target@,$target,;t t 
    12023 s,@target_cpu@,$target_cpu,;t t 
    12024 s,@target_vendor@,$target_vendor,;t t 
    12025 s,@target_os@,$target_os,;t t 
    12026 s,@CC@,$CC,;t t 
    12027 s,@CFLAGS@,$CFLAGS,;t t 
    12028 s,@LDFLAGS@,$LDFLAGS,;t t 
    12029 s,@CPPFLAGS@,$CPPFLAGS,;t t 
    12030 s,@ac_ct_CC@,$ac_ct_CC,;t t 
    12031 s,@EXEEXT@,$EXEEXT,;t t 
    12032 s,@OBJEXT@,$OBJEXT,;t t 
    12033 s,@CXX@,$CXX,;t t 
    12034 s,@CXXFLAGS@,$CXXFLAGS,;t t 
    12035 s,@ac_ct_CXX@,$ac_ct_CXX,;t t 
    12036 s,@ac_pjdir@,$ac_pjdir,;t t 
    12037 s,@ac_build_mak_vars@,$ac_build_mak_vars,;t t 
    12038 s,@CPP@,$CPP,;t t 
    12039 s,@EGREP@,$EGREP,;t t 
    12040 s,@ac_os_objs@,$ac_os_objs,;t t 
    12041 s,@ac_pjmedia_snd@,$ac_pjmedia_snd,;t t 
    12042 s,@ac_pa_cflags@,$ac_pa_cflags,;t t 
    12043 s,@ac_pa_use_alsa@,$ac_pa_use_alsa,;t t 
    12044 s,@ac_pa_use_oss@,$ac_pa_use_oss,;t t 
    12045 s,@ac_no_small_filter@,$ac_no_small_filter,;t t 
    12046 s,@ac_no_large_filter@,$ac_no_large_filter,;t t 
    12047 s,@ac_no_speex_aec@,$ac_no_speex_aec,;t t 
    12048 s,@ac_no_g711_codec@,$ac_no_g711_codec,;t t 
    12049 s,@ac_no_l16_codec@,$ac_no_l16_codec,;t t 
    12050 s,@ac_no_gsm_codec@,$ac_no_gsm_codec,;t t 
    12051 s,@ac_no_g722_codec@,$ac_no_g722_codec,;t t 
    12052 s,@ac_no_speex_codec@,$ac_no_speex_codec,;t t 
    12053 s,@ac_no_ilbc_codec@,$ac_no_ilbc_codec,;t t 
    12054 s,@ac_no_ssl@,$ac_no_ssl,;t t 
    12055 s,@openssl_h_present@,$openssl_h_present,;t t 
    12056 s,@libssl_present@,$libssl_present,;t t 
    12057 s,@libcrypto_present@,$libcrypto_present,;t t 
    12058 s,@ac_cross_compile@,$ac_cross_compile,;t t 
    12059 s,@ac_linux_poll@,$ac_linux_poll,;t t 
    12060 s,@ac_host@,$ac_host,;t t 
    12061 s,@ac_main_obj@,$ac_main_obj,;t t 
    12062 s,@LIBOBJS@,$LIBOBJS,;t t 
    12063 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 
    12064 CEOF 
    12065  
    12066 _ACEOF 
    12067  
    12068   cat >>$CONFIG_STATUS <<\_ACEOF 
    12069   # Split the substitutions into bite-sized pieces for seds with 
    12070   # small command number limits, like on Digital OSF/1 and HP-UX. 
    12071   ac_max_sed_lines=48 
    12072   ac_sed_frag=1 # Number of current file. 
    12073   ac_beg=1 # First line for current file. 
    12074   ac_end=$ac_max_sed_lines # Line after last line for current file. 
    12075   ac_more_lines=: 
    12076   ac_sed_cmds= 
    12077   while $ac_more_lines; do 
    12078     if test $ac_beg -gt 1; then 
    12079       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 
    12080     else 
    12081       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 
     12113if test -n "$CONFIG_FILES"; then 
     12114 
     12115_ACEOF 
     12116 
     12117 
     12118 
     12119ac_delim='%!_!# ' 
     12120for ac_last_try in false false false false false :; do 
     12121  cat >conf$$subs.sed <<_ACEOF 
     12122SHELL!$SHELL$ac_delim 
     12123PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 
     12124PACKAGE_NAME!$PACKAGE_NAME$ac_delim 
     12125PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 
     12126PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 
     12127PACKAGE_STRING!$PACKAGE_STRING$ac_delim 
     12128PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 
     12129exec_prefix!$exec_prefix$ac_delim 
     12130prefix!$prefix$ac_delim 
     12131program_transform_name!$program_transform_name$ac_delim 
     12132bindir!$bindir$ac_delim 
     12133sbindir!$sbindir$ac_delim 
     12134libexecdir!$libexecdir$ac_delim 
     12135datarootdir!$datarootdir$ac_delim 
     12136datadir!$datadir$ac_delim 
     12137sysconfdir!$sysconfdir$ac_delim 
     12138sharedstatedir!$sharedstatedir$ac_delim 
     12139localstatedir!$localstatedir$ac_delim 
     12140includedir!$includedir$ac_delim 
     12141oldincludedir!$oldincludedir$ac_delim 
     12142docdir!$docdir$ac_delim 
     12143infodir!$infodir$ac_delim 
     12144htmldir!$htmldir$ac_delim 
     12145dvidir!$dvidir$ac_delim 
     12146pdfdir!$pdfdir$ac_delim 
     12147psdir!$psdir$ac_delim 
     12148libdir!$libdir$ac_delim 
     12149localedir!$localedir$ac_delim 
     12150mandir!$mandir$ac_delim 
     12151DEFS!$DEFS$ac_delim 
     12152ECHO_C!$ECHO_C$ac_delim 
     12153ECHO_N!$ECHO_N$ac_delim 
     12154ECHO_T!$ECHO_T$ac_delim 
     12155LIBS!$LIBS$ac_delim 
     12156build_alias!$build_alias$ac_delim 
     12157host_alias!$host_alias$ac_delim 
     12158target_alias!$target_alias$ac_delim 
     12159build!$build$ac_delim 
     12160build_cpu!$build_cpu$ac_delim 
     12161build_vendor!$build_vendor$ac_delim 
     12162build_os!$build_os$ac_delim 
     12163host!$host$ac_delim 
     12164host_cpu!$host_cpu$ac_delim 
     12165host_vendor!$host_vendor$ac_delim 
     12166host_os!$host_os$ac_delim 
     12167target!$target$ac_delim 
     12168target_cpu!$target_cpu$ac_delim 
     12169target_vendor!$target_vendor$ac_delim 
     12170target_os!$target_os$ac_delim 
     12171CC!$CC$ac_delim 
     12172CFLAGS!$CFLAGS$ac_delim 
     12173LDFLAGS!$LDFLAGS$ac_delim 
     12174CPPFLAGS!$CPPFLAGS$ac_delim 
     12175ac_ct_CC!$ac_ct_CC$ac_delim 
     12176EXEEXT!$EXEEXT$ac_delim 
     12177OBJEXT!$OBJEXT$ac_delim 
     12178CXX!$CXX$ac_delim 
     12179CXXFLAGS!$CXXFLAGS$ac_delim 
     12180ac_ct_CXX!$ac_ct_CXX$ac_delim 
     12181ac_pjdir!$ac_pjdir$ac_delim 
     12182ac_build_mak_vars!$ac_build_mak_vars$ac_delim 
     12183CPP!$CPP$ac_delim 
     12184GREP!$GREP$ac_delim 
     12185EGREP!$EGREP$ac_delim 
     12186ac_os_objs!$ac_os_objs$ac_delim 
     12187ac_pjmedia_snd!$ac_pjmedia_snd$ac_delim 
     12188ac_pa_cflags!$ac_pa_cflags$ac_delim 
     12189ac_pa_use_alsa!$ac_pa_use_alsa$ac_delim 
     12190ac_pa_use_oss!$ac_pa_use_oss$ac_delim 
     12191ac_no_small_filter!$ac_no_small_filter$ac_delim 
     12192ac_no_large_filter!$ac_no_large_filter$ac_delim 
     12193ac_no_speex_aec!$ac_no_speex_aec$ac_delim 
     12194ac_no_g711_codec!$ac_no_g711_codec$ac_delim 
     12195ac_no_l16_codec!$ac_no_l16_codec$ac_delim 
     12196ac_no_gsm_codec!$ac_no_gsm_codec$ac_delim 
     12197ac_no_g722_codec!$ac_no_g722_codec$ac_delim 
     12198ac_no_g7221_codec!$ac_no_g7221_codec$ac_delim 
     12199ac_no_speex_codec!$ac_no_speex_codec$ac_delim 
     12200ac_no_ilbc_codec!$ac_no_ilbc_codec$ac_delim 
     12201ac_no_ssl!$ac_no_ssl$ac_delim 
     12202openssl_h_present!$openssl_h_present$ac_delim 
     12203libssl_present!$libssl_present$ac_delim 
     12204libcrypto_present!$libcrypto_present$ac_delim 
     12205ac_cross_compile!$ac_cross_compile$ac_delim 
     12206ac_linux_poll!$ac_linux_poll$ac_delim 
     12207ac_host!$ac_host$ac_delim 
     12208ac_main_obj!$ac_main_obj$ac_delim 
     12209LIBOBJS!$LIBOBJS$ac_delim 
     12210LTLIBOBJS!$LTLIBOBJS$ac_delim 
     12211_ACEOF 
     12212 
     12213  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 
     12214    break 
     12215  elif $ac_last_try; then 
     12216    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
     12217echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
     12218   { (exit 1); exit 1; }; } 
     12219  else 
     12220    ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 
     12221  fi 
     12222done 
     12223 
     12224ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 
     12225if test -n "$ac_eof"; then 
     12226  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 
     12227  ac_eof=`expr $ac_eof + 1` 
     12228fi 
     12229 
     12230cat >>$CONFIG_STATUS <<_ACEOF 
     12231cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 
     12232/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 
     12233_ACEOF 
     12234sed ' 
     12235s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 
     12236s/^/s,@/; s/!/@,|#_!!_#|/ 
     12237:n 
     12238t n 
     12239s/'"$ac_delim"'$/,g/; t 
     12240s/$/\\/; p 
     12241N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 
     12242' >>$CONFIG_STATUS <conf$$subs.sed 
     12243rm -f conf$$subs.sed 
     12244cat >>$CONFIG_STATUS <<_ACEOF 
     12245:end 
     12246s/|#_!!_#|//g 
     12247CEOF$ac_eof 
     12248_ACEOF 
     12249 
     12250 
     12251# VPATH may cause trouble with some makes, so we remove $(srcdir), 
     12252# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 
     12253# trailing colons and then remove the whole line if VPATH becomes empty 
     12254# (actually we leave an empty line to preserve line numbers). 
     12255if test "x$srcdir" = x.; then 
     12256  ac_vpsub='/^[  ]*VPATH[        ]*=/{ 
     12257s/:*\$(srcdir):*/:/ 
     12258s/:*\${srcdir}:*/:/ 
     12259s/:*@srcdir@:*/:/ 
     12260s/^\([^=]*=[     ]*\):*/\1/ 
     12261s/:*$// 
     12262s/^[^=]*=[       ]*$// 
     12263}' 
     12264fi 
     12265 
     12266cat >>$CONFIG_STATUS <<\_ACEOF 
     12267fi # test -n "$CONFIG_FILES" 
     12268 
     12269 
     12270for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS 
     12271do 
     12272  case $ac_tag in 
     12273  :[FHLC]) ac_mode=$ac_tag; continue;; 
     12274  esac 
     12275  case $ac_mode$ac_tag in 
     12276  :[FHL]*:*);; 
     12277  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
     12278echo "$as_me: error: Invalid tag $ac_tag." >&2;} 
     12279   { (exit 1); exit 1; }; };; 
     12280  :[FH]-) ac_tag=-:-;; 
     12281  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 
     12282  esac 
     12283  ac_save_IFS=$IFS 
     12284  IFS=: 
     12285  set x $ac_tag 
     12286  IFS=$ac_save_IFS 
     12287  shift 
     12288  ac_file=$1 
     12289  shift 
     12290 
     12291  case $ac_mode in 
     12292  :L) ac_source=$1;; 
     12293  :[FH]) 
     12294    ac_file_inputs= 
     12295    for ac_f 
     12296    do 
     12297      case $ac_f in 
     12298      -) ac_f="$tmp/stdin";; 
     12299      *) # Look for the file first in the build tree, then in the source tree 
     12300         # (if the path is not absolute).  The absolute path cannot be DOS-style, 
     12301         # because $ac_f cannot contain `:'. 
     12302         test -f "$ac_f" || 
     12303           case $ac_f in 
     12304           [\\/$]*) false;; 
     12305           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
     12306           esac || 
     12307           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
     12308echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
     12309   { (exit 1); exit 1; }; };; 
     12310      esac 
     12311      ac_file_inputs="$ac_file_inputs $ac_f" 
     12312    done 
     12313 
     12314    # Let's still pretend it is `configure' which instantiates (i.e., don't 
     12315    # use $as_me), people would be surprised to read: 
     12316    #    /* config.h.  Generated by config.status.  */ 
     12317    configure_input="Generated from "`IFS=: 
     12318          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 
     12319    if test x"$ac_file" != x-; then 
     12320      configure_input="$ac_file.  $configure_input" 
     12321      { echo "$as_me:$LINENO: creating $ac_file" >&5 
     12322echo "$as_me: creating $ac_file" >&6;} 
    1208212323    fi 
    12083     if test ! -s $tmp/subs.frag; then 
    12084       ac_more_lines=false 
    12085     else 
    12086       # The purpose of the label and of the branching condition is to 
    12087       # speed up the sed processing (if there are no `@' at all, there 
    12088       # is no need to browse any of the substitutions). 
    12089       # These are the two extra sed commands mentioned above. 
    12090       (echo ':t 
    12091   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 
    12092       if test -z "$ac_sed_cmds"; then 
    12093         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 
    12094       else 
    12095         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 
    12096       fi 
    12097       ac_sed_frag=`expr $ac_sed_frag + 1` 
    12098       ac_beg=$ac_end 
    12099       ac_end=`expr $ac_end + $ac_max_sed_lines` 
    12100     fi 
    12101   done 
    12102   if test -z "$ac_sed_cmds"; then 
    12103     ac_sed_cmds=cat 
    12104   fi 
    12105 fi # test -n "$CONFIG_FILES" 
    12106  
    12107 _ACEOF 
    12108 cat >>$CONFIG_STATUS <<\_ACEOF 
    12109 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 
    12110   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
    12111   case $ac_file in 
    12112   - | *:- | *:-:* ) # input from stdin 
    12113         cat >$tmp/stdin 
    12114         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
    12115         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
    12116   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
    12117         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
    12118   * )   ac_file_in=$ac_file.in ;; 
     12324 
     12325    case $ac_tag in 
     12326    *:-:* | *:-) cat >"$tmp/stdin";; 
     12327    esac 
     12328    ;; 
    1211912329  esac 
    1212012330 
    12121   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 
    12122   ac_dir=`(dirname "$ac_file") 2>/dev/null || 
     12331  ac_dir=`$as_dirname -- "$ac_file" || 
    1212312332$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1212412333         X"$ac_file" : 'X\(//\)[^/]' \| \ 
    1212512334         X"$ac_file" : 'X\(//\)$' \| \ 
    12126          X"$ac_file" : 'X\(/\)' \| \ 
    12127          .     : '\(.\)' 2>/dev/null || 
     12335         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 
    1212812336echo X"$ac_file" | 
    12129     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    12130           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    12131           /^X\(\/\/\)$/{ s//\1/; q; } 
    12132           /^X\(\/\).*/{ s//\1/; q; } 
    12133           s/.*/./; q'` 
    12134   { if $as_mkdir_p; then 
    12135     mkdir -p "$ac_dir" 
    12136   else 
    12137     as_dir="$ac_dir" 
     12337    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
     12338            s//\1/ 
     12339            q 
     12340          } 
     12341          /^X\(\/\/\)[^/].*/{ 
     12342            s//\1/ 
     12343            q 
     12344          } 
     12345          /^X\(\/\/\)$/{ 
     12346            s//\1/ 
     12347            q 
     12348          } 
     12349          /^X\(\/\).*/{ 
     12350            s//\1/ 
     12351            q 
     12352          } 
     12353          s/.*/./; q'` 
     12354  { as_dir="$ac_dir" 
     12355  case $as_dir in #( 
     12356  -*) as_dir=./$as_dir;; 
     12357  esac 
     12358  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 
    1213812359    as_dirs= 
    12139     while test ! -d "$as_dir"; do 
    12140       as_dirs="$as_dir $as_dirs" 
    12141       as_dir=`(dirname "$as_dir") 2>/dev/null || 
     12360    while :; do 
     12361      case $as_dir in #( 
     12362      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 
     12363      *) as_qdir=$as_dir;; 
     12364      esac 
     12365      as_dirs="'$as_qdir' $as_dirs" 
     12366      as_dir=`$as_dirname -- "$as_dir" || 
    1214212367$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1214312368         X"$as_dir" : 'X\(//\)[^/]' \| \ 
    1214412369         X"$as_dir" : 'X\(//\)$' \| \ 
    12145          X"$as_dir" : 'X\(/\)' \| \ 
    12146          .     : '\(.\)' 2>/dev/null || 
     12370         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    1214712371echo X"$as_dir" | 
    12148     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    12149           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    12150           /^X\(\/\/\)$/{ s//\1/; q; } 
    12151           /^X\(\/\).*/{ s//\1/; q; } 
    12152           s/.*/./; q'` 
     12372    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
     12373            s//\1/ 
     12374            q 
     12375          } 
     12376          /^X\(\/\/\)[^/].*/{ 
     12377            s//\1/ 
     12378            q 
     12379          } 
     12380          /^X\(\/\/\)$/{ 
     12381            s//\1/ 
     12382            q 
     12383          } 
     12384          /^X\(\/\).*/{ 
     12385            s//\1/ 
     12386            q 
     12387          } 
     12388          s/.*/./; q'` 
     12389      test -d "$as_dir" && break 
    1215312390    done 
    12154     test ! -n "$as_dirs" || mkdir $as_dirs 
    12155   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 
    12156 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 
     12391    test -z "$as_dirs" || eval "mkdir $as_dirs" 
     12392  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
     12393echo "$as_me: error: cannot create directory $as_dir" >&2;} 
    1215712394   { (exit 1); exit 1; }; }; } 
    12158  
    1215912395  ac_builddir=. 
    1216012396 
    12161 if test "$ac_dir" != .; then 
     12397case "$ac_dir" in 
     12398.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     12399*) 
    1216212400  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    12163   # A "../" for each directory in $ac_dir_suffix. 
    12164   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 
    12165 else 
    12166   ac_dir_suffix= ac_top_builddir= 
    12167 fi 
     12401  # A ".." for each directory in $ac_dir_suffix. 
     12402  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     12403  case $ac_top_builddir_sub in 
     12404  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     12405  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; 
     12406  esac ;; 
     12407esac 
     12408ac_abs_top_builddir=$ac_pwd 
     12409ac_abs_builddir=$ac_pwd$ac_dir_suffix 
     12410# for backward compatibility: 
     12411ac_top_builddir=$ac_top_build_prefix 
    1216812412 
    1216912413case $srcdir in 
    12170   .)  # No --srcdir option.  We are building in place. 
     12414  .)  # We are building in place. 
    1217112415    ac_srcdir=. 
    12172     if test -z "$ac_top_builddir"; then 
    12173        ac_top_srcdir=. 
    12174     else 
    12175        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 
    12176     fi ;; 
    12177   [\\/]* | ?:[\\/]* )  # Absolute path. 
     12416    ac_top_srcdir=$ac_top_builddir_sub 
     12417    ac_abs_top_srcdir=$ac_pwd ;; 
     12418  [\\/]* | ?:[\\/]* )  # Absolute name. 
    1217812419    ac_srcdir=$srcdir$ac_dir_suffix; 
    12179     ac_top_srcdir=$srcdir ;; 
    12180   *) # Relative path. 
    12181     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 
    12182     ac_top_srcdir=$ac_top_builddir$srcdir ;; 
    12183 esac 
    12184  
    12185 # Do not use `cd foo && pwd` to compute absolute paths, because 
    12186 # the directories may not exist. 
    12187 case `pwd` in 
    12188 .) ac_abs_builddir="$ac_dir";; 
    12189 *) 
    12190   case "$ac_dir" in 
    12191   .) ac_abs_builddir=`pwd`;; 
    12192   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
    12193   *) ac_abs_builddir=`pwd`/"$ac_dir";; 
    12194   esac;; 
    12195 esac 
    12196 case $ac_abs_builddir in 
    12197 .) ac_abs_top_builddir=${ac_top_builddir}.;; 
    12198 *) 
    12199   case ${ac_top_builddir}. in 
    12200   .) ac_abs_top_builddir=$ac_abs_builddir;; 
    12201   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
    12202   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
    12203   esac;; 
    12204 esac 
    12205 case $ac_abs_builddir in 
    12206 .) ac_abs_srcdir=$ac_srcdir;; 
    12207 *) 
    12208   case $ac_srcdir in 
    12209   .) ac_abs_srcdir=$ac_abs_builddir;; 
    12210   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
    12211   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
    12212   esac;; 
    12213 esac 
    12214 case $ac_abs_builddir in 
    12215 .) ac_abs_top_srcdir=$ac_top_srcdir;; 
    12216 *) 
    12217   case $ac_top_srcdir in 
    12218   .) ac_abs_top_srcdir=$ac_abs_builddir;; 
    12219   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
    12220   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
    12221   esac;; 
    12222 esac 
    12223  
    12224  
    12225  
    12226   if test x"$ac_file" != x-; then 
    12227     { echo "$as_me:$LINENO: creating $ac_file" >&5 
    12228 echo "$as_me: creating $ac_file" >&6;} 
    12229     rm -f "$ac_file" 
    12230   fi 
    12231   # Let's still pretend it is `configure' which instantiates (i.e., don't 
    12232   # use $as_me), people would be surprised to read: 
    12233   #    /* config.h.  Generated by config.status.  */ 
    12234   if test x"$ac_file" = x-; then 
    12235     configure_input= 
    12236   else 
    12237     configure_input="$ac_file.  " 
    12238   fi 
    12239   configure_input=$configure_input"Generated from `echo $ac_file_in | 
    12240                                      sed 's,.*/,,'` by configure." 
    12241  
    12242   # First look for the input files in the build tree, otherwise in the 
    12243   # src tree. 
    12244   ac_file_inputs=`IFS=: 
    12245     for f in $ac_file_in; do 
    12246       case $f in 
    12247       -) echo $tmp/stdin ;; 
    12248       [\\/$]*) 
    12249          # Absolute (can't be DOS-style, as IFS=:) 
    12250          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
    12251 echo "$as_me: error: cannot find input file: $f" >&2;} 
    12252    { (exit 1); exit 1; }; } 
    12253          echo "$f";; 
    12254       *) # Relative 
    12255          if test -f "$f"; then 
    12256            # Build tree 
    12257            echo "$f" 
    12258          elif test -f "$srcdir/$f"; then 
    12259            # Source tree 
    12260            echo "$srcdir/$f" 
    12261          else 
    12262            # /dev/null tree 
    12263            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
    12264 echo "$as_me: error: cannot find input file: $f" >&2;} 
    12265    { (exit 1); exit 1; }; } 
    12266          fi;; 
    12267       esac 
    12268     done` || { (exit 1); exit 1; } 
    12269 _ACEOF 
     12420    ac_top_srcdir=$srcdir 
     12421    ac_abs_top_srcdir=$srcdir ;; 
     12422  *) # Relative name. 
     12423    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 
     12424    ac_top_srcdir=$ac_top_build_prefix$srcdir 
     12425    ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 
     12426esac 
     12427ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 
     12428 
     12429 
     12430  case $ac_mode in 
     12431  :F) 
     12432  # 
     12433  # CONFIG_FILE 
     12434  # 
     12435 
     12436_ACEOF 
     12437 
     12438cat >>$CONFIG_STATUS <<\_ACEOF 
     12439# If the template does not know about datarootdir, expand it. 
     12440# FIXME: This hack should be removed a few years after 2.60. 
     12441ac_datarootdir_hack=; ac_datarootdir_seen= 
     12442 
     12443case `sed -n '/datarootdir/ { 
     12444  p 
     12445  q 
     12446} 
     12447/@datadir@/p 
     12448/@docdir@/p 
     12449/@infodir@/p 
     12450/@localedir@/p 
     12451/@mandir@/p 
     12452' $ac_file_inputs` in 
     12453*datarootdir*) ac_datarootdir_seen=yes;; 
     12454*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 
     12455  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
     12456echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
     12457_ACEOF 
     12458cat >>$CONFIG_STATUS <<_ACEOF 
     12459  ac_datarootdir_hack=' 
     12460  s&@datadir@&$datadir&g 
     12461  s&@docdir@&$docdir&g 
     12462  s&@infodir@&$infodir&g 
     12463  s&@localedir@&$localedir&g 
     12464  s&@mandir@&$mandir&g 
     12465    s&\\\${datarootdir}&$datarootdir&g' ;; 
     12466esac 
     12467_ACEOF 
     12468 
     12469# Neutralize VPATH when `$srcdir' = `.'. 
     12470# Shell code in configure.ac might set extrasub. 
     12471# FIXME: do we really want to maintain this feature? 
    1227012472cat >>$CONFIG_STATUS <<_ACEOF 
    1227112473  sed "$ac_vpsub 
     
    1227512477:t 
    1227612478/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 
    12277 s,@configure_input@,$configure_input,;t t 
    12278 s,@srcdir@,$ac_srcdir,;t t 
    12279 s,@abs_srcdir@,$ac_abs_srcdir,;t t 
    12280 s,@top_srcdir@,$ac_top_srcdir,;t t 
    12281 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 
    12282 s,@builddir@,$ac_builddir,;t t 
    12283 s,@abs_builddir@,$ac_abs_builddir,;t t 
    12284 s,@top_builddir@,$ac_top_builddir,;t t 
    12285 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 
    12286 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 
    12287   rm -f $tmp/stdin 
    12288   if test x"$ac_file" != x-; then 
    12289     mv $tmp/out $ac_file 
    12290   else 
    12291     cat $tmp/out 
    12292     rm -f $tmp/out 
    12293   fi 
    12294  
    12295 done 
    12296 _ACEOF 
    12297 cat >>$CONFIG_STATUS <<\_ACEOF 
    12298  
    12299 # 
    12300 # CONFIG_HEADER section. 
    12301 # 
    12302  
    12303 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 
    12304 # NAME is the cpp macro being defined and VALUE is the value it is being given. 
    12305 # 
    12306 # ac_d sets the value in "#define NAME VALUE" lines. 
    12307 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)' 
    12308 ac_dB='[         ].*$,\1#\2' 
     12479s&@configure_input@&$configure_input&;t t 
     12480s&@top_builddir@&$ac_top_builddir_sub&;t t 
     12481s&@srcdir@&$ac_srcdir&;t t 
     12482s&@abs_srcdir@&$ac_abs_srcdir&;t t 
     12483s&@top_srcdir@&$ac_top_srcdir&;t t 
     12484s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 
     12485s&@builddir@&$ac_builddir&;t t 
     12486s&@abs_builddir@&$ac_abs_builddir&;t t 
     12487s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 
     12488$ac_datarootdir_hack 
     12489" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 
     12490 
     12491test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 
     12492  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 
     12493  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 
     12494  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     12495which seems to be undefined.  Please make sure it is defined." >&5 
     12496echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     12497which seems to be undefined.  Please make sure it is defined." >&2;} 
     12498 
     12499  rm -f "$tmp/stdin" 
     12500  case $ac_file in 
     12501  -) cat "$tmp/out"; rm -f "$tmp/out";; 
     12502  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 
     12503  esac 
     12504 ;; 
     12505  :H) 
     12506  # 
     12507  # CONFIG_HEADER 
     12508  # 
     12509_ACEOF 
     12510 
     12511# Transform confdefs.h into a sed script `conftest.defines', that 
     12512# substitutes the proper values into config.h.in to produce config.h. 
     12513rm -f conftest.defines conftest.tail 
     12514# First, append a space to every undef/define line, to ease matching. 
     12515echo 's/$/ /' >conftest.defines 
     12516# Then, protect against being on the right side of a sed subst, or in 
     12517# an unquoted here document, in config.status.  If some macros were 
     12518# called several times there might be several #defines for the same 
     12519# symbol, which is useless.  But do not sort them, since the last 
     12520# AC_DEFINE must be honored. 
     12521ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
     12522# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 
     12523# NAME is the cpp macro being defined, VALUE is the value it is being given. 
     12524# PARAMS is the parameter list in the macro definition--in most cases, it's 
     12525# just an empty string. 
     12526ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*' 
     12527ac_dB='\\)[      (].*,\\1define\\2' 
    1230912528ac_dC=' ' 
    12310 ac_dD=',;t' 
    12311 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 
    12312 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)' 
    12313 ac_uB='$,\1#\2define\3' 
    12314 ac_uC=' ' 
    12315 ac_uD=',;t' 
    12316  
    12317 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 
    12318   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
    12319   case $ac_file in 
    12320   - | *:- | *:-:* ) # input from stdin 
    12321         cat >$tmp/stdin 
    12322         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
    12323         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
    12324   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
    12325         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
    12326   * )   ac_file_in=$ac_file.in ;; 
    12327   esac 
    12328  
    12329   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 
    12330 echo "$as_me: creating $ac_file" >&6;} 
    12331  
    12332   # First look for the input files in the build tree, otherwise in the 
    12333   # src tree. 
    12334   ac_file_inputs=`IFS=: 
    12335     for f in $ac_file_in; do 
    12336       case $f in 
    12337       -) echo $tmp/stdin ;; 
    12338       [\\/$]*) 
    12339          # Absolute (can't be DOS-style, as IFS=:) 
    12340          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
    12341 echo "$as_me: error: cannot find input file: $f" >&2;} 
    12342    { (exit 1); exit 1; }; } 
    12343          # Do quote $f, to prevent DOS paths from being IFS'd. 
    12344          echo "$f";; 
    12345       *) # Relative 
    12346          if test -f "$f"; then 
    12347            # Build tree 
    12348            echo "$f" 
    12349          elif test -f "$srcdir/$f"; then 
    12350            # Source tree 
    12351            echo "$srcdir/$f" 
    12352          else 
    12353            # /dev/null tree 
    12354            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
    12355 echo "$as_me: error: cannot find input file: $f" >&2;} 
    12356    { (exit 1); exit 1; }; } 
    12357          fi;; 
    12358       esac 
    12359     done` || { (exit 1); exit 1; } 
    12360   # Remove the trailing spaces. 
    12361   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in 
    12362  
    12363 _ACEOF 
    12364  
    12365 # Transform confdefs.h into two sed scripts, `conftest.defines' and 
    12366 # `conftest.undefs', that substitutes the proper values into 
    12367 # config.h.in to produce config.h.  The first handles `#define' 
    12368 # templates, and the second `#undef' templates. 
    12369 # And first: Protect against being on the right side of a sed subst in 
    12370 # config.status.  Protect against being in an unquoted here document 
    12371 # in config.status. 
    12372 rm -f conftest.defines conftest.undefs 
    12373 # Using a here document instead of a string reduces the quoting nightmare. 
    12374 # Putting comments in sed scripts is not portable. 
    12375 # 
    12376 # `end' is used to avoid that the second main sed command (meant for 
    12377 # 0-ary CPP macros) applies to n-ary macro definitions. 
    12378 # See the Autoconf documentation for `clear'. 
    12379 cat >confdef2sed.sed <<\_ACEOF 
    12380 s/[\\&,]/\\&/g 
    12381 s,[\\$`],\\&,g 
    12382 t clear 
    12383 : clear 
    12384 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 
    12385 t end 
    12386 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 
    12387 : end 
    12388 _ACEOF 
    12389 # If some macros were called several times there might be several times 
    12390 # the same #defines, which is useless.  Nevertheless, we may not want to 
    12391 # sort them, since we want the *last* AC-DEFINE to be honored. 
    12392 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 
    12393 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 
    12394 rm -f confdef2sed.sed 
    12395  
    12396 # This sed command replaces #undef with comments.  This is necessary, for 
     12529ac_dD=' ,' 
     12530 
     12531uniq confdefs.h | 
     12532  sed -n ' 
     12533        t rset 
     12534        :rset 
     12535        s/^[     ]*#[    ]*define[       ][      ]*// 
     12536        t ok 
     12537        d 
     12538        :ok 
     12539        s/[\\&,]/\\&/g 
     12540        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
     12541        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
     12542  ' >>conftest.defines 
     12543 
     12544# Remove the space that was appended to ease matching. 
     12545# Then replace #undef with comments.  This is necessary, for 
    1239712546# example, in the case of _POSIX_SOURCE, which is predefined and required 
    1239812547# on some systems where configure will not decide to define it. 
    12399 cat >>conftest.undefs <<\_ACEOF 
    12400 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 
    12401 _ACEOF 
    12402  
    12403 # Break up conftest.defines because some shells have a limit on the size 
    12404 # of here documents, and old seds have small limits too (100 cmds). 
    12405 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 
    12406 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 
    12407 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 
    12408 echo '  :' >>$CONFIG_STATUS 
    12409 rm -f conftest.tail 
    12410 while grep . conftest.defines >/dev/null 
     12548# (The regexp can be short, since the line contains either #define or #undef.) 
     12549echo 's/ $// 
     12550s,^[     #]*u.*,/* & */,' >>conftest.defines 
     12551 
     12552# Break up conftest.defines: 
     12553ac_max_sed_lines=50 
     12554 
     12555# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1" 
     12556# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2" 
     12557# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1" 
     12558# et cetera. 
     12559ac_in='$ac_file_inputs' 
     12560ac_out='"$tmp/out1"' 
     12561ac_nxt='"$tmp/out2"' 
     12562 
     12563while : 
    1241112564do 
    12412   # Write a limited-size here document to $tmp/defines.sed. 
    12413   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 
    12414   # Speed up: don't consider the non `#define' lines. 
    12415   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS 
    12416   # Work around the forget-to-reset-the-flag bug. 
    12417   echo 't clr' >>$CONFIG_STATUS 
    12418   echo ': clr' >>$CONFIG_STATUS 
    12419   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 
     12565  # Write a here document: 
     12566    cat >>$CONFIG_STATUS <<_ACEOF 
     12567    # First, check the format of the line: 
     12568    cat >"\$tmp/defines.sed" <<\\CEOF 
     12569/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def 
     12570/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def 
     12571b 
     12572:def 
     12573_ACEOF 
     12574  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
    1242012575  echo 'CEOF 
    12421   sed -f $tmp/defines.sed $tmp/in >$tmp/out 
    12422   rm -f $tmp/in 
    12423   mv $tmp/out $tmp/in 
    12424 ' >>$CONFIG_STATUS 
    12425   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 
     12576    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
     12577  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
     12578  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
     12579  grep . conftest.tail >/dev/null || break 
    1242612580  rm -f conftest.defines 
    1242712581  mv conftest.tail conftest.defines 
    1242812582done 
    12429 rm -f conftest.defines 
    12430 echo '  fi # grep' >>$CONFIG_STATUS 
    12431 echo >>$CONFIG_STATUS 
    12432  
    12433 # Break up conftest.undefs because some shells have a limit on the size 
    12434 # of here documents, and old seds have small limits too (100 cmds). 
    12435 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS 
    12436 rm -f conftest.tail 
    12437 while grep . conftest.undefs >/dev/null 
    12438 do 
    12439   # Write a limited-size here document to $tmp/undefs.sed. 
    12440   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 
    12441   # Speed up: don't consider the non `#undef' 
    12442   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS 
    12443   # Work around the forget-to-reset-the-flag bug. 
    12444   echo 't clr' >>$CONFIG_STATUS 
    12445   echo ': clr' >>$CONFIG_STATUS 
    12446   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 
    12447   echo 'CEOF 
    12448   sed -f $tmp/undefs.sed $tmp/in >$tmp/out 
    12449   rm -f $tmp/in 
    12450   mv $tmp/out $tmp/in 
    12451 ' >>$CONFIG_STATUS 
    12452   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 
    12453   rm -f conftest.undefs 
    12454   mv conftest.tail conftest.undefs 
    12455 done 
    12456 rm -f conftest.undefs 
    12457  
     12583rm -f conftest.defines conftest.tail 
     12584 
     12585echo "ac_result=$ac_in" >>$CONFIG_STATUS 
    1245812586cat >>$CONFIG_STATUS <<\_ACEOF 
    12459   # Let's still pretend it is `configure' which instantiates (i.e., don't 
    12460   # use $as_me), people would be surprised to read: 
    12461   #    /* config.h.  Generated by config.status.  */ 
    12462   if test x"$ac_file" = x-; then 
    12463     echo "/* Generated by configure.  */" >$tmp/config.h 
    12464   else 
    12465     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h 
    12466   fi 
    12467   cat $tmp/in >>$tmp/config.h 
    12468   rm -f $tmp/in 
    1246912587  if test x"$ac_file" != x-; then 
    12470     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 
     12588    echo "/* $configure_input  */" >"$tmp/config.h" 
     12589    cat "$ac_result" >>"$tmp/config.h" 
     12590    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 
    1247112591      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
    1247212592echo "$as_me: $ac_file is unchanged" >&6;} 
    1247312593    else 
    12474       ac_dir=`(dirname "$ac_file") 2>/dev/null || 
    12475 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    12476          X"$ac_file" : 'X\(//\)[^/]' \| \ 
    12477          X"$ac_file" : 'X\(//\)$' \| \ 
    12478          X"$ac_file" : 'X\(/\)' \| \ 
    12479          .     : '\(.\)' 2>/dev/null || 
    12480 echo X"$ac_file" | 
    12481     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    12482           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    12483           /^X\(\/\/\)$/{ s//\1/; q; } 
    12484           /^X\(\/\).*/{ s//\1/; q; } 
    12485           s/.*/./; q'` 
    12486       { if $as_mkdir_p; then 
    12487     mkdir -p "$ac_dir" 
    12488   else 
    12489     as_dir="$ac_dir" 
    12490     as_dirs= 
    12491     while test ! -d "$as_dir"; do 
    12492       as_dirs="$as_dir $as_dirs" 
    12493       as_dir=`(dirname "$as_dir") 2>/dev/null || 
    12494 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    12495          X"$as_dir" : 'X\(//\)[^/]' \| \ 
    12496          X"$as_dir" : 'X\(//\)$' \| \ 
    12497          X"$as_dir" : 'X\(/\)' \| \ 
    12498          .     : '\(.\)' 2>/dev/null || 
    12499 echo X"$as_dir" | 
    12500     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    12501           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    12502           /^X\(\/\/\)$/{ s//\1/; q; } 
    12503           /^X\(\/\).*/{ s//\1/; q; } 
    12504           s/.*/./; q'` 
    12505     done 
    12506     test ! -n "$as_dirs" || mkdir $as_dirs 
    12507   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 
    12508 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 
    12509    { (exit 1); exit 1; }; }; } 
    12510  
    1251112594      rm -f $ac_file 
    12512       mv $tmp/config.h $ac_file 
     12595      mv "$tmp/config.h" $ac_file 
    1251312596    fi 
    1251412597  else 
    12515     cat $tmp/config.h 
    12516     rm -f $tmp/config.h 
     12598    echo "/* $configure_input  */" 
     12599    cat "$ac_result" 
    1251712600  fi 
    12518 done 
    12519 _ACEOF 
    12520  
    12521 cat >>$CONFIG_STATUS <<\_ACEOF 
     12601  rm -f "$tmp/out12" 
     12602 ;; 
     12603 
     12604 
     12605  esac 
     12606 
     12607done # for ac_tag 
     12608 
    1252212609 
    1252312610{ (exit 0); exit 0; } 
     
    1255012637 
    1255112638 
    12552 echo "$as_me:$LINENO: result: 
     12639{ echo "$as_me:$LINENO: result: 
    1255312640 
    1255412641Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h. 
     
    1256912656 
    1257012657The next step now is to run 'make dep' and 'make'. 
    12571 " >&6 
    12572  
     12658" >&6; } 
     12659 
Note: See TracChangeset for help on using the changeset viewer.