Changeset 114


Ignore:
Timestamp:
08/19/07 18:28:11 (4 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 
     
    30182507