Changeset 114


Ignore:
Timestamp:
08/19/07 18:28:11 (5 years ago)
Author:
gnue
Message:

removed "contrib/inwt/inwt" in AC_CONFIG_FILES

Location:
NEWT0/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/configure

    r102 r114  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.60 for FULL-PACKAGE-NAME VERSION. 
     3# Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION. 
    44# 
    55# Report bugs to <BUG-REPORT-ADDRESS>. 
    66# 
    7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     7# Copyright (C) 2003 Free Software Foundation, Inc. 
    98# This configure script is free software; the Free Software Foundation 
    109# gives unlimited permission to copy, distribute and modify it. 
     
    2019  # is contrary to our usage.  Disable this feature. 
    2120  alias -g '${1+"$@"}'='"$@"' 
    22   setopt NO_GLOB_SUBST 
    23 else 
    24   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    25 fi 
    26 BIN_SH=xpg4; export BIN_SH # for Tru64 
     21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
     22  set -o posix 
     23fi 
    2724DUALCASE=1; export DUALCASE # for MKS sh 
    2825 
    29  
    30 # PATH needs CR 
     26# Support unset when possible. 
     27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     28  as_unset=unset 
     29else 
     30  as_unset=false 
     31fi 
     32 
     33 
     34# Work around bugs in pre-3.0 UWIN ksh. 
     35$as_unset ENV MAIL MAILPATH 
     36PS1='$ ' 
     37PS2='> ' 
     38PS4='+ ' 
     39 
     40# NLS nuisances. 
     41for as_var in \ 
     42  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     43  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     44  LC_TELEPHONE LC_TIME 
     45do 
     46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     47    eval $as_var=C; export $as_var 
     48  else 
     49    $as_unset $as_var 
     50  fi 
     51done 
     52 
     53# Required to use basename. 
     54if expr a : '\(a\)' >/dev/null 2>&1; then 
     55  as_expr=expr 
     56else 
     57  as_expr=false 
     58fi 
     59 
     60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
     61  as_basename=basename 
     62else 
     63  as_basename=false 
     64fi 
     65 
     66 
     67# Name of the executable. 
     68as_me=`$as_basename "$0" || 
     69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     70     X"$0" : 'X\(//\)$' \| \ 
     71     X"$0" : 'X\(/\)$' \| \ 
     72     .     : '\(.\)' 2>/dev/null || 
     73echo X/"$0" | 
     74    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 
     75      /^X\/\(\/\/\)$/{ s//\1/; q; } 
     76      /^X\/\(\/\).*/{ s//\1/; q; } 
     77      s/.*/./; q'` 
     78 
     79 
     80# PATH needs CR, and LINENO needs CR and PATH. 
    3181# Avoid depending upon Character Ranges. 
    3282as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    4999fi 
    50100 
    51 # Support unset when possible. 
    52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    53   as_unset=unset 
    54 else 
    55   as_unset=false 
    56 fi 
    57  
    58  
    59 # IFS 
    60 # We need space, tab and new line, in precisely that order.  Quoting is 
    61 # there to prevent editors from complaining about space-tab. 
    62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    63 # splitting by setting IFS to empty value.) 
    64 as_nl=' 
    65 ' 
    66 IFS=" ""    $as_nl" 
    67  
    68 # Find who we are.  Look in the path if we contain no directory separator. 
    69 case $0 in 
    70   *[\\/]* ) as_myself=$0 ;; 
    71   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     101 
     102  as_lineno_1=$LINENO 
     103  as_lineno_2=$LINENO 
     104  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
     105  test "x$as_lineno_1" != "x$as_lineno_2" && 
     106  test "x$as_lineno_3"  = "x$as_lineno_2"  || { 
     107  # Find who we are.  Look in the path if we contain no path at all 
     108  # relative or not. 
     109  case $0 in 
     110    *[\\/]* ) as_myself=$0 ;; 
     111    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    72112for as_dir in $PATH 
    73113do 
     
    76116  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    77117done 
    78 IFS=$as_save_IFS 
    79  
    80      ;; 
    81 esac 
    82 # We did not find ourselves, most probably we were run as `sh COMMAND' 
    83 # in which case we are not to be found in the path. 
    84 if test "x$as_myself" = x; then 
    85   as_myself=$0 
    86 fi 
    87 if test ! -f "$as_myself"; then 
    88   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    89   { (exit 1); exit 1; } 
    90 fi 
    91  
    92 # Work around bugs in pre-3.0 UWIN ksh. 
    93 for as_var in ENV MAIL MAILPATH 
    94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    95 done 
    96 PS1='$ ' 
    97 PS2='> ' 
    98 PS4='+ ' 
    99  
    100 # NLS nuisances. 
    101 for as_var in \ 
    102   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    103   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    104   LC_TELEPHONE LC_TIME 
    105 do 
    106   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    107     eval $as_var=C; export $as_var 
    108   else 
    109     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     118 
     119       ;; 
     120  esac 
     121  # We did not find ourselves, most probably we were run as `sh COMMAND' 
     122  # in which case we are not to be found in the path. 
     123  if test "x$as_myself" = x; then 
     124    as_myself=$0 
    110125  fi 
    111 done 
    112  
    113 # Required to use basename. 
    114 if expr a : '\(a\)' >/dev/null 2>&1 && 
    115    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    116   as_expr=expr 
    117 else 
    118   as_expr=false 
    119 fi 
    120  
    121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
    122   as_basename=basename 
    123 else 
    124   as_basename=false 
    125 fi 
    126  
    127  
    128 # Name of the executable. 
    129 as_me=`$as_basename -- "$0" || 
    130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    131      X"$0" : 'X\(//\)$' \| \ 
    132      X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    133 echo X/"$0" | 
    134     sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    135         s//\1/ 
    136         q 
    137       } 
    138       /^X\/\(\/\/\)$/{ 
    139         s//\1/ 
    140         q 
    141       } 
    142       /^X\/\(\/\).*/{ 
    143         s//\1/ 
    144         q 
    145       } 
    146       s/.*/./; q'` 
    147  
    148 # CDPATH. 
    149 $as_unset CDPATH 
    150  
    151  
    152 if test "x$CONFIG_SHELL" = x; then 
    153   if (eval ":") 2>/dev/null; then 
    154   as_have_required=yes 
    155 else 
    156   as_have_required=no 
    157 fi 
    158  
    159   if test $as_have_required = yes &&     (eval ": 
    160 (as_func_return () { 
    161   (exit \$1) 
    162 } 
    163 as_func_success () { 
    164   as_func_return 0 
    165 } 
    166 as_func_failure () { 
    167   as_func_return 1 
    168 } 
    169 as_func_ret_success () { 
    170   return 0 
    171 } 
    172 as_func_ret_failure () { 
    173   return 1 
    174 } 
    175  
    176 exitcode=0 
    177 if as_func_success; then 
    178   : 
    179 else 
    180   exitcode=1 
    181   echo as_func_success failed. 
    182 fi 
    183  
    184 if as_func_failure; then 
    185   exitcode=1 
    186   echo as_func_failure succeeded. 
    187 fi 
    188  
    189 if as_func_ret_success; then 
    190   : 
    191 else 
    192   exitcode=1 
    193   echo as_func_ret_success failed. 
    194 fi 
    195  
    196 if as_func_ret_failure; then 
    197   exitcode=1 
    198   echo as_func_ret_failure succeeded. 
    199 fi 
    200  
    201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
    202   : 
    203 else 
    204   exitcode=1 
    205   echo positional parameters were not saved. 
    206 fi 
    207  
    208 test \$exitcode = 0) || { (exit 1); exit 1; } 
    209  
    210 ( 
    211   as_lineno_1=\$LINENO 
    212   as_lineno_2=\$LINENO 
    213   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 
    214   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 
    215 ") 2> /dev/null; then 
    216   : 
    217 else 
    218   as_candidate_shells= 
     126  if test ! -f "$as_myself"; then 
     127    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 
     128   { (exit 1); exit 1; }; } 
     129  fi 
     130  case $CONFIG_SHELL in 
     131  '') 
    219132    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    221134do 
    222135  IFS=$as_save_IFS 
    223136  test -z "$as_dir" && as_dir=. 
    224   case $as_dir in 
     137  for as_base in sh bash ksh sh5; do 
     138     case $as_dir in 
    225139     /*) 
    226        for as_base in sh bash ksh sh5; do 
    227          as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 
    228        done;; 
    229        esac 
    230 done 
    231 IFS=$as_save_IFS 
    232  
    233  
    234       for as_shell in $as_candidate_shells $SHELL; do 
    235      # Try only shells that exist, to save several forks. 
    236      if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    237         { ("$as_shell") 2> /dev/null <<\_ASEOF 
    238 # Be Bourne compatible 
    239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    240   emulate sh 
    241   NULLCMD=: 
    242   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    243   # is contrary to our usage.  Disable this feature. 
    244   alias -g '${1+"$@"}'='"$@"' 
    245   setopt NO_GLOB_SUBST 
    246 else 
    247   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    248 fi 
    249 BIN_SH=xpg4; export BIN_SH # for Tru64 
    250 DUALCASE=1; export DUALCASE # for MKS sh 
    251  
    252 : 
    253 _ASEOF 
    254 }; then 
    255   CONFIG_SHELL=$as_shell 
    256            as_have_required=yes 
    257            if { "$as_shell" 2> /dev/null <<\_ASEOF 
    258 # Be Bourne compatible 
    259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    260   emulate sh 
    261   NULLCMD=: 
    262   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    263   # is contrary to our usage.  Disable this feature. 
    264   alias -g '${1+"$@"}'='"$@"' 
    265   setopt NO_GLOB_SUBST 
    266 else 
    267   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    268 fi 
    269 BIN_SH=xpg4; export BIN_SH # for Tru64 
    270 DUALCASE=1; export DUALCASE # for MKS sh 
    271  
    272 : 
    273 (as_func_return () { 
    274   (exit $1) 
    275 } 
    276 as_func_success () { 
    277   as_func_return 0 
    278 } 
    279 as_func_failure () { 
    280   as_func_return 1 
    281 } 
    282 as_func_ret_success () { 
    283   return 0 
    284 } 
    285 as_func_ret_failure () { 
    286   return 1 
    287 } 
    288  
    289 exitcode=0 
    290 if as_func_success; then 
    291   : 
    292 else 
    293   exitcode=1 
    294   echo as_func_success failed. 
    295 fi 
    296  
    297 if as_func_failure; then 
    298   exitcode=1 
    299   echo as_func_failure succeeded. 
    300 fi 
    301  
    302 if as_func_ret_success; then 
    303   : 
    304 else 
    305   exitcode=1 
    306   echo as_func_ret_success failed. 
    307 fi 
    308  
    309 if as_func_ret_failure; then 
    310   exitcode=1 
    311   echo as_func_ret_failure succeeded. 
    312 fi 
    313  
    314 if ( set x; as_func_ret_success y && test x = "$1" ); then 
    315   : 
    316 else 
    317   exitcode=1 
    318   echo positional parameters were not saved. 
    319 fi 
    320  
    321 test $exitcode = 0) || { (exit 1); exit 1; } 
    322  
    323 ( 
     140       if ("$as_dir/$as_base" -c ' 
    324141  as_lineno_1=$LINENO 
    325142  as_lineno_2=$LINENO 
     143  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    326144  test "x$as_lineno_1" != "x$as_lineno_2" && 
    327   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 
    328  
    329 _ASEOF 
    330 }; then 
    331   break 
    332 fi 
    333  
    334 fi 
    335  
    336       done 
    337  
    338       if test "x$CONFIG_SHELL" != x; then 
    339   for as_var in BASH_ENV ENV 
    340         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    341         done 
    342         export CONFIG_SHELL 
    343         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    344 fi 
    345  
    346  
    347     if test $as_have_required = no; then 
    348   echo This script requires a shell more modern than all the 
    349       echo shells that I found on your system.  Please install a 
    350       echo modern shell, or manually run the script under such a 
    351       echo shell if you do have one. 
    352       { (exit 1); exit 1; } 
    353 fi 
    354  
    355  
    356 fi 
    357  
    358 fi 
    359  
    360  
    361  
    362 (eval "as_func_return () { 
    363   (exit \$1) 
    364 } 
    365 as_func_success () { 
    366   as_func_return 0 
    367 } 
    368 as_func_failure () { 
    369   as_func_return 1 
    370 } 
    371 as_func_ret_success () { 
    372   return 0 
    373 } 
    374 as_func_ret_failure () { 
    375   return 1 
    376 } 
    377  
    378 exitcode=0 
    379 if as_func_success; then 
    380   : 
    381 else 
    382   exitcode=1 
    383   echo as_func_success failed. 
    384 fi 
    385  
    386 if as_func_failure; then 
    387   exitcode=1 
    388   echo as_func_failure succeeded. 
    389 fi 
    390  
    391 if as_func_ret_success; then 
    392   : 
    393 else 
    394   exitcode=1 
    395   echo as_func_ret_success failed. 
    396 fi 
    397  
    398 if as_func_ret_failure; then 
    399   exitcode=1 
    400   echo as_func_ret_failure succeeded. 
    401 fi 
    402  
    403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
    404   : 
    405 else 
    406   exitcode=1 
    407   echo positional parameters were not saved. 
    408 fi 
    409  
    410 test \$exitcode = 0") || { 
    411   echo No shell found that supports shell functions. 
    412   echo Please tell autoconf@gnu.org about your system, 
    413   echo including any error possibly output before this 
    414   echo message 
    415 } 
    416  
    417  
    418  
    419   as_lineno_1=$LINENO 
    420   as_lineno_2=$LINENO 
    421   test "x$as_lineno_1" != "x$as_lineno_2" && 
    422   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 
     145  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
     146         $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
     147         $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
     148         CONFIG_SHELL=$as_dir/$as_base 
     149         export CONFIG_SHELL 
     150         exec "$CONFIG_SHELL" "$0" ${1+"$@"} 
     151       fi;; 
     152     esac 
     153       done 
     154done 
     155;; 
     156  esac 
    423157 
    424158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    425159  # uniformly replaced by the line number.  The first 'sed' inserts a 
    426   # line-number line after each line using $LINENO; the second 'sed' 
    427   # does the real work.  The second script uses 'N' to pair each 
    428   # line-number line with the line containing $LINENO, and appends 
    429   # trailing '-' during substitution so that $LINENO is not a special 
    430   # case at line end. 
     160  # line-number line before each line; the second 'sed' does the real 
     161  # work.  The second script uses 'N' to pair each line-number line 
     162  # with the numbered line, and appends trailing '-' during 
     163  # substitution so that $LINENO is not a special case at line end. 
    431164  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    432   # scripts with optimization help from Paolo Bonzini.  Blame Lee 
    433   # E. McMahon (1931-1989) for sed's syntax.  :-) 
    434   sed -n ' 
    435     p 
    436     /[$]LINENO/= 
    437   ' <$as_myself | 
     165  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
     166  sed '=' <$as_myself | 
    438167    sed ' 
    439       s/[$]LINENO.*/&-/ 
    440       t lineno 
    441       b 
    442       :lineno 
    443168      N 
    444       :loop 
    445       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
     169      s,$,-, 
     170      : loop 
     171      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
    446172      t loop 
    447       s/-\n.*// 
     173      s,-$,, 
     174      s,^['$as_cr_digits']*\n,, 
    448175    ' >$as_me.lineno && 
    449   chmod +x "$as_me.lineno" || 
     176  chmod +x $as_me.lineno || 
    450177    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    451178   { (exit 1); exit 1; }; } 
     
    453180  # Don't try to exec as it changes $[0], causing all sort of problems 
    454181  # (the dirname of $[0] is not the place where we might find the 
    455   # original and so on.  Autoconf is especially sensitive to this). 
    456   . "./$as_me.lineno" 
     182  # original and so on.  Autoconf is especially sensible to this). 
     183  . ./$as_me.lineno 
    457184  # Exit status is that of the last command. 
    458185  exit 
     
    460187 
    461188 
    462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
    463   as_dirname=dirname 
    464 else 
    465   as_dirname=false 
    466 fi 
    467  
    468 ECHO_C= ECHO_N= ECHO_T= 
    469 case `echo -n x` in 
    470 -n*) 
    471   case `echo 'x\c'` in 
    472   *c*) ECHO_T=' ';; # ECHO_T is single tab character. 
    473   *)   ECHO_C='\c';; 
    474   esac;; 
    475 *) 
    476   ECHO_N='-n';; 
     189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 
     190  *c*,-n*) ECHO_N= ECHO_C=' 
     191' ECHO_T='  ' ;; 
     192  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; 
     193  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; 
    477194esac 
    478195 
    479 if expr a : '\(a\)' >/dev/null 2>&1 && 
    480    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     196if expr a : '\(a\)' >/dev/null 2>&1; then 
    481197  as_expr=expr 
    482198else 
     
    485201 
    486202rm -f conf$$ conf$$.exe conf$$.file 
    487 if test -d conf$$.dir; then 
    488   rm -f conf$$.dir/conf$$.file 
    489 else 
    490   rm -f conf$$.dir 
    491   mkdir conf$$.dir 
    492 fi 
    493203echo >conf$$.file 
    494204if ln -s conf$$.file conf$$ 2>/dev/null; then 
    495   as_ln_s='ln -s' 
    496   # ... but there are two gotchas: 
    497   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    498   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    499   # In both cases, we have to default to `cp -p'. 
    500   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     205  # We could just check for DJGPP; but this test a) works b) is more generic 
     206  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 
     207  if test -f conf$$.exe; then 
     208    # Don't use ln at all; we don't have any links 
    501209    as_ln_s='cp -p' 
     210  else 
     211    as_ln_s='ln -s' 
     212  fi 
    502213elif ln conf$$.file conf$$ 2>/dev/null; then 
    503214  as_ln_s=ln 
     
    505216  as_ln_s='cp -p' 
    506217fi 
    507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
    508 rmdir conf$$.dir 2>/dev/null 
     218rm -f conf$$ conf$$.exe conf$$.file 
    509219 
    510220if mkdir -p . 2>/dev/null; then 
     
    515225fi 
    516226 
    517 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    518 # systems may use methods other than mode bits to determine executability. 
    519 cat >conf$$.file <<_ASEOF 
    520 #! /bin/sh 
    521 exit 0 
    522 _ASEOF 
    523 chmod +x conf$$.file 
    524 if test -x conf$$.file >/dev/null 2>&1; then 
    525   as_executable_p="test -x" 
    526 else 
    527   as_executable_p=: 
    528 fi 
    529 rm -f conf$$.file 
     227as_executable_p="test -f" 
    530228 
    531229# Sed expression to map a string onto a valid CPP name. 
     
    536234 
    537235 
    538  
    539 exec 7<&0 </dev/null 6>&1 
     236# IFS 
     237# We need space, tab and new line, in precisely that order. 
     238as_nl=' 
     239' 
     240IFS="   $as_nl" 
     241 
     242# CDPATH. 
     243$as_unset CDPATH 
     244 
    540245 
    541246# Name of the host. 
     
    544249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 
    545250 
     251exec 6>&1 
     252 
    546253# 
    547254# Initializations. 
    548255# 
    549256ac_default_prefix=/usr/local 
    550 ac_clean_files= 
    551257ac_config_libobj_dir=. 
    552 LIBOBJS= 
    553258cross_compiling=no 
    554259subdirs= 
     
    556261MAKEFLAGS= 
    557262SHELL=${CONFIG_SHELL-/bin/sh} 
     263 
     264# Maximum number of lines to put in a shell here document. 
     265# This variable seems obsolete.  It should probably be removed, and 
     266# only ac_max_sed_lines should be used. 
     267: ${ac_max_here_lines=38} 
    558268 
    559269# Identity of this package. 
     
    593303#if HAVE_INTTYPES_H 
    594304# include <inttypes.h> 
    595 #endif 
    596 #if HAVE_STDINT_H 
    597 # include <stdint.h> 
     305#else 
     306# if HAVE_STDINT_H 
     307#  include <stdint.h> 
     308# endif 
    598309#endif 
    599310#if HAVE_UNISTD_H 
     
    601312#endif" 
    602313 
    603 ac_subst_vars='SHELL 
    604 PATH_SEPARATOR 
    605 PACKAGE_NAME 
    606 PACKAGE_TARNAME 
    607 PACKAGE_VERSION 
    608 PACKAGE_STRING 
    609 PACKAGE_BUGREPORT 
    610 exec_prefix 
    611 prefix 
    612 program_transform_name 
    613 bindir 
    614 sbindir 
    615 libexecdir 
    616 datarootdir 
    617 datadir 
    618 sysconfdir 
    619 sharedstatedir 
    620 localstatedir 
    621 includedir 
    622 oldincludedir 
    623 docdir 
    624 infodir 
    625 htmldir 
    626 dvidir 
    627 pdfdir 
    628 psdir 
    629 libdir 
    630 localedir 
    631 mandir 
    632 DEFS 
    633 ECHO_C 
    634 ECHO_N 
    635 ECHO_T 
    636 LIBS 
    637 build_alias 
    638 host_alias 
    639 target_alias 
    640 CC 
    641 CFLAGS 
    642 LDFLAGS 
    643 CPPFLAGS 
    644 ac_ct_CC 
    645 EXEEXT 
    646 OBJEXT 
    647 YACC 
    648 YFLAGS 
    649 LEX 
    650 LEXLIB 
    651 LEX_OUTPUT_ROOT 
    652 AR 
    653 RANLIB 
    654 build 
    655 build_cpu 
    656 build_vendor 
    657 build_os 
    658 host 
    659 host_cpu 
    660 host_vendor 
    661 host_os 
    662 target 
    663 target_cpu 
    664 target_vendor 
    665 target_os 
    666 CPP 
    667 GREP 
    668 EGREP 
    669 LIBOBJS 
    670 NEWT_LDIMPORT 
    671 NEWT_LDFLAGS 
    672 LIBNEWT_LDSHARED 
    673 LINK_NEWT_APP_ 
    674 DLEXT 
    675 MAKE_EXT 
    676 MAKE_CONTRIB 
    677 BINDIR 
    678 sitedir 
    679 libffidir 
    680 __NAMED_MAGIC_POINTER__ 
    681 LIBREGEX 
    682 LIBCOMMAND 
    683 LIBEXT 
    684 LTLIBOBJS' 
     314ac_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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT YACC LEX LEXLIB LEX_OUTPUT_ROOT AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP LIBOBJS NEWT_LDIMPORT NEWT_LDFLAGS LIBNEWT_LDSHARED LINK_NEWT_APP_ DLEXT MAKE_EXT MAKE_CONTRIB BINDIR sitedir libffidir __NAMED_MAGIC_POINTER__ LIBREGEX LIBCOMMAND LIBEXT LTLIBOBJS' 
    685315ac_subst_files='' 
    686       ac_precious_vars='build_alias 
    687 host_alias 
    688 target_alias 
    689 CC 
    690 CFLAGS 
    691 LDFLAGS 
    692 CPPFLAGS 
    693 YACC 
    694 YFLAGS 
    695 CPP' 
    696  
    697316 
    698317# Initialize some variables set by options. 
     
    721340# by default will actually change. 
    722341# Use braces instead of parens because sh, perl, etc. also accept them. 
    723 # (The list follows the same order as the GNU Coding Standards.) 
    724342bindir='${exec_prefix}/bin' 
    725343sbindir='${exec_prefix}/sbin' 
    726344libexecdir='${exec_prefix}/libexec' 
    727 datarootdir='${prefix}/share' 
    728 datadir='${datarootdir}' 
     345datadir='${prefix}/share' 
    729346sysconfdir='${prefix}/etc' 
    730347sharedstatedir='${prefix}/com' 
    731348localstatedir='${prefix}/var' 
     349libdir='${exec_prefix}/lib' 
    732350includedir='${prefix}/include' 
    733351oldincludedir='/usr/include' 
    734 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 
    735 infodir='${datarootdir}/info' 
    736 htmldir='${docdir}' 
    737 dvidir='${docdir}' 
    738 pdfdir='${docdir}' 
    739 psdir='${docdir}' 
    740 libdir='${exec_prefix}/lib' 
    741 localedir='${datarootdir}/locale' 
    742 mandir='${datarootdir}/man' 
     352infodir='${prefix}/info' 
     353mandir='${prefix}/man' 
    743354 
    744355ac_prev= 
    745 ac_dashdash= 
    746356for ac_option 
    747357do 
    748358  # If the previous option needs an argument, assign it. 
    749359  if test -n "$ac_prev"; then 
    750     eval $ac_prev=\$ac_option 
     360    eval "$ac_prev=\$ac_option" 
    751361    ac_prev= 
    752362    continue 
    753363  fi 
    754364 
     365  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 
     366 
     367  # Accept the important Cygnus configure options, so we can diagnose typos. 
     368 
    755369  case $ac_option in 
    756   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 
    757   *)    ac_optarg=yes ;; 
    758   esac 
    759  
    760   # Accept the important Cygnus configure options, so we can diagnose typos. 
    761  
    762   case $ac_dashdash$ac_option in 
    763   --) 
    764     ac_dashdash=yes ;; 
    765370 
    766371  -bindir | --bindir | --bindi | --bind | --bin | --bi) 
     
    784389    cache_file=config.cache ;; 
    785390 
    786   -datadir | --datadir | --datadi | --datad) 
     391  -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 
    787392    ac_prev=datadir ;; 
    788   -datadir=* | --datadir=* | --datadi=* | --datad=*) 
     393  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 
     394  | --da=*) 
    789395    datadir=$ac_optarg ;; 
    790  
    791   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 
    792   | --dataroo | --dataro | --datar) 
    793     ac_prev=datarootdir ;; 
    794   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 
    795   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 
    796     datarootdir=$ac_optarg ;; 
    797396 
    798397  -disable-* | --disable-*) 
     
    803402   { (exit 1); exit 1; }; } 
    804403    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    805     eval enable_$ac_feature=no ;; 
    806  
    807   -docdir | --docdir | --docdi | --doc | --do) 
    808     ac_prev=docdir ;; 
    809   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 
    810     docdir=$ac_optarg ;; 
    811  
    812   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 
    813     ac_prev=dvidir ;; 
    814   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 
    815     dvidir=$ac_optarg ;; 
     404    eval "enable_$ac_feature=no" ;; 
    816405 
    817406  -enable-* | --enable-*) 
     
    822411   { (exit 1); exit 1; }; } 
    823412    ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    824     eval enable_$ac_feature=\$ac_optarg ;; 
     413    case $ac_option in 
     414      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
     415      *) ac_optarg=yes ;; 
     416    esac 
     417    eval "enable_$ac_feature='$ac_optarg'" ;; 
    825418 
    826419  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    849442    host_alias=$ac_optarg ;; 
    850443 
    851   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 
    852     ac_prev=htmldir ;; 
    853   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 
    854   | --ht=*) 
    855     htmldir=$ac_optarg ;; 
    856  
    857444  -includedir | --includedir | --includedi | --included | --include \ 
    858445  | --includ | --inclu | --incl | --inc) 
     
    879466    libexecdir=$ac_optarg ;; 
    880467 
    881   -localedir | --localedir | --localedi | --localed | --locale) 
    882     ac_prev=localedir ;; 
    883   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 
    884     localedir=$ac_optarg ;; 
    885  
    886468  -localstatedir | --localstatedir | --localstatedi | --localstated \ 
    887   | --localstate | --localstat | --localsta | --localst | --locals) 
     469  | --localstate | --localstat | --localsta | --localst \ 
     470  | --locals | --local | --loca | --loc | --lo) 
    888471    ac_prev=localstatedir ;; 
    889472  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 
    890   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 
     473  | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 
     474  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 
    891475    localstatedir=$ac_optarg ;; 
    892476 
     
    953537    program_transform_name=$ac_optarg ;; 
    954538 
    955   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 
    956     ac_prev=pdfdir ;; 
    957   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 
    958     pdfdir=$ac_optarg ;; 
    959  
    960   -psdir | --psdir | --psdi | --psd | --ps) 
    961     ac_prev=psdir ;; 
    962   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 
    963     psdir=$ac_optarg ;; 
    964  
    965539  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    966540  | -silent | --silent | --silen | --sile | --sil) 
     
    1019593   { (exit 1); exit 1; }; } 
    1020594    ac_package=`echo $ac_package| sed 's/-/_/g'` 
    1021     eval with_$ac_package=\$ac_optarg ;; 
     595    case $ac_option in 
     596      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
     597      *) ac_optarg=yes ;; 
     598    esac 
     599    eval "with_$ac_package='$ac_optarg'" ;; 
    1022600 
    1023601  -without-* | --without-*) 
     
    1028606   { (exit 1); exit 1; }; } 
    1029607    ac_package=`echo $ac_package | sed 's/-/_/g'` 
    1030     eval with_$ac_package=no ;; 
     608    eval "with_$ac_package=no" ;; 
    1031609 
    1032610  --x) 
     
    1059637      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    1060638   { (exit 1); exit 1; }; } 
    1061     eval $ac_envvar=\$ac_optarg 
     639    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 
     640    eval "$ac_envvar='$ac_optarg'" 
    1062641    export $ac_envvar ;; 
    1063642 
     
    1079658fi 
    1080659 
    1081 # Be sure to have absolute directory names. 
    1082 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    1083         datadir sysconfdir sharedstatedir localstatedir includedir \ 
    1084         oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 
    1085         libdir localedir mandir 
     660# Be sure to have absolute paths. 
     661for ac_var in exec_prefix prefix 
    1086662do 
    1087   eval ac_val=\$$ac_var 
     663  eval ac_val=$`echo $ac_var` 
    1088664  case $ac_val in 
    1089     [\\/$]* | ?:[\\/]* )  continue;; 
    1090     NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
     665    [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 
     666    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     667   { (exit 1); exit 1; }; };; 
    1091668  esac 
    1092   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    1093    { (exit 1); exit 1; }; } 
     669done 
     670 
     671# Be sure to have absolute paths. 
     672for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 
     673          localstatedir libdir includedir oldincludedir infodir mandir 
     674do 
     675  eval ac_val=$`echo $ac_var` 
     676  case $ac_val in 
     677    [\\/$]* | ?:[\\/]* ) ;; 
     678    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     679   { (exit 1); exit 1; }; };; 
     680  esac 
    1094681done 
    1095682 
     
    1118705 
    1119706 
    1120 ac_pwd=`pwd` && test -n "$ac_pwd" && 
    1121 ac_ls_di=`ls -di .` && 
    1122 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1123   { echo "$as_me: error: Working directory cannot be determined" >&2 
    1124    { (exit 1); exit 1; }; } 
    1125 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1126   { echo "$as_me: error: pwd does not report name of working directory" >&2 
    1127    { (exit 1); exit 1; }; } 
    1128  
    1129  
    1130707# Find the source files, if location was not specified. 
    1131708if test -z "$srcdir"; then 
    1132709  ac_srcdir_defaulted=yes 
    1133   # Try the directory containing this script, then the parent directory. 
    1134   ac_confdir=`$as_dirname -- "$0" || 
     710  # Try the directory containing this script, then its parent. 
     711  ac_confdir=`(dirname "$0") 2>/dev/null || 
    1135712$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1136713     X"$0" : 'X\(//\)[^/]' \| \ 
    1137714     X"$0" : 'X\(//\)$' \| \ 
    1138      X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     715     X"$0" : 'X\(/\)' \| \ 
     716     .     : '\(.\)' 2>/dev/null || 
    1139717echo X"$0" | 
    1140     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    1141         s//\1/ 
    1142         q 
    1143       } 
    1144       /^X\(\/\/\)[^/].*/{ 
    1145         s//\1/ 
    1146         q 
    1147       } 
    1148       /^X\(\/\/\)$/{ 
    1149         s//\1/ 
    1150         q 
    1151       } 
    1152       /^X\(\/\).*/{ 
    1153         s//\1/ 
    1154         q 
    1155       } 
    1156       s/.*/./; q'` 
     718    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     719      /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
     720      /^X\(\/\/\)$/{ s//\1/; q; } 
     721      /^X\(\/\).*/{ s//\1/; q; } 
     722      s/.*/./; q'` 
    1157723  srcdir=$ac_confdir 
    1158   if test ! -r "$srcdir/$ac_unique_file"; then 
     724  if test ! -r $srcdir/$ac_unique_file; then 
    1159725    srcdir=.. 
    1160726  fi 
     
    1162728  ac_srcdir_defaulted=no 
    1163729fi 
    1164 if test ! -r "$srcdir/$ac_unique_file"; then 
    1165   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1166   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     730if test ! -r $srcdir/$ac_unique_file; then 
     731  if test "$ac_srcdir_defaulted" = yes; then 
     732    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 
    1167733   { (exit 1); exit 1; }; } 
    1168 fi 
    1169 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    1170 ac_abs_confdir=`( 
    1171     cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
     734  else 
     735    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    1172736   { (exit 1); exit 1; }; } 
    1173     pwd)` 
    1174 # When building in place, set srcdir=. 
    1175 if test "$ac_abs_confdir" = "$ac_pwd"; then 
    1176   srcdir=. 
    1177 fi 
    1178 # Remove unnecessary trailing slashes from srcdir. 
    1179 # Double slashes in file names in object file debugging info 
    1180 # mess up M-x gdb in Emacs. 
    1181 case $srcdir in 
    1182 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 
    1183 esac 
    1184 for ac_var in $ac_precious_vars; do 
    1185   eval ac_env_${ac_var}_set=\${${ac_var}+set} 
    1186   eval ac_env_${ac_var}_value=\$${ac_var} 
    1187   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 
    1188   eval ac_cv_env_${ac_var}_value=\$${ac_var} 
    1189 done 
     737  fi 
     738fi 
     739(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 
     740  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 
     741   { (exit 1); exit 1; }; } 
     742srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 
     743ac_env_build_alias_set=${build_alias+set} 
     744ac_env_build_alias_value=$build_alias 
     745ac_cv_env_build_alias_set=${build_alias+set} 
     746ac_cv_env_build_alias_value=$build_alias 
     747ac_env_host_alias_set=${host_alias+set} 
     748ac_env_host_alias_value=$host_alias 
     749ac_cv_env_host_alias_set=${host_alias+set} 
     750ac_cv_env_host_alias_value=$host_alias 
     751ac_env_target_alias_set=${target_alias+set} 
     752ac_env_target_alias_value=$target_alias 
     753ac_cv_env_target_alias_set=${target_alias+set} 
     754ac_cv_env_target_alias_value=$target_alias 
     755ac_env_CC_set=${CC+set} 
     756ac_env_CC_value=$CC 
     757ac_cv_env_CC_set=${CC+set} 
     758ac_cv_env_CC_value=$CC 
     759ac_env_CFLAGS_set=${CFLAGS+set} 
     760ac_env_CFLAGS_value=$CFLAGS 
     761ac_cv_env_CFLAGS_set=${CFLAGS+set} 
     762ac_cv_env_CFLAGS_value=$CFLAGS 
     763ac_env_LDFLAGS_set=${LDFLAGS+set} 
     764ac_env_LDFLAGS_value=$LDFLAGS 
     765ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 
     766ac_cv_env_LDFLAGS_value=$LDFLAGS 
     767ac_env_CPPFLAGS_set=${CPPFLAGS+set} 
     768ac_env_CPPFLAGS_value=$CPPFLAGS 
     769ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 
     770ac_cv_env_CPPFLAGS_value=$CPPFLAGS 
     771ac_env_CPP_set=${CPP+set} 
     772ac_env_CPP_value=$CPP 
     773ac_cv_env_CPP_set=${CPP+set} 
     774ac_cv_env_CPP_value=$CPP 
    1190775 
    1191776# 
     
    1216801      --srcdir=DIR        find the sources in DIR [configure dir or \`..'] 
    1217802 
     803_ACEOF 
     804 
     805  cat <<_ACEOF 
    1218806Installation directories: 
    1219807  --prefix=PREFIX         install architecture-independent files in PREFIX 
     
    1233821  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
    1234822  --libexecdir=DIR       program executables [EPREFIX/libexec] 
     823  --datadir=DIR          read-only architecture-independent data [PREFIX/share] 
    1235824  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
    1236825  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
     
    1239828  --includedir=DIR       C header files [PREFIX/include] 
    1240829  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
    1241   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
    1242   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
    1243   --infodir=DIR          info documentation [DATAROOTDIR/info] 
    1244   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
    1245   --mandir=DIR           man documentation [DATAROOTDIR/man] 
    1246   --docdir=DIR           documentation root [DATAROOTDIR/doc/full-package-name] 
    1247   --htmldir=DIR          html documentation [DOCDIR] 
    1248   --dvidir=DIR           dvi documentation [DOCDIR] 
    1249   --pdfdir=DIR           pdf documentation [DOCDIR] 
    1250   --psdir=DIR            ps documentation [DOCDIR] 
     830  --infodir=DIR          info documentation [PREFIX/info] 
     831  --mandir=DIR           man documentation [PREFIX/man] 
    1251832_ACEOF 
    1252833 
     
    1285866  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    1286867              nonstandard directory <lib dir> 
    1287   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
    1288               you have headers in a nonstandard directory <include dir> 
    1289   YACC        The `Yet Another C Compiler' implementation to use. Defaults to 
    1290               the first program found out of: `bison -y', `byacc', `yacc'. 
    1291   YFLAGS      The list of arguments that will be passed by default to $YACC. 
    1292               This script will default YFLAGS to the empty string to avoid a 
    1293               default value of `-d' given by some make applications. 
     868  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have 
     869              headers in a nonstandard directory <include dir> 
    1294870  CPP         C preprocessor 
    1295871 
     
    1299875Report bugs to <BUG-REPORT-ADDRESS>. 
    1300876_ACEOF 
    1301 ac_status=$? 
    1302877fi 
    1303878 
    1304879if test "$ac_init_help" = "recursive"; then 
    1305880  # If there are subdirs, report their specific --help. 
     881  ac_popdir=`pwd` 
    1306882  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1307     test -d "$ac_dir" || continue 
     883    test -d $ac_dir || continue 
    1308884    ac_builddir=. 
    1309885 
    1310 case "$ac_dir" in 
    1311 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     886if test "$ac_dir" != .; then 
     887  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     888  # A "../" for each directory in $ac_dir_suffix. 
     889  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 
     890else 
     891  ac_dir_suffix= ac_top_builddir= 
     892fi 
     893 
     894case $srcdir in 
     895  .)  # No --srcdir option.  We are building in place. 
     896    ac_srcdir=. 
     897    if test -z "$ac_top_builddir"; then 
     898       ac_top_srcdir=. 
     899    else 
     900       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 
     901    fi ;; 
     902  [\\/]* | ?:[\\/]* )  # Absolute path. 
     903    ac_srcdir=$srcdir$ac_dir_suffix; 
     904    ac_top_srcdir=$srcdir ;; 
     905  *) # Relative path. 
     906    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 
     907    ac_top_srcdir=$ac_top_builddir$srcdir ;; 
     908esac 
     909 
     910# Do not use `cd foo && pwd` to compute absolute paths, because 
     911# the directories may not exist. 
     912case `pwd` in 
     913.) ac_abs_builddir="$ac_dir";; 
    1312914*) 
    1313   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    1314   # A ".." for each directory in $ac_dir_suffix. 
    1315   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    1316   case $ac_top_builddir_sub in 
    1317   "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    1318   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; 
    1319   esac ;; 
     915  case "$ac_dir" in 
     916  .) ac_abs_builddir=`pwd`;; 
     917  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
     918  *) ac_abs_builddir=`pwd`/"$ac_dir";; 
     919  esac;; 
    1320920esac 
    1321 ac_abs_top_builddir=$ac_pwd 
    1322 ac_abs_builddir=$ac_pwd$ac_dir_suffix 
    1323 # for backward compatibility: 
    1324 ac_top_builddir=$ac_top_build_prefix 
    1325  
    1326 case $srcdir in 
    1327   .)  # We are building in place. 
    1328     ac_srcdir=. 
    1329     ac_top_srcdir=$ac_top_builddir_sub 
    1330     ac_abs_top_srcdir=$ac_pwd ;; 
    1331   [\\/]* | ?:[\\/]* )  # Absolute name. 
    1332     ac_srcdir=$srcdir$ac_dir_suffix; 
    1333     ac_top_srcdir=$srcdir 
    1334     ac_abs_top_srcdir=$srcdir ;; 
    1335   *) # Relative name. 
    1336     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 
    1337     ac_top_srcdir=$ac_top_build_prefix$srcdir 
    1338     ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 
     921case $ac_abs_builddir in 
     922.) ac_abs_top_builddir=${ac_top_builddir}.;; 
     923*) 
     924  case ${ac_top_builddir}. in 
     925  .) ac_abs_top_builddir=$ac_abs_builddir;; 
     926  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
     927  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
     928  esac;; 
    1339929esac 
    1340 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 
    1341  
    1342     cd "$ac_dir" || { ac_status=$?; continue; } 
    1343     # Check for guested configure. 
    1344     if test -f "$ac_srcdir/configure.gnu"; then 
    1345       echo && 
    1346       $SHELL "$ac_srcdir/configure.gnu" --help=recursive 
    1347     elif test -f "$ac_srcdir/configure"; then 
    1348       echo && 
    1349       $SHELL "$ac_srcdir/configure" --help=recursive 
     930case $ac_abs_builddir in 
     931.) ac_abs_srcdir=$ac_srcdir;; 
     932*) 
     933  case $ac_srcdir in 
     934  .) ac_abs_srcdir=$ac_abs_builddir;; 
     935  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
     936  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
     937  esac;; 
     938esac 
     939case $ac_abs_builddir in 
     940.) ac_abs_top_srcdir=$ac_top_srcdir;; 
     941*) 
     942  case $ac_top_srcdir in 
     943  .) ac_abs_top_srcdir=$ac_abs_builddir;; 
     944  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
     945  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
     946  esac;; 
     947esac 
     948 
     949    cd $ac_dir 
     950    # Check for guested configure; otherwise get Cygnus style configure. 
     951    if test -f $ac_srcdir/configure.gnu; then 
     952      echo 
     953      $SHELL $ac_srcdir/configure.gnu  --help=recursive 
     954    elif test -f $ac_srcdir/configure; then 
     955      echo 
     956      $SHELL $ac_srcdir/configure  --help=recursive 
     957    elif test -f $ac_srcdir/configure.ac || 
     958       test -f $ac_srcdir/configure.in; then 
     959      echo 
     960      $ac_configure --help 
    1350961    else 
    1351962      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    1352     fi || ac_status=$? 
    1353     cd "$ac_pwd" || { ac_status=$?; break; } 
     963    fi 
     964    cd $ac_popdir 
    1354965  done 
    1355966fi 
    1356967 
    1357 test -n "$ac_init_help" && exit $ac_status 
     968test -n "$ac_init_help" && exit 0 
    1358969if $ac_init_version; then 
    1359970  cat <<\_ACEOF 
    1360971FULL-PACKAGE-NAME configure VERSION 
    1361 generated by GNU Autoconf 2.60 
    1362  
    1363 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1364 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     972generated by GNU Autoconf 2.59 
     973 
     974Copyright (C) 2003 Free Software Foundation, Inc. 
    1365975This configure script is free software; the Free Software Foundation 
    1366976gives unlimited permission to copy, distribute and modify it. 
    1367977_ACEOF 
    1368   exit 
    1369 fi 
    1370 cat >config.log <<_ACEOF 
     978  exit 0 
     979fi 
     980exec 5>config.log 
     981cat >&5 <<_ACEOF 
    1371982This file contains any messages produced by compilers while 
    1372983running configure, to aid debugging if configure makes a mistake. 
    1373984 
    1374985It was created by FULL-PACKAGE-NAME $as_me VERSION, which was 
    1375 generated by GNU Autoconf 2.60.  Invocation command line was 
     986generated by GNU Autoconf 2.59.  Invocation command line was 
    1376987 
    1377988  $ $0 $@ 
    1378989 
    1379990_ACEOF 
    1380 exec 5>>config.log 
    1381991{ 
    1382992cat <<_ASUNAME 
     
    13971007/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown` 
    13981008/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 
    1399 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown` 
     1009hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown` 
    14001010/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown` 
    14011011/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown` 
     
    14111021  echo "PATH: $as_dir" 
    14121022done 
    1413 IFS=$as_save_IFS 
    14141023 
    14151024} >&5 
     
    14331042ac_configure_args0= 
    14341043ac_configure_args1= 
     1044ac_sep= 
    14351045ac_must_keep_next=false 
    14361046for ac_pass in 1 2 
     
    14431053    | -silent | --silent | --silen | --sile | --sil) 
    14441054      continue ;; 
    1445     *\'*) 
     1055    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
    14461056      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    14471057    esac 
     
    14651075    esac 
    14661076      fi 
    1467       ac_configure_args="$ac_configure_args '$ac_arg'" 
     1077      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     1078      # Get rid of the leading space. 
     1079      ac_sep=" " 
    14681080      ;; 
    14691081    esac 
     
    14761088# config.log.  We remove comments because anyway the quotes in there 
    14771089# would cause problems or look ugly. 
    1478 # WARNING: Use '\'' to represent an apostrophe within the trap. 
    1479 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 
     1090# WARNING: Be sure not to use single quotes in there, as some shells, 
     1091# such as our DU 5.0 friend, will then `close' the trap. 
    14801092trap 'exit_status=$? 
    14811093  # Save into config.log some information that might help in debugging. 
     
    14901102    echo 
    14911103    # The following way of writing the cache mishandles newlines in values, 
    1492 ( 
    1493   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 
    1494     eval ac_val=\$$ac_var 
    1495     case $ac_val in #( 
    1496     *${as_nl}*) 
    1497       case $ac_var in #( 
    1498       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1499 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    1500       esac 
    1501       case $ac_var in #( 
    1502       _ | IFS | as_nl) ;; #( 
    1503       *) $as_unset $ac_var ;; 
    1504       esac ;; 
    1505     esac 
    1506   done 
     1104{ 
    15071105  (set) 2>&1 | 
    1508     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 
    1509     *${as_nl}ac_space=\ *) 
     1106    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 
     1107    *ac_space=\ *) 
    15101108      sed -n \ 
    1511     "s/'\''/'\''\\\\'\'''\''/g; 
    1512       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 
    1513       ;; #( 
     1109    "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
     1110      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
     1111      ;; 
    15141112    *) 
    1515       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 
     1113      sed -n \ 
     1114    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    15161115      ;; 
    1517     esac | 
    1518     sort 
    1519 ) 
     1116    esac; 
     1117} 
    15201118    echo 
    15211119 
     
    15281126    for ac_var in $ac_subst_vars 
    15291127    do 
    1530       eval ac_val=\$$ac_var 
    1531       case $ac_val in 
    1532       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    1533       esac 
    1534       echo "$ac_var='\''$ac_val'\''" 
     1128      eval ac_val=$`echo $ac_var` 
     1129      echo "$ac_var='"'"'$ac_val'"'"'" 
    15351130    done | sort 
    15361131    echo 
     
    15381133    if test -n "$ac_subst_files"; then 
    15391134      cat <<\_ASBOX 
    1540 ## ------------------- ## 
    1541 ## File substitutions. ## 
    1542 ## ------------------- ## 
     1135## ------------- ## 
     1136## Output files. ## 
     1137## ------------- ## 
    15431138_ASBOX 
    15441139      echo 
    15451140      for ac_var in $ac_subst_files 
    15461141      do 
    1547     eval ac_val=\$$ac_var 
    1548     case $ac_val in 
    1549     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    1550     esac 
    1551     echo "$ac_var='\''$ac_val'\''" 
     1142    eval ac_val=$`echo $ac_var` 
     1143    echo "$ac_var='"'"'$ac_val'"'"'" 
    15521144      done | sort 
    15531145      echo 
     
    15611153_ASBOX 
    15621154      echo 
    1563       cat confdefs.h 
     1155      sed "/^$/d" confdefs.h | sort 
    15641156      echo 
    15651157    fi 
     
    15681160    echo "$as_me: exit $exit_status" 
    15691161  } >&5 
    1570   rm -f core *.core core.conftest.* && 
    1571     rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 
     1162  rm -f core *.core && 
     1163  rm -rf conftest* confdefs* conf$$* $ac_clean_files && 
    15721164    exit $exit_status 
    1573 ' 0 
     1165     ' 0 
    15741166for ac_signal in 1 2 13 15; do 
    15751167  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 
     
    15781170 
    15791171# confdefs.h avoids OS command line length limits that DEFS can exceed. 
    1580 rm -f -r conftest* confdefs.h 
     1172rm -rf conftest* confdefs.h 
     1173# AIX cpp loses on an empty file, so make sure it contains at least a newline. 
     1174echo >confdefs.h 
    15811175 
    15821176# Predefined preprocessor variables. 
     
    16091203# Let the site file select an alternate cache file if it wants to. 
    16101204# Prefer explicitly selected file to automatically selected ones. 
    1611 if test -n "$CONFIG_SITE"; then 
    1612   set x "$CONFIG_SITE" 
    1613 elif test "x$prefix" != xNONE; then 
    1614   set x "$prefix/share/config.site" "$prefix/etc/config.site" 
    1615 else 
    1616   set x "$ac_default_prefix/share/config.site" \ 
    1617     "$ac_default_prefix/etc/config.site" 
    1618 fi 
    1619 shift 
    1620 for ac_site_file 
    1621 do 
     1205if test -z "$CONFIG_SITE"; then 
     1206  if test "x$prefix" != xNONE; then 
     1207    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 
     1208  else 
     1209    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 
     1210  fi 
     1211fi 
     1212for ac_site_file in $CONFIG_SITE; do 
    16221213  if test -r "$ac_site_file"; then 
    16231214    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     
    16351226echo "$as_me: loading cache $cache_file" >&6;} 
    16361227    case $cache_file in 
    1637       [\\/]* | ?:[\\/]* ) . "$cache_file";; 
    1638       *)                      . "./$cache_file";; 
     1228      [\\/]* | ?:[\\/]* ) . $cache_file;; 
     1229      *)                      . ./$cache_file;; 
    16391230    esac 
    16401231  fi 
     
    16481239# value. 
    16491240ac_cache_corrupted=false 
    1650 for ac_var in $ac_precious_vars; do 
     1241for ac_var in `(set) 2>&1 | 
     1242           sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
    16511243  eval ac_old_set=\$ac_cv_env_${ac_var}_set 
    16521244  eval ac_new_set=\$ac_env_${ac_var}_set 
    1653   eval ac_old_val=\$ac_cv_env_${ac_var}_value 
    1654   eval ac_new_val=\$ac_env_${ac_var}_value 
     1245  eval ac_old_val="\$ac_cv_env_${ac_var}_value" 
     1246  eval ac_new_val="\$ac_env_${ac_var}_value" 
    16551247  case $ac_old_set,$ac_new_set in 
    16561248    set,) 
     
    16771269  if test "$ac_new_set" = set; then 
    16781270    case $ac_new_val in 
    1679     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1271    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 
     1272      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    16801273    *) ac_arg=$ac_var=$ac_new_val ;; 
    16811274    esac 
     
    16941287fi 
    16951288 
    1696  
    1697  
    1698  
    1699  
    1700  
    1701  
    1702  
    1703  
    1704  
    1705  
    1706  
    1707  
    1708  
    1709  
    1710  
    1711  
    1712  
    1713  
    1714  
    1715  
    1716  
    1717  
    1718  
    1719  
    17201289ac_ext=c 
    17211290ac_cpp='$CPP $CPPFLAGS' 
     
    17261295 
    17271296 
    1728 ac_config_headers="$ac_config_headers src/config.h" 
    1729  
    1730 ac_config_headers="$ac_config_headers src/newt_core/incs/NewtConf.h" 
     1297 
     1298 
     1299 
     1300 
     1301 
     1302 
     1303 
     1304 
     1305 
     1306 
     1307 
     1308 
     1309 
     1310 
     1311 
     1312 
     1313 
     1314 
     1315 
     1316 
     1317 
     1318 
     1319 
     1320 
     1321 
     1322          ac_config_headers="$ac_config_headers src/config.h" 
     1323 
     1324          ac_config_headers="$ac_config_headers src/newt_core/incs/NewtConf.h" 
    17311325 
    17321326 
     
    17401334  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    17411335set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1742 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1336echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1337echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    17441338if test "${ac_cv_prog_CC+set}" = set; then 
    17451339  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    17541348  test -z "$as_dir" && as_dir=. 
    17551349  for ac_exec_ext in '' $ac_executable_extensions; do 
    1756   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1350  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    17571351    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    17581352    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    17611355done 
    17621356done 
    1763 IFS=$as_save_IFS 
    17641357 
    17651358fi 
     
    17671360CC=$ac_cv_prog_CC 
    17681361if test -n "$CC"; then 
    1769   { echo "$as_me:$LINENO: result: $CC" >&5 
    1770 echo "${ECHO_T}$CC" >&6; } 
    1771 else 
    1772   { echo "$as_me:$LINENO: result: no" >&5 
    1773 echo "${ECHO_T}no" >&6; } 
    1774 fi 
    1775  
     1362  echo "$as_me:$LINENO: result: $CC" >&5 
     1363echo "${ECHO_T}$CC" >&6 
     1364else 
     1365  echo "$as_me:$LINENO: result: no" >&5 
     1366echo "${ECHO_T}no" >&6 
     1367fi 
    17761368 
    17771369fi 
     
    17801372  # Extract the first word of "gcc", so it can be a program name with args. 
    17811373set dummy gcc; ac_word=$2 
    1782 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1374echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1375echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    17841376if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    17851377  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    17941386  test -z "$as_dir" && as_dir=. 
    17951387  for ac_exec_ext in '' $ac_executable_extensions; do 
    1796   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1388  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    17971389    ac_cv_prog_ac_ct_CC="gcc" 
    17981390    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18011393done 
    18021394done 
    1803 IFS=$as_save_IFS 
    18041395 
    18051396fi 
     
    18071398ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    18081399if test -n "$ac_ct_CC"; then 
    1809   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1810 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    1811 else 
    1812   { echo "$as_me:$LINENO: result: no" >&5 
    1813 echo "${ECHO_T}no" >&6; } 
    1814 fi 
    1815  
    1816   if test "x$ac_ct_CC" = x; then 
    1817     CC="" 
    1818   else 
    1819     case $cross_compiling:$ac_tool_warned in 
    1820 yes:) 
    1821 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    1822 whose name does not start with the host triplet.  If you think this 
    1823 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    1824 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    1825 whose name does not start with the host triplet.  If you think this 
    1826 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    1827 ac_tool_warned=yes ;; 
    1828 esac 
    1829     CC=$ac_ct_CC 
    1830   fi 
     1400  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     1401echo "${ECHO_T}$ac_ct_CC" >&6 
     1402else 
     1403  echo "$as_me:$LINENO: result: no" >&5 
     1404echo "${ECHO_T}no" >&6 
     1405fi 
     1406 
     1407  CC=$ac_ct_CC 
    18311408else 
    18321409  CC="$ac_cv_prog_CC" 
     
    18341411 
    18351412if test -z "$CC"; then 
    1836           if test -n "$ac_tool_prefix"; then 
    1837     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
     1413  if test -n "$ac_tool_prefix"; then 
     1414  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    18381415set dummy ${ac_tool_prefix}cc; ac_word=$2 
    1839 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1416echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1417echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    18411418if test "${ac_cv_prog_CC+set}" = set; then 
    18421419  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    18511428  test -z "$as_dir" && as_dir=. 
    18521429  for ac_exec_ext in '' $ac_executable_extensions; do 
    1853   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1430  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    18541431    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    18551432    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18581435done 
    18591436done 
    1860 IFS=$as_save_IFS 
    18611437 
    18621438fi 
     
    18641440CC=$ac_cv_prog_CC 
    18651441if test -n "$CC"; then 
    1866   { echo "$as_me:$LINENO: result: $CC" >&5 
    1867 echo "${ECHO_T}$CC" >&6; } 
    1868 else 
    1869   { echo "$as_me:$LINENO: result: no" >&5 
    1870 echo "${ECHO_T}no" >&6; } 
    1871 fi 
    1872  
    1873  
     1442  echo "$as_me:$LINENO: result: $CC" >&5 
     1443echo "${ECHO_T}$CC" >&6 
     1444else 
     1445  echo "$as_me:$LINENO: result: no" >&5 
     1446echo "${ECHO_T}no" >&6 
     1447fi 
     1448 
     1449fi 
     1450if test -z "$ac_cv_prog_CC"; then 
     1451  ac_ct_CC=$CC 
     1452  # Extract the first word of "cc", so it can be a program name with args. 
     1453set dummy cc; ac_word=$2 
     1454echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1455echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
     1456if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
     1457  echo $ECHO_N "(cached) $ECHO_C" >&6 
     1458else 
     1459  if test -n "$ac_ct_CC"; then 
     1460  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 
     1461else 
     1462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     1463for as_dir in $PATH 
     1464do 
     1465  IFS=$as_save_IFS 
     1466  test -z "$as_dir" && as_dir=. 
     1467  for ac_exec_ext in '' $ac_executable_extensions; do 
     1468  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
     1469    ac_cv_prog_ac_ct_CC="cc" 
     1470    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1471    break 2 
    18741472  fi 
     1473done 
     1474done 
     1475 
     1476fi 
     1477fi 
     1478ac_ct_CC=$ac_cv_prog_ac_ct_CC 
     1479if test -n "$ac_ct_CC"; then 
     1480  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     1481echo "${ECHO_T}$ac_ct_CC" >&6 
     1482else 
     1483  echo "$as_me:$LINENO: result: no" >&5 
     1484echo "${ECHO_T}no" >&6 
     1485fi 
     1486 
     1487  CC=$ac_ct_CC 
     1488else 
     1489  CC="$ac_cv_prog_CC" 
     1490fi 
     1491 
    18751492fi 
    18761493if test -z "$CC"; then 
    18771494  # Extract the first word of "cc", so it can be a program name with args. 
    18781495set dummy cc; ac_word=$2 
    1879 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1496echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1497echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    18811498if test "${ac_cv_prog_CC+set}" = set; then 
    18821499  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    18921509  test -z "$as_dir" && as_dir=. 
    18931510  for ac_exec_ext in '' $ac_executable_extensions; do 
    1894   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1511  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    18951512    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    18961513       ac_prog_rejected=yes 
     
    19031520done 
    19041521done 
    1905 IFS=$as_save_IFS 
    19061522 
    19071523if test $ac_prog_rejected = yes; then 
     
    19211537CC=$ac_cv_prog_CC 
    19221538if test -n "$CC"; then 
    1923   { echo "$as_me:$LINENO: result: $CC" >&5 
    1924 echo "${ECHO_T}$CC" >&6; } 
    1925 else 
    1926   { echo "$as_me:$LINENO: result: no" >&5 
    1927 echo "${ECHO_T}no" >&6; } 
    1928 fi 
    1929  
     1539  echo "$as_me:$LINENO: result: $CC" >&5 
     1540echo "${ECHO_T}$CC" >&6 
     1541else 
     1542  echo "$as_me:$LINENO: result: no" >&5 
     1543echo "${ECHO_T}no" >&6 
     1544fi 
    19301545 
    19311546fi 
    19321547if test -z "$CC"; then 
    19331548  if test -n "$ac_tool_prefix"; then 
    1934   for ac_prog in cl.exe 
     1549  for ac_prog in cl 
    19351550  do 
    19361551    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    19371552set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    1938 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1939 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1553echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    19401555if test "${ac_cv_prog_CC+set}" = set; then 
    19411556  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    19501565  test -z "$as_dir" && as_dir=. 
    19511566  for ac_exec_ext in '' $ac_executable_extensions; do 
    1952   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1567  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    19531568    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    19541569    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    19571572done 
    19581573done 
    1959 IFS=$as_save_IFS 
    19601574 
    19611575fi 
     
    19631577CC=$ac_cv_prog_CC 
    19641578if test -n "$CC"; then 
    1965   { echo "$as_me:$LINENO: result: $CC" >&5 
    1966 echo "${ECHO_T}$CC" >&6; } 
    1967 else 
    1968   { echo "$as_me:$LINENO: result: no" >&5 
    1969 echo "${ECHO_T}no" >&6; } 
    1970 fi 
    1971  
     1579  echo "$as_me:$LINENO: result: $CC" >&5 
     1580echo "${ECHO_T}$CC" >&6 
     1581else 
     1582  echo "$as_me:$LINENO: result: no" >&5 
     1583echo "${ECHO_T}no" >&6 
     1584fi 
    19721585 
    19731586    test -n "$CC" && break 
     
    19761589if test -z "$CC"; then 
    19771590  ac_ct_CC=$CC 
    1978   for ac_prog in cl.exe 
     1591  for ac_prog in cl 
    19791592do 
    19801593  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    19811594set dummy $ac_prog; ac_word=$2 
    1982 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1595echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1596echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    19841597if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    19851598  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    19941607  test -z "$as_dir" && as_dir=. 
    19951608  for ac_exec_ext in '' $ac_executable_extensions; do 
    1996   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1609  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    19971610    ac_cv_prog_ac_ct_CC="$ac_prog" 
    19981611    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    20011614done 
    20021615done 
    2003 IFS=$as_save_IFS 
    20041616 
    20051617fi 
     
    20071619ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    20081620if test -n "$ac_ct_CC"; then 
    2009   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2010 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    2011 else 
    2012   { echo "$as_me:$LINENO: result: no" >&5 
    2013 echo "${ECHO_T}no" >&6; } 
    2014 fi 
    2015  
     1621  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     1622echo "${ECHO_T}$ac_ct_CC" >&6 
     1623else 
     1624  echo "$as_me:$LINENO: result: no" >&5 
     1625echo "${ECHO_T}no" >&6 
     1626fi 
    20161627 
    20171628  test -n "$ac_ct_CC" && break 
    20181629done 
    20191630 
    2020   if test "x$ac_ct_CC" = x; then 
    2021     CC="" 
    2022   else 
    2023     case $cross_compiling:$ac_tool_warned in 
    2024 yes:) 
    2025 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    2026 whose name does not start with the host triplet.  If you think this 
    2027 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2028 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    2029 whose name does not start with the host triplet.  If you think this 
    2030 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    2031 ac_tool_warned=yes ;; 
    2032 esac 
    2033     CC=$ac_ct_CC 
    2034   fi 
     1631  CC=$ac_ct_CC 
    20351632fi 
    20361633 
     
    20451642 
    20461643# Provide some information about the compiler. 
    2047 echo "$as_me:$LINENO: checking for C compiler version" >&5 
     1644echo "$as_me:$LINENO:" \ 
     1645     "checking for C compiler version" >&5 
    20481646ac_compiler=`set X $ac_compile; echo $2` 
    2049 { (ac_try="$ac_compiler --version >&5" 
    2050 case "(($ac_try" in 
    2051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2052   *) ac_try_echo=$ac_try;; 
    2053 esac 
    2054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2055   (eval "$ac_compiler --version >&5") 2>&5 
     1647{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 
     1648  (eval $ac_compiler --version </dev/null >&5) 2>&5 
    20561649  ac_status=$? 
    20571650  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20581651  (exit $ac_status); } 
    2059 { (ac_try="$ac_compiler -v >&5" 
    2060 case "(($ac_try" in 
    2061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2062   *) ac_try_echo=$ac_try;; 
    2063 esac 
    2064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2065   (eval "$ac_compiler -v >&5") 2>&5 
     1652{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 
     1653  (eval $ac_compiler -v </dev/null >&5) 2>&5 
    20661654  ac_status=$? 
    20671655  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20681656  (exit $ac_status); } 
    2069 { (ac_try="$ac_compiler -V >&5" 
    2070 case "(($ac_try" in 
    2071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2072   *) ac_try_echo=$ac_try;; 
    2073 esac 
    2074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2075   (eval "$ac_compiler -V >&5") 2>&5 
     1657{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 
     1658  (eval $ac_compiler -V </dev/null >&5) 2>&5 
    20761659  ac_status=$? 
    20771660  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    20981681# It will help us diagnose broken compilers, and finding out an intuition 
    20991682# of exeext. 
    2100 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    2101 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
     1683echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     1684echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 
    21021685ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2103 # 
    2104 # List of possible output files, starting from the most likely. 
    2105 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
    2106 # only as a last resort.  b.out is created by i960 compilers. 
    2107 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
    2108 # 
    2109 # The IRIX 6 linker writes into existing files which may not be 
    2110 # executable, retaining their permissions.  Remove them first so a 
    2111 # subsequent execution test works. 
    2112 ac_rmfiles= 
    2113 for ac_file in $ac_files 
    2114 do 
    2115   case $ac_file in 
    2116     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    2117     * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    2118   esac 
    2119 done 
    2120 rm -f $ac_rmfiles 
    2121  
    2122 if { (ac_try="$ac_link_default" 
    2123 case "(($ac_try" in 
    2124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2125   *) ac_try_echo=$ac_try;; 
    2126 esac 
    2127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2128   (eval "$ac_link_default") 2>&5 
     1686if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 
     1687  (eval $ac_link_default) 2>&5 
    21291688  ac_status=$? 
    21301689  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21311690  (exit $ac_status); }; then 
    2132   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
    2133 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 
    2134 # in a Makefile.  We should not override ac_cv_exeext if it was cached, 
    2135 # so that the user can short-circuit this test for compilers unknown to 
    2136 # Autoconf. 
    2137 for ac_file in $ac_files 
     1691  # Find the output, starting from the most likely.  This scheme is 
     1692# not robust to junk in `.', hence go to wildcards (a.*) only as a last 
     1693# resort. 
     1694 
     1695# Be careful to initialize this variable, since it used to be cached. 
     1696# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 
     1697ac_cv_exeext= 
     1698# b.out is created by i960 compilers. 
     1699for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 
    21381700do 
    21391701  test -f "$ac_file" || continue 
    21401702  case $ac_file in 
    2141     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
     1703    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
     1704    ;; 
     1705    conftest.$ac_ext ) 
     1706    # This is the source file. 
    21421707    ;; 
    21431708    [ab].out ) 
     
    21461711    break;; 
    21471712    *.* ) 
    2148         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 
    2149     then :; else 
    2150        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    2151     fi 
    2152     # We set ac_cv_exeext here because the later test for it is not 
    2153     # safe: cross compilers may not add the suffix if given an `-o' 
    2154     # argument, so we may need to know it at that point already. 
    2155     # Even if this section looks crufty: it has the advantage of 
    2156     # actually working. 
     1713    ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1714    # FIXME: I believe we export ac_cv_exeext for Libtool, 
     1715    # but it would be cool to find out if it's true.  Does anybody 
     1716    # maintain Libtool? --akim. 
     1717    export ac_cv_exeext 
    21571718    break;; 
    21581719    * ) 
     
    21601721  esac 
    21611722done 
    2162 test "$ac_cv_exeext" = no && ac_cv_exeext= 
    2163  
    21641723else 
    21651724  echo "$as_me: failed program was:" >&5 
     
    21741733 
    21751734ac_exeext=$ac_cv_exeext 
    2176 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2177 echo "${ECHO_T}$ac_file" >&6; } 
    2178  
    2179 # Check that the compiler produces executables we can run.  If not, either 
     1735echo "$as_me:$LINENO: result: $ac_file" >&5 
     1736echo "${ECHO_T}$ac_file" >&6 
     1737 
     1738# Check the compiler produces executables we can run.  If not, either 
    21801739# the compiler is broken, or we cross compile. 
    2181 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    2182 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
     1740echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     1741echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 
    21831742# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    21841743# If not cross compiling, check that we can run a simple program. 
    21851744if test "$cross_compiling" != yes; then 
    21861745  if { ac_try='./$ac_file' 
    2187   { (case "(($ac_try" in 
    2188   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2189   *) ac_try_echo=$ac_try;; 
    2190 esac 
    2191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2192   (eval "$ac_try") 2>&5 
     1746  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     1747  (eval $ac_try) 2>&5 
    21931748  ac_status=$? 
    21941749  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    22091764  fi 
    22101765fi 
    2211 { echo "$as_me:$LINENO: result: yes" >&5 
    2212 echo "${ECHO_T}yes" >&6; } 
     1766echo "$as_me:$LINENO: result: yes" >&5 
     1767echo "${ECHO_T}yes" >&6 
    22131768 
    22141769rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    22151770ac_clean_files=$ac_clean_files_save 
    2216 # Check that the compiler produces executables we can run.  If not, either 
     1771# Check the compiler produces executables we can run.  If not, either 
    22171772# the compiler is broken, or we cross compile. 
    2218 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2219 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
    2220 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2221 echo "${ECHO_T}$cross_compiling" >&6; } 
    2222  
    2223 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2224 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
    2225 if { (ac_try="$ac_link" 
    2226 case "(($ac_try" in 
    2227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2228   *) ac_try_echo=$ac_try;; 
    2229 esac 
    2230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2231   (eval "$ac_link") 2>&5 
     1773echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     1774echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 
     1775echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     1776echo "${ECHO_T}$cross_compiling" >&6 
     1777 
     1778echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     1779echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 
     1780if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     1781  (eval $ac_link) 2>&5 
    22321782  ac_status=$? 
    22331783  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    22401790  test -f "$ac_file" || continue 
    22411791  case $ac_file in 
    2242     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     1792    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    22431793    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1794      export ac_cv_exeext 
    22441795      break;; 
    22451796    * ) break;; 
     
    22551806 
    22561807rm -f conftest$ac_cv_exeext 
    2257 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2258 echo "${ECHO_T}$ac_cv_exeext" >&6; } 
     1808echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     1809echo "${ECHO_T}$ac_cv_exeext" >&6 
    22591810 
    22601811rm -f conftest.$ac_ext 
    22611812EXEEXT=$ac_cv_exeext 
    22621813ac_exeext=$EXEEXT 
    2263 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2264 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
     1814echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     1815echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 
    22651816if test "${ac_cv_objext+set}" = set; then 
    22661817  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    22821833_ACEOF 
    22831834rm -f conftest.o conftest.obj 
    2284 if { (ac_try="$ac_compile" 
    2285 case "(($ac_try" in 
    2286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2287   *) ac_try_echo=$ac_try;; 
    2288 esac 
    2289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2290   (eval "$ac_compile") 2>&5 
     1835if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     1836  (eval $ac_compile) 2>&5 
    22911837  ac_status=$? 
    22921838  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22931839  (exit $ac_status); }; then 
    2294   for ac_file in conftest.o conftest.obj conftest.*; do 
    2295   test -f "$ac_file" || continue; 
     1840  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 
    22961841  case $ac_file in 
    2297     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
     1842    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 
    22981843    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    22991844       break;; 
     
    23131858rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    23141859fi 
    2315 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2316 echo "${ECHO_T}$ac_cv_objext" >&6; } 
     1860echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     1861echo "${ECHO_T}$ac_cv_objext" >&6 
    23171862OBJEXT=$ac_cv_objext 
    23181863ac_objext=$OBJEXT 
    2319 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2320 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
     1864echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     1865echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 
    23211866if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    23221867  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    23411886_ACEOF 
    23421887rm -f conftest.$ac_objext 
    2343 if { (ac_try="$ac_compile" 
    2344 case "(($ac_try" in 
    2345   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2346   *) ac_try_echo=$ac_try;; 
    2347 esac 
    2348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2349   (eval "$ac_compile") 2>conftest.er1 
     1888if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     1889  (eval $ac_compile) 2>conftest.er1 
    23501890  ac_status=$? 
    23511891  grep -v '^ *+' conftest.er1 >conftest.err 
     
    23541894  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23551895  (exit $ac_status); } && 
    2356      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2357   { (case "(($ac_try" in 
    2358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2359   *) ac_try_echo=$ac_try;; 
    2360 esac 
    2361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2362   (eval "$ac_try") 2>&5 
     1896     { ac_try='test -z "$ac_c_werror_flag" 
     1897             || test ! -s conftest.err' 
     1898  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     1899  (eval $ac_try) 2>&5 
    23631900  ac_status=$? 
    23641901  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23651902  (exit $ac_status); }; } && 
    23661903     { ac_try='test -s conftest.$ac_objext' 
    2367   { (case "(($ac_try" in 
    2368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2369   *) ac_try_echo=$ac_try;; 
    2370 esac 
    2371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2372   (eval "$ac_try") 2>&5 
     1904  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     1905  (eval $ac_try) 2>&5 
    23731906  ac_status=$? 
    23741907  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    23791912sed 's/^/| /' conftest.$ac_ext >&5 
    23801913 
    2381     ac_compiler_gnu=no 
    2382 fi 
    2383  
    2384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     1914ac_compiler_gnu=no 
     1915fi 
     1916rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    23851917ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    23861918 
    23871919fi 
    2388 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2389 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
     1920echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     1921echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 
    23901922GCC=`test $ac_compiler_gnu = yes && echo yes` 
    23911923ac_test_CFLAGS=${CFLAGS+set} 
    23921924ac_save_CFLAGS=$CFLAGS 
    2393 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2394 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
     1925CFLAGS="-g" 
     1926echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     1927echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 
    23951928if test "${ac_cv_prog_cc_g+set}" = set; then 
    23961929  echo $ECHO_N "(cached) $ECHO_C" >&6 
    23971930else 
    2398   ac_save_c_werror_flag=$ac_c_werror_flag 
    2399    ac_c_werror_flag=yes 
    2400    ac_cv_prog_cc_g=no 
    2401    CFLAGS="-g" 
    2402    cat >conftest.$ac_ext <<_ACEOF 
     1931  cat >conftest.$ac_ext <<_ACEOF 
    24031932/* confdefs.h.  */ 
    24041933_ACEOF 
     
    24161945_ACEOF 
    24171946rm -f conftest.$ac_objext 
    2418 if { (ac_try="$ac_compile" 
    2419 case "(($ac_try" in 
    2420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2421   *) ac_try_echo=$ac_try;; 
    2422 esac 
    2423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2424   (eval "$ac_compile") 2>conftest.er1 
     1947if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     1948  (eval $ac_compile) 2>conftest.er1 
    24251949  ac_status=$? 
    24261950  grep -v '^ *+' conftest.er1 >conftest.err 
     
    24291953  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24301954  (exit $ac_status); } && 
    2431      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2432   { (case "(($ac_try" in 
    2433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2434   *) ac_try_echo=$ac_try;; 
    2435 esac 
    2436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2437   (eval "$ac_try") 2>&5 
     1955     { ac_try='test -z "$ac_c_werror_flag" 
     1956             || test ! -s conftest.err' 
     1957  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     1958  (eval $ac_try) 2>&5 
    24381959  ac_status=$? 
    24391960  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24401961  (exit $ac_status); }; } && 
    24411962     { ac_try='test -s conftest.$ac_objext' 
    2442   { (case "(($ac_try" in 
    2443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2444   *) ac_try_echo=$ac_try;; 
    2445 esac 
    2446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2447   (eval "$ac_try") 2>&5 
     1963  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     1964  (eval $ac_try) 2>&5 
    24481965  ac_status=$? 
    24491966  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    24541971sed 's/^/| /' conftest.$ac_ext >&5 
    24551972 
    2456     CFLAGS="" 
    2457       cat >conftest.$ac_ext <<_ACEOF 
    2458 /* confdefs.h.  */ 
    2459 _ACEOF 
    2460 cat confdefs.h >>conftest.$ac_ext 
    2461 cat >>conftest.$ac_ext <<_ACEOF 
    2462 /* end confdefs.h.  */ 
    2463  
    2464 int 
    2465 main () 
    2466 { 
    2467  
    2468   ; 
    2469   return 0; 
    2470 } 
    2471 _ACEOF 
    2472 rm -f conftest.$ac_objext 
    2473 if { (ac_try="$ac_compile" 
    2474 case "(($ac_try" in 
    2475   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2476   *) ac_try_echo=$ac_try;; 
    2477 esac 
    2478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2479   (eval "$ac_compile") 2>conftest.er1 
    2480   ac_status=$? 
    2481   grep -v '^ *+' conftest.er1 >conftest.err 
    2482   rm -f conftest.er1 
    2483   cat conftest.err >&5 
    2484   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2485   (exit $ac_status); } && 
    2486      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2487   { (case "(($ac_try" in 
    2488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2489   *) ac_try_echo=$ac_try;; 
    2490 esac 
    2491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2492   (eval "$ac_try") 2>&5 
    2493   ac_status=$? 
    2494   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2495   (exit $ac_status); }; } && 
    2496      { ac_try='test -s conftest.$ac_objext' 
    2497   { (case "(($ac_try" in 
    2498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2499   *) ac_try_echo=$ac_try;; 
    2500 esac 
    2501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2502   (eval "$ac_try") 2>&5 
    2503   ac_status=$? 
    2504   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2505   (exit $ac_status); }; }; then 
    2506   : 
    2507 else 
    2508   echo "$as_me: failed program was:" >&5 
    2509 sed 's/^/| /' conftest.$ac_ext >&5 
    2510  
    2511     ac_c_werror_flag=$ac_save_c_werror_flag 
    2512      CFLAGS="-g" 
    2513      cat >conftest.$ac_ext <<_ACEOF 
    2514 /* confdefs.h.  */ 
    2515 _ACEOF 
    2516 cat confdefs.h >>conftest.$ac_ext 
    2517 cat >>conftest.$ac_ext <<_ACEOF 
    2518 /* end confdefs.h.  */ 
    2519  
    2520 int 
    2521 main () 
    2522 { 
    2523  
    2524   ; 
    2525   return 0; 
    2526 } 
    2527 _ACEOF 
    2528 rm -f conftest.$ac_objext 
    2529 if { (ac_try="$ac_compile" 
    2530 case "(($ac_try" in 
    2531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2532   *) ac_try_echo=$ac_try;; 
    2533 esac 
    2534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2535   (eval "$ac_compile") 2>conftest.er1 
    2536   ac_status=$? 
    2537   grep -v '^ *+' conftest.er1 >conftest.err 
    2538   rm -f conftest.er1 
    2539   cat conftest.err >&5 
    2540   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2541   (exit $ac_status); } && 
    2542      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2543   { (case "(($ac_try" in 
    2544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2545   *) ac_try_echo=$ac_try;; 
    2546 esac 
    2547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2548   (eval "$ac_try") 2>&5 
    2549   ac_status=$? 
    2550   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2551   (exit $ac_status); }; } && 
    2552      { ac_try='test -s conftest.$ac_objext' 
    2553   { (case "(($ac_try" in 
    2554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2555   *) ac_try_echo=$ac_try;; 
    2556 esac 
    2557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2558   (eval "$ac_try") 2>&5 
    2559   ac_status=$? 
    2560   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2561   (exit $ac_status); }; }; then 
    2562   ac_cv_prog_cc_g=yes 
    2563 else 
    2564   echo "$as_me: failed program was:" >&5 
    2565 sed 's/^/| /' conftest.$ac_ext >&5 
    2566  
    2567  
    2568 fi 
    2569  
    2570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    2571 fi 
    2572  
    2573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    2574 fi 
    2575  
    2576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    2577    ac_c_werror_flag=$ac_save_c_werror_flag 
    2578 fi 
    2579 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    2580 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
     1973ac_cv_prog_cc_g=no 
     1974fi 
     1975rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     1976fi 
     1977echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     1978echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 
    25811979if test "$ac_test_CFLAGS" = set; then 
    25821980  CFLAGS=$ac_save_CFLAGS 
     
    25941992  fi 
    25951993fi 
    2596 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    2597 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
    2598 if test "${ac_cv_prog_cc_c89+set}" = set; then 
     1994echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 
     1995echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 
     1996if test "${ac_cv_prog_cc_stdc+set}" = set; then 
    25991997  echo $ECHO_N "(cached) $ECHO_C" >&6 
    26001998else 
    2601   ac_cv_prog_cc_c89=no 
     1999  ac_cv_prog_cc_stdc=no 
    26022000ac_save_CC=$CC 
    26032001cat >conftest.$ac_ext <<_ACEOF 
     
    26332031   function prototypes and stuff, but not '\xHH' hex character constants. 
    26342032   These don't provoke an error unfortunately, instead are silently treated 
    2635    as 'x'.  The following induces an error, until -std is added to get 
     2033   as 'x'.  The following induces an error, until -std1 is added to get 
    26362034   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
    26372035   array size at least.  It's necessary to write '\x00'==0 to get something 
    2638    that's true only with -std.  */ 
     2036   that's true only with -std1.  */ 
    26392037int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
    2640  
    2641 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 
    2642    inside strings and character constants.  */ 
    2643 #define FOO(x) 'x' 
    2644 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 
    26452038 
    26462039int test (int i, double x); 
     
    26582051} 
    26592052_ACEOF 
    2660 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 
    2661     -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 
     2053# Don't try gcc -ansi; that turns off useful extensions and 
     2054# breaks some systems' header files. 
     2055# AIX           -qlanglvl=ansi 
     2056# Ultrix and OSF/1  -std1 
     2057# HP-UX 10.20 and later -Ae 
     2058# HP-UX older versions  -Aa -D_HPUX_SOURCE 
     2059# SVR4          -Xc -D__EXTENSIONS__ 
     2060for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 
    26622061do 
    26632062  CC="$ac_save_CC $ac_arg" 
    26642063  rm -f conftest.$ac_objext 
    2665 if { (ac_try="$ac_compile" 
    2666 case "(($ac_try" in 
    2667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2668   *) ac_try_echo=$ac_try;; 
    2669 esac 
    2670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2671   (eval "$ac_compile") 2>conftest.er1 
     2064if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     2065  (eval $ac_compile) 2>conftest.er1 
    26722066  ac_status=$? 
    26732067  grep -v '^ *+' conftest.er1 >conftest.err 
     
    26762070  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26772071  (exit $ac_status); } && 
    2678      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2679   { (case "(($ac_try" in 
    2680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2681   *) ac_try_echo=$ac_try;; 
    2682 esac 
    2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2684   (eval "$ac_try") 2>&5 
     2072     { ac_try='test -z "$ac_c_werror_flag" 
     2073             || test ! -s conftest.err' 
     2074  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2075  (eval $ac_try) 2>&5 
    26852076  ac_status=$? 
    26862077  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26872078  (exit $ac_status); }; } && 
    26882079     { ac_try='test -s conftest.$ac_objext' 
    2689   { (case "(($ac_try" in 
    2690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2691   *) ac_try_echo=$ac_try;; 
    2692 esac 
    2693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2694   (eval "$ac_try") 2>&5 
     2080  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2081  (eval $ac_try) 2>&5 
    26952082  ac_status=$? 
    26962083  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26972084  (exit $ac_status); }; }; then 
    2698   ac_cv_prog_cc_c89=$ac_arg 
     2085  ac_cv_prog_cc_stdc=$ac_arg 
     2086break 
    26992087else 
    27002088  echo "$as_me: failed program was:" >&5 
    27012089sed 's/^/| /' conftest.$ac_ext >&5 
    27022090 
    2703  
    2704 fi 
    2705  
    2706 rm -f core conftest.err conftest.$ac_objext 
    2707   test "x$ac_cv_prog_cc_c89" != "xno" && break 
    2708 done 
    2709 rm -f conftest.$ac_ext 
     2091fi 
     2092rm -f conftest.err conftest.$ac_objext 
     2093done 
     2094rm -f conftest.$ac_ext conftest.$ac_objext 
    27102095CC=$ac_save_CC 
    27112096 
    27122097fi 
    2713 # AC_CACHE_VAL 
    2714 case "x$ac_cv_prog_cc_c89" in 
    2715   x) 
    2716     { echo "$as_me:$LINENO: result: none needed" >&5 
    2717 echo "${ECHO_T}none needed" >&6; } ;; 
    2718   xno) 
    2719     { echo "$as_me:$LINENO: result: unsupported" >&5 
    2720 echo "${ECHO_T}unsupported" >&6; } ;; 
     2098 
     2099case "x$ac_cv_prog_cc_stdc" in 
     2100  x|xno) 
     2101    echo "$as_me:$LINENO: result: none needed" >&5 
     2102echo "${ECHO_T}none needed" >&6 ;; 
    27212103  *) 
    2722     CC="$CC $ac_cv_prog_cc_c89" 
    2723     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    2724 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
     2104    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 
     2105echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 
     2106    CC="$CC $ac_cv_prog_cc_stdc" ;; 
    27252107esac 
    27262108 
    2727  
     2109# Some people use a C++ compiler to compile C.  Since we use `exit', 
     2110# in C++ we need to declare it.  In case someone uses the same compiler 
     2111# for both compiling C and C++ we need to have the C++ compiler decide 
     2112# the declaration of exit, since it's the most demanding environment. 
     2113cat >conftest.$ac_ext <<_ACEOF 
     2114#ifndef __cplusplus 
     2115  choke me 
     2116#endif 
     2117_ACEOF 
     2118rm -f conftest.$ac_objext 
     2119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     2120  (eval $ac_compile) 2>conftest.er1 
     2121  ac_status=$? 
     2122  grep -v '^ *+' conftest.er1 >conftest.err 
     2123  rm -f conftest.er1 
     2124  cat conftest.err >&5 
     2125  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2126  (exit $ac_status); } && 
     2127     { ac_try='test -z "$ac_c_werror_flag" 
     2128             || test ! -s conftest.err' 
     2129  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2130  (eval $ac_try) 2>&5 
     2131  ac_status=$? 
     2132  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2133  (exit $ac_status); }; } && 
     2134     { ac_try='test -s conftest.$ac_objext' 
     2135  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2136  (eval $ac_try) 2>&5 
     2137  ac_status=$? 
     2138  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2139  (exit $ac_status); }; }; then 
     2140  for ac_declaration in \ 
     2141   '' \ 
     2142   'extern "C" void std::exit (int) throw (); using std::exit;' \ 
     2143   'extern "C" void std::exit (int); using std::exit;' \ 
     2144   'extern "C" void exit (int) throw ();' \ 
     2145   'extern "C" void exit (int);' \ 
     2146   'void exit (int);' 
     2147do 
     2148  cat >conftest.$ac_ext <<_ACEOF 
     2149/* confdefs.h.  */ 
     2150_ACEOF 
     2151cat confdefs.h >>conftest.$ac_ext 
     2152cat >>conftest.$ac_ext <<_ACEOF 
     2153/* end confdefs.h.  */ 
     2154$ac_declaration 
     2155#include <stdlib.h> 
     2156int 
     2157main () 
     2158{ 
     2159exit (42); 
     2160  ; 
     2161  return 0; 
     2162} 
     2163_ACEOF 
     2164rm -f conftest.$ac_objext 
     2165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     2166  (eval $ac_compile) 2>conftest.er1 
     2167  ac_status=$? 
     2168  grep -v '^ *+' conftest.er1 >conftest.err 
     2169  rm -f conftest.er1 
     2170  cat conftest.err >&5 
     2171  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2172  (exit $ac_status); } && 
     2173     { ac_try='test -z "$ac_c_werror_flag" 
     2174             || test ! -s conftest.err' 
     2175  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2176  (eval $ac_try) 2>&5 
     2177  ac_status=$? 
     2178  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2179  (exit $ac_status); }; } && 
     2180     { ac_try='test -s conftest.$ac_objext' 
     2181  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2182  (eval $ac_try) 2>&5 
     2183  ac_status=$? 
     2184  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2185  (exit $ac_status); }; }; then 
     2186  : 
     2187else 
     2188  echo "$as_me: failed program was:" >&5 
     2189sed 's/^/| /' conftest.$ac_ext >&5 
     2190 
     2191continue 
     2192fi 
     2193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     2194  cat >conftest.$ac_ext <<_ACEOF 
     2195/* confdefs.h.  */ 
     2196_ACEOF 
     2197cat confdefs.h >>conftest.$ac_ext 
     2198cat >>conftest.$ac_ext <<_ACEOF 
     2199/* end confdefs.h.  */ 
     2200$ac_declaration 
     2201int 
     2202main () 
     2203{ 
     2204exit (42); 
     2205  ; 
     2206  return 0; 
     2207} 
     2208_ACEOF 
     2209rm -f conftest.$ac_objext 
     2210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     2211  (eval $ac_compile) 2>conftest.er1 
     2212  ac_status=$? 
     2213  grep -v '^ *+' conftest.er1 >conftest.err 
     2214  rm -f conftest.er1 
     2215  cat conftest.err >&5 
     2216  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2217  (exit $ac_status); } && 
     2218     { ac_try='test -z "$ac_c_werror_flag" 
     2219             || test ! -s conftest.err' 
     2220  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2221  (eval $ac_try) 2>&5 
     2222  ac_status=$? 
     2223  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2224  (exit $ac_status); }; } && 
     2225     { ac_try='test -s conftest.$ac_objext' 
     2226  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2227  (eval $ac_try) 2>&5 
     2228  ac_status=$? 
     2229  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2230  (exit $ac_status); }; }; then 
     2231  break 
     2232else 
     2233  echo "$as_me: failed program was:" >&5 
     2234sed 's/^/| /' conftest.$ac_ext >&5 
     2235 
     2236fi 
     2237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     2238done 
     2239rm -f conftest* 
     2240if test -n "$ac_declaration"; then 
     2241  echo '#ifdef __cplusplus' >>confdefs.h 
     2242  echo $ac_declaration      >>confdefs.h 
     2243  echo '#endif'             >>confdefs.h 
     2244fi 
     2245 
     2246else 
     2247  echo "$as_me: failed program was:" >&5 
     2248sed 's/^/| /' conftest.$ac_ext >&5 
     2249 
     2250fi 
     2251rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    27282252ac_ext=c 
    27292253ac_cpp='$CPP $CPPFLAGS' 
     
    27362260  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    27372261set dummy $ac_prog; ac_word=$2 
    2738 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2262echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2263echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    27402264if test "${ac_cv_prog_YACC+set}" = set; then 
    27412265  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    27502274  test -z "$as_dir" && as_dir=. 
    27512275  for ac_exec_ext in '' $ac_executable_extensions; do 
    2752   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2276  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    27532277    ac_cv_prog_YACC="$ac_prog" 
    27542278    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    27572281done 
    27582282done 
    2759 IFS=$as_save_IFS 
    27602283 
    27612284fi 
     
    27632286YACC=$ac_cv_prog_YACC 
    27642287if test -n "$YACC"; then 
    2765   { echo "$as_me:$LINENO: result: $YACC" >&5 
    2766 echo "${ECHO_T}$YACC" >&6; } 
    2767 else 
    2768   { echo "$as_me:$LINENO: result: no" >&5 
    2769 echo "${ECHO_T}no" >&6; } 
    2770 fi 
    2771  
     2288  echo "$as_me:$LINENO: result: $YACC" >&5 
     2289echo "${ECHO_T}$YACC" >&6 
     2290else 
     2291  echo "$as_me:$LINENO: result: no" >&5 
     2292echo "${ECHO_T}no" >&6 
     2293fi 
    27722294 
    27732295  test -n "$YACC" && break 
     
    27802302  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    27812303set dummy $ac_prog; ac_word=$2 
    2782 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2783 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2304echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2305echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    27842306if test "${ac_cv_prog_LEX+set}" = set; then 
    27852307  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    27942316  test -z "$as_dir" && as_dir=. 
    27952317  for ac_exec_ext in '' $ac_executable_extensions; do 
    2796   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2318  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    27972319    ac_cv_prog_LEX="$ac_prog" 
    27982320    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    28012323done 
    28022324done 
    2803 IFS=$as_save_IFS 
    28042325 
    28052326fi 
     
    28072328LEX=$ac_cv_prog_LEX 
    28082329if test -n "$LEX"; then 
    2809   { echo "$as_me:$LINENO: result: $LEX" >&5 
    2810 echo "${ECHO_T}$LEX" >&6; } 
    2811 else 
    2812   { echo "$as_me:$LINENO: result: no" >&5 
    2813 echo "${ECHO_T}no" >&6; } 
    2814 fi 
    2815  
     2330  echo "$as_me:$LINENO: result: $LEX" >&5 
     2331echo "${ECHO_T}$LEX" >&6 
     2332else 
     2333  echo "$as_me:$LINENO: result: no" >&5 
     2334echo "${ECHO_T}no" >&6 
     2335fi 
    28162336 
    28172337  test -n "$LEX" && break 
     
    28212341if test -z "$LEXLIB" 
    28222342then 
    2823   { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 
    2824 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; } 
     2343  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 
     2344echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 
    28252345if test "${ac_cv_lib_fl_yywrap+set}" = set; then 
    28262346  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    28352355/* end confdefs.h.  */ 
    28362356 
    2837 /* Override any GCC internal prototype to avoid an error. 
    2838    Use char because int might match the return type of a GCC 
    2839    builtin and then its argument prototype would still apply.  */ 
     2357/* Override any gcc2 internal prototype to avoid an error.  */ 
    28402358#ifdef __cplusplus 
    28412359extern "C" 
    28422360#endif 
     2361/* We use char because int might match the return type of a gcc2 
     2362   builtin and then its argument prototype would still apply.  */ 
    28432363char yywrap (); 
    28442364int 
    28452365main () 
    28462366{ 
    2847 return yywrap (); 
     2367yywrap (); 
    28482368  ; 
    28492369  return 0; 
     
    28512371_ACEOF 
    28522372rm -f conftest.$ac_objext conftest$ac_exeext 
    2853 if { (ac_try="$ac_link" 
    2854 case "(($ac_try" in 
    2855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2856   *) ac_try_echo=$ac_try;; 
    2857 esac 
    2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2859   (eval "$ac_link") 2>conftest.er1 
     2373if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     2374  (eval $ac_link) 2>conftest.er1 
    28602375  ac_status=$? 
    28612376  grep -v '^ *+' conftest.er1 >conftest.err 
     
    28642379  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28652380  (exit $ac_status); } && 
    2866      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2867   { (case "(($ac_try" in 
    2868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2869   *) ac_try_echo=$ac_try;; 
    2870 esac 
    2871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2872   (eval "$ac_try") 2>&5 
     2381     { ac_try='test -z "$ac_c_werror_flag" 
     2382             || test ! -s conftest.err' 
     2383  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2384  (eval $ac_try) 2>&5 
    28732385  ac_status=$? 
    28742386  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28752387  (exit $ac_status); }; } && 
    28762388     { ac_try='test -s conftest$ac_exeext' 
    2877   { (case "(($ac_try" in 
    2878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2879   *) ac_try_echo=$ac_try;; 
    2880 esac 
    2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2882   (eval "$ac_try") 2>&5 
     2389  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2390  (eval $ac_try) 2>&5 
    28832391  ac_status=$? 
    28842392  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    28892397sed 's/^/| /' conftest.$ac_ext >&5 
    28902398 
    2891     ac_cv_lib_fl_yywrap=no 
    2892 fi 
    2893  
    2894 rm -f core conftest.err conftest.$ac_objext \ 
     2399ac_cv_lib_fl_yywrap=no 
     2400fi 
     2401rm -f conftest.err conftest.$ac_objext \ 
    28952402      conftest$ac_exeext conftest.$ac_ext 
    28962403LIBS=$ac_check_lib_save_LIBS 
    28972404fi 
    2898 { echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 
    2899 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; } 
     2405echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 
     2406echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 
    29002407if test $ac_cv_lib_fl_yywrap = yes; then 
    29012408  LEXLIB="-lfl" 
    29022409else 
    2903   { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 
    2904 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; } 
     2410  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 
     2411echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 
    29052412if test "${ac_cv_lib_l_yywrap+set}" = set; then 
    29062413  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    29152422/* end confdefs.h.  */ 
    29162423 
    2917 /* Override any GCC internal prototype to avoid an error. 
    2918    Use char because int might match the return type of a GCC 
    2919    builtin and then its argument prototype would still apply.  */ 
     2424/* Override any gcc2 internal prototype to avoid an error.  */ 
    29202425#ifdef __cplusplus 
    29212426extern "C" 
    29222427#endif 
     2428/* We use char because int might match the return type of a gcc2 
     2429   builtin and then its argument prototype would still apply.  */ 
    29232430char yywrap (); 
    29242431int 
    29252432main () 
    29262433{ 
    2927 return yywrap (); 
     2434yywrap (); 
    29282435  ; 
    29292436  return 0; 
     
    29312438_ACEOF 
    29322439rm -f conftest.$ac_objext conftest$ac_exeext 
    2933 if { (ac_try="$ac_link" 
    2934 case "(($ac_try" in 
    2935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2936   *) ac_try_echo=$ac_try;; 
    2937 esac 
    2938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2939   (eval "$ac_link") 2>conftest.er1 
     2440if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     2441  (eval $ac_link) 2>conftest.er1 
    29402442  ac_status=$? 
    29412443  grep -v '^ *+' conftest.er1 >conftest.err 
     
    29442446  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29452447  (exit $ac_status); } && 
    2946      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2947   { (case "(($ac_try" in 
    2948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2949   *) ac_try_echo=$ac_try;; 
    2950 esac 
    2951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2952   (eval "$ac_try") 2>&5 
     2448     { ac_try='test -z "$ac_c_werror_flag" 
     2449             || test ! -s conftest.err' 
     2450  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2451  (eval $ac_try) 2>&5 
    29532452  ac_status=$? 
    29542453  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29552454  (exit $ac_status); }; } && 
    29562455     { ac_try='test -s conftest$ac_exeext' 
    2957   { (case "(($ac_try" in 
    2958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2959   *) ac_try_echo=$ac_try;; 
    2960 esac 
    2961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2962   (eval "$ac_try") 2>&5 
     2456  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2457  (eval $ac_try) 2>&5 
    29632458  ac_status=$? 
    29642459  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    29692464sed 's/^/| /' conftest.$ac_ext >&5 
    29702465 
    2971     ac_cv_lib_l_yywrap=no 
    2972 fi 
    2973  
    2974 rm -f core conftest.err conftest.$ac_objext \ 
     2466ac_cv_lib_l_yywrap=no 
     2467fi 
     2468rm -f conftest.err conftest.$ac_objext \ 
    29752469      conftest$ac_exeext conftest.$ac_ext 
    29762470LIBS=$ac_check_lib_save_LIBS 
    29772471fi 
    2978 { echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 
    2979 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; } 
     2472echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 
     2473echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 
    29802474if test $ac_cv_lib_l_yywrap = yes; then 
    29812475  LEXLIB="-ll" 
     
    29872481 
    29882482if test "x$LEX" != "x:"; then 
    2989   { echo "$as_me:$LINENO: checking lex output file root" >&5 
    2990 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; } 
     2483  echo "$as_me:$LINENO: checking lex output file root" >&5 
     2484echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 
    29912485if test "${ac_cv_prog_lex_root+set}" = set; then 
    29922486  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    29982492%% 
    29992493_ACEOF 
    3000 { (ac_try="$LEX conftest.l" 
    3001 case "(($ac_try" in 
    3002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3003   *) ac_try_echo=$ac_try;; 
    3004 esac 
    3005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3006   (eval "$LEX conftest.l") 2>&5 
     2494{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5 
     2495  (eval $LEX conftest.l) 2>&5 
    30072496  ac_status=$? 
    30082497  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    30182507fi 
    30192508fi 
    3020 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 
    3021 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; } 
     2509echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 
     2510echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 
    30222511rm -f conftest.l 
    30232512LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root 
    30242513 
    3025 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 
    3026 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; } 
     2514echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 
     2515echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 
    30272516if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then 
    30282517  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    30392528_ACEOF 
    30402529rm -f conftest.$ac_objext conftest$ac_exeext 
    3041 if { (ac_try="$ac_link" 
    3042 case "(($ac_try" in 
    3043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3044   *) ac_try_echo=$ac_try;; 
    3045 esac 
    3046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3047   (eval "$ac_link") 2>conftest.er1 
     2530if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     2531  (eval $ac_link) 2>conftest.er1 
    30482532  ac_status=$? 
    30492533  grep -v '^ *+' conftest.er1 >conftest.err 
     
    30522536  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30532537  (exit $ac_status); } && 
    3054      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    3055   { (case "(($ac_try" in 
    3056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3057   *) ac_try_echo=$ac_try;; 
    3058 esac 
    3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3060   (eval "$ac_try") 2>&5 
     2538     { ac_try='test -z "$ac_c_werror_flag" 
     2539             || test ! -s conftest.err' 
     2540  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2541  (eval $ac_try) 2>&5 
    30612542  ac_status=$? 
    30622543  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30632544  (exit $ac_status); }; } && 
    30642545     { ac_try='test -s conftest$ac_exeext' 
    3065   { (case "(($ac_try" in 
    3066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3067   *) ac_try_echo=$ac_try;; 
    3068 esac 
    3069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3070   (eval "$ac_try") 2>&5 
     2546  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2547  (eval $ac_try) 2>&5 
    30712548  ac_status=$? 
    30722549  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    30772554sed 's/^/| /' conftest.$ac_ext >&5 
    30782555 
    3079  
    3080 fi 
    3081  
    3082 rm -f core conftest.err conftest.$ac_objext \ 
     2556fi 
     2557rm -f conftest.err conftest.$ac_objext \ 
    30832558      conftest$ac_exeext conftest.$ac_ext 
    30842559LIBS=$ac_save_LIBS 
     
    30862561 
    30872562fi 
    3088 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 
    3089 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; } 
     2563echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 
     2564echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 
    30902565if test $ac_cv_prog_lex_yytext_pointer = yes; then 
    30912566 
     
    31012576  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 
    31022577set dummy ${ac_tool_prefix}ar; ac_word=$2 
    3103 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3104 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2578echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2579echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    31052580if test "${ac_cv_prog_AR+set}" = set; then 
    31062581  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    31152590  test -z "$as_dir" && as_dir=. 
    31162591  for ac_exec_ext in '' $ac_executable_extensions; do 
    3117   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2592  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    31182593    ac_cv_prog_AR="${ac_tool_prefix}ar" 
    31192594    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    31222597done 
    31232598done 
    3124 IFS=$as_save_IFS 
    31252599 
    31262600fi 
     
    31282602AR=$ac_cv_prog_AR 
    31292603if test -n "$AR"; then 
    3130   { echo "$as_me:$LINENO: result: $AR" >&5 
    3131 echo "${ECHO_T}$AR" >&6; } 
    3132 else 
    3133   { echo "$as_me:$LINENO: result: no" >&5 
    3134 echo "${ECHO_T}no" >&6; } 
    3135 fi 
    3136  
     2604  echo "$as_me:$LINENO: result: $AR" >&5 
     2605echo "${ECHO_T}$AR" >&6 
     2606else 
     2607  echo "$as_me:$LINENO: result: no" >&5 
     2608echo "${ECHO_T}no" >&6 
     2609fi 
    31372610 
    31382611fi 
     
    31412614  # Extract the first word of "ar", so it can be a program name with args. 
    31422615set dummy ar; ac_word=$2 
    3143 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2616echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2617echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    31452618if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 
    31462619  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    31552628  test -z "$as_dir" && as_dir=. 
    31562629  for ac_exec_ext in '' $ac_executable_extensions; do 
    3157   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2630  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    31582631    ac_cv_prog_ac_ct_AR="ar" 
    31592632    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    31622635done 
    31632636done 
    3164 IFS=$as_save_IFS 
    31652637 
    31662638fi 
     
    31682640ac_ct_AR=$ac_cv_prog_ac_ct_AR 
    31692641if test -n "$ac_ct_AR"; then 
    3170   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 
    3171 echo "${ECHO_T}$ac_ct_AR" >&6; } 
    3172 else 
    3173   { echo "$as_me:$LINENO: result: no" >&5 
    3174 echo "${ECHO_T}no" >&6; } 
    3175 fi 
    3176  
    3177   if test "x$ac_ct_AR" = x; then 
    3178     AR="" 
    3179   else 
    3180     case $cross_compiling:$ac_tool_warned in 
    3181 yes:) 
    3182 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    3183 whose name does not start with the host triplet.  If you think this 
    3184 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    3185 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    3186 whose name does not start with the host triplet.  If you think this 
    3187 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    3188 ac_tool_warned=yes ;; 
    3189 esac 
    3190     AR=$ac_ct_AR 
    3191   fi 
     2642  echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 
     2643echo "${ECHO_T}$ac_ct_AR" >&6 
     2644else 
     2645  echo "$as_me:$LINENO: result: no" >&5 
     2646echo "${ECHO_T}no" >&6 
     2647fi 
     2648 
     2649  AR=$ac_ct_AR 
    31922650else 
    31932651  AR="$ac_cv_prog_AR" 
     
    31972655  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 
    31982656set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    3199 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2657echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2658echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    32012659if test "${ac_cv_prog_RANLIB+set}" = set; then 
    32022660  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    32112669  test -z "$as_dir" && as_dir=. 
    32122670  for ac_exec_ext in '' $ac_executable_extensions; do 
    3213   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2671  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    32142672    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    32152673    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    32182676done 
    32192677done 
    3220 IFS=$as_save_IFS 
    32212678 
    32222679fi 
     
    32242681RANLIB=$ac_cv_prog_RANLIB 
    32252682if test -n "$RANLIB"; then 
    3226   { echo "$as_me:$LINENO: result: $RANLIB" >&5 
    3227 echo "${ECHO_T}$RANLIB" >&6; } 
    3228 else 
    3229   { echo "$as_me:$LINENO: result: no" >&5 
    3230 echo "${ECHO_T}no" >&6; } 
    3231 fi 
    3232  
     2683  echo "$as_me:$LINENO: result: $RANLIB" >&5 
     2684echo "${ECHO_T}$RANLIB" >&6 
     2685else 
     2686  echo "$as_me:$LINENO: result: no" >&5 
     2687echo "${ECHO_T}no" >&6 
     2688fi 
    32332689 
    32342690fi 
     
    32372693  # Extract the first word of "ranlib", so it can be a program name with args. 
    32382694set dummy ranlib; ac_word=$2 
    3239 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2695echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2696echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    32412697if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
    32422698  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    32512707  test -z "$as_dir" && as_dir=. 
    32522708  for ac_exec_ext in '' $ac_executable_extensions; do 
    3253   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2709  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    32542710    ac_cv_prog_ac_ct_RANLIB="ranlib" 
    32552711    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    32582714done 
    32592715done 
    3260 IFS=$as_save_IFS 
    3261  
     2716 
     2717  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 
    32622718fi 
    32632719fi 
    32642720ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
    32652721if test -n "$ac_ct_RANLIB"; then 
    3266   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
    3267 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 
    3268 else 
    3269   { echo "$as_me:$LINENO: result: no" >&5 
    3270 echo "${ECHO_T}no" >&6; } 
    3271 fi 
    3272  
    3273   if test "x$ac_ct_RANLIB" = x; then 
    3274     RANLIB=":" 
    3275   else 
    3276     case $cross_compiling:$ac_tool_warned in 
    3277 yes:) 
    3278 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    3279 whose name does not start with the host triplet.  If you think this 
    3280 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    3281 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    3282 whose name does not start with the host triplet.  If you think this 
    3283 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    3284 ac_tool_warned=yes ;; 
    3285 esac 
    3286     RANLIB=$ac_ct_RANLIB 
    3287   fi 
     2722  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
     2723echo "${ECHO_T}$ac_ct_RANLIB" >&6 
     2724else 
     2725  echo "$as_me:$LINENO: result: no" >&5 
     2726echo "${ECHO_T}no" >&6 
     2727fi 
     2728 
     2729  RANLIB=$ac_ct_RANLIB 
    32882730else 
    32892731  RANLIB="$ac_cv_prog_RANLIB" 
     
    32932735# 
    32942736ac_aux_dir= 
    3295 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 
    3296   if test -f "$ac_dir/install-sh"; then 
     2737for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 
     2738  if test -f $ac_dir/install-sh; then 
    32972739    ac_aux_dir=$ac_dir 
    32982740    ac_install_sh="$ac_aux_dir/install-sh -c" 
    32992741    break 
    3300   elif test -f "$ac_dir/install.sh"; then 
     2742  elif test -f $ac_dir/install.sh; then 
    33012743    ac_aux_dir=$ac_dir 
    33022744    ac_install_sh="$ac_aux_dir/install.sh -c" 
    33032745    break 
    3304   elif test -f "$ac_dir/shtool"; then 
     2746  elif test -f $ac_dir/shtool; then 
    33052747    ac_aux_dir=$ac_dir 
    33062748    ac_install_sh="$ac_aux_dir/shtool install -c" 
     
    33092751done 
    33102752if test -z "$ac_aux_dir"; then 
    3311   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    3312 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
     2753  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 
     2754echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 
    33132755   { (exit 1); exit 1; }; } 
    33142756fi 
    3315  
    3316 # These three variables are undocumented and unsupported, 
    3317 # and are intended to be withdrawn in a future Autoconf release. 
    3318 # They can cause serious problems if a builder's source tree is in a directory 
    3319 # whose full name contains unusual characters. 
    3320 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var. 
    3321 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var. 
    3322 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var. 
    3323  
     2757ac_config_guess="$SHELL $ac_aux_dir/config.guess" 
     2758ac_config_sub="$SHELL $ac_aux_dir/config.sub" 
     2759ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 
    33242760 
    33252761# Make sure we can run config.sub. 
    3326 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 
    3327   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
    3328 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
     2762$ac_config_sub sun4 >/dev/null 2>&1 || 
     2763  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 
     2764echo "$as_me: error: cannot run $ac_config_sub" >&2;} 
    33292765   { (exit 1); exit 1; }; } 
    33302766 
    3331 { echo "$as_me:$LINENO: checking build system type" >&5 
    3332 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 
     2767echo "$as_me:$LINENO: checking build system type" >&5 
     2768echo $ECHO_N "checking build system type... $ECHO_C" >&6 
    33332769if test "${ac_cv_build+set}" = set; then 
    33342770  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33352771else 
    3336   ac_build_alias=$build_alias 
    3337 test "x$ac_build_alias" = x && 
    3338   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
    3339 test "x$ac_build_alias" = x && 
     2772  ac_cv_build_alias=$build_alias 
     2773test -z "$ac_cv_build_alias" && 
     2774  ac_cv_build_alias=`$ac_config_guess` 
     2775test -z "$ac_cv_build_alias" && 
    33402776  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    33412777echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
    33422778   { (exit 1); exit 1; }; } 
    3343 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 
    3344   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
    3345 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
     2779ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 
     2780  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 
     2781echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 
    33462782   { (exit 1); exit 1; }; } 
    33472783 
    33482784fi 
    3349 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    3350 echo "${ECHO_T}$ac_cv_build" >&6; } 
    3351 case $ac_cv_build in 
    3352 *-*-*) ;; 
    3353 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
    3354 echo "$as_me: error: invalid value of canonical build" >&2;} 
    3355    { (exit 1); exit 1; }; };; 
    3356 esac 
     2785echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     2786echo "${ECHO_T}$ac_cv_build" >&6 
    33572787build=$ac_cv_build 
    3358 ac_save_IFS=$IFS; IFS='-' 
    3359 set x $ac_cv_build 
    3360 shift 
    3361 build_cpu=$1 
    3362 build_vendor=$2 
    3363 shift; shift 
    3364 # Remember, the first character of IFS is used to create $*, 
    3365 # except with old shells: 
    3366 build_os=$* 
    3367 IFS=$ac_save_IFS 
    3368 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 
    3369  
    3370  
    3371 { echo "$as_me:$LINENO: checking host system type" >&5 
    3372 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 
     2788build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
     2789build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
     2790build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
     2791 
     2792 
     2793echo "$as_me:$LINENO: checking host system type" >&5 
     2794echo $ECHO_N "checking host system type... $ECHO_C" >&6 
    33732795if test "${ac_cv_host+set}" = set; then 
    33742796  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33752797else 
    3376   if test "x$host_alias" = x; then 
    3377   ac_cv_host=$ac_cv_build 
    3378 else 
    3379   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 
    3380     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
    3381 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
     2798  ac_cv_host_alias=$host_alias 
     2799test -z "$ac_cv_host_alias" && 
     2800  ac_cv_host_alias=$ac_cv_build_alias 
     2801ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 
     2802  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 
     2803echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 
    33822804   { (exit 1); exit 1; }; } 
    3383 fi 
    3384  
    3385 fi 
    3386 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
    3387 echo "${ECHO_T}$ac_cv_host" >&6; } 
    3388 case $ac_cv_host in 
    3389 *-*-*) ;; 
    3390 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
    3391 echo "$as_me: error: invalid value of canonical host" >&2;} 
    3392    { (exit 1); exit 1; }; };; 
    3393 esac 
     2805 
     2806fi 
     2807echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
     2808echo "${ECHO_T}$ac_cv_host" >&6 
    33942809host=$ac_cv_host 
    3395 ac_save_IFS=$IFS; IFS='-' 
    3396 set x $ac_cv_host 
    3397 shift 
    3398 host_cpu=$1 
    3399 host_vendor=$2 
    3400 shift; shift 
    3401 # Remember, the first character of IFS is used to create $*, 
    3402 # except with old shells: 
    3403 host_os=$* 
    3404 IFS=$ac_save_IFS 
    3405 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 
    3406  
    3407  
    3408 { echo "$as_me:$LINENO: checking target system type" >&5 
    3409 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 
     2810host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
     2811host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
     2812host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
     2813 
     2814 
     2815echo "$as_me:$LINENO: checking target system type" >&5 
     2816echo $ECHO_N "checking target system type... $ECHO_C" >&6 
    34102817if test "${ac_cv_target+set}" = set; then 
    34112818  echo $ECHO_N "(cached) $ECHO_C" >&6 
    34122819else 
    3413   if test "x$target_alias" = x; then 
    3414   ac_cv_target=$ac_cv_host 
    3415 else 
    3416   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 
    3417     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 
    3418 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 
     2820  ac_cv_target_alias=$target_alias 
     2821test "x$ac_cv_target_alias" = "x" && 
     2822  ac_cv_target_alias=$ac_cv_host_alias 
     2823ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 
     2824  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 
     2825echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 
    34192826   { (exit 1); exit 1; }; } 
    3420 fi 
    3421  
    3422 fi 
    3423 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
    3424 echo "${ECHO_T}$ac_cv_target" >&6; } 
    3425 case $ac_cv_target in 
    3426 *-*-*) ;; 
    3427 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 
    3428 echo "$as_me: error: invalid value of canonical target" >&2;} 
    3429    { (exit 1); exit 1; }; };; 
    3430 esac 
     2827 
     2828fi 
     2829echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
     2830echo "${ECHO_T}$ac_cv_target" >&6 
    34312831target=$ac_cv_target 
    3432 ac_save_IFS=$IFS; IFS='-' 
    3433 set x $ac_cv_target 
    3434 shift 
    3435 target_cpu=$1 
    3436 target_vendor=$2 
    3437 shift; shift 
    3438 # Remember, the first character of IFS is used to create $*, 
    3439 # except with old shells: 
    3440 target_os=$* 
    3441 IFS=$ac_save_IFS 
    3442 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 
     2832target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 
     2833target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 
     2834target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 
    34432835 
    34442836 
     
    34642856LIBS="$LIBS -liconv" 
    34652857result='no' 
    3466 { echo "$as_me:$LINENO: checking checking for libiconv" >&5 
    3467 echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6; } 
     2858echo "$as_me:$LINENO: checking checking for libiconv" >&5 
     2859echo $ECHO_N "checking checking for libiconv... $ECHO_C" >&6 
    34682860cat >conftest.$ac_ext <<_ACEOF 
    34692861/* confdefs.h.  */ 
     
    34892881_ACEOF 
    34902882rm -f conftest.$ac_objext conftest$ac_exeext 
    3491 if { (ac_try="$ac_link" 
    3492 case "(($ac_try" in 
    3493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3494   *) ac_try_echo=$ac_try;; 
    3495 esac 
    3496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3497   (eval "$ac_link") 2>conftest.er1 
     2883if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     2884  (eval $ac_link) 2>conftest.er1 
    34982885  ac_status=$? 
    34992886  grep -v '^ *+' conftest.er1 >conftest.err 
     
    35022889  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35032890  (exit $ac_status); } && 
    3504      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    3505   { (case "(($ac_try" in 
    3506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3507   *) ac_try_echo=$ac_try;; 
    3508 esac 
    3509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3510   (eval "$ac_try") 2>&5 
     2891     { ac_try='test -z "$ac_c_werror_flag" 
     2892             || test ! -s conftest.err' 
     2893  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2894  (eval $ac_try) 2>&5 
    35112895  ac_status=$? 
    35122896  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35132897  (exit $ac_status); }; } && 
    35142898     { ac_try='test -s conftest$ac_exeext' 
    3515   { (case "(($ac_try" in 
    3516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3517   *) ac_try_echo=$ac_try;; 
    3518 esac 
    3519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3520   (eval "$ac_try") 2>&5 
     2899  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2900  (eval $ac_try) 2>&5 
    35212901  ac_status=$? 
    35222902  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    35312911sed 's/^/| /' conftest.$ac_ext >&5 
    35322912 
    3533     LIBS="$SAVE_LIBS" 
    3534 fi 
    3535  
    3536 rm -f core conftest.err conftest.$ac_objext \ 
     2913LIBS="$SAVE_LIBS" 
     2914fi 
     2915rm -f conftest.err conftest.$ac_objext \ 
    35372916      conftest$ac_exeext conftest.$ac_ext 
    3538 { echo "$as_me:$LINENO: result: $result" >&5 
    3539 echo "${ECHO_T}$result" >&6; } 
     2917echo "$as_me:$LINENO: result: $result" >&5 
     2918echo "${ECHO_T}$result" >&6 
    35402919 
    35412920 
    35422921HAVE_DLOPEN='no' 
    3543 { echo "$as_me:$LINENO: checking checking for dlopen" >&5 
    3544 echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6; } 
     2922echo "$as_me:$LINENO: checking checking for dlopen" >&5 
     2923echo $ECHO_N "checking checking for dlopen... $ECHO_C" >&6 
    35452924cat >conftest.$ac_ext <<_ACEOF 
    35462925/* confdefs.h.  */ 
     
    35682947_ACEOF 
    35692948rm -f conftest.$ac_objext conftest$ac_exeext 
    3570 if { (ac_try="$ac_link" 
    3571 case "(($ac_try" in 
    3572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3573   *) ac_try_echo=$ac_try;; 
    3574 esac 
    3575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3576   (eval "$ac_link") 2>conftest.er1 
     2949if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     2950  (eval $ac_link) 2>conftest.er1 
    35772951  ac_status=$? 
    35782952  grep -v '^ *+' conftest.er1 >conftest.err 
     
    35812955  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35822956  (exit $ac_status); } && 
    3583      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    3584   { (case "(($ac_try" in 
    3585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3586   *) ac_try_echo=$ac_try;; 
    3587 esac 
    3588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3589   (eval "$ac_try") 2>&5 
     2957     { ac_try='test -z "$ac_c_werror_flag" 
     2958             || test ! -s conftest.err' 
     2959  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2960  (eval $ac_try) 2>&5 
    35902961  ac_status=$? 
    35912962  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35922963  (exit $ac_status); }; } && 
    35932964     { ac_try='test -s conftest$ac_exeext' 
    3594   { (case "(($ac_try" in 
    3595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3596   *) ac_try_echo=$ac_try;; 
    3597 esac 
    3598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3599   (eval "$ac_try") 2>&5 
     2965  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2966  (eval $ac_try) 2>&5 
    36002967  ac_status=$? 
    36012968  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    36062973sed 's/^/| /' conftest.$ac_ext >&5 
    36072974 
    3608     SAVE_LIBS="$LIBS" 
     2975SAVE_LIBS="$LIBS" 
    36092976    LIBS="$LIBS -ldl" 
    36102977    cat >conftest.$ac_ext <<_ACEOF 
     
    36333000_ACEOF 
    36343001rm -f conftest.$ac_objext conftest$ac_exeext 
    3635 if { (ac_try="$ac_link" 
    3636 case "(($ac_try" in 
    3637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3638   *) ac_try_echo=$ac_try;; 
    3639 esac 
    3640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3641   (eval "$ac_link") 2>conftest.er1 
     3002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     3003  (eval $ac_link) 2>conftest.er1 
    36423004  ac_status=$? 
    36433005  grep -v '^ *+' conftest.er1 >conftest.err 
     
    36463008  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36473009  (exit $ac_status); } && 
    3648      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    3649   { (case "(($ac_try" in 
    3650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3651   *) ac_try_echo=$ac_try;; 
    3652 esac 
    3653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3654   (eval "$ac_try") 2>&5 
     3010     { ac_try='test -z "$ac_c_werror_flag" 
     3011             || test ! -s conftest.err' 
     3012  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3013  (eval $ac_try) 2>&5 
    36553014  ac_status=$? 
    36563015  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36573016  (exit $ac_status); }; } && 
    36583017     { ac_try='test -s conftest$ac_exeext' 
    3659   { (case "(($ac_try" in 
    3660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3661   *) ac_try_echo=$ac_try;; 
    3662 esac 
    3663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3664   (eval "$ac_try") 2>&5 
     3018  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3019  (eval $ac_try) 2>&5 
    36653020  ac_status=$? 
    36663021  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    36723027sed 's/^/| /' conftest.$ac_ext >&5 
    36733028 
    3674  
    3675 fi 
    3676  
    3677 rm -f core conftest.err conftest.$ac_objext \ 
     3029fi 
     3030rm -f conftest.err conftest.$ac_objext \ 
    36783031      conftest$ac_exeext conftest.$ac_ext 
    36793032    LIBS="$SAVE_LIBS" 
    36803033fi 
    3681  
    3682 rm -f core conftest.err conftest.$ac_objext \ 
     3034rm -f conftest.err conftest.$ac_objext \ 
    36833035      conftest$ac_exeext conftest.$ac_ext 
    3684 { echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&5 
    3685 echo "${ECHO_T}$HAVE_DLOPEN" >&6; } 
     3036echo "$as_me:$LINENO: result: $HAVE_DLOPEN" >&5 
     3037echo "${ECHO_T}$HAVE_DLOPEN" >&6 
    36863038 
    36873039 
     
    36923044ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    36933045ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    3694 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    3695 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
     3046echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     3047echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 
    36963048# On Suns, sometimes $CPP names a directory. 
    36973049if test -n "$CPP" && test -d "$CPP"; then 
     
    37273079             Syntax error 
    37283080_ACEOF 
    3729 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    3730 case "(($ac_try" in 
    3731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3732   *) ac_try_echo=$ac_try;; 
    3733 esac 
    3734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3735   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     3081if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     3082  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    37363083  ac_status=$? 
    37373084  grep -v '^ *+' conftest.er1 >conftest.err 
     
    37583105continue 
    37593106fi 
    3760  
    37613107rm -f conftest.err conftest.$ac_ext 
    37623108 
    3763   # OK, works on sane cases.  Now check whether nonexistent headers 
     3109  # OK, works on sane cases.  Now check whether non-existent headers 
    37643110  # can be detected and how. 
    37653111  cat >conftest.$ac_ext <<_ACEOF 
     
    37713117#include <ac_nonexistent.h> 
    37723118_ACEOF 
    3773 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    3774 case "(($ac_try" in 
    3775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3776   *) ac_try_echo=$ac_try;; 
    3777 esac 
    3778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3779   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     3119if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     3120  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    37803121  ac_status=$? 
    37813122  grep -v '^ *+' conftest.er1 >conftest.err 
     
    38043145break 
    38053146fi 
    3806  
    38073147rm -f conftest.err conftest.$ac_ext 
    38083148 
     
    38223162  ac_cv_prog_CPP=$CPP 
    38233163fi 
    3824 { echo "$as_me:$LINENO: result: $CPP" >&5 
    3825 echo "${ECHO_T}$CPP" >&6; } 
     3164echo "$as_me:$LINENO: result: $CPP" >&5 
     3165echo "${ECHO_T}$CPP" >&6 
    38263166ac_preproc_ok=false 
    38273167for ac_c_preproc_warn_flag in '' yes 
     
    38463186             Syntax error 
    38473187_ACEOF 
    3848 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    3849 case "(($ac_try" in 
    3850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3851   *) ac_try_echo=$ac_try;; 
    3852 esac 
    3853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3854   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     3188if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     3189  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    38553190  ac_status=$? 
    38563191  grep -v '^ *+' conftest.er1 >conftest.err 
     
    38773212continue 
    38783213fi 
    3879  
    38803214rm -f conftest.err conftest.$ac_ext 
    38813215 
    3882   # OK, works on sane cases.  Now check whether nonexistent headers 
     3216  # OK, works on sane cases.  Now check whether non-existent headers 
    38833217  # can be detected and how. 
    38843218  cat >conftest.$ac_ext <<_ACEOF 
     
    38903224#include <ac_nonexistent.h> 
    38913225_ACEOF 
    3892 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    3893 case "(($ac_try" in 
    3894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3895   *) ac_try_echo=$ac_try;; 
    3896 esac 
    3897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    3898   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     3226if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     3227  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    38993228  ac_status=$? 
    39003229  grep -v '^ *+' conftest.er1 >conftest.err 
     
    39233252break 
    39243253fi 
    3925  
    39263254rm -f conftest.err conftest.$ac_ext 
    39273255 
     
    39463274 
    39473275 
    3948 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
    3949 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 
    3950 if test "${ac_cv_path_GREP+set}" = set; then 
     3276echo "$as_me:$LINENO: checking for egrep" >&5 
     3277echo $ECHO_N "checking for egrep... $ECHO_C" >&6 
     3278if test "${ac_cv_prog_egrep+set}" = set; then 
    39513279  echo $ECHO_N "(cached) $ECHO_C" >&6 
    39523280else 
    3953   # Extract the first word of "grep ggrep" to use in msg output 
    3954 if test -z "$GREP"; then 
    3955 set dummy grep ggrep; ac_prog_name=$2 
    3956 if test "${ac_cv_path_GREP+set}" = set; then 
    3957   echo $ECHO_N "(cached) $ECHO_C" >&6 
    3958 else 
    3959   ac_path_GREP_found=false 
    3960 # Loop through the user's path and test for each of PROGNAME-LIST 
    3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    3962 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    3963 do 
    3964   IFS=$as_save_IFS 
    3965   test -z "$as_dir" && as_dir=. 
    3966   for ac_prog in grep ggrep; do 
    3967   for ac_exec_ext in '' $ac_executable_extensions; do 
    3968     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    3969     { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 
    3970     # Check for GNU ac_path_GREP and select it if it is found. 
    3971   # Check for GNU $ac_path_GREP 
    3972 case `"$ac_path_GREP" --version 2>&1` in 
    3973 *GNU*) 
    3974   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 
    3975 *) 
    3976   ac_count=0 
    3977   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    3978   while : 
    3979   do 
    3980     cat "conftest.in" "conftest.in" >"conftest.tmp" 
    3981     mv "conftest.tmp" "conftest.in" 
    3982     cp "conftest.in" "conftest.nl" 
    3983     echo 'GREP' >> "conftest.nl" 
    3984     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    3985     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
    3986     ac_count=`expr $ac_count + 1` 
    3987     if test $ac_count -gt ${ac_path_GREP_max-0}; then 
    3988       # Best one so far, save it but keep looking for a better one 
    3989       ac_cv_path_GREP="$ac_path_GREP" 
    3990       ac_path_GREP_max=$ac_count 
     3281  if echo a | (grep -E '(a|b)') >/dev/null 2>&1 
     3282    then ac_cv_prog_egrep='grep -E' 
     3283    else ac_cv_prog_egrep='egrep' 
    39913284    fi 
    3992     # 10*(2^10) chars as input seems more than enough 
    3993     test $ac_count -gt 10 && break 
    3994   done 
    3995   rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 
    3996 esac 
    3997  
    3998  
    3999     $ac_path_GREP_found && break 3 
    4000   done 
    4001 done 
    4002  
    4003 done 
    4004 IFS=$as_save_IFS 
    4005  
    4006  
    4007 fi 
    4008  
    4009 GREP="$ac_cv_path_GREP" 
    4010 if test -z "$GREP"; then 
    4011   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    4012 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    4013    { (exit 1); exit 1; }; } 
    4014 fi 
    4015  
    4016 else 
    4017   ac_cv_path_GREP=$GREP 
    4018 fi 
    4019  
    4020  
    4021 fi 
    4022 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
    4023 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
    4024  GREP="$ac_cv_path_GREP" 
    4025  
    4026  
    4027 { echo "$as_me:$LINENO: checking for egrep" >&5 
    4028 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 
    4029 if test "${ac_cv_path_EGREP+set}" = set; then 
    4030   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4031 else 
    4032   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
    4033    then ac_cv_path_EGREP="$GREP -E" 
    4034    else 
    4035      # Extract the first word of "egrep" to use in msg output 
    4036 if test -z "$EGREP"; then 
    4037 set dummy egrep; ac_prog_name=$2 
    4038 if test "${ac_cv_path_EGREP+set}" = set; then 
    4039   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4040 else 
    4041   ac_path_EGREP_found=false 
    4042 # Loop through the user's path and test for each of PROGNAME-LIST 
    4043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    4044 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    4045 do 
    4046   IFS=$as_save_IFS 
    4047   test -z "$as_dir" && as_dir=. 
    4048   for ac_prog in egrep; do 
    4049   for ac_exec_ext in '' $ac_executable_extensions; do 
    4050     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    4051     { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 
    4052     # Check for GNU ac_path_EGREP and select it if it is found. 
    4053   # Check for GNU $ac_path_EGREP 
    4054 case `"$ac_path_EGREP" --version 2>&1` in 
    4055 *GNU*) 
    4056   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 
    4057 *) 
    4058   ac_count=0 
    4059   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    4060   while : 
    4061   do 
    4062     cat "conftest.in" "conftest.in" >"conftest.tmp" 
    4063     mv "conftest.tmp" "conftest.in" 
    4064     cp "conftest.in" "conftest.nl" 
    4065     echo 'EGREP' >> "conftest.nl" 
    4066     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    4067     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
    4068     ac_count=`expr $ac_count + 1` 
    4069     if test $ac_count -gt ${ac_path_EGREP_max-0}; then 
    4070       # Best one so far, save it but keep looking for a better one 
    4071       ac_cv_path_EGREP="$ac_path_EGREP" 
    4072       ac_path_EGREP_max=$ac_count 
    4073     fi 
    4074     # 10*(2^10) chars as input seems more than enough 
    4075     test $ac_count -gt 10 && break 
    4076   done 
    4077   rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 
    4078 esac 
    4079  
    4080  
    4081     $ac_path_EGREP_found && break 3 
    4082   done 
    4083 done 
    4084  
    4085 done 
    4086 IFS=$as_save_IFS 
    4087  
    4088  
    4089 fi 
    4090  
    4091 EGREP="$ac_cv_path_EGREP" 
    4092 if test -z "$EGREP"; then 
    4093   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    4094 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    4095    { (exit 1); exit 1; }; } 
    4096 fi 
    4097  
    4098 else 
    4099   ac_cv_path_EGREP=$EGREP 
    4100 fi 
    4101  
    4102  
    4103    fi 
    4104 fi 
    4105 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
    4106 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 
    4107  EGREP="$ac_cv_path_EGREP" 
    4108  
    4109  
    4110 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    4111 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
     3285fi 
     3286echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 
     3287echo "${ECHO_T}$ac_cv_prog_egrep" >&6 
     3288 EGREP=$ac_cv_prog_egrep 
     3289 
     3290 
     3291echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
     3292echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 
    41123293if test "${ac_cv_header_stdc+set}" = set; then 
    41133294  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    41333314_ACEOF 
    41343315rm -f conftest.$ac_objext 
    4135 if { (ac_try="$ac_compile" 
    4136 case "(($ac_try" in 
    4137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4138   *) ac_try_echo=$ac_try;; 
    4139 esac 
    4140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4141   (eval "$ac_compile") 2>conftest.er1 
     3316if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3317  (eval $ac_compile) 2>conftest.er1 
    41423318  ac_status=$? 
    41433319  grep -v '^ *+' conftest.er1 >conftest.err 
     
    41463322  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41473323  (exit $ac_status); } && 
    4148      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4149   { (case "(($ac_try" in 
    4150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4151   *) ac_try_echo=$ac_try;; 
    4152 esac 
    4153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4154   (eval "$ac_try") 2>&5 
     3324     { ac_try='test -z "$ac_c_werror_flag" 
     3325             || test ! -s conftest.err' 
     3326  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3327  (eval $ac_try) 2>&5 
    41553328  ac_status=$? 
    41563329  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41573330  (exit $ac_status); }; } && 
    41583331     { ac_try='test -s conftest.$ac_objext' 
    4159   { (case "(($ac_try" in 
    4160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4161   *) ac_try_echo=$ac_try;; 
    4162 esac 
    4163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4164   (eval "$ac_try") 2>&5 
     3332  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3333  (eval $ac_try) 2>&5 
    41653334  ac_status=$? 
    41663335  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    41713340sed 's/^/| /' conftest.$ac_ext >&5 
    41723341 
    4173     ac_cv_header_stdc=no 
    4174 fi 
    4175  
    4176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     3342ac_cv_header_stdc=no 
     3343fi 
     3344rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    41773345 
    41783346if test $ac_cv_header_stdc = yes; then 
     
    42303398/* end confdefs.h.  */ 
    42313399#include <ctype.h> 
    4232 #include <stdlib.h> 
    42333400#if ((' ' & 0x0FF) == 0x020) 
    42343401# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 
     
    42503417    if (XOR (islower (i), ISLOWER (i)) 
    42513418    || toupper (i) != TOUPPER (i)) 
    4252       return 2; 
    4253   return 0; 
     3419      exit(2); 
     3420  exit (0); 
    42543421} 
    42553422_ACEOF 
    42563423rm -f conftest$ac_exeext 
    4257 if { (ac_try="$ac_link" 
    4258 case "(($ac_try" in 
    4259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4260   *) ac_try_echo=$ac_try;; 
    4261 esac 
    4262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4263   (eval "$ac_link") 2>&5 
     3424if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     3425  (eval $ac_link) 2>&5 
    42643426  ac_status=$? 
    42653427  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42663428  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    4267   { (case "(($ac_try" in 
    4268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4269   *) ac_try_echo=$ac_try;; 
    4270 esac 
    4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4272   (eval "$ac_try") 2>&5 
     3429  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3430  (eval $ac_try) 2>&5 
    42733431  ac_status=$? 
    42743432  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    42833441ac_cv_header_stdc=no 
    42843442fi 
    4285 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    4286 fi 
    4287  
    4288  
    4289 fi 
    4290 fi 
    4291 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    4292 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 
     3443rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     3444fi 
     3445fi 
     3446fi 
     3447echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
     3448echo "${ECHO_T}$ac_cv_header_stdc" >&6 
    42933449if test $ac_cv_header_stdc = yes; then 
    42943450 
     
    43133469do 
    43143470as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4315 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4316 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    4317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     3471echo "$as_me:$LINENO: checking for $ac_header" >&5 
     3472echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     3473if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    43183474  echo $ECHO_N "(cached) $ECHO_C" >&6 
    43193475else 
     
    43293485_ACEOF 
    43303486rm -f conftest.$ac_objext 
    4331 if { (ac_try="$ac_compile" 
    4332 case "(($ac_try" in 
    4333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4334   *) ac_try_echo=$ac_try;; 
    4335 esac 
    4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4337   (eval "$ac_compile") 2>conftest.er1 
     3487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3488  (eval $ac_compile) 2>conftest.er1 
    43383489  ac_status=$? 
    43393490  grep -v '^ *+' conftest.er1 >conftest.err 
     
    43423493  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    43433494  (exit $ac_status); } && 
    4344      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4345   { (case "(($ac_try" in 
    4346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4347   *) ac_try_echo=$ac_try;; 
    4348 esac 
    4349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4350   (eval "$ac_try") 2>&5 
     3495     { ac_try='test -z "$ac_c_werror_flag" 
     3496             || test ! -s conftest.err' 
     3497  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3498  (eval $ac_try) 2>&5 
    43513499  ac_status=$? 
    43523500  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    43533501  (exit $ac_status); }; } && 
    43543502     { ac_try='test -s conftest.$ac_objext' 
    4355   { (case "(($ac_try" in 
    4356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4357   *) ac_try_echo=$ac_try;; 
    4358 esac 
    4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4360   (eval "$ac_try") 2>&5 
     3503  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3504  (eval $ac_try) 2>&5 
    43613505  ac_status=$? 
    43623506  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    43673511sed 's/^/| /' conftest.$ac_ext >&5 
    43683512 
    4369     eval "$as_ac_Header=no" 
    4370 fi 
    4371  
    4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4373 fi 
    4374 ac_res=`eval echo '${'$as_ac_Header'}'` 
    4375            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    4376 echo "${ECHO_T}$ac_res" >&6; } 
     3513eval "$as_ac_Header=no" 
     3514fi 
     3515rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3516fi 
     3517echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     3518echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    43773519if test `eval echo '${'$as_ac_Header'}'` = yes; then 
    43783520  cat >>confdefs.h <<_ACEOF 
     
    43973539do 
    43983540as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    4400   { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4401 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    4402 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     3541if eval "test \"\${$as_ac_Header+set}\" = set"; then 
     3542  echo "$as_me:$LINENO: checking for $ac_header" >&5 
     3543echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     3544if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    44033545  echo $ECHO_N "(cached) $ECHO_C" >&6 
    44043546fi 
    4405 ac_res=`eval echo '${'$as_ac_Header'}'` 
    4406            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    4407 echo "${ECHO_T}$ac_res" >&6; } 
     3547echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     3548echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    44083549else 
    44093550  # Is the header compilable? 
    4410 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 
    4411 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 
     3551echo "$as_me:$LINENO: checking $ac_header usability" >&5 
     3552echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 
    44123553cat >conftest.$ac_ext <<_ACEOF 
    44133554/* confdefs.h.  */ 
     
    44203561_ACEOF 
    44213562rm -f conftest.$ac_objext 
    4422 if { (ac_try="$ac_compile" 
    4423 case "(($ac_try" in 
    4424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4425   *) ac_try_echo=$ac_try;; 
    4426 esac 
    4427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4428   (eval "$ac_compile") 2>conftest.er1 
     3563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3564  (eval $ac_compile) 2>conftest.er1 
    44293565  ac_status=$? 
    44303566  grep -v '^ *+' conftest.er1 >conftest.err 
     
    44333569  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44343570  (exit $ac_status); } && 
    4435      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4436   { (case "(($ac_try" in 
    4437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4438   *) ac_try_echo=$ac_try;; 
    4439 esac 
    4440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4441   (eval "$ac_try") 2>&5 
     3571     { ac_try='test -z "$ac_c_werror_flag" 
     3572             || test ! -s conftest.err' 
     3573  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3574  (eval $ac_try) 2>&5 
    44423575  ac_status=$? 
    44433576  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44443577  (exit $ac_status); }; } && 
    44453578     { ac_try='test -s conftest.$ac_objext' 
    4446   { (case "(($ac_try" in 
    4447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4448   *) ac_try_echo=$ac_try;; 
    4449 esac 
    4450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4451   (eval "$ac_try") 2>&5 
     3579  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3580  (eval $ac_try) 2>&5 
    44523581  ac_status=$? 
    44533582  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    44583587sed 's/^/| /' conftest.$ac_ext >&5 
    44593588 
    4460     ac_header_compiler=no 
    4461 fi 
    4462  
    4463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4465 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     3589ac_header_compiler=no 
     3590fi 
     3591rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3592echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     3593echo "${ECHO_T}$ac_header_compiler" >&6 
    44663594 
    44673595# Is the header present? 
    4468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 
    4469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 
     3596echo "$as_me:$LINENO: checking $ac_header presence" >&5 
     3597echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 
    44703598cat >conftest.$ac_ext <<_ACEOF 
    44713599/* confdefs.h.  */ 
     
    44763604#include <$ac_header> 
    44773605_ACEOF 
    4478 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    4479 case "(($ac_try" in 
    4480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4481   *) ac_try_echo=$ac_try;; 
    4482 esac 
    4483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4484   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     3606if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     3607  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    44853608  ac_status=$? 
    44863609  grep -v '^ *+' conftest.er1 >conftest.err 
     
    45063629  ac_header_preproc=no 
    45073630fi 
    4508  
    45093631rm -f conftest.err conftest.$ac_ext 
    4510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4511 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     3632echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     3633echo "${ECHO_T}$ac_header_preproc" >&6 
    45123634 
    45133635# So?  What about this header? 
     
    45333655    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 
    45343656echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    4535     ( cat <<\_ASBOX 
     3657    ( 
     3658      cat <<\_ASBOX 
    45363659## --------------------------------- ## 
    45373660## Report this to BUG-REPORT-ADDRESS ## 
    45383661## --------------------------------- ## 
    45393662_ASBOX 
    4540      ) | sed "s/^/$as_me: WARNING:     /" >&2 
     3663    ) | 
     3664      sed "s/^/$as_me: WARNING:     /" >&2 
    45413665    ;; 
    45423666esac 
    4543 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    4545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     3667echo "$as_me:$LINENO: checking for $ac_header" >&5 
     3668echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     3669if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    45463670  echo $ECHO_N "(cached) $ECHO_C" >&6 
    45473671else 
    45483672  eval "$as_ac_Header=\$ac_header_preproc" 
    45493673fi 
    4550 ac_res=`eval echo '${'$as_ac_Header'}'` 
    4551            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    4552 echo "${ECHO_T}$ac_res" >&6; } 
     3674echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     3675echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    45533676 
    45543677fi 
     
    45643687 
    45653688# Checks for typedefs, structures, and compiler characteristics. 
    4566 { echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5 
    4567 echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6; } 
     3689echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5 
     3690echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6 
    45683691if test "${ac_cv_header_stdbool_h+set}" = set; then 
    45693692  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    45783701#include <stdbool.h> 
    45793702#ifndef bool 
    4580  "error: bool is not defined" 
     3703# error bool is not defined 
    45813704#endif 
    45823705#ifndef false 
    4583  "error: false is not defined" 
     3706# error false is not defined 
    45843707#endif 
    45853708#if false 
    4586  "error: false is not 0" 
     3709# error false is not 0 
    45873710#endif 
    45883711#ifndef true 
    4589  "error: true is not defined" 
     3712# error true is not defined 
    45903713#endif 
    45913714#if true != 1 
    4592  "error: true is not 1" 
     3715# error true is not 1 
    45933716#endif 
    45943717#ifndef __bool_true_false_are_defined 
    4595  "error: __bool_true_false_are_defined is not defined" 
     3718# error __bool_true_false_are_defined is not defined 
    45963719#endif 
    45973720 
     
    46013724    char b[false == 0 ? 1 : -1]; 
    46023725    char c[__bool_true_false_are_defined == 1 ? 1 : -1]; 
    4603     char d[(bool) 0.5 == true ? 1 : -1]; 
     3726    char d[(bool) -0.5 == true ? 1 : -1]; 
    46043727    bool e = &s; 
    4605     char f[(_Bool) 0.0 == false ? 1 : -1]; 
     3728    char f[(_Bool) -0.0 == false ? 1 : -1]; 
    46063729    char g[true]; 
    46073730    char h[sizeof (_Bool)]; 
    46083731    char i[sizeof s.t]; 
    4609     enum { j = false, k = true, l = false * true, m = true * 256 }; 
    4610     _Bool n[m]; 
    4611     char o[sizeof n == m * sizeof n[0] ? 1 : -1]; 
    4612     char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; 
    4613 #   if defined __xlc__ || defined __GNUC__ 
    4614      /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 
    4615         reported by James Lemley on 2005-10-05; see 
    4616         http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html 
    4617         This test is not quite right, since xlc is allowed to 
    4618         reject this program, as the initializer for xlcbug is 
    4619         not one of the forms that C requires support for. 
    4620         However, doing the test right would require a runtime 
    4621         test, and that would make cross-compilation harder. 
    4622         Let us hope that IBM fixes the xlc bug, and also adds 
    4623         support for this kind of constant expression.  In the 
    4624         meantime, this test will reject xlc, which is OK, since 
    4625         our stdbool.h substitute should suffice.  We also test 
    4626         this with GCC, where it should work, to detect more 
    4627         quickly whether someone messes up the test in the 
    4628         future.  */ 
    4629      char digs[] = "0123456789"; 
    4630      int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1); 
    4631 #   endif 
    4632     /* Catch a bug in an HP-UX C compiler.  See 
    4633        http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html 
    4634        http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html 
    4635      */ 
    4636     _Bool q = true; 
    4637     _Bool *pq = &q; 
    46383732 
    46393733int 
    46403734main () 
    46413735{ 
    4642  
    4643     *pq |= q; 
    4644     *pq |= ! q; 
    4645     /* Refer to every declared value, to avoid compiler optimizations.  */ 
    4646     return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l 
    4647         + !m + !n + !o + !p + !q + !pq); 
    4648  
     3736 return !a + !b + !c + !d + !e + !f + !g + !h + !i; 
    46493737  ; 
    46503738  return 0; 
     
    46523740_ACEOF 
    46533741rm -f conftest.$ac_objext 
    4654 if { (ac_try="$ac_compile" 
    4655 case "(($ac_try" in 
    4656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4657   *) ac_try_echo=$ac_try;; 
    4658 esac 
    4659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4660   (eval "$ac_compile") 2>conftest.er1 
     3742if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3743  (eval $ac_compile) 2>conftest.er1 
    46613744  ac_status=$? 
    46623745  grep -v '^ *+' conftest.er1 >conftest.err 
     
    46653748  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    46663749  (exit $ac_status); } && 
    4667      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4668   { (case "(($ac_try" in 
    4669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4670   *) ac_try_echo=$ac_try;; 
    4671 esac 
    4672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4673   (eval "$ac_try") 2>&5 
     3750     { ac_try='test -z "$ac_c_werror_flag" 
     3751             || test ! -s conftest.err' 
     3752  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3753  (eval $ac_try) 2>&5 
    46743754  ac_status=$? 
    46753755  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    46763756  (exit $ac_status); }; } && 
    46773757     { ac_try='test -s conftest.$ac_objext' 
    4678   { (case "(($ac_try" in 
    4679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4680   *) ac_try_echo=$ac_try;; 
    4681 esac 
    4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4683   (eval "$ac_try") 2>&5 
     3758  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3759  (eval $ac_try) 2>&5 
    46843760  ac_status=$? 
    46853761  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    46903766sed 's/^/| /' conftest.$ac_ext >&5 
    46913767 
    4692     ac_cv_header_stdbool_h=no 
    4693 fi 
    4694  
    4695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4696 fi 
    4697 { echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 
    4698 echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; } 
    4699 { echo "$as_me:$LINENO: checking for _Bool" >&5 
    4700 echo $ECHO_N "checking for _Bool... $ECHO_C" >&6; } 
     3768ac_cv_header_stdbool_h=no 
     3769fi 
     3770rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3771fi 
     3772echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5 
     3773echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6 
     3774echo "$as_me:$LINENO: checking for _Bool" >&5 
     3775echo $ECHO_N "checking for _Bool... $ECHO_C" >&6 
    47013776if test "${ac_cv_type__Bool+set}" = set; then 
    47023777  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    47093784/* end confdefs.h.  */ 
    47103785$ac_includes_default 
    4711 typedef _Bool ac__type_new_; 
    47123786int 
    47133787main () 
    47143788{ 
    4715 if ((ac__type_new_ *) 0) 
     3789if ((_Bool *) 0) 
    47163790  return 0; 
    4717 if (sizeof (ac__type_new_)) 
     3791if (sizeof (_Bool)) 
    47183792  return 0; 
    47193793  ; 
     
    47223796_ACEOF 
    47233797rm -f conftest.$ac_objext 
    4724 if { (ac_try="$ac_compile" 
    4725 case "(($ac_try" in 
    4726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4727   *) ac_try_echo=$ac_try;; 
    4728 esac 
    4729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4730   (eval "$ac_compile") 2>conftest.er1 
     3798if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3799  (eval $ac_compile) 2>conftest.er1 
    47313800  ac_status=$? 
    47323801  grep -v '^ *+' conftest.er1 >conftest.err 
     
    47353804  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    47363805  (exit $ac_status); } && 
    4737      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4738   { (case "(($ac_try" in 
    4739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4740   *) ac_try_echo=$ac_try;; 
    4741 esac 
    4742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4743   (eval "$ac_try") 2>&5 
     3806     { ac_try='test -z "$ac_c_werror_flag" 
     3807             || test ! -s conftest.err' 
     3808  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3809  (eval $ac_try) 2>&5 
    47443810  ac_status=$? 
    47453811  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    47463812  (exit $ac_status); }; } && 
    47473813     { ac_try='test -s conftest.$ac_objext' 
    4748   { (case "(($ac_try" in 
    4749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4750   *) ac_try_echo=$ac_try;; 
    4751 esac 
    4752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4753   (eval "$ac_try") 2>&5 
     3814  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3815  (eval $ac_try) 2>&5 
    47543816  ac_status=$? 
    47553817  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    47603822sed 's/^/| /' conftest.$ac_ext >&5 
    47613823 
    4762     ac_cv_type__Bool=no 
    4763 fi 
    4764  
    4765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4766 fi 
    4767 { echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 
    4768 echo "${ECHO_T}$ac_cv_type__Bool" >&6; } 
     3824ac_cv_type__Bool=no 
     3825fi 
     3826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3827fi 
     3828echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5 
     3829echo "${ECHO_T}$ac_cv_type__Bool" >&6 
    47693830if test $ac_cv_type__Bool = yes; then 
    47703831 
     
    47843845fi 
    47853846 
    4786 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
    4787 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
     3847echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
     3848echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 
    47883849if test "${ac_cv_c_const+set}" = set; then 
    47893850  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    48253886 
    48263887    *t++ = 0; 
    4827     if (s) return 0; 
    48283888  } 
    48293889  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */ 
     
    48443904  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 
    48453905    const int foo = 10; 
    4846     if (!foo) return 0; 
    48473906  } 
    4848   return !x[0] && !zero.x; 
    48493907#endif 
    48503908 
     
    48543912_ACEOF 
    48553913rm -f conftest.$ac_objext 
    4856 if { (ac_try="$ac_compile" 
    4857 case "(($ac_try" in 
    4858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4859   *) ac_try_echo=$ac_try;; 
    4860 esac 
    4861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4862   (eval "$ac_compile") 2>conftest.er1 
     3914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3915  (eval $ac_compile) 2>conftest.er1 
    48633916  ac_status=$? 
    48643917  grep -v '^ *+' conftest.er1 >conftest.err 
     
    48673920  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    48683921  (exit $ac_status); } && 
    4869      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4870   { (case "(($ac_try" in 
    4871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4872   *) ac_try_echo=$ac_try;; 
    4873 esac 
    4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4875   (eval "$ac_try") 2>&5 
     3922     { ac_try='test -z "$ac_c_werror_flag" 
     3923             || test ! -s conftest.err' 
     3924  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3925  (eval $ac_try) 2>&5 
    48763926  ac_status=$? 
    48773927  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    48783928  (exit $ac_status); }; } && 
    48793929     { ac_try='test -s conftest.$ac_objext' 
    4880   { (case "(($ac_try" in 
    4881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4882   *) ac_try_echo=$ac_try;; 
    4883 esac 
    4884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4885   (eval "$ac_try") 2>&5 
     3930  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3931  (eval $ac_try) 2>&5 
    48863932  ac_status=$? 
    48873933  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    48923938sed 's/^/| /' conftest.$ac_ext >&5 
    48933939 
    4894     ac_cv_c_const=no 
    4895 fi 
    4896  
    4897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4898 fi 
    4899 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
    4900 echo "${ECHO_T}$ac_cv_c_const" >&6; } 
     3940ac_cv_c_const=no 
     3941fi 
     3942rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     3943fi 
     3944echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
     3945echo "${ECHO_T}$ac_cv_c_const" >&6 
    49013946if test $ac_cv_c_const = no; then 
    49023947 
     
    49073952fi 
    49083953 
    4909 { echo "$as_me:$LINENO: checking for size_t" >&5 
    4910 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 
     3954echo "$as_me:$LINENO: checking for size_t" >&5 
     3955echo $ECHO_N "checking for size_t... $ECHO_C" >&6 
    49113956if test "${ac_cv_type_size_t+set}" = set; then 
    49123957  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    49193964/* end confdefs.h.  */ 
    49203965$ac_includes_default 
    4921 typedef size_t ac__type_new_; 
    49223966int 
    49233967main () 
    49243968{ 
    4925 if ((ac__type_new_ *) 0) 
     3969if ((size_t *) 0) 
    49263970  return 0; 
    4927 if (sizeof (ac__type_new_)) 
     3971if (sizeof (size_t)) 
    49283972  return 0; 
    49293973  ; 
     
    49323976_ACEOF 
    49333977rm -f conftest.$ac_objext 
    4934 if { (ac_try="$ac_compile" 
    4935 case "(($ac_try" in 
    4936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4937   *) ac_try_echo=$ac_try;; 
    4938 esac 
    4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4940   (eval "$ac_compile") 2>conftest.er1 
     3978if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3979  (eval $ac_compile) 2>conftest.er1 
    49413980  ac_status=$? 
    49423981  grep -v '^ *+' conftest.er1 >conftest.err 
     
    49453984  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49463985  (exit $ac_status); } && 
    4947      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4948   { (case "(($ac_try" in 
    4949   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4950   *) ac_try_echo=$ac_try;; 
    4951 esac 
    4952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4953   (eval "$ac_try") 2>&5 
     3986     { ac_try='test -z "$ac_c_werror_flag" 
     3987             || test ! -s conftest.err' 
     3988  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3989  (eval $ac_try) 2>&5 
    49543990  ac_status=$? 
    49553991  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49563992  (exit $ac_status); }; } && 
    49573993     { ac_try='test -s conftest.$ac_objext' 
    4958   { (case "(($ac_try" in 
    4959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4960   *) ac_try_echo=$ac_try;; 
    4961 esac 
    4962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4963   (eval "$ac_try") 2>&5 
     3994  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3995  (eval $ac_try) 2>&5 
    49643996  ac_status=$? 
    49653997  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    49704002sed 's/^/| /' conftest.$ac_ext >&5 
    49714003 
    4972     ac_cv_type_size_t=no 
    4973 fi 
    4974  
    4975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4976 fi 
    4977 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 
    4978 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 
     4004ac_cv_type_size_t=no 
     4005fi 
     4006rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     4007fi 
     4008echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 
     4009echo "${ECHO_T}$ac_cv_type_size_t" >&6 
    49794010if test $ac_cv_type_size_t = yes; then 
    49804011  : 
     
    49824013 
    49834014cat >>confdefs.h <<_ACEOF 
    4984 #define size_t unsigned int 
     4015#define size_t unsigned 
    49854016_ACEOF 
    49864017 
     
    49934024do 
    49944025as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    4996   { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4997 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    4998 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     4026if eval "test \"\${$as_ac_Header+set}\" = set"; then 
     4027  echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4028echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     4029if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    49994030  echo $ECHO_N "(cached) $ECHO_C" >&6 
    50004031fi 
    5001 ac_res=`eval echo '${'$as_ac_Header'}'` 
    5002            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5003 echo "${ECHO_T}$ac_res" >&6; } 
     4032echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     4033echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    50044034else 
    50054035  # Is the header compilable? 
    5006 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 
    5007 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 
     4036echo "$as_me:$LINENO: checking $ac_header usability" >&5 
     4037echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 
    50084038cat >conftest.$ac_ext <<_ACEOF 
    50094039/* confdefs.h.  */ 
     
    50164046_ACEOF 
    50174047rm -f conftest.$ac_objext 
    5018 if { (ac_try="$ac_compile" 
    5019 case "(($ac_try" in 
    5020   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5021   *) ac_try_echo=$ac_try;; 
    5022 esac 
    5023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5024   (eval "$ac_compile") 2>conftest.er1 
     4048if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     4049  (eval $ac_compile) 2>conftest.er1 
    50254050  ac_status=$? 
    50264051  grep -v '^ *+' conftest.er1 >conftest.err 
     
    50294054  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50304055  (exit $ac_status); } && 
    5031      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5032   { (case "(($ac_try" in 
    5033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5034   *) ac_try_echo=$ac_try;; 
    5035 esac 
    5036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5037   (eval "$ac_try") 2>&5 
     4056     { ac_try='test -z "$ac_c_werror_flag" 
     4057             || test ! -s conftest.err' 
     4058  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4059  (eval $ac_try) 2>&5 
    50384060  ac_status=$? 
    50394061  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50404062  (exit $ac_status); }; } && 
    50414063     { ac_try='test -s conftest.$ac_objext' 
    5042   { (case "(($ac_try" in 
    5043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5044   *) ac_try_echo=$ac_try;; 
    5045 esac 
    5046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5047   (eval "$ac_try") 2>&5 
     4064  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4065  (eval $ac_try) 2>&5 
    50484066  ac_status=$? 
    50494067  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    50544072sed 's/^/| /' conftest.$ac_ext >&5 
    50554073 
    5056     ac_header_compiler=no 
    5057 fi 
    5058  
    5059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5060 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5061 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     4074ac_header_compiler=no 
     4075fi 
     4076rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     4077echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     4078echo "${ECHO_T}$ac_header_compiler" >&6 
    50624079 
    50634080# Is the header present? 
    5064 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 
    5065 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 
     4081echo "$as_me:$LINENO: checking $ac_header presence" >&5 
     4082echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 
    50664083cat >conftest.$ac_ext <<_ACEOF 
    50674084/* confdefs.h.  */ 
     
    50724089#include <$ac_header> 
    50734090_ACEOF 
    5074 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    5075 case "(($ac_try" in 
    5076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5077   *) ac_try_echo=$ac_try;; 
    5078 esac 
    5079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5080   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     4091if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     4092  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    50814093  ac_status=$? 
    50824094  grep -v '^ *+' conftest.er1 >conftest.err 
     
    51024114  ac_header_preproc=no 
    51034115fi 
    5104  
    51054116rm -f conftest.err conftest.$ac_ext 
    5106 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5107 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     4117echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     4118echo "${ECHO_T}$ac_header_preproc" >&6 
    51084119 
    51094120# So?  What about this header? 
     
    51294140    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 
    51304141echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    5131     ( cat <<\_ASBOX 
     4142    ( 
     4143      cat <<\_ASBOX 
    51324144## --------------------------------- ## 
    51334145## Report this to BUG-REPORT-ADDRESS ## 
    51344146## --------------------------------- ## 
    51354147_ASBOX 
    5136      ) | sed "s/^/$as_me: WARNING:     /" >&2 
     4148    ) | 
     4149      sed "s/^/$as_me: WARNING:     /" >&2 
    51374150    ;; 
    51384151esac 
    5139 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5140 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    5141 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     4152echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4153echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     4154if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    51424155  echo $ECHO_N "(cached) $ECHO_C" >&6 
    51434156else 
    51444157  eval "$as_ac_Header=\$ac_header_preproc" 
    51454158fi 
    5146 ac_res=`eval echo '${'$as_ac_Header'}'` 
    5147            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5148 echo "${ECHO_T}$ac_res" >&6; } 
     4159echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     4160echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    51494161 
    51504162fi 
     
    51584170done 
    51594171 
    5160 { echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5 
    5161 echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; } 
     4172echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5 
     4173echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6 
    51624174if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then 
    51634175  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    51814193main () 
    51824194{ 
    5183 return ! malloc (0); 
     4195exit (malloc (0) ? 0 : 1); 
    51844196  ; 
    51854197  return 0; 
     
    51874199_ACEOF 
    51884200rm -f conftest$ac_exeext 
    5189 if { (ac_try="$ac_link" 
    5190 case "(($ac_try" in 
    5191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5192   *) ac_try_echo=$ac_try;; 
    5193 esac 
    5194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5195   (eval "$ac_link") 2>&5 
     4201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4202  (eval $ac_link) 2>&5 
    51964203  ac_status=$? 
    51974204  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51984205  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    5199   { (case "(($ac_try" in 
    5200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5201   *) ac_try_echo=$ac_try;; 
    5202 esac 
    5203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5204   (eval "$ac_try") 2>&5 
     4206  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4207  (eval $ac_try) 2>&5 
    52054208  ac_status=$? 
    52064209  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    52154218ac_cv_func_malloc_0_nonnull=no 
    52164219fi 
    5217 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    5218 fi 
    5219  
    5220  
    5221 fi 
    5222 { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 
    5223 echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; } 
     4220rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     4221fi 
     4222fi 
     4223echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5 
     4224echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6 
    52244225if test $ac_cv_func_malloc_0_nonnull = yes; then 
    52254226 
     
    52334234_ACEOF 
    52344235 
    5235    case " $LIBOBJS " in 
     4236   case $LIBOBJS in 
     4237    "malloc.$ac_objext"   | \ 
     4238  *" malloc.$ac_objext"   | \ 
     4239    "malloc.$ac_objext "* | \ 
    52364240  *" malloc.$ac_objext "* ) ;; 
    5237   *) LIBOBJS="$LIBOBJS malloc.$ac_objext" 
    5238  ;; 
     4241  *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;; 
    52394242esac 
    52404243 
     
    52484251 
    52494252 
    5250 { echo "$as_me:$LINENO: checking for working memcmp" >&5 
    5251 echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6; } 
     4253echo "$as_me:$LINENO: checking for working memcmp" >&5 
     4254echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 
    52524255if test "${ac_cv_func_memcmp_working+set}" = set; then 
    52534256  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    52684271 
    52694272  /* Some versions of memcmp are not 8-bit clean.  */ 
    5270   char c0 = '\100', c1 = '\200', c2 = '\201'; 
     4273  char c0 = 0x40, c1 = 0x80, c2 = 0x81; 
    52714274  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) 
    5272     return 1; 
     4275    exit (1); 
    52734276 
    52744277  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes 
     
    52864289    strcpy (b, "--------10000000"); 
    52874290    if (memcmp (a, b, 16) >= 0) 
    5288       return 1; 
     4291      exit (1); 
    52894292      } 
    5290     return 0; 
     4293    exit (0); 
    52914294  } 
    52924295 
     
    52964299_ACEOF 
    52974300rm -f conftest$ac_exeext 
    5298 if { (ac_try="$ac_link" 
    5299 case "(($ac_try" in 
    5300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5301   *) ac_try_echo=$ac_try;; 
    5302 esac 
    5303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5304   (eval "$ac_link") 2>&5 
     4301if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4302  (eval $ac_link) 2>&5 
    53054303  ac_status=$? 
    53064304  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53074305  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    5308   { (case "(($ac_try" in 
    5309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5310   *) ac_try_echo=$ac_try;; 
    5311 esac 
    5312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5313   (eval "$ac_try") 2>&5 
     4306  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4307  (eval $ac_try) 2>&5 
    53144308  ac_status=$? 
    53154309  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    53244318ac_cv_func_memcmp_working=no 
    53254319fi 
    5326 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    5327 fi 
    5328  
    5329  
    5330 fi 
    5331 { echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 
    5332 echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6; } 
    5333 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in 
     4320rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     4321fi 
     4322fi 
     4323echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5 
     4324echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 
     4325test $ac_cv_func_memcmp_working = no && case $LIBOBJS in 
     4326    "memcmp.$ac_objext"   | \ 
     4327  *" memcmp.$ac_objext"   | \ 
     4328    "memcmp.$ac_objext "* | \ 
    53344329  *" memcmp.$ac_objext "* ) ;; 
    5335   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" 
    5336  ;; 
     4330  *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;; 
    53374331esac 
    53384332 
     
    53424336do 
    53434337as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    5344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    5345   { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5346 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    5347 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     4338if eval "test \"\${$as_ac_Header+set}\" = set"; then 
     4339  echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4340echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     4341if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    53484342  echo $ECHO_N "(cached) $ECHO_C" >&6 
    53494343fi 
    5350 ac_res=`eval echo '${'$as_ac_Header'}'` 
    5351            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5352 echo "${ECHO_T}$ac_res" >&6; } 
     4344echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     4345echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    53534346else 
    53544347  # Is the header compilable? 
    5355 { echo "$as_me:$LINENO: checking $ac_header usability" >&5 
    5356 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 
     4348echo "$as_me:$LINENO: checking $ac_header usability" >&5 
     4349echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 
    53574350cat >conftest.$ac_ext <<_ACEOF 
    53584351/* confdefs.h.  */ 
     
    53654358_ACEOF 
    53664359rm -f conftest.$ac_objext 
    5367 if { (ac_try="$ac_compile" 
    5368 case "(($ac_try" in 
    5369   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5370   *) ac_try_echo=$ac_try;; 
    5371 esac 
    5372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5373   (eval "$ac_compile") 2>conftest.er1 
     4360if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     4361  (eval $ac_compile) 2>conftest.er1 
    53744362  ac_status=$? 
    53754363  grep -v '^ *+' conftest.er1 >conftest.err 
     
    53784366  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53794367  (exit $ac_status); } && 
    5380      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5381   { (case "(($ac_try" in 
    5382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5383   *) ac_try_echo=$ac_try;; 
    5384 esac 
    5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5386   (eval "$ac_try") 2>&5 
     4368     { ac_try='test -z "$ac_c_werror_flag" 
     4369             || test ! -s conftest.err' 
     4370  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4371  (eval $ac_try) 2>&5 
    53874372  ac_status=$? 
    53884373  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53894374  (exit $ac_status); }; } && 
    53904375     { ac_try='test -s conftest.$ac_objext' 
    5391   { (case "(($ac_try" in 
    5392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5393   *) ac_try_echo=$ac_try;; 
    5394 esac 
    5395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5396   (eval "$ac_try") 2>&5 
     4376  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4377  (eval $ac_try) 2>&5 
    53974378  ac_status=$? 
    53984379  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    54034384sed 's/^/| /' conftest.$ac_ext >&5 
    54044385 
    5405     ac_header_compiler=no 
    5406 fi 
    5407  
    5408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5409 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5410 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     4386ac_header_compiler=no 
     4387fi 
     4388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
     4389echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     4390echo "${ECHO_T}$ac_header_compiler" >&6 
    54114391 
    54124392# Is the header present? 
    5413 { echo "$as_me:$LINENO: checking $ac_header presence" >&5 
    5414 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 
     4393echo "$as_me:$LINENO: checking $ac_header presence" >&5 
     4394echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 
    54154395cat >conftest.$ac_ext <<_ACEOF 
    54164396/* confdefs.h.  */ 
     
    54214401#include <$ac_header> 
    54224402_ACEOF 
    5423 if { (ac_try="$ac_cpp conftest.$ac_ext" 
    5424 case "(($ac_try" in 
    5425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5426   *) ac_try_echo=$ac_try;; 
    5427 esac 
    5428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5429   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
     4403if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     4404  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 
    54304405  ac_status=$? 
    54314406  grep -v '^ *+' conftest.er1 >conftest.err 
     
    54514426  ac_header_preproc=no 
    54524427fi 
    5453  
    54544428rm -f conftest.err conftest.$ac_ext 
    5455 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5456 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     4429echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     4430echo "${ECHO_T}$ac_header_preproc" >&6 
    54574431 
    54584432# So?  What about this header? 
     
    54784452    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 
    54794453echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 
    5480     ( cat <<\_ASBOX 
     4454    ( 
     4455      cat <<\_ASBOX 
    54814456## --------------------------------- ## 
    54824457## Report this to BUG-REPORT-ADDRESS ## 
    54834458## --------------------------------- ## 
    54844459_ASBOX 
    5485      ) | sed "s/^/$as_me: WARNING:     /" >&2 
     4460    ) | 
     4461      sed "s/^/$as_me: WARNING:     /" >&2 
    54864462    ;; 
    54874463esac 
    5488 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    5489 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    5490 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
     4464echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4465echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 
     4466if eval "test \"\${$as_ac_Header+set}\" = set"; then 
    54914467  echo $ECHO_N "(cached) $ECHO_C" >&6 
    54924468else 
    54934469  eval "$as_ac_Header=\$ac_header_preproc" 
    54944470fi 
    5495 ac_res=`eval echo '${'$as_ac_Header'}'` 
    5496            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5497 echo "${ECHO_T}$ac_res" >&6; } 
     4471echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 
     4472echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 
    54984473 
    54994474fi 
     
    55074482done 
    55084483 
    5509 { echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5 
    5510 echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6; } 
     4484echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5 
     4485echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6 
    55114486if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then 
    55124487  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    55304505main () 
    55314506{ 
    5532 return ! realloc (0, 0); 
     4507exit (realloc (0, 0) ? 0 : 1); 
    55334508  ; 
    55344509  return 0; 
     
    55364511_ACEOF 
    55374512rm -f conftest$ac_exeext 
    5538 if { (ac_try="$ac_link" 
    5539 case "(($ac_try" in 
    5540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5541   *) ac_try_echo=$ac_try;; 
    5542 esac 
    5543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5544   (eval "$ac_link") 2>&5 
     4513if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4514  (eval $ac_link) 2>&5 
    55454515  ac_status=$? 
    55464516  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    55474517  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    5548   { (case "(($ac_try" in 
    5549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5550   *) ac_try_echo=$ac_try;; 
    5551 esac 
    5552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5553   (eval "$ac_try") 2>&5 
     4518  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4519  (eval $ac_try) 2>&5 
    55544520  ac_status=$? 
    55554521  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    55644530ac_cv_func_realloc_0_nonnull=no 
    55654531fi 
    5566 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    5567 fi 
    5568  
    5569  
    5570 fi 
    5571 { echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5 
    5572 echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; } 
     4532rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
     4533fi 
     4534fi 
     4535echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5 
     4536echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6 
    55734537if test $ac_cv_func_realloc_0_nonnull = yes; then 
    55744538 
     
    55824546_ACEOF 
    55834547 
    5584    case " $LIBOBJS " in 
     4548   case $LIBOBJS in 
     4549    "realloc.$ac_objext"   | \ 
     4550  *" realloc.$ac_objext"   | \ 
     4551    "realloc.$ac_objext "* | \ 
    55854552  *" realloc.$ac_objext "* ) ;; 
    5586   *) LIBOBJS="$LIBOBJS realloc.$ac_objext" 
    5587  ;; 
     4553  *) LIBOBJS="$LIBOBJS realloc.$ac_objext" ;; 
    55884554esac 
    55894555 
     
    56014567do 
    56024568as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    5603 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    5604 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    5605 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
     4569echo "$as_me:$LINENO: checking for $ac_func" >&5 
     4570echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 
     4571if eval "test \"\${$as_ac_var+set}\" = set"; then 
    56064572  echo $ECHO_N "(cached) $ECHO_C" >&6 
    56074573else 
     
    56294595#undef $ac_func 
    56304596 
    5631 /* Override any GCC internal prototype to avoid an error. 
    5632    Use char because int might match the return type of a GCC 
    5633    builtin and then its argument prototype would still apply.  */ 
     4597/* Override any gcc2 internal prototype to avoid an error.  */ 
    56344598#ifdef __cplusplus 
    56354599extern "C" 
     4600{ 
    56364601#endif 
     4602/* We use char because int might match the return type of a gcc2 
     4603   builtin and then its argument prototype would still apply.  */ 
    56374604char $ac_func (); 
    56384605/* The GNU C library defines this for functions which it implements 
    56394606    to always fail with ENOSYS.  Some functions are actually named 
    56404607    something starting with __ and the normal name is an alias.  */ 
    5641 #if defined __stub_$ac_func || defined __stub___$ac_func 
     4608#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
    56424609choke me 
     4610#else 
     4611char (*f) () = $ac_func; 
     4612#endif 
     4613#ifdef __cplusplus 
     4614} 
    56434615#endif 
    56444616 
     
    56464618main () 
    56474619{ 
    5648 return $ac_func (); 
     4620return f != $ac_func; 
    56494621  ; 
    56504622  return 0; 
     
    56524624_ACEOF 
    56534625rm -f conftest.$ac_objext conftest$ac_exeext 
    5654 if { (ac_try="$ac_link" 
    5655 case "(($ac_try" in 
    5656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5657   *) ac_try_echo=$ac_try;; 
    5658 esac 
    5659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5660   (eval "$ac_link") 2>conftest.er1 
     4626if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4627  (eval $ac_link) 2>conftest.er1 
    56614628  ac_status=$? 
    56624629  grep -v '^ *+' conftest.er1 >conftest.err 
     
    56654632  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56664633  (exit $ac_status); } && 
    5667      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5668   { (case "(($ac_try" in 
    5669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5670   *) ac_try_echo=$ac_try;; 
    5671 esac 
    5672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5673   (eval "$ac_try") 2>&5 
     4634     { ac_try='test -z "$ac_c_werror_flag" 
     4635             || test ! -s conftest.err' 
     4636  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4637  (eval $ac_try) 2>&5 
    56744638  ac_status=$? 
    56754639  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56764640  (exit $ac_status); }; } && 
    56774641     { ac_try='test -s conftest$ac_exeext' 
    5678   { (case "(($ac_try" in 
    5679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5680   *) ac_try_echo=$ac_try;; 
    5681 esac 
    5682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5683   (eval "$ac_try") 2>&5 
     4642  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4643  (eval $ac_try) 2>&5 
    56844644  ac_status=$? 
    56854645  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    56904650sed 's/^/| /' conftest.$ac_ext >&5 
    56914651 
    5692     eval "$as_ac_var=no" 
    5693 fi 
    5694  
    5695 rm -f core conftest.err conftest.$ac_objext \ 
     4652eval "$as_ac_var=no" 
     4653fi 
     4654rm -f conftest.err conftest.$ac_objext \ 
    56964655      conftest$ac_exeext conftest.$ac_ext 
    56974656fi 
    5698 ac_res=`eval echo '${'$as_ac_var'}'` 
    5699            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5700 echo "${ECHO_T}$ac_res" >&6; } 
     4657echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 
     4658echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 
    57014659if test `eval echo '${'$as_ac_var'}'` = yes; then 
    57024660  cat >>confdefs.h <<_ACEOF 
     
    57044662_ACEOF 
    57054663 
    5706 { echo "$as_me:$LINENO: checking for _doprnt" >&5 
    5707 echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 
     4664echo "$as_me:$LINENO: checking for _doprnt" >&5 
     4665echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 
    57084666if test "${ac_cv_func__doprnt+set}" = set; then 
    57094667  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    57324690#undef _doprnt 
    57334691 
    5734 /* Override any GCC internal prototype to avoid an error. 
    5735    Use char because int might match the return type of a GCC 
    5736    builtin and then its argument prototype would still apply.  */ 
     4692/* Override any gcc2 internal prototype to avoid an error.  */ 
    57374693#ifdef __cplusplus 
    57384694extern "C" 
     4695{ 
    57394696#endif 
     4697/* We use char because int might match the return type of a gcc2 
     4698   builtin and then its argument prototype would still apply.  */ 
    57404699char _doprnt (); 
    57414700/* The GNU C library defines this for functions which it implements 
    57424701    to always fail with ENOSYS.  Some functions are actually named 
    57434702    something starting with __ and the normal name is an alias.  */ 
    5744 #if defined __stub__doprnt || defined __stub____doprnt 
     4703#if defined (__stub__doprnt) || defined (__stub____doprnt) 
    57454704choke me 
     4705#else 
     4706char (*f) () = _doprnt; 
     4707#endif 
     4708#ifdef __cplusplus 
     4709} 
    57464710#endif 
    57474711 
     
    57494713main () 
    57504714{ 
    5751 return _doprnt (); 
     4715return f != _doprnt; 
    57524716  ; 
    57534717  return 0; 
     
    57554719_ACEOF 
    57564720rm -f conftest.$ac_objext conftest$ac_exeext 
    5757 if { (ac_try="$ac_link" 
    5758 case "(($ac_try" in 
    5759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5760   *) ac_try_echo=$ac_try;; 
    5761 esac 
    5762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5763   (eval "$ac_link") 2>conftest.er1 
     4721if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4722  (eval $ac_link) 2>conftest.er1 
    57644723  ac_status=$? 
    57654724  grep -v '^ *+' conftest.er1 >conftest.err 
     
    57684727  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    57694728  (exit $ac_status); } && 
    5770      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5771   { (case "(($ac_try" in 
    5772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5773   *) ac_try_echo=$ac_try;; 
    5774 esac 
    5775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5776   (eval "$ac_try") 2>&5 
     4729     { ac_try='test -z "$ac_c_werror_flag" 
     4730             || test ! -s conftest.err' 
     4731  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4732  (eval $ac_try) 2>&5 
    57774733  ac_status=$? 
    57784734  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    57794735  (exit $ac_status); }; } && 
    57804736     { ac_try='test -s conftest$ac_exeext' 
    5781   { (case "(($ac_try" in 
    5782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5783   *) ac_try_echo=$ac_try;; 
    5784 esac 
    5785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5786   (eval "$ac_try") 2>&5 
     4737  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4738  (eval $ac_try) 2>&5 
    57874739  ac_status=$? 
    57884740  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    57934745sed 's/^/| /' conftest.$ac_ext >&5 
    57944746 
    5795     ac_cv_func__doprnt=no 
    5796 fi 
    5797  
    5798 rm -f core conftest.err conftest.$ac_objext \ 
     4747ac_cv_func__doprnt=no 
     4748fi 
     4749rm -f conftest.err conftest.$ac_objext \ 
    57994750      conftest$ac_exeext conftest.$ac_ext 
    58004751fi 
    5801 { echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 
    5802 echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 
     4752echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 
     4753echo "${ECHO_T}$ac_cv_func__doprnt" >&6 
    58034754if test $ac_cv_func__doprnt = yes; then 
    58044755 
     
    58284779do 
    58294780as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
    5830 { echo "$as_me:$LINENO: checking for $ac_func" >&5 
    5831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 
    5832 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 
     4781echo "$as_me:$LINENO: checking for $ac_func" >&5 
     4782echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 
     4783if eval "test \"\${$as_ac_var+set}\" = set"; then 
    58334784  echo $ECHO_N "(cached) $ECHO_C" >&6 
    58344785else 
     
    58564807#undef $ac_func 
    58574808 
    5858 /* Override any GCC internal prototype to avoid an error. 
    5859    Use char because int might match the return type of a GCC 
    5860    builtin and then its argument prototype would still apply.  */ 
     4809/* Override any gcc2 internal prototype to avoid an error.  */ 
    58614810#ifdef __cplusplus 
    58624811extern "C" 
     4812{ 
    58634813#endif 
     4814/* We use char because int might match the return type of a gcc2 
     4815   builtin and then its argument prototype would still apply.  */ 
    58644816char $ac_func (); 
    58654817/* The GNU C library defines this for functions which it implements 
    58664818    to always fail with ENOSYS.  Some functions are actually named 
    58674819    something starting with __ and the normal name is an alias.  */ 
    5868 #if defined __stub_$ac_func || defined __stub___$ac_func 
     4820#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 
    58694821choke me 
     4822#else 
     4823char (*f) () = $ac_func; 
     4824#endif 
     4825#ifdef __cplusplus 
     4826} 
    58704827#endif 
    58714828 
     
    58734830main () 
    58744831{ 
    5875 return $ac_func (); 
     4832return f != $ac_func; 
    58764833  ; 
    58774834  return 0; 
     
    58794836_ACEOF 
    58804837rm -f conftest.$ac_objext conftest$ac_exeext 
    5881 if { (ac_try="$ac_link" 
    5882 case "(($ac_try" in 
    5883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5884   *) ac_try_echo=$ac_try;; 
    5885 esac 
    5886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5887   (eval "$ac_link") 2>conftest.er1 
     4838if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
     4839  (eval $ac_link) 2>conftest.er1 
    58884840  ac_status=$? 
    58894841  grep -v '^ *+' conftest.er1 >conftest.err 
     
    58924844  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    58934845  (exit $ac_status); } && 
    5894      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5895   { (case "(($ac_try" in 
    5896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5897   *) ac_try_echo=$ac_try;; 
    5898 esac 
    5899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5900   (eval "$ac_try") 2>&5 
     4846     { ac_try='test -z "$ac_c_werror_flag" 
     4847             || test ! -s conftest.err' 
     4848  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4849  (eval $ac_try) 2>&5 
    59014850  ac_status=$? 
    59024851  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    59034852  (exit $ac_status); }; } && 
    59044853     { ac_try='test -s conftest$ac_exeext' 
    5905   { (case "(($ac_try" in 
    5906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5907   *) ac_try_echo=$ac_try;; 
    5908 esac 
    5909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5910   (eval "$ac_try") 2>&5 
     4854  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     4855  (eval $ac_try) 2>&5 
    59114856  ac_status=$? 
    59124857  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     
    59174862sed 's/^/| /' conftest.$ac_ext >&5 
    59184863 
    5919     eval "$as_ac_var=no" 
    5920 fi 
    5921  
    5922 rm -f core conftest.err conftest.$ac_objext \ 
     4864eval "$as_ac_var=no" 
     4865fi 
     4866rm -f conftest.err conftest.$ac_objext \ 
    59234867      conftest$ac_exeext conftest.$ac_ext 
    59244868fi 
    5925 ac_res=`eval echo '${'$as_ac_var'}'` 
    5926            { echo "$as_me:$LINENO: result: $ac_res" >&5 
    5927 echo "${ECHO_T}$ac_res" >&6; } 
     4869echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 
     4870echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 
    59284871if test `eval echo '${'$as_ac_var'}'` = yes; then 
    59294872  cat >>confdefs.h <<_ACEOF 
     
    60044947 
    60054948 
    6006 # Check whether --with-sitedir was given. 
     4949# Check whether --with-sitedir or --without-sitedir was given. 
    60074950if test "${with_sitedir+set}" = set; then 
    6008   withval=$with_sitedir; sitedir=$withval 
     4951  withval="$with_sitedir" 
     4952  sitedir=$withval 
    60094953else 
    60104954  sitedir='${prefix}/lib/newt0' 
    6011 fi 
    6012  
     4955fi; 
    60134956SITE_DIR="`eval \"echo ${sitedir}\"`" 
    60144957 
    60154958 
    6016 # Check whether --with-libffidir was given. 
     4959# Check whether --with-libffidir or --without-libffidir was given. 
    60174960if test "${with_libffidir+set}" = set; then 
    6018   withval=$with_libffidir; libffidir=$withval 
     4961  withval="$with_libffidir" 
     4962  libffidir=$withval 
    60194963else 
    60204964  libffidir='${prefix}' 
    6021 fi 
    6022  
    6023  
    6024 # Check whether --enable-compat was given. 
     4965fi; 
     4966 
     4967# Check whether --enable-compat or --disable-compat was given. 
    60254968if test "${enable_compat+set}" = set; then 
    6026   enableval=$enable_compat; compat='yes' 
     4969  enableval="$enable_compat" 
     4970  compat='yes' 
    60274971else 
    60284972  compat='no' 
    6029 fi 
    6030  
    6031  
    6032 # Check whether --enable-contrib was given. 
     4973fi; 
     4974 
     4975# Check whether --enable-contrib or --disable-contrib was given. 
    60334976if test "${enable_contrib+set}" = set; then 
    6034   enableval=$enable_contrib; MAKE_CONTRIB='contrib' 
    6035 fi 
    6036  
     4977  enableval="$enable_contrib" 
     4978  MAKE_CONTRIB='contrib' 
     4979fi; 
    60374980 
    60384981test "x$compat" = xno && cat >>confdefs.h <<\_ACEOF 
     
    60735016  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 
    60745017set dummy ${ac_tool_prefix}ranlib; ac_word=$2 
    6075 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     5018echo "$as_me:$LINENO: checking for $ac_word" >&5 
     5019echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    60775020if test "${ac_cv_prog_RANLIB+set}" = set; then 
    60785021  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    60875030  test -z "$as_dir" && as_dir=. 
    60885031  for ac_exec_ext in '' $ac_executable_extensions; do 
    6089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     5032  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    60905033    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 
    60915034    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    60945037done 
    60955038done 
    6096 IFS=$as_save_IFS 
    60975039 
    60985040fi 
     
    61005042RANLIB=$ac_cv_prog_RANLIB 
    61015043if test -n "$RANLIB"; then 
    6102   { echo "$as_me:$LINENO: result: $RANLIB" >&5 
    6103 echo "${ECHO_T}$RANLIB" >&6; } 
    6104 else 
    6105   { echo "$as_me:$LINENO: result: no" >&5 
    6106 echo "${ECHO_T}no" >&6; } 
    6107 fi 
    6108  
     5044  echo "$as_me:$LINENO: result: $RANLIB" >&5 
     5045echo "${ECHO_T}$RANLIB" >&6 
     5046else 
     5047  echo "$as_me:$LINENO: result: no" >&5 
     5048echo "${ECHO_T}no" >&6 
     5049fi 
    61095050 
    61105051fi 
     
    61135054  # Extract the first word of "ranlib", so it can be a program name with args. 
    61145055set dummy ranlib; ac_word=$2 
    6115 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6116 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     5056echo "$as_me:$LINENO: checking for $ac_word" >&5 
     5057echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    61175058if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 
    61185059  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    61275068  test -z "$as_dir" && as_dir=. 
    61285069  for ac_exec_ext in '' $ac_executable_extensions; do 
    6129   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     5070  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    61305071    ac_cv_prog_ac_ct_RANLIB="ranlib" 
    61315072    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    61345075done 
    61355076done 
    6136 IFS=$as_save_IFS 
    6137  
     5077 
     5078  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 
    61385079fi 
    61395080fi 
    61405081ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 
    61415082if test -n "$ac_ct_RANLIB"; then 
    6142   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
    6143 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 
    6144 else 
    6145   { echo "$as_me:$LINENO: result: no" >&5 
    6146 echo "${ECHO_T}no" >&6; } 
    6147 fi 
    6148  
    6149   if test "x$ac_ct_RANLIB" = x; then 
    6150     RANLIB=":" 
    6151   else 
    6152     case $cross_compiling:$ac_tool_warned in 
    6153 yes:) 
    6154 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    6155 whose name does not start with the host triplet.  If you think this 
    6156 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    6157 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    6158 whose name does not start with the host triplet.  If you think this 
    6159 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    6160 ac_tool_warned=yes ;; 
    6161 esac 
    6162     RANLIB=$ac_ct_RANLIB 
    6163   fi 
     5083  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 
     5084echo "${ECHO_T}$ac_ct_RANLIB" >&6 
     5085else 
     5086  echo "$as_me:$LINENO: result: no" >&5 
     5087echo "${ECHO_T}no" >&6 
     5088fi 
     5089 
     5090  RANLIB=$ac_ct_RANLIB 
    61645091else 
    61655092  RANLIB="$ac_cv_prog_RANLIB" 
     
    61685095# Extract the first word of "ar", so it can be a program name with args. 
    61695096set dummy ar; ac_word=$2 
    6170 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    6171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     5097echo "$as_me:$LINENO: checking for $ac_word" >&5 
     5098echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 
    61725099if test "${ac_cv_path_AR+set}" = set; then 
    61735100  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    61845111  test -z "$as_dir" && as_dir=. 
    61855112  for ac_exec_ext in '' $ac_executable_extensions; do 
    6186   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     5113  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 
    61875114    ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext" 
    61885115    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    61915118done 
    61925119done 
    6193 IFS=$as_save_IFS 
    61945120 
    61955121  ;; 
     
    61975123fi 
    61985124AR=$ac_cv_path_AR 
     5125 
    61995126if test -n "$AR"; then 
    6200   { echo "$as_me:$LINENO: result: $AR" >&5 
    6201 echo "${ECHO_T}$AR" >&6; } 
    6202 else 
    6203   { echo "$as_me:$LINENO: result: no" >&5 
    6204 echo "${ECHO_T}no" >&6; } 
    6205 fi 
    6206  
     5127  echo "$as_me:$LINENO: result: $AR" >&5 
     5128echo "${ECHO_T}$AR" >&6 
     5129else 
     5130  echo "$as_me:$LINENO: result: no" >&5 
     5131echo "${ECHO_T}no" >&6 
     5132fi 
    62075133 
    62085134if test "x$AR" = "x:"; then 
     
    62215147 
    62225148 
    6223 ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/inwt/inwt contrib/NativeCalls/Makefile contrib/NewtObjC/Makefile" 
     5149                                                            ac_config_files="$ac_config_files Makefile ext/protoFILE/Makefile ext/protoREGEX/Makefile contrib/inwt/Makefile contrib/NativeCalls/Makefile contrib/NewtObjC/Makefile" 
    62245150 
    62255151cat >confcache <<\_ACEOF 
     
    62415167# The following way of writing the cache mishandles newlines in values, 
    62425168# but we know of no workaround that is simple, portable, and efficient. 
    6243 # So, we kill variables containing newlines. 
     5169# So, don't put newlines in cache variables' values. 
    62445170# Ultrix sh set writes to stderr and can't be redirected directly, 
    62455171# and sets the high bit in the cache file unless we assign to the vars. 
    6246 ( 
    6247   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 
    6248     eval ac_val=\$$ac_var 
    6249     case $ac_val in #( 
    6250     *${as_nl}*) 
    6251       case $ac_var in #( 
    6252       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    6253 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    6254       esac 
    6255       case $ac_var in #( 
    6256       _ | IFS | as_nl) ;; #( 
    6257       *) $as_unset $ac_var ;; 
    6258       esac ;; 
    6259     esac 
    6260   done 
    6261  
     5172{ 
    62625173  (set) 2>&1 | 
    6263     case $as_nl`(ac_space=' '; set) 2>&1` in #( 
    6264     *${as_nl}ac_space=\ *) 
     5174    case `(ac_space=' '; set | grep ac_space) 2>&1` in 
     5175    *ac_space=\ *) 
    62655176      # `set' does not quote correctly, so add quotes (double-quote 
    62665177      # substitution turns \\\\ into \\, and sed turns \\ into \). 
     
    62685179    "s/'/'\\\\''/g; 
    62695180      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 
    6270       ;; #( 
     5181      ;; 
    62715182    *) 
    62725183      # `set' quotes correctly as required by POSIX, so do not add quotes. 
    6273       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 
     5184      sed -n \ 
     5185    "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    62745186      ;; 
    6275     esac | 
    6276     sort 
    6277 ) | 
     5187    esac; 
     5188} | 
    62785189  sed ' 
    6279      /^ac_cv_env_/b end 
    62805190     t clear 
    6281      :clear 
     5191     : clear 
    62825192     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 
    62835193     t end 
    6284      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 
    6285      :end' >>confcache 
    6286 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 
    6287   if test -w "$cache_file"; then 
    6288     test "x$cache_file" != "x/dev/null" && 
    6289       { echo "$as_me:$LINENO: updating cache $cache_file" >&5 
    6290 echo "$as_me: updating cache $cache_file" >&6;} 
     5194     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 
     5195     : end' >>confcache 
     5196if diff $cache_file confcache >/dev/null 2>&1; then :; else 
     5197  if test -w $cache_file; then 
     5198    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 
    62915199    cat confcache >$cache_file 
    62925200  else 
    6293     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
    6294 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
     5201    echo "not updating unwritable cache $cache_file" 
    62955202  fi 
    62965203fi 
     
    63005207# Let make expand exec_prefix. 
    63015208test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 
     5209 
     5210# VPATH may cause trouble with some makes, so we remove $(srcdir), 
     5211# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 
     5212# trailing colons and then remove the whole line if VPATH becomes empty 
     5213# (actually we leave an empty line to preserve line numbers). 
     5214if test "x$srcdir" = x.; then 
     5215  ac_vpsub='/^[  ]*VPATH[    ]*=/{ 
     5216s/:*\$(srcdir):*/:/; 
     5217s/:*\${srcdir}:*/:/; 
     5218s/:*@srcdir@:*/:/; 
     5219s/^\([^=]*=[     ]*\):*/\1/; 
     5220s/:*$//; 
     5221s/^[^=]*=[   ]*$//; 
     5222}' 
     5223fi 
    63025224 
    63035225DEFS=-DHAVE_CONFIG_H 
     
    63075229for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 
    63085230  # 1. Remove the extension, and $U if already installed. 
    6309   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 
    6310   ac_i=`echo "$ac_i" | sed "$ac_script"` 
    6311   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR 
    6312   #    will be set to the directory where LIBOBJS objects are built. 
    6313   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 
    6314   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 
     5231  ac_i=`echo "$ac_i" | 
     5232     sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 
     5233  # 2. Add them. 
     5234  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 
     5235  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 
    63155236done 
    63165237LIBOBJS=$ac_libobjs 
     
    63505271  # is contrary to our usage.  Disable this feature. 
    63515272  alias -g '${1+"$@"}'='"$@"' 
    6352   setopt NO_GLOB_SUBST 
    6353 else 
    6354   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    6355 fi 
    6356 BIN_SH=xpg4; export BIN_SH # for Tru64 
     5273elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
     5274  set -o posix 
     5275fi 
    63575276DUALCASE=1; export DUALCASE # for MKS sh 
    63585277 
    6359  
    6360 # PATH needs CR 
     5278# Support unset when possible. 
     5279if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     5280  as_unset=unset 
     5281else 
     5282  as_unset=false 
     5283fi 
     5284 
     5285 
     5286# Work around bugs in pre-3.0 UWIN ksh. 
     5287$as_unset ENV MAIL MAILPATH 
     5288PS1='$ ' 
     5289PS2='> ' 
     5290PS4='+ ' 
     5291 
     5292# NLS nuisances. 
     5293for as_var in \ 
     5294  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     5295  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     5296  LC_TELEPHONE LC_TIME 
     5297do 
     5298  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     5299    eval $as_var=C; export $as_var 
     5300  else 
     5301    $as_unset $as_var 
     5302  fi 
     5303done 
     5304 
     5305# Required to use basename. 
     5306if expr a : '\(a\)' >/dev/null 2>&1; then 
     5307  as_expr=expr 
     5308else 
     5309  as_expr=false 
     5310fi 
     5311 
     5312if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
     5313  as_basename=basename 
     5314else 
     5315  as_basename=false 
     5316fi 
     5317 
     5318 
     5319# Name of the executable. 
     5320as_me=`$as_basename "$0" || 
     5321$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     5322     X"$0" : 'X\(//\)$' \| \ 
     5323     X"$0" : 'X\(/\)$' \| \ 
     5324     .     : '\(.\)' 2>/dev/null || 
     5325echo X/"$0" | 
     5326    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 
     5327      /^X\/\(\/\/\)$/{ s//\1/; q; } 
     5328      /^X\/\(\/\).*/{ s//\1/; q; } 
     5329      s/.*/./; q'` 
     5330 
     5331 
     5332# PATH needs CR, and LINENO needs CR and PATH. 
    63615333# Avoid depending upon Character Ranges. 
    63625334as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    63795351fi 
    63805352 
    6381 # Support unset when possible. 
    6382 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    6383   as_unset=unset 
    6384 else 
    6385   as_unset=false 
    6386 fi 
    6387  
    6388  
    6389 # IFS 
    6390 # We need space, tab and new line, in precisely that order.  Quoting is 
    6391 # there to prevent editors from complaining about space-tab. 
    6392 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    6393 # splitting by setting IFS to empty value.) 
    6394 as_nl=' 
    6395 ' 
    6396 IFS=" ""    $as_nl" 
    6397  
    6398 # Find who we are.  Look in the path if we contain no directory separator. 
    6399 case $0 in 
    6400   *[\\/]* ) as_myself=$0 ;; 
    6401   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     5353 
     5354  as_lineno_1=$LINENO 
     5355  as_lineno_2=$LINENO 
     5356  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
     5357  test "x$as_lineno_1" != "x$as_lineno_2" && 
     5358  test "x$as_lineno_3"  = "x$as_lineno_2"  || { 
     5359  # Find who we are.  Look in the path if we contain no path at all 
     5360  # relative or not. 
     5361  case $0 in 
     5362    *[\\/]* ) as_myself=$0 ;; 
     5363    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    64025364for as_dir in $PATH 
    64035365do 
     
    64065368  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    64075369done 
    6408 IFS=$as_save_IFS 
    6409  
    6410      ;; 
    6411 esac 
    6412 # We did not find ourselves, most probably we were run as `sh COMMAND' 
    6413 # in which case we are not to be found in the path. 
    6414 if test "x$as_myself" = x; then 
    6415   as_myself=$0 
    6416 fi 
    6417 if test ! -f "$as_myself"; then 
    6418   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    6419   { (exit 1); exit 1; } 
    6420 fi 
    6421  
    6422 # Work around bugs in pre-3.0 UWIN ksh. 
    6423 for as_var in ENV MAIL MAILPATH 
    6424 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    6425 done 
    6426 PS1='$ ' 
    6427 PS2='> ' 
    6428 PS4='+ ' 
    6429  
    6430 # NLS nuisances. 
    6431 for as_var in \ 
    6432   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    6433   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    6434   LC_TELEPHONE LC_TIME 
     5370 
     5371       ;; 
     5372  esac 
     5373  # We did not find ourselves, most probably we were run as `sh COMMAND' 
     5374  # in which case we are not to be found in the path. 
     5375  if test "x$as_myself" = x; then 
     5376    as_myself=$0 
     5377  fi 
     5378  if test ! -f "$as_myself"; then 
     5379    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 
     5380echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 
     5381   { (exit 1); exit 1; }; } 
     5382  fi 
     5383  case $CONFIG_SHELL in 
     5384  '') 
     5385    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     5386for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    64355387do 
    6436   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    6437     eval $as_var=C; export $as_var 
    6438   else 
    6439     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    6440   fi 
    6441 done 
    6442  
    6443 # Required to use basename. 
    6444 if expr a : '\(a\)' >/dev/null 2>&1 && 
    6445    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    6446   as_expr=expr 
    6447 else 
    6448   as_expr=false 
    6449 fi 
    6450  
    6451 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
    6452   as_basename=basename 
    6453 else 
    6454   as_basename=false 
    6455 fi 
    6456  
    6457  
    6458 # Name of the executable. 
    6459 as_me=`$as_basename -- "$0" || 
    6460 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    6461      X"$0" : 'X\(//\)$' \| \ 
    6462      X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    6463 echo X/"$0" | 
    6464     sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    6465         s//\1/ 
    6466         q 
    6467       } 
    6468       /^X\/\(\/\/\)$/{ 
    6469         s//\1/ 
    6470         q 
    6471       } 
    6472       /^X\/\(\/\).*/{ 
    6473         s//\1/ 
    6474         q 
    6475       } 
    6476       s/.*/./; q'` 
    6477  
    6478 # CDPATH. 
    6479 $as_unset CDPATH 
    6480  
    6481  
    6482  
     5388  IFS=$as_save_IFS 
     5389  test -z "$as_dir" && as_dir=. 
     5390  for as_base in sh bash ksh sh5; do 
     5391     case $as_dir in 
     5392     /*) 
     5393       if ("$as_dir/$as_base" -c ' 
    64835394  as_lineno_1=$LINENO 
    64845395  as_lineno_2=$LINENO 
     5396  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    64855397  test "x$as_lineno_1" != "x$as_lineno_2" && 
    6486   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 
     5398  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
     5399         $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
     5400         $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
     5401         CONFIG_SHELL=$as_dir/$as_base 
     5402         export CONFIG_SHELL 
     5403         exec "$CONFIG_SHELL" "$0" ${1+"$@"} 
     5404       fi;; 
     5405     esac 
     5406       done 
     5407done 
     5408;; 
     5409  esac 
    64875410 
    64885411  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    64895412  # uniformly replaced by the line number.  The first 'sed' inserts a 
    6490   # line-number line after each line using $LINENO; the second 'sed' 
    6491   # does the real work.  The second script uses 'N' to pair each 
    6492   # line-number line with the line containing $LINENO, and appends 
    6493   # trailing '-' during substitution so that $LINENO is not a special 
    6494   # case at line end. 
     5413  # line-number line before each line; the second 'sed' does the real 
     5414  # work.  The second script uses 'N' to pair each line-number line 
     5415  # with the numbered line, and appends trailing '-' during 
     5416  # substitution so that $LINENO is not a special case at line end. 
    64955417  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    6496   # scripts with optimization help from Paolo Bonzini.  Blame Lee 
    6497   # E. McMahon (1931-1989) for sed's syntax.  :-) 
    6498   sed -n ' 
    6499     p 
    6500     /[$]LINENO/= 
    6501   ' <$as_myself | 
     5418  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
     5419  sed '=' <$as_myself | 
    65025420    sed ' 
    6503       s/[$]LINENO.*/&-/ 
    6504       t lineno 
    6505       b 
    6506       :lineno 
    65075421      N 
    6508       :loop 
    6509       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
     5422      s,$,-, 
     5423      : loop 
     5424      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
    65105425      t loop 
    6511       s/-\n.*// 
     5426      s,-$,, 
     5427      s,^['$as_cr_digits']*\n,, 
    65125428    ' >$as_me.lineno && 
    6513   chmod +x "$as_me.lineno" || 
    6514     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     5429  chmod +x $as_me.lineno || 
     5430    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 
     5431echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 
    65155432   { (exit 1); exit 1; }; } 
    65165433 
    65175434  # Don't try to exec as it changes $[0], causing all sort of problems 
    65185435  # (the dirname of $[0] is not the place where we might find the 
    6519   # original and so on.  Autoconf is especially sensitive to this). 
    6520   . "./$as_me.lineno" 
     5436  # original and so on.  Autoconf is especially sensible to this). 
     5437  . ./$as_me.lineno 
    65215438  # Exit status is that of the last command. 
    65225439  exit 
     
    65245441 
    65255442 
    6526 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
    6527   as_dirname=dirname 
    6528 else 
    6529   as_dirname=false 
    6530 fi 
    6531  
    6532 ECHO_C= ECHO_N= ECHO_T= 
    6533 case `echo -n x` in 
    6534 -n*) 
    6535   case `echo 'x\c'` in 
    6536   *c*) ECHO_T=' ';; # ECHO_T is single tab character. 
    6537   *)   ECHO_C='\c';; 
    6538   esac;; 
    6539 *) 
    6540   ECHO_N='-n';; 
     5443case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 
     5444  *c*,-n*) ECHO_N= ECHO_C=' 
     5445' ECHO_T='  ' ;; 
     5446  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; 
     5447  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; 
    65415448esac 
    65425449 
    6543 if expr a : '\(a\)' >/dev/null 2>&1 && 
    6544    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     5450if expr a : '\(a\)' >/dev/null 2>&1; then 
    65455451  as_expr=expr 
    65465452else 
     
    65495455 
    65505456rm -f conf$$ conf$$.exe conf$$.file 
    6551 if test -d conf$$.dir; then 
    6552   rm -f conf$$.dir/conf$$.file 
    6553 else 
    6554   rm -f conf$$.dir 
    6555   mkdir conf$$.dir 
    6556 fi 
    65575457echo >conf$$.file 
    65585458if ln -s conf$$.file conf$$ 2>/dev/null; then 
    6559   as_ln_s='ln -s' 
    6560   # ... but there are two gotchas: 
    6561   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    6562   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    6563   # In both cases, we have to default to `cp -p'. 
    6564   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     5459  # We could just check for DJGPP; but this test a) works b) is more generic 
     5460  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 
     5461  if test -f conf$$.exe; then 
     5462    # Don't use ln at all; we don't have any links 
    65655463    as_ln_s='cp -p' 
     5464  else 
     5465    as_ln_s='ln -s' 
     5466  fi 
    65665467elif ln conf$$.file conf$$ 2>/dev/null; then 
    65675468  as_ln_s=ln 
     
    65695470  as_ln_s='cp -p' 
    65705471fi 
    6571 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
    6572 rmdir conf$$.dir 2>/dev/null 
     5472rm -f conf$$ conf$$.exe conf$$.file 
    65735473 
    65745474if mkdir -p . 2>/dev/null; then 
     
    65795479fi 
    65805480 
    6581 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    6582 # systems may use methods other than mode bits to determine executability. 
    6583 cat >conf$$.file <<_ASEOF 
    6584 #! /bin/sh 
    6585 exit 0 
    6586 _ASEOF 
    6587 chmod +x conf$$.file 
    6588 if test -x conf$$.file >/dev/null 2>&1; then 
    6589   as_executable_p="test -x" 
    6590 else 
    6591   as_executable_p=: 
    6592 fi 
    6593 rm -f conf$$.file 
     5481as_executable_p="test -f" 
    65945482 
    65955483# Sed expression to map a string onto a valid CPP name. 
     
    66005488 
    66015489 
     5490# IFS 
     5491# We need space, tab and new line, in precisely that order. 
     5492as_nl=' 
     5493' 
     5494IFS="   $as_nl" 
     5495 
     5496# CDPATH. 
     5497$as_unset CDPATH 
     5498 
    66025499exec 6>&1 
    66035500 
    6604 # Save the log message, to keep $[0] and so on meaningful, and to 
     5501# Open the log real soon, to keep \$[0] and so on meaningful, and to 
    66055502# report actual input values of CONFIG_FILES etc. instead of their 
    6606 # values after options handling. 
    6607 ac_log=" 
     5503# values after options handling.  Logging --version etc. is OK. 
     5504exec 5>>config.log 
     5505{ 
     5506  echo 
     5507  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 
     5508## Running $as_me. ## 
     5509_ASBOX 
     5510} >&5 
     5511cat >&5 <<_CSEOF 
     5512 
    66085513This file was extended by FULL-PACKAGE-NAME $as_me VERSION, which was 
    6609 generated by GNU Autoconf 2.60.  Invocation command line was 
     5514generated by GNU Autoconf 2.59.  Invocation command line was 
    66105515 
    66115516  CONFIG_FILES    = $CONFIG_FILES 
     
    66155520  $ $0 $@ 
    66165521 
    6617 on `(hostname || uname -n) 2>/dev/null | sed 1q` 
    6618 " 
    6619  
    6620 _ACEOF 
    6621  
    6622 cat >>$CONFIG_STATUS <<_ACEOF 
     5522_CSEOF 
     5523echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 
     5524echo >&5 
     5525_ACEOF 
     5526 
    66235527# Files that config.status was made for. 
    6624 config_files="$ac_config_files" 
    6625 config_headers="$ac_config_headers" 
    6626  
    6627 _ACEOF 
     5528if test -n "$ac_config_files"; then 
     5529  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 
     5530fi 
     5531 
     5532if test -n "$ac_config_headers"; then 
     5533  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 
     5534fi 
     5535 
     5536if test -n "$ac_config_links"; then 
     5537  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 
     5538fi 
     5539 
     5540if test -n "$ac_config_commands"; then 
     5541  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 
     5542fi 
    66285543 
    66295544cat >>$CONFIG_STATUS <<\_ACEOF 
     5545 
    66305546ac_cs_usage="\ 
    66315547\`$as_me' instantiates files from templates according to the 
     
    66515567 
    66525568Report bugs to <bug-autoconf@gnu.org>." 
    6653  
    6654 _ACEOF 
     5569_ACEOF 
     5570 
    66555571cat >>$CONFIG_STATUS <<_ACEOF 
    66565572ac_cs_version="\\ 
    66575573FULL-PACKAGE-NAME config.status VERSION 
    6658 configured by $0, generated by GNU Autoconf 2.60, 
    6659   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
    6660  
    6661 Copyright (C) 2006 Free Software Foundation, Inc. 
     5574configured by $0, generated by GNU Autoconf 2.59, 
     5575  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 
     5576 
     5577Copyright (C) 2003 Free Software Foundation, Inc. 
    66625578This config.status script is free software; the Free Software Foundation 
    66635579gives unlimited permission to copy, distribute and modify it." 
    6664  
    6665 ac_pwd='$ac_pwd' 
    6666 srcdir='$srcdir' 
     5580srcdir=$srcdir 
    66675581_ACEOF 
    66685582 
     
    66755589  case $1 in 
    66765590  --*=*) 
    6677     ac_option=`expr "X$1" : 'X\([^=]*\)='` 
    6678     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 
     5591    ac_option=`expr "x$1" : 'x\([^=]*\)='` 
     5592    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 
    66795593    ac_shift=: 
    66805594    ;; 
    6681   *) 
     5595  -*) 
    66825596    ac_option=$1 
    66835597    ac_optarg=$2 
    66845598    ac_shift=shift 
    66855599    ;; 
     5600  *) # This is not an option, so the user has probably given explicit 
     5601     # arguments. 
     5602     ac_option=$1 
     5603     ac_need_defaults=false;; 
    66865604  esac 
    66875605 
    66885606  case $ac_option in 
    66895607  # Handling of the options. 
     5608_ACEOF 
     5609cat >>$CONFIG_STATUS <<\_ACEOF 
    66905610  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 
    66915611    ac_cs_recheck=: ;; 
    6692   --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
    6693     echo "$ac_cs_version"; exit ;; 
    6694   --debug | --debu | --deb | --de | --d | -d ) 
     5612  --version | --vers* | -V ) 
     5613    echo "$ac_cs_version"; exit 0 ;; 
     5614  --he | --h) 
     5615    # Conflict between --help and --header 
     5616    { { echo "$as_me:$LINENO: error: ambiguous option: $1 
     5617Try \`$0 --help' for more information." >&5 
     5618echo "$as_me: error: ambiguous option: $1 
     5619Try \`$0 --help' for more information." >&2;} 
     5620   { (exit 1); exit 1; }; };; 
     5621  --help | --hel | -h ) 
     5622    echo "$ac_cs_usage"; exit 0 ;; 
     5623  --debug | --d* | -d ) 
    66955624    debug=: ;; 
    66965625  --file | --fil | --fi | --f ) 
     
    67025631    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 
    67035632    ac_need_defaults=false;; 
    6704   --he | --h) 
    6705     # Conflict between --help and --header 
    6706     { echo "$as_me: error: ambiguous option: $1 
    6707 Try \`$0 --help' for more information." >&2 
    6708    { (exit 1); exit 1; }; };; 
    6709   --help | --hel | -h ) 
    6710     echo "$ac_cs_usage"; exit ;; 
    67115633  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    67125634  | -silent | --silent | --silen | --sile | --sil | --si | --s) 
     
    67145636 
    67155637  # This is an error. 
    6716   -*) { echo "$as_me: error: unrecognized option: $1 
    6717 Try \`$0 --help' for more information." >&2 
     5638  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 
     5639Try \`$0 --help' for more information." >&5 
     5640echo "$as_me: error: unrecognized option: $1 
     5641Try \`$0 --help' for more information." >&2;} 
    67185642   { (exit 1); exit 1; }; } ;; 
    67195643 
    6720   *) ac_config_targets="$ac_config_targets $1" 
    6721      ac_need_defaults=false ;; 
     5644  *) ac_config_targets="$ac_config_targets $1" ;; 
    67225645 
    67235646  esac 
     
    67355658cat >>$CONFIG_STATUS <<_ACEOF 
    67365659if \$ac_cs_recheck; then 
    6737   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
    6738   CONFIG_SHELL=$SHELL 
    6739   export CONFIG_SHELL 
    6740   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
    6741 fi 
    6742  
    6743 _ACEOF 
     5660  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
     5661  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
     5662fi 
     5663 
     5664_ACEOF 
     5665 
     5666 
     5667 
     5668 
     5669 
    67445670cat >>$CONFIG_STATUS <<\_ACEOF 
    6745 exec 5>>config.log 
    6746 { 
    6747   echo 
    6748   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 
    6749 ## Running $as_me. ## 
    6750 _ASBOX 
    6751   echo "$ac_log" 
    6752 } >&5 
    6753  
    6754 _ACEOF 
    6755 cat >>$CONFIG_STATUS <<_ACEOF 
    6756 _ACEOF 
    6757  
    6758 cat >>$CONFIG_STATUS <<\_ACEOF 
    6759  
    6760 # Handling of arguments. 
    67615671for ac_config_target in $ac_config_targets 
    67625672do 
    6763   case $ac_config_target in 
    6764     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 
    6765     "src/newt_core/incs/NewtConf.h") CONFIG_HEADERS="$CONFIG_HEADERS src/newt_core/incs/NewtConf.h" ;; 
    6766     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 
    6767     "ext/protoFILE/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoFILE/Makefile" ;; 
    6768     "ext/protoREGEX/Makefile") CONFIG_FILES="$CONFIG_FILES ext/protoREGEX/Makefile" ;; 
    6769     "contrib/inwt/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/inwt/Makefile" ;; 
    6770     "contrib/inwt/inwt") CONFIG_FILES="$CONFIG_FILES contrib/inwt/inwt" ;; 
    6771     "contrib/NativeCalls/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NativeCalls/Makefile" ;; 
    6772     "contrib/NewtObjC/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/NewtObjC/Makefile" ;; 
    6773  
     5673  case "$ac_config_target" in 
     5674  # Handling of arguments. 
     5675  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 
     5676  "ext/protoFILE/Makefile" ) CONFIG_FILES="$CONFIG_FILES ext/protoFILE/Makefile" ;; 
     5677  "ext/protoREGEX/Makefile" ) CONFIG_FILES="$CONFIG_FILES ext/protoREGEX/Makefile" ;; 
     5678  "contrib/inwt/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/inwt/Makefile" ;; 
     5679  "contrib/NativeCalls/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/NativeCalls/Makefile" ;; 
     5680  "contrib/NewtObjC/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/NewtObjC/Makefile" ;; 
     5681  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 
     5682  "src/newt_core/incs/NewtConf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/newt_core/incs/NewtConf.h" ;; 
    67745683  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
    67755684echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
     
    67775686  esac 
    67785687done 
    6779  
    67805688 
    67815689# If the user did not use the arguments to specify the items to instantiate, 
     
    67895697 
    67905698# Have a temporary directory for convenience.  Make it in the build tree 
    6791 # simply because there is no reason against having it here, and in addition, 
     5699# simply because there is no reason to put it here, and in addition, 
    67925700# creating and moving files from /tmp can sometimes cause problems. 
    6793 # Hook for its removal unless debugging. 
    6794 # Note that there is a small window in which the directory will not be cleaned: 
    6795 # after its creation but before its name has been assigned to `$tmp'. 
     5701# Create a temporary directory, and hook for its removal unless debugging. 
    67965702$debug || 
    67975703{ 
    6798   tmp= 
    6799   trap 'exit_status=$? 
    6800   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 
    6801 ' 0 
     5704  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 
    68025705  trap '{ (exit 1); exit 1; }' 1 2 13 15 
    68035706} 
     5707 
    68045708# Create a (secure) tmp directory for tmp files. 
    68055709 
    68065710{ 
    6807   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 
     5711  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 
    68085712  test -n "$tmp" && test -d "$tmp" 
    68095713}  || 
    68105714{ 
    6811   tmp=./conf$$-$RANDOM 
    6812   (umask 077 && mkdir "$tmp") 
     5715  tmp=./confstat$$-$RANDOM 
     5716  (umask 077 && mkdir $tmp) 
    68135717} || 
    68145718{ 
     
    68175721} 
    68185722 
     5723_ACEOF 
     5724 
     5725cat >>$CONFIG_STATUS <<_ACEOF 
     5726 
    68195727# 
    6820 # Set up the sed scripts for CONFIG_FILES section. 
     5728# CONFIG_FILES section. 
    68215729# 
    68225730 
    68235731# No need to generate the scripts if there are no CONFIG_FILES. 
    68245732# This happens for instance when ./config.status config.h 
    6825 if test -n "$CONFIG_FILES"; then 
    6826  
    6827 _ACEOF 
    6828  
    6829  
    6830  
    6831 ac_delim='%!_!# ' 
    6832 for ac_last_try in false false false false false :; do 
    6833   cat >conf$$subs.sed <<_ACEOF 
    6834 SHELL!$SHELL$ac_delim 
    6835 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 
    6836 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 
    6837 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 
    6838 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 
    6839 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 
    6840 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 
    6841 exec_prefix!$exec_prefix$ac_delim 
    6842 prefix!$prefix$ac_delim 
    6843 program_transform_name!$program_transform_name$ac_delim 
    6844 bindir!$bindir$ac_delim 
    6845 sbindir!$sbindir$ac_delim 
    6846 libexecdir!$libexecdir$ac_delim 
    6847 datarootdir!$datarootdir$ac_delim 
    6848 datadir!$datadir$ac_delim 
    6849 sysconfdir!$sysconfdir$ac_delim 
    6850 sharedstatedir!$sharedstatedir$ac_delim 
    6851 localstatedir!$localstatedir$ac_delim 
    6852 includedir!$includedir$ac_delim 
    6853 oldincludedir!$oldincludedir$ac_delim 
    6854 docdir!$docdir$ac_delim 
    6855 infodir!$infodir$ac_delim 
    6856 htmldir!$htmldir$ac_delim 
    6857 dvidir!$dvidir$ac_delim 
    6858 pdfdir!$pdfdir$ac_delim 
    6859 psdir!$psdir$ac_delim 
    6860 libdir!$libdir$ac_delim 
    6861 localedir!$localedir$ac_delim 
    6862 mandir!$mandir$ac_delim 
    6863 DEFS!$DEFS$ac_delim 
    6864 ECHO_C!$ECHO_C$ac_delim 
    6865 ECHO_N!$ECHO_N$ac_delim 
    6866 ECHO_T!$ECHO_T$ac_delim 
    6867 LIBS!$LIBS$ac_delim 
    6868 build_alias!$build_alias$ac_delim 
    6869 host_alias!$host_alias$ac_delim 
    6870 target_alias!$target_alias$ac_delim 
    6871 CC!$CC$ac_delim 
    6872 CFLAGS!$CFLAGS$ac_delim 
    6873 LDFLAGS!$LDFLAGS$ac_delim 
    6874 CPPFLAGS!$CPPFLAGS$ac_delim 
    6875 ac_ct_CC!$ac_ct_CC$ac_delim 
    6876 EXEEXT!$EXEEXT$ac_delim 
    6877 OBJEXT!$OBJEXT$ac_delim 
    6878 YACC!$YACC$ac_delim 
    6879 YFLAGS!$YFLAGS$ac_delim 
    6880 LEX!$LEX$ac_delim 
    6881 LEXLIB!$LEXLIB$ac_delim 
    6882 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim 
    6883 AR!$AR$ac_delim 
    6884 RANLIB!$RANLIB$ac_delim 
    6885 build!$build$ac_delim 
    6886 build_cpu!$build_cpu$ac_delim 
    6887 build_vendor!$build_vendor$ac_delim 
    6888 build_os!$build_os$ac_delim 
    6889 host!$host$ac_delim 
    6890 host_cpu!$host_cpu$ac_delim 
    6891 host_vendor!$host_vendor$ac_delim 
    6892 host_os!$host_os$ac_delim 
    6893 target!$target$ac_delim 
    6894 target_cpu!$target_cpu$ac_delim 
    6895 target_vendor!$target_vendor$ac_delim 
    6896 target_os!$target_os$ac_delim 
    6897 CPP!$CPP$ac_delim 
    6898 GREP!$GREP$ac_delim 
    6899 EGREP!$EGREP$ac_delim 
    6900 LIBOBJS!$LIBOBJS$ac_delim 
    6901 NEWT_LDIMPORT!$NEWT_LDIMPORT$ac_delim 
    6902 NEWT_LDFLAGS!$NEWT_LDFLAGS$ac_delim 
    6903 LIBNEWT_LDSHARED!$LIBNEWT_LDSHARED$ac_delim 
    6904 LINK_NEWT_APP_!$LINK_NEWT_APP_$ac_delim 
    6905 DLEXT!$DLEXT$ac_delim 
    6906 MAKE_EXT!$MAKE_EXT$ac_delim 
    6907 MAKE_CONTRIB!$MAKE_CONTRIB$ac_delim 
    6908 BINDIR!$BINDIR$ac_delim 
    6909 sitedir!$sitedir$ac_delim 
    6910 libffidir!$libffidir$ac_delim 
    6911 __NAMED_MAGIC_POINTER__!$__NAMED_MAGIC_POINTER__$ac_delim 
    6912 LIBREGEX!$LIBREGEX$ac_delim 
    6913 LIBCOMMAND!$LIBCOMMAND$ac_delim 
    6914 LIBEXT!$LIBEXT$ac_delim 
    6915 LTLIBOBJS!$LTLIBOBJS$ac_delim 
    6916 _ACEOF 
    6917  
    6918   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then 
    6919     break 
    6920   elif $ac_last_try; then 
    6921     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    6922 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    6923    { (exit 1); exit 1; }; } 
    6924   else 
    6925     ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 
     5733if test -n "\$CONFIG_FILES"; then 
     5734  # Protect against being on the right side of a sed subst in config.status. 
     5735  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 
     5736   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 
     5737s,@SHELL@,$SHELL,;t t 
     5738s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 
     5739s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 
     5740s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 
     5741s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 
     5742s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 
     5743s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 
     5744s,@exec_prefix@,$exec_prefix,;t t 
     5745s,@prefix@,$prefix,;t t 
     5746s,@program_transform_name@,$program_transform_name,;t t 
     5747s,@bindir@,$bindir,;t t 
     5748s,@sbindir@,$sbindir,;t t 
     5749s,@libexecdir@,$libexecdir,;t t 
     5750s,@datadir@,$datadir,;t t 
     5751s,@sysconfdir@,$sysconfdir,;t t 
     5752s,@sharedstatedir@,$sharedstatedir,;t t 
     5753s,@localstatedir@,$localstatedir,;t t 
     5754s,@libdir@,$libdir,;t t 
     5755s,@includedir@,$includedir,;t t 
     5756s,@oldincludedir@,$oldincludedir,;t t 
     5757s,@infodir@,$infodir,;t t 
     5758s,@mandir@,$mandir,;t t 
     5759s,@build_alias@,$build_alias,;t t 
     5760s,@host_alias@,$host_alias,;t t 
     5761s,@target_alias@,$target_alias,;t t 
     5762s,@DEFS@,$DEFS,;t t 
     5763s,@ECHO_C@,$ECHO_C,;t t 
     5764s,@ECHO_N@,$ECHO_N,;t t 
     5765s,@ECHO_T@,$ECHO_T,;t t 
     5766s,@LIBS@,$LIBS,;t t 
     5767s,@CC@,$CC,;t t 
     5768s,@CFLAGS@,$CFLAGS,;t t 
     5769s,@LDFLAGS@,$LDFLAGS,;t t 
     5770s,@CPPFLAGS@,$CPPFLAGS,;t t 
     5771s,@ac_ct_CC@,$ac_ct_CC,;t t 
     5772s,@EXEEXT@,$EXEEXT,;t t 
     5773s,@OBJEXT@,$OBJEXT,;t t 
     5774s,@YACC@,$YACC,;t t 
     5775s,@LEX@,$LEX,;t t 
     5776s,@LEXLIB@,$LEXLIB,;t t 
     5777s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t 
     5778s,@AR@,$AR,;t t 
     5779s,@ac_ct_AR@,$ac_ct_AR,;t t 
     5780s,@RANLIB@,$RANLIB,;t t 
     5781s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 
     5782s,@build@,$build,;t t 
     5783s,@build_cpu@,$build_cpu,;t t 
     5784s,@build_vendor@,$build_vendor,;t t 
     5785s,@build_os@,$build_os,;t t 
     5786s,@host@,$host,;t t 
     5787s,@host_cpu@,$host_cpu,;t t 
     5788s,@host_vendor@,$host_vendor,;t t 
     5789s,@host_os@,$host_os,;t t 
     5790s,@target@,$target,;t t 
     5791s,@target_cpu@,$target_cpu,;t t 
     5792s,@target_vendor@,$target_vendor,;t t 
     5793s,@target_os@,$target_os,;t t 
     5794s,@CPP@,$CPP,;t t 
     5795s,@EGREP@,$EGREP,;t t 
     5796s,@LIBOBJS@,$LIBOBJS,;t t 
     5797s,@NEWT_LDIMPORT@,$NEWT_LDIMPORT,;t t 
     5798s,@NEWT_LDFLAGS@,$NEWT_LDFLAGS,;t t 
     5799s,@LIBNEWT_LDSHARED@,$LIBNEWT_LDSHARED,;t t 
     5800s,@LINK_NEWT_APP_@,$LINK_NEWT_APP_,;t t 
     5801s,@DLEXT@,$DLEXT,;t t 
     5802s,@MAKE_EXT@,$MAKE_EXT,;t t 
     5803s,@MAKE_CONTRIB@,$MAKE_CONTRIB,;t t 
     5804s,@BINDIR@,$BINDIR,;t t 
     5805s,@sitedir@,$sitedir,;t t 
     5806s,@libffidir@,$libffidir,;t t 
     5807s,@__NAMED_MAGIC_POINTER__@,$__NAMED_MAGIC_POINTER__,;t t 
     5808s,@LIBREGEX@,$LIBREGEX,;t t 
     5809s,@LIBCOMMAND@,$LIBCOMMAND,;t t 
     5810s,@LIBEXT@,$LIBEXT,;t t 
     5811s,@LTLIBOBJS@,$LTLIBOBJS,;t t 
     5812CEOF 
     5813 
     5814_ACEOF 
     5815 
     5816  cat >>$CONFIG_STATUS <<\_ACEOF 
     5817  # Split the substitutions into bite-sized pieces for seds with 
     5818  # small command number limits, like on Digital OSF/1 and HP-UX. 
     5819  ac_max_sed_lines=48 
     5820  ac_sed_frag=1 # Number of current file. 
     5821  ac_beg=1 # First line for current file. 
     5822  ac_end=$ac_max_sed_lines # Line after last line for current file. 
     5823  ac_more_lines=: 
     5824  ac_sed_cmds= 
     5825  while $ac_more_lines; do 
     5826    if test $ac_beg -gt 1; then 
     5827      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 
     5828    else 
     5829      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 
     5830    fi 
     5831    if test ! -s $tmp/subs.frag; then 
     5832      ac_more_lines=false 
     5833    else 
     5834      # The purpose of the label and of the branching condition is to 
     5835      # speed up the sed processing (if there are no `@' at all, there 
     5836      # is no need to browse any of the substitutions). 
     5837      # These are the two extra sed commands mentioned above. 
     5838      (echo ':t 
     5839  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 
     5840      if test -z "$ac_sed_cmds"; then 
     5841    ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 
     5842      else 
     5843    ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 
     5844      fi 
     5845      ac_sed_frag=`expr $ac_sed_frag + 1` 
     5846      ac_beg=$ac_end 
     5847      ac_end=`expr $ac_end + $ac_max_sed_lines` 
     5848    fi 
     5849  done 
     5850  if test -z "$ac_sed_cmds"; then 
     5851    ac_sed_cmds=cat 
    69265852  fi 
    6927 done 
    6928  
    6929 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 
    6930 if test -n "$ac_eof"; then 
    6931   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 
    6932   ac_eof=`expr $ac_eof + 1` 
    6933 fi 
    6934  
    6935 cat >>$CONFIG_STATUS <<_ACEOF 
    6936 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 
    6937 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 
    6938 _ACEOF 
    6939 sed ' 
    6940 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 
    6941 s/^/s,@/; s/!/@,|#_!!_#|/ 
    6942 :n 
    6943 t n 
    6944 s/'"$ac_delim"'$/,g/; t 
    6945 s/$/\\/; p 
    6946 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 
    6947 ' >>$CONFIG_STATUS <conf$$subs.sed 
    6948 rm -f conf$$subs.sed 
    6949 cat >>$CONFIG_STATUS <<_ACEOF 
    6950 :end 
    6951 s/|#_!!_#|//g 
    6952 CEOF$ac_eof 
    6953 _ACEOF 
    6954  
    6955  
    6956 # VPATH may cause trouble with some makes, so we remove $(srcdir), 
    6957 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 
    6958 # trailing colons and then remove the whole line if VPATH becomes empty 
    6959 # (actually we leave an empty line to preserve line numbers). 
    6960 if test "x$srcdir" = x.; then 
    6961   ac_vpsub='/^[  ]*VPATH[    ]*=/{ 
    6962 s/:*\$(srcdir):*/:/ 
    6963 s/:*\${srcdir}:*/:/ 
    6964 s/:*@srcdir@:*/:/ 
    6965 s/^\([^=]*=[     ]*\):*/\1/ 
    6966 s/:*$// 
    6967 s/^[^=]*=[   ]*$// 
    6968 }' 
    6969 fi 
    6970  
     5853fi # test -n "$CONFIG_FILES" 
     5854 
     5855_ACEOF 
    69715856cat >>$CONFIG_STATUS <<\_ACEOF 
    6972 fi # test -n "$CONFIG_FILES" 
    6973  
    6974  
    6975 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS 
    6976 do 
    6977   case $ac_tag in 
    6978   :[FHLC]) ac_mode=$ac_tag; continue;; 
     5857for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 
     5858  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
     5859  case $ac_file in 
     5860  - | *:- | *:-:* ) # input from stdin 
     5861    cat >$tmp/stdin 
     5862    ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
     5863    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
     5864  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
     5865    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
     5866  * )   ac_file_in=$ac_file.in ;; 
    69795867  esac 
    6980   case $ac_mode$ac_tag in 
    6981   :[FHL]*:*);; 
    6982   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
    6983 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 
    6984    { (exit 1); exit 1; }; };; 
    6985   :[FH]-) ac_tag=-:-;; 
    6986   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 
    6987   esac 
    6988   ac_save_IFS=$IFS 
    6989   IFS=: 
    6990   set x $ac_tag 
    6991   IFS=$ac_save_IFS 
    6992   shift 
    6993   ac_file=$1 
    6994   shift 
    6995  
    6996   case $ac_mode in 
    6997   :L) ac_source=$1;; 
    6998   :[FH]) 
    6999     ac_file_inputs= 
    7000     for ac_f 
    7001     do 
    7002       case $ac_f in 
    7003       -) ac_f="$tmp/stdin";; 
    7004       *) # Look for the file first in the build tree, then in the source tree 
    7005      # (if the path is not absolute).  The absolute path cannot be DOS-style, 
    7006      # because $ac_f cannot contain `:'. 
    7007      test -f "$ac_f" || 
    7008        case $ac_f in 
    7009        [\\/$]*) false;; 
    7010        *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
    7011        esac || 
    7012        { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
    7013 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
    7014    { (exit 1); exit 1; }; };; 
    7015       esac 
    7016       ac_file_inputs="$ac_file_inputs $ac_f" 
    7017     done 
    7018  
    7019     # Let's still pretend it is `configure' which instantiates (i.e., don't 
    7020     # use $as_me), people would be surprised to read: 
    7021     #    /* config.h.  Generated by config.status.  */ 
    7022     configure_input="Generated from "`IFS=: 
    7023       echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 
    7024     if test x"$ac_file" != x-; then 
    7025       configure_input="$ac_file.  $configure_input" 
    7026       { echo "$as_me:$LINENO: creating $ac_file" >&5 
    7027 echo "$as_me: creating $ac_file" >&6;} 
    7028     fi 
    7029  
    7030     case $ac_tag in 
    7031     *:-:* | *:-) cat >"$tmp/stdin";; 
    7032     esac 
    7033     ;; 
    7034   esac 
    7035  
    7036   ac_dir=`$as_dirname -- "$ac_file" || 
     5868 
     5869  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 
     5870  ac_dir=`(dirname "$ac_file") 2>/dev/null || 
    70375871$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    70385872     X"$ac_file" : 'X\(//\)[^/]' \| \ 
    70395873     X"$ac_file" : 'X\(//\)$' \| \ 
    7040      X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 
     5874     X"$ac_file" : 'X\(/\)' \| \ 
     5875     .     : '\(.\)' 2>/dev/null || 
    70415876echo X"$ac_file" | 
    7042     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    7043         s//\1/ 
    7044         q 
    7045       } 
    7046       /^X\(\/\/\)[^/].*/{ 
    7047         s//\1/ 
    7048         q 
    7049       } 
    7050       /^X\(\/\/\)$/{ 
    7051         s//\1/ 
    7052         q 
    7053       } 
    7054       /^X\(\/\).*/{ 
    7055         s//\1/ 
    7056         q 
    7057       } 
    7058       s/.*/./; q'` 
    7059   { as_dir="$ac_dir" 
    7060   case $as_dir in #( 
    7061   -*) as_dir=./$as_dir;; 
    7062   esac 
    7063   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 
     5877    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     5878      /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
     5879      /^X\(\/\/\)$/{ s//\1/; q; } 
     5880      /^X\(\/\).*/{ s//\1/; q; } 
     5881      s/.*/./; q'` 
     5882  { if $as_mkdir_p; then 
     5883    mkdir -p "$ac_dir" 
     5884  else 
     5885    as_dir="$ac_dir" 
    70645886    as_dirs= 
    7065     while :; do 
    7066       case $as_dir in #( 
    7067       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 
    7068       *) as_qdir=$as_dir;; 
    7069       esac 
    7070       as_dirs="'$as_qdir' $as_dirs" 
    7071       as_dir=`$as_dirname -- "$as_dir" || 
     5887    while test ! -d "$as_dir"; do 
     5888      as_dirs="$as_dir $as_dirs" 
     5889      as_dir=`(dirname "$as_dir") 2>/dev/null || 
    70725890$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    70735891     X"$as_dir" : 'X\(//\)[^/]' \| \ 
    70745892     X"$as_dir" : 'X\(//\)$' \| \ 
    7075      X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
     5893     X"$as_dir" : 'X\(/\)' \| \ 
     5894     .     : '\(.\)' 2>/dev/null || 
    70765895echo X"$as_dir" | 
    7077     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    7078         s//\1/ 
    7079         q 
    7080       } 
    7081       /^X\(\/\/\)[^/].*/{ 
    7082         s//\1/ 
    7083         q 
    7084       } 
    7085       /^X\(\/\/\)$/{ 
    7086         s//\1/ 
    7087         q 
    7088       } 
    7089       /^X\(\/\).*/{ 
    7090         s//\1/ 
    7091         q 
    7092       } 
    7093       s/.*/./; q'` 
    7094       test -d "$as_dir" && break 
     5896    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     5897      /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
     5898      /^X\(\/\/\)$/{ s//\1/; q; } 
     5899      /^X\(\/\).*/{ s//\1/; q; } 
     5900      s/.*/./; q'` 
    70955901    done 
    7096     test -z "$as_dirs" || eval "mkdir $as_dirs" 
    7097   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    7098 echo "$as_me: error: cannot create directory $as_dir" >&2;} 
     5902    test ! -n "$as_dirs" || mkdir $as_dirs 
     5903  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 
     5904echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 
    70995905   { (exit 1); exit 1; }; }; } 
     5906 
    71005907  ac_builddir=. 
    71015908 
    7102 case "$ac_dir" in 
    7103 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     5909if test "$ac_dir" != .; then 
     5910  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     5911  # A "../" for each directory in $ac_dir_suffix. 
     5912  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 
     5913else 
     5914  ac_dir_suffix= ac_top_builddir= 
     5915fi 
     5916 
     5917case $srcdir in 
     5918  .)  # No --srcdir option.  We are building in place. 
     5919    ac_srcdir=. 
     5920    if test -z "$ac_top_builddir"; then 
     5921       ac_top_srcdir=. 
     5922    else 
     5923       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 
     5924    fi ;; 
     5925  [\\/]* | ?:[\\/]* )  # Absolute path. 
     5926    ac_srcdir=$srcdir$ac_dir_suffix; 
     5927    ac_top_srcdir=$srcdir ;; 
     5928  *) # Relative path. 
     5929    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 
     5930    ac_top_srcdir=$ac_top_builddir$srcdir ;; 
     5931esac 
     5932 
     5933# Do not use `cd foo && pwd` to compute absolute paths, because 
     5934# the directories may not exist. 
     5935case `pwd` in 
     5936.) ac_abs_builddir="$ac_dir";; 
    71045937*) 
    7105   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    7106   # A ".." for each directory in $ac_dir_suffix. 
    7107   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    7108   case $ac_top_builddir_sub in 
    7109   "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    7110   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;; 
    7111   esac ;; 
     5938  case "$ac_dir" in 
     5939  .) ac_abs_builddir=`pwd`;; 
     5940  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
     5941  *) ac_abs_builddir=`pwd`/"$ac_dir";; 
     5942  esac;; 
    71125943esac 
    7113 ac_abs_top_builddir=$ac_pwd 
    7114 ac_abs_builddir=$ac_pwd$ac_dir_suffix 
    7115 # for backward compatibility: 
    7116 ac_top_builddir=$ac_top_build_prefix 
    7117  
    7118 case $srcdir in 
    7119   .)  # We are building in place. 
    7120     ac_srcdir=. 
    7121     ac_top_srcdir=$ac_top_builddir_sub 
    7122     ac_abs_top_srcdir=$ac_pwd ;; 
    7123   [\\/]* | ?:[\\/]* )  # Absolute name. 
    7124     ac_srcdir=$srcdir$ac_dir_suffix; 
    7125     ac_top_srcdir=$srcdir 
    7126     ac_abs_top_srcdir=$srcdir ;; 
    7127   *) # Relative name. 
    7128     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 
    7129     ac_top_srcdir=$ac_top_build_prefix$srcdir 
    7130     ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 
     5944case $ac_abs_builddir in 
     5945.) ac_abs_top_builddir=${ac_top_builddir}.;; 
     5946*) 
     5947  case ${ac_top_builddir}. in 
     5948  .) ac_abs_top_builddir=$ac_abs_builddir;; 
     5949  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
     5950  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
     5951  esac;; 
    71315952esac 
    7132 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 
    7133  
    7134  
    7135   case $ac_mode in 
    7136   :F) 
    7137   # 
    7138   # CONFIG_FILE 
    7139   # 
    7140  
    7141 _ACEOF 
    7142  
    7143 cat >>$CONFIG_STATUS <<\_ACEOF 
    7144 # If the template does not know about datarootdir, expand it. 
    7145 # FIXME: This hack should be removed a few years after 2.60. 
    7146 ac_datarootdir_hack=; ac_datarootdir_seen= 
    7147  
    7148 case `sed -n '/datarootdir/ { 
    7149   p 
    7150   q 
    7151 } 
    7152 /@datadir@/p 
    7153 /@docdir@/p 
    7154 /@infodir@/p 
    7155 /@localedir@/p 
    7156 /@mandir@/p 
    7157 ' $ac_file_inputs` in 
    7158 *datarootdir*) ac_datarootdir_seen=yes;; 
    7159 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 
    7160   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
    7161 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
    7162 _ACEOF 
    7163 cat >>$CONFIG_STATUS <<_ACEOF 
    7164   ac_datarootdir_hack=' 
    7165   s&@datadir@&$datadir&g 
    7166   s&@docdir@&$docdir&g 
    7167   s&@infodir@&$infodir&g 
    7168   s&@localedir@&$localedir&g 
    7169   s&@mandir@&$mandir&g 
    7170     s&\\\${datarootdir}&$datarootdir&g' ;; 
     5953case $ac_abs_builddir in 
     5954.) ac_abs_srcdir=$ac_srcdir;; 
     5955*) 
     5956  case $ac_srcdir in 
     5957  .) ac_abs_srcdir=$ac_abs_builddir;; 
     5958  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
     5959  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
     5960  esac;; 
    71715961esac 
    7172 _ACEOF 
    7173  
    7174 # Neutralize VPATH when `$srcdir' = `.'. 
    7175 # Shell code in configure.ac might set extrasub. 
    7176 # FIXME: do we really want to maintain this feature? 
     5962case $ac_abs_builddir in 
     5963.) ac_abs_top_srcdir=$ac_top_srcdir;; 
     5964*) 
     5965  case $ac_top_srcdir in 
     5966  .) ac_abs_top_srcdir=$ac_abs_builddir;; 
     5967  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
     5968  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
     5969  esac;; 
     5970esac 
     5971 
     5972 
     5973 
     5974  if test x"$ac_file" != x-; then 
     5975    { echo "$as_me:$LINENO: creating $ac_file" >&5 
     5976echo "$as_me: creating $ac_file" >&6;} 
     5977    rm -f "$ac_file" 
     5978  fi 
     5979  # Let's still pretend it is `configure' which instantiates (i.e., don't 
     5980  # use $as_me), people would be surprised to read: 
     5981  #    /* config.h.  Generated by config.status.  */ 
     5982  if test x"$ac_file" = x-; then 
     5983    configure_input= 
     5984  else 
     5985    configure_input="$ac_file.  " 
     5986  fi 
     5987  configure_input=$configure_input"Generated from `echo $ac_file_in | 
     5988                     sed 's,.*/,,'` by configure." 
     5989 
     5990  # First look for the input files in the build tree, otherwise in the 
     5991  # src tree. 
     5992  ac_file_inputs=`IFS=: 
     5993    for f in $ac_file_in; do 
     5994      case $f in 
     5995      -) echo $tmp/stdin ;; 
     5996      [\\/$]*) 
     5997     # Absolute (can't be DOS-style, as IFS=:) 
     5998     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
     5999echo "$as_me: error: cannot find input file: $f" >&2;} 
     6000   { (exit 1); exit 1; }; } 
     6001     echo "$f";; 
     6002      *) # Relative 
     6003     if test -f "$f"; then 
     6004       # Build tree 
     6005       echo "$f" 
     6006     elif test -f "$srcdir/$f"; then 
     6007       # Source tree 
     6008       echo "$srcdir/$f" 
     6009     else 
     6010       # /dev/null tree 
     6011       { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
     6012echo "$as_me: error: cannot find input file: $f" >&2;} 
     6013   { (exit 1); exit 1; }; } 
     6014     fi;; 
     6015      esac 
     6016    done` || { (exit 1); exit 1; } 
     6017_ACEOF 
    71776018cat >>$CONFIG_STATUS <<_ACEOF 
    71786019  sed "$ac_vpsub 
     
    71826023:t 
    71836024/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 
    7184 s&@configure_input@&$configure_input&;t t 
    7185 s&@top_builddir@&$ac_top_builddir_sub&;t t 
    7186 s&@srcdir@&$ac_srcdir&;t t 
    7187 s&@abs_srcdir@&$ac_abs_srcdir&;t t 
    7188 s&@top_srcdir@&$ac_top_srcdir&;t t 
    7189 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 
    7190 s&@builddir@&$ac_builddir&;t t 
    7191 s&@abs_builddir@&$ac_abs_builddir&;t t 
    7192 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 
    7193 $ac_datarootdir_hack 
    7194 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 
    7195  
    7196 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 
    7197   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 
    7198   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 
    7199   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    7200 which seems to be undefined.  Please make sure it is defined." >&5 
    7201 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    7202 which seems to be undefined.  Please make sure it is defined." >&2;} 
    7203  
    7204   rm -f "$tmp/stdin" 
     6025s,@configure_input@,$configure_input,;t t 
     6026s,@srcdir@,$ac_srcdir,;t t 
     6027s,@abs_srcdir@,$ac_abs_srcdir,;t t 
     6028s,@top_srcdir@,$ac_top_srcdir,;t t 
     6029s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 
     6030s,@builddir@,$ac_builddir,;t t 
     6031s,@abs_builddir@,$ac_abs_builddir,;t t 
     6032s,@top_builddir@,$ac_top_builddir,;t t 
     6033s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 
     6034" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 
     6035  rm -f $tmp/stdin 
     6036  if test x"$ac_file" != x-; then 
     6037    mv $tmp/out $ac_file 
     6038  else 
     6039    cat $tmp/out 
     6040    rm -f $tmp/out 
     6041  fi 
     6042 
     6043done 
     6044_ACEOF 
     6045cat >>$CONFIG_STATUS <<\_ACEOF 
     6046 
     6047# 
     6048# CONFIG_HEADER section. 
     6049# 
     6050 
     6051# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 
     6052# NAME is the cpp macro being defined and VALUE is the value it is being given. 
     6053# 
     6054# ac_d sets the value in "#define NAME VALUE" lines. 
     6055ac_dA='s,^\([    ]*\)#\([    ]*define[   ][  ]*\)' 
     6056ac_dB='[     ].*$,\1#\2' 
     6057ac_dC=' ' 
     6058ac_dD=',;t' 
     6059# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 
     6060ac_uA='s,^\([    ]*\)#\([    ]*\)undef\([    ][  ]*\)' 
     6061ac_uB='$,\1#\2define\3' 
     6062ac_uC=' ' 
     6063ac_uD=',;t' 
     6064 
     6065for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 
     6066  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 
    72056067  case $ac_file in 
    7206   -) cat "$tmp/out"; rm -f "$tmp/out";; 
    7207   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 
     6068  - | *:- | *:-:* ) # input from stdin 
     6069    cat >$tmp/stdin 
     6070    ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
     6071    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
     6072  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 
     6073    ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 
     6074  * )   ac_file_in=$ac_file.in ;; 
    72086075  esac 
    7209  ;; 
    7210   :H) 
    7211   # 
    7212   # CONFIG_HEADER 
    7213   # 
    7214 _ACEOF 
    7215  
    7216 # Transform confdefs.h into a sed script `conftest.defines', that 
    7217 # substitutes the proper values into config.h.in to produce config.h. 
    7218 rm -f conftest.defines conftest.tail 
    7219 # First, append a space to every undef/define line, to ease matching. 
    7220 echo 's/$/ /' >conftest.defines 
    7221 # Then, protect against being on the right side of a sed subst, or in 
    7222 # an unquoted here document, in config.status.  If some macros were 
    7223 # called several times there might be several #defines for the same 
    7224 # symbol, which is useless.  But do not sort them, since the last 
    7225 # AC_DEFINE must be honored. 
    7226 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
    7227 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 
    7228 # NAME is the cpp macro being defined, VALUE is the value it is being given. 
    7229 # PARAMS is the parameter list in the macro definition--in most cases, it's 
    7230 # just an empty string. 
    7231 ac_dA='s,^\\([   #]*\\)[^    ]*\\([  ]*' 
    7232 ac_dB='\\)[  (].*,\\1define\\2' 
    7233 ac_dC=' ' 
    7234 ac_dD=' ,' 
    7235  
    7236 uniq confdefs.h | 
    7237   sed -n ' 
    7238     t rset 
    7239     :rset 
    7240     s/^[     ]*#[    ]*define[   ][  ]*// 
    7241     t ok 
    7242     d 
    7243     :ok 
    7244     s/[\\&,]/\\&/g 
    7245     s/^\('"$ac_word_re"'\)\(([^()]*)\)[  ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
    7246     s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
    7247   ' >>conftest.defines 
    7248  
    7249 # Remove the space that was appended to ease matching. 
    7250 # Then replace #undef with comments.  This is necessary, for 
     6076 
     6077  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 
     6078echo "$as_me: creating $ac_file" >&6;} 
     6079 
     6080  # First look for the input files in the build tree, otherwise in the 
     6081  # src tree. 
     6082  ac_file_inputs=`IFS=: 
     6083    for f in $ac_file_in; do 
     6084      case $f in 
     6085      -) echo $tmp/stdin ;; 
     6086      [\\/$]*) 
     6087     # Absolute (can't be DOS-style, as IFS=:) 
     6088     test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
     6089echo "$as_me: error: cannot find input file: $f" >&2;} 
     6090   { (exit 1); exit 1; }; } 
     6091     # Do quote $f, to prevent DOS paths from being IFS'd. 
     6092     echo "$f";; 
     6093      *) # Relative 
     6094     if test -f "$f"; then 
     6095       # Build tree 
     6096       echo "$f" 
     6097     elif test -f "$srcdir/$f"; then 
     6098       # Source tree 
     6099       echo "$srcdir/$f" 
     6100     else 
     6101       # /dev/null tree 
     6102       { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 
     6103echo "$as_me: error: cannot find input file: $f" >&2;} 
     6104   { (exit 1); exit 1; }; } 
     6105     fi;; 
     6106      esac 
     6107    done` || { (exit 1); exit 1; } 
     6108  # Remove the trailing spaces. 
     6109  sed 's/[   ]*$//' $ac_file_inputs >$tmp/in 
     6110 
     6111_ACEOF 
     6112 
     6113# Transform confdefs.h into two sed scripts, `conftest.defines' and 
     6114# `conftest.undefs', that substitutes the proper values into 
     6115# config.h.in to produce config.h.  The first handles `#define' 
     6116# templates, and the second `#undef' templates. 
     6117# And first: Protect against being on the right side of a sed subst in 
     6118# config.status.  Protect against being in an unquoted here document 
     6119# in config.status. 
     6120rm -f conftest.defines conftest.undefs 
     6121# Using a here document instead of a string reduces the quoting nightmare. 
     6122# Putting comments in sed scripts is not portable. 
     6123# 
     6124# `end' is used to avoid that the second main sed command (meant for 
     6125# 0-ary CPP macros) applies to n-ary macro definitions. 
     6126# See the Autoconf documentation for `clear'. 
     6127cat >confdef2sed.sed <<\_ACEOF 
     6128s/[\\&,]/\\&/g 
     6129s,[\\$`],\\&,g 
     6130t clear 
     6131: clear 
     6132s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*\)\(([^)]*)\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 
     6133t end 
     6134s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 
     6135: end 
     6136_ACEOF 
     6137# If some macros were called several times there might be several times 
     6138# the same #defines, which is useless.  Nevertheless, we may not want to 
     6139# sort them, since we want the *last* AC-DEFINE to be honored. 
     6140uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 
     6141sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 
     6142rm -f confdef2sed.sed 
     6143 
     6144# This sed command replaces #undef with comments.  This is necessary, for 
    72516145# example, in the case of _POSIX_SOURCE, which is predefined and required 
    72526146# on some systems where configure will not decide to define it. 
    7253 # (The regexp can be short, since the line contains either #define or #undef.) 
    7254 echo 's/ $// 
    7255 s,^[     #]*u.*,/* & */,' >>conftest.defines 
    7256  
    7257 # Break up conftest.defines: 
    7258 ac_max_sed_lines=50 
    7259  
    7260 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1" 
    7261 # Second one is:     sed -f defines.sed "$tmp/out1" >"$tmp/out2" 
    7262 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1" 
    7263 # et cetera. 
    7264 ac_in='$ac_file_inputs' 
    7265 ac_out='"$tmp/out1"' 
    7266 ac_nxt='"$tmp/out2"' 
    7267  
    7268 while : 
     6147cat >>conftest.undefs <<\_ACEOF 
     6148s,^[     ]*#[    ]*undef[    ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 
     6149_ACEOF 
     6150 
     6151# Break up conftest.defines because some shells have a limit on the size 
     6152# of here documents, and old seds have small limits too (100 cmds). 
     6153echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 
     6154echo '  if grep "^[  ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 
     6155echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 
     6156echo '  :' >>$CONFIG_STATUS 
     6157rm -f conftest.tail 
     6158while grep . conftest.defines >/dev/null 
    72696159do 
    7270   # Write a here document: 
    7271     cat >>$CONFIG_STATUS <<_ACEOF 
    7272     # First, check the format of the line: 
    7273     cat >"\$tmp/defines.sed" <<\\CEOF 
    7274 /^[  ]*#[    ]*undef[    ][  ]*$ac_word_re[  ]*\$/b def 
    7275 /^[  ]*#[    ]*define[   ][  ]*$ac_word_re[(     ]/b def 
    7276 b 
    7277 :def 
    7278 _ACEOF 
    7279   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
     6160  # Write a limited-size here document to $tmp/defines.sed. 
     6161  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 
     6162  # Speed up: don't consider the non `#define' lines. 
     6163  echo '/^[  ]*#[    ]*define/!b' >>$CONFIG_STATUS 
     6164  # Work around the forget-to-reset-the-flag bug. 
     6165  echo 't clr' >>$CONFIG_STATUS 
     6166  echo ': clr' >>$CONFIG_STATUS 
     6167  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 
    72806168  echo 'CEOF 
    7281     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
    7282   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
    7283   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
    7284   grep . conftest.tail >/dev/null || break 
     6169  sed -f $tmp/defines.sed $tmp/in >$tmp/out 
     6170  rm -f $tmp/in 
     6171  mv $tmp/out $tmp/in 
     6172' >>$CONFIG_STATUS 
     6173  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 
    72856174  rm -f conftest.defines 
    72866175  mv conftest.tail conftest.defines 
    72876176done 
    7288 rm -f conftest.defines conftest.tail 
    7289  
    7290 echo "ac_result=$ac_in" >>$CONFIG_STATUS 
     6177rm -f conftest.defines 
     6178echo '  fi # grep' >>$CONFIG_STATUS 
     6179echo >>$CONFIG_STATUS 
     6180 
     6181# Break up conftest.undefs because some shells have a limit on the size 
     6182# of here documents, and old seds have small limits too (100 cmds). 
     6183echo '  # Handle all the #undef templates' >>$CONFIG_STATUS 
     6184rm -f conftest.tail 
     6185while grep . conftest.undefs >/dev/null 
     6186do 
     6187  # Write a limited-size here document to $tmp/undefs.sed. 
     6188  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 
     6189  # Speed up: don't consider the non `#undef' 
     6190  echo '/^[  ]*#[    ]*undef/!b' >>$CONFIG_STATUS 
     6191  # Work around the forget-to-reset-the-flag bug. 
     6192  echo 't clr' >>$CONFIG_STATUS 
     6193  echo ': clr' >>$CONFIG_STATUS 
     6194  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 
     6195  echo 'CEOF 
     6196  sed -f $tmp/undefs.sed $tmp/in >$tmp/out 
     6197  rm -f $tmp/in 
     6198  mv $tmp/out $tmp/in 
     6199' >>$CONFIG_STATUS 
     6200  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 
     6201  rm -f conftest.undefs 
     6202  mv conftest.tail conftest.undefs 
     6203done 
     6204rm -f conftest.undefs 
     6205 
    72916206cat >>$CONFIG_STATUS <<\_ACEOF 
     6207  # Let's still pretend it is `configure' which instantiates (i.e., don't 
     6208  # use $as_me), people would be surprised to read: 
     6209  #    /* config.h.  Generated by config.status.  */ 
     6210  if test x"$ac_file" = x-; then 
     6211    echo "/* Generated by configure.  */" >$tmp/config.h 
     6212  else 
     6213    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h 
     6214  fi 
     6215  cat $tmp/in >>$tmp/config.h 
     6216  rm -f $tmp/in 
    72926217  if test x"$ac_file" != x-; then 
    7293     echo "/* $configure_input  */" >"$tmp/config.h" 
    7294     cat "$ac_result" >>"$tmp/config.h" 
    7295     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 
     6218    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 
    72966219      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
    72976220echo "$as_me: $ac_file is unchanged" >&6;} 
    72986221    else 
     6222      ac_dir=`(dirname "$ac_file") 2>/dev/null || 
     6223$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     6224     X"$ac_file" : 'X\(//\)[^/]' \| \ 
     6225     X"$ac_file" : 'X\(//\)$' \| \ 
     6226     X"$ac_file" : 'X\(/\)' \| \ 
     6227     .     : '\(.\)' 2>/dev/null || 
     6228echo X"$ac_file" | 
     6229    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     6230      /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
     6231      /^X\(\/\/\)$/{ s//\1/; q; } 
     6232      /^X\(\/\).*/{ s//\1/; q; } 
     6233      s/.*/./; q'` 
     6234      { if $as_mkdir_p; then 
     6235    mkdir -p "$ac_dir" 
     6236  else 
     6237    as_dir="$ac_dir" 
     6238    as_dirs= 
     6239    while test ! -d "$as_dir"; do 
     6240      as_dirs="$as_dir $as_dirs" 
     6241      as_dir=`(dirname "$as_dir") 2>/dev/null || 
     6242$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     6243     X"$as_dir" : 'X\(//\)[^/]' \| \ 
     6244     X"$as_dir" : 'X\(//\)$' \| \ 
     6245     X"$as_dir" : 'X\(/\)' \| \ 
     6246     .     : '\(.\)' 2>/dev/null || 
     6247echo X"$as_dir" | 
     6248    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     6249      /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
     6250      /^X\(\/\/\)$/{ s//\1/; q; } 
     6251      /^X\(\/\).*/{ s//\1/; q; } 
     6252      s/.*/./; q'` 
     6253    done 
     6254    test ! -n "$as_dirs" || mkdir $as_dirs 
     6255  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 
     6256echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 
     6257   { (exit 1); exit 1; }; }; } 
     6258 
    72996259      rm -f $ac_file 
    7300       mv "$tmp/config.h" $ac_file 
     6260      mv $tmp/config.h $ac_file 
    73016261    fi 
    73026262  else 
    7303     echo "/* $configure_input  */" 
    7304     cat "$ac_result" 
     6263    cat $tmp/config.h 
     6264    rm -f $tmp/config.h 
    73056265  fi 
    7306   rm -f "$tmp/out12" 
    7307  ;; 
    7308  
    7309  
    7310   esac 
    7311  
    7312 done # for ac_tag 
    7313  
     6266done 
     6267_ACEOF 
     6268 
     6269cat >>$CONFIG_STATUS <<\_ACEOF 
    73146270 
    73156271{ (exit 0); exit 0; } 
  • NEWT0/trunk/configure.in

    r102 r114  
    223223                 ext/protoREGEX/Makefile 
    224224                 contrib/inwt/Makefile 
    225                  contrib/inwt/inwt 
    226225                 contrib/NativeCalls/Makefile 
    227226                 contrib/NewtObjC/Makefile]) 
Note: See TracChangeset for help on using the changeset viewer.