Changeset dab82f29 for libfaim


Ignore:
Timestamp:
Mar 28, 2009, 5:00:34 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
4de643d
Parents:
5189631
Message:
Don't crash on mobile device AIM messages [BZ 20]
Don't crash when sending to someone not on AIM buddy list [BZ 94]
Fix overflow vulerability in zwrite.c and zcrypt.c
Add stack protector and -D_FORTIFY_SOURCE=2 where possible
Fix hang [barnowl 4c46dfdebc294ca24fef59924f01688b8ee07dee]
Fix segfault on missing subs [barnowl 99dabeed7de6d19acb50f1e73aa0bfe5f9469c02]
Fix zcrypt bufffer size bug [barnowl 559076cd86edc3a8317819814dd5877b8bc7c3cb]
Fix double free [barnowl e97c4a306ae2c9d2147d83da29fee59918198e70]
Memory leak fix [barnowl c0a90c2c7ab97b9465c9873757faf312faa0021e]
Memory leak fix [barnowl 95caa16b2e9ba10770d87d0955198c14c2d0e16a]
Memory leak fix [barnowl 1716fed8c2650e46892cf6571555eac937266c6e]
Add getstyle command [barnowl 216c73421653e3ef0e957aa9a9804e208a77c80e]
Binary search for msgid [barnowl 0c8ab5eadbb6ecc97a120c91b9a824b33538c764]
File-handle leak [barnowl e78397d6ac5da0de31a4e269c0ba7f3d691857a3]
Fix delay in jump from top to bottom [barnowl 801b7ac63b962640debbcfd422cb9a60da5fea31]
Load subs in chunks [barnowl 93e883d60051b80bf6d35391f9d76fd7dfd198e3]
Load subs in chunks [barnowl f6050ee9b0a171a5031f84409eb181062afacd18]
Better zsig logging [barnowl d857b667a5a9b108b1a2a26b4a5513bef2b53f80]
free() -> owlfree() [barnowl d524c838ac7c115628424b8ac171c3489622ea3a]
Escape AIM users in smartfilters [barnowl af9b92e3e7ccb7de276a94b5c7e5861b24e71eff]
Better regex escape chars [barnowl 80e54a7631f091be8c9762adb9746bad38104738]
Deal with quotes in smart filters [barnowl 4099cf83702763fa8d1efc4f1582a605431bdb77]
Deal with 0 length zephyr fields [barnowl 128171aaf7cefa91a4bb1eada93a19d8fd0c355c]
Deal with 0 length zephyr fields [barnowl 50e29e35c64d64e223d378d350a7bc4f038d78f5]
Deal with 0 length zephyr fields [barnowl 804ab8af8b6d00bcd7e2402df892db8fbd61a3ec]
Leave curmsg on screen after resize [barnowl c0f9e3009bc03e80a44de64cd5f2b4033290236e]
Rip out brower stuff [barnowl 8e5935d11c699a7ce5a3e6e9a47799564c696d6a]
Rip out browser stuff [barnowl 4f15e8e9ceada0d4b2cc969ebf43b0a1fb3709ea]
No passwords in command history [barnowl 6e400cc71aa59e041dce677aadf50dc1f25228e2]
Format NOC mssages [barnowl a1bb1980e4bca23b8329cc0e7c0bd5027055ea0a]
Expand ~ in loadsubs [barnowl 27d8d835dc6d58c08fae10e75aae306c49215143]
Expand ~ in source [barnowl 10d67d57cb29221f63a43a30643c697fc7b38911]
Only use resizeterm() if it's available
Debian backports
Change license to GPLv3
Location:
libfaim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfaim/configure

    r1ef65fb rdab82f29  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59.
     3# Generated by GNU Autoconf 2.61.
    44#
    5 # Copyright (C) 2003 Free Software Foundation, Inc.
     5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    67# This configure script is free software; the Free Software Foundation
    78# gives unlimited permission to copy, distribute and modify it.
     
    1011## --------------------- ##
    1112
    12 # Be Bourne compatible
     13# Be more Bourne compatible
     14DUALCASE=1; export DUALCASE # for MKS sh
    1315if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1416  emulate sh
     
    1719  # is contrary to our usage.  Disable this feature.
    1820  alias -g '${1+"$@"}'='"$@"'
    19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    20   set -o posix
    21 fi
    22 DUALCASE=1; export DUALCASE # for MKS sh
    23 
    24 # Support unset when possible.
    25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    26   as_unset=unset
    27 else
    28   as_unset=false
    29 fi
    30 
    31 
    32 # Work around bugs in pre-3.0 UWIN ksh.
    33 $as_unset ENV MAIL MAILPATH
    34 PS1='$ '
    35 PS2='> '
    36 PS4='+ '
    37 
    38 # NLS nuisances.
    39 for as_var in \
    40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    42   LC_TELEPHONE LC_TIME
    43 do
    44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    45     eval $as_var=C; export $as_var
    46   else
    47     $as_unset $as_var
    48   fi
    49 done
    50 
    51 # Required to use basename.
    52 if expr a : '\(a\)' >/dev/null 2>&1; then
    53   as_expr=expr
    54 else
    55   as_expr=false
    56 fi
    57 
    58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    59   as_basename=basename
    60 else
    61   as_basename=false
    62 fi
    63 
    64 
    65 # Name of the executable.
    66 as_me=`$as_basename "$0" ||
    67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    68          X"$0" : 'X\(//\)$' \| \
    69          X"$0" : 'X\(/\)$' \| \
    70          .     : '\(.\)' 2>/dev/null ||
    71 echo X/"$0" |
    72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    73           /^X\/\(\/\/\)$/{ s//\1/; q; }
    74           /^X\/\(\/\).*/{ s//\1/; q; }
    75           s/.*/./; q'`
    76 
    77 
    78 # PATH needs CR, and LINENO needs CR and PATH.
     21  setopt NO_GLOB_SUBST
     22else
     23  case `(set -o) 2>/dev/null` in
     24  *posix*) set -o posix ;;
     25esac
     26
     27fi
     28
     29
     30
     31
     32# PATH needs CR
    7933# Avoid depending upon Character Ranges.
    8034as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    9751fi
    9852
    99 
    100   as_lineno_1=$LINENO
    101   as_lineno_2=$LINENO
    102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    103   test "x$as_lineno_1" != "x$as_lineno_2" &&
    104   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    105   # Find who we are.  Look in the path if we contain no path at all
    106   # relative or not.
    107   case $0 in
    108     *[\\/]* ) as_myself=$0 ;;
    109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     53# Support unset when possible.
     54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     55  as_unset=unset
     56else
     57  as_unset=false
     58fi
     59
     60
     61# IFS
     62# We need space, tab and new line, in precisely that order.  Quoting is
     63# there to prevent editors from complaining about space-tab.
     64# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     65# splitting by setting IFS to empty value.)
     66as_nl='
     67'
     68IFS=" ""        $as_nl"
     69
     70# Find who we are.  Look in the path if we contain no directory separator.
     71case $0 in
     72  *[\\/]* ) as_myself=$0 ;;
     73  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    11074for as_dir in $PATH
    11175do
     
    11478  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    11579done
    116 
    117        ;;
    118   esac
    119   # We did not find ourselves, most probably we were run as `sh COMMAND'
    120   # in which case we are not to be found in the path.
    121   if test "x$as_myself" = x; then
    122     as_myself=$0
     80IFS=$as_save_IFS
     81
     82     ;;
     83esac
     84# We did not find ourselves, most probably we were run as `sh COMMAND'
     85# in which case we are not to be found in the path.
     86if test "x$as_myself" = x; then
     87  as_myself=$0
     88fi
     89if test ! -f "$as_myself"; then
     90  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     91  { (exit 1); exit 1; }
     92fi
     93
     94# Work around bugs in pre-3.0 UWIN ksh.
     95for as_var in ENV MAIL MAILPATH
     96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     97done
     98PS1='$ '
     99PS2='> '
     100PS4='+ '
     101
     102# NLS nuisances.
     103for as_var in \
     104  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     105  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     106  LC_TELEPHONE LC_TIME
     107do
     108  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     109    eval $as_var=C; export $as_var
     110  else
     111    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    123112  fi
    124   if test ! -f "$as_myself"; then
    125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
    126    { (exit 1); exit 1; }; }
    127   fi
    128   case $CONFIG_SHELL in
    129   '')
     113done
     114
     115# Required to use basename.
     116if expr a : '\(a\)' >/dev/null 2>&1 &&
     117   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     118  as_expr=expr
     119else
     120  as_expr=false
     121fi
     122
     123if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     124  as_basename=basename
     125else
     126  as_basename=false
     127fi
     128
     129
     130# Name of the executable.
     131as_me=`$as_basename -- "$0" ||
     132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     133         X"$0" : 'X\(//\)$' \| \
     134         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     135echo X/"$0" |
     136    sed '/^.*\/\([^/][^/]*\)\/*$/{
     137            s//\1/
     138            q
     139          }
     140          /^X\/\(\/\/\)$/{
     141            s//\1/
     142            q
     143          }
     144          /^X\/\(\/\).*/{
     145            s//\1/
     146            q
     147          }
     148          s/.*/./; q'`
     149
     150# CDPATH.
     151$as_unset CDPATH
     152
     153
     154if test "x$CONFIG_SHELL" = x; then
     155  if (eval ":") 2>/dev/null; then
     156  as_have_required=yes
     157else
     158  as_have_required=no
     159fi
     160
     161  if test $as_have_required = yes &&     (eval ":
     162(as_func_return () {
     163  (exit \$1)
     164}
     165as_func_success () {
     166  as_func_return 0
     167}
     168as_func_failure () {
     169  as_func_return 1
     170}
     171as_func_ret_success () {
     172  return 0
     173}
     174as_func_ret_failure () {
     175  return 1
     176}
     177
     178exitcode=0
     179if as_func_success; then
     180  :
     181else
     182  exitcode=1
     183  echo as_func_success failed.
     184fi
     185
     186if as_func_failure; then
     187  exitcode=1
     188  echo as_func_failure succeeded.
     189fi
     190
     191if as_func_ret_success; then
     192  :
     193else
     194  exitcode=1
     195  echo as_func_ret_success failed.
     196fi
     197
     198if as_func_ret_failure; then
     199  exitcode=1
     200  echo as_func_ret_failure succeeded.
     201fi
     202
     203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     204  :
     205else
     206  exitcode=1
     207  echo positional parameters were not saved.
     208fi
     209
     210test \$exitcode = 0) || { (exit 1); exit 1; }
     211
     212(
     213  as_lineno_1=\$LINENO
     214  as_lineno_2=\$LINENO
     215  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
     216  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
     217") 2> /dev/null; then
     218  :
     219else
     220  as_candidate_shells=
    130221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    131222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     
    133224  IFS=$as_save_IFS
    134225  test -z "$as_dir" && as_dir=.
    135   for as_base in sh bash ksh sh5; do
    136          case $as_dir in
     226  case $as_dir in
    137227         /*)
    138            if ("$as_dir/$as_base" -c '
     228           for as_base in sh bash ksh sh5; do
     229             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
     230           done;;
     231       esac
     232done
     233IFS=$as_save_IFS
     234
     235
     236      for as_shell in $as_candidate_shells $SHELL; do
     237         # Try only shells that exist, to save several forks.
     238         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
     239                { ("$as_shell") 2> /dev/null <<\_ASEOF
     240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     241  emulate sh
     242  NULLCMD=:
     243  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     244  # is contrary to our usage.  Disable this feature.
     245  alias -g '${1+"$@"}'='"$@"'
     246  setopt NO_GLOB_SUBST
     247else
     248  case `(set -o) 2>/dev/null` in
     249  *posix*) set -o posix ;;
     250esac
     251
     252fi
     253
     254
     255:
     256_ASEOF
     257}; then
     258  CONFIG_SHELL=$as_shell
     259               as_have_required=yes
     260               if { "$as_shell" 2> /dev/null <<\_ASEOF
     261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     262  emulate sh
     263  NULLCMD=:
     264  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     265  # is contrary to our usage.  Disable this feature.
     266  alias -g '${1+"$@"}'='"$@"'
     267  setopt NO_GLOB_SUBST
     268else
     269  case `(set -o) 2>/dev/null` in
     270  *posix*) set -o posix ;;
     271esac
     272
     273fi
     274
     275
     276:
     277(as_func_return () {
     278  (exit $1)
     279}
     280as_func_success () {
     281  as_func_return 0
     282}
     283as_func_failure () {
     284  as_func_return 1
     285}
     286as_func_ret_success () {
     287  return 0
     288}
     289as_func_ret_failure () {
     290  return 1
     291}
     292
     293exitcode=0
     294if as_func_success; then
     295  :
     296else
     297  exitcode=1
     298  echo as_func_success failed.
     299fi
     300
     301if as_func_failure; then
     302  exitcode=1
     303  echo as_func_failure succeeded.
     304fi
     305
     306if as_func_ret_success; then
     307  :
     308else
     309  exitcode=1
     310  echo as_func_ret_success failed.
     311fi
     312
     313if as_func_ret_failure; then
     314  exitcode=1
     315  echo as_func_ret_failure succeeded.
     316fi
     317
     318if ( set x; as_func_ret_success y && test x = "$1" ); then
     319  :
     320else
     321  exitcode=1
     322  echo positional parameters were not saved.
     323fi
     324
     325test $exitcode = 0) || { (exit 1); exit 1; }
     326
     327(
    139328  as_lineno_1=$LINENO
    140329  as_lineno_2=$LINENO
    141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    142330  test "x$as_lineno_1" != "x$as_lineno_2" &&
    143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    144              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    145              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    146              CONFIG_SHELL=$as_dir/$as_base
    147              export CONFIG_SHELL
    148              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    149            fi;;
    150          esac
    151        done
    152 done
    153 ;;
    154   esac
     331  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
     332
     333_ASEOF
     334}; then
     335  break
     336fi
     337
     338fi
     339
     340      done
     341
     342      if test "x$CONFIG_SHELL" != x; then
     343  for as_var in BASH_ENV ENV
     344        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     345        done
     346        export CONFIG_SHELL
     347        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     348fi
     349
     350
     351    if test $as_have_required = no; then
     352  echo This script requires a shell more modern than all the
     353      echo shells that I found on your system.  Please install a
     354      echo modern shell, or manually run the script under such a
     355      echo shell if you do have one.
     356      { (exit 1); exit 1; }
     357fi
     358
     359
     360fi
     361
     362fi
     363
     364
     365
     366(eval "as_func_return () {
     367  (exit \$1)
     368}
     369as_func_success () {
     370  as_func_return 0
     371}
     372as_func_failure () {
     373  as_func_return 1
     374}
     375as_func_ret_success () {
     376  return 0
     377}
     378as_func_ret_failure () {
     379  return 1
     380}
     381
     382exitcode=0
     383if as_func_success; then
     384  :
     385else
     386  exitcode=1
     387  echo as_func_success failed.
     388fi
     389
     390if as_func_failure; then
     391  exitcode=1
     392  echo as_func_failure succeeded.
     393fi
     394
     395if as_func_ret_success; then
     396  :
     397else
     398  exitcode=1
     399  echo as_func_ret_success failed.
     400fi
     401
     402if as_func_ret_failure; then
     403  exitcode=1
     404  echo as_func_ret_failure succeeded.
     405fi
     406
     407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     408  :
     409else
     410  exitcode=1
     411  echo positional parameters were not saved.
     412fi
     413
     414test \$exitcode = 0") || {
     415  echo No shell found that supports shell functions.
     416  echo Please tell autoconf@gnu.org about your system,
     417  echo including any error possibly output before this
     418  echo message
     419}
     420
     421
     422
     423  as_lineno_1=$LINENO
     424  as_lineno_2=$LINENO
     425  test "x$as_lineno_1" != "x$as_lineno_2" &&
     426  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    155427
    156428  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    157429  # uniformly replaced by the line number.  The first 'sed' inserts a
    158   # line-number line before each line; the second 'sed' does the real
    159   # work.  The second script uses 'N' to pair each line-number line
    160   # with the numbered line, and appends trailing '-' during
    161   # substitution so that $LINENO is not a special case at line end.
     430  # line-number line after each line using $LINENO; the second 'sed'
     431  # does the real work.  The second script uses 'N' to pair each
     432  # line-number line with the line containing $LINENO, and appends
     433  # trailing '-' during substitution so that $LINENO is not a special
     434  # case at line end.
    162435  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    164   sed '=' <$as_myself |
     436  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     437  # E. McMahon (1931-1989) for sed's syntax.  :-)
     438  sed -n '
     439    p
     440    /[$]LINENO/=
     441  ' <$as_myself |
    165442    sed '
     443      s/[$]LINENO.*/&-/
     444      t lineno
     445      b
     446      :lineno
    166447      N
    167       s,$,-,
    168       : loop
    169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     448      :loop
     449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    170450      t loop
    171       s,-$,,
    172       s,^['$as_cr_digits']*\n,,
     451      s/-\n.*//
    173452    ' >$as_me.lineno &&
    174   chmod +x $as_me.lineno ||
     453  chmod +x "$as_me.lineno" ||
    175454    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    176455   { (exit 1); exit 1; }; }
     
    178457  # Don't try to exec as it changes $[0], causing all sort of problems
    179458  # (the dirname of $[0] is not the place where we might find the
    180   # original and so on.  Autoconf is especially sensible to this).
    181   . ./$as_me.lineno
     459  # original and so on.  Autoconf is especially sensitive to this).
     460  . "./$as_me.lineno"
    182461  # Exit status is that of the last command.
    183462  exit
     
    185464
    186465
    187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    188   *c*,-n*) ECHO_N= ECHO_C='
    189 ' ECHO_T='      ' ;;
    190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     467  as_dirname=dirname
     468else
     469  as_dirname=false
     470fi
     471
     472ECHO_C= ECHO_N= ECHO_T=
     473case `echo -n x` in
     474-n*)
     475  case `echo 'x\c'` in
     476  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
     477  *)   ECHO_C='\c';;
     478  esac;;
     479*)
     480  ECHO_N='-n';;
    192481esac
    193482
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     483if expr a : '\(a\)' >/dev/null 2>&1 &&
     484   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    195485  as_expr=expr
    196486else
     
    199489
    200490rm -f conf$$ conf$$.exe conf$$.file
     491if test -d conf$$.dir; then
     492  rm -f conf$$.dir/conf$$.file
     493else
     494  rm -f conf$$.dir
     495  mkdir conf$$.dir
     496fi
    201497echo >conf$$.file
    202498if ln -s conf$$.file conf$$ 2>/dev/null; then
    203   # We could just check for DJGPP; but this test a) works b) is more generic
    204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    205   if test -f conf$$.exe; then
    206     # Don't use ln at all; we don't have any links
     499  as_ln_s='ln -s'
     500  # ... but there are two gotchas:
     501  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     502  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     503  # In both cases, we have to default to `cp -p'.
     504  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    207505    as_ln_s='cp -p'
    208   else
    209     as_ln_s='ln -s'
    210   fi
    211506elif ln conf$$.file conf$$ 2>/dev/null; then
    212507  as_ln_s=ln
     
    214509  as_ln_s='cp -p'
    215510fi
    216 rm -f conf$$ conf$$.exe conf$$.file
     511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     512rmdir conf$$.dir 2>/dev/null
    217513
    218514if mkdir -p . 2>/dev/null; then
     
    223519fi
    224520
    225 as_executable_p="test -f"
     521if test -x / >/dev/null 2>&1; then
     522  as_test_x='test -x'
     523else
     524  if ls -dL / >/dev/null 2>&1; then
     525    as_ls_L_option=L
     526  else
     527    as_ls_L_option=
     528  fi
     529  as_test_x='
     530    eval sh -c '\''
     531      if test -d "$1"; then
     532        test -d "$1/.";
     533      else
     534        case $1 in
     535        -*)set "./$1";;
     536        esac;
     537        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     538        ???[sx]*):;;*)false;;esac;fi
     539    '\'' sh
     540  '
     541fi
     542as_executable_p=$as_test_x
    226543
    227544# Sed expression to map a string onto a valid CPP name.
     
    232549
    233550
    234 # IFS
    235 # We need space, tab and new line, in precisely that order.
    236 as_nl='
    237 '
    238 IFS="   $as_nl"
    239 
    240 # CDPATH.
    241 $as_unset CDPATH
    242 
     551
     552exec 7<&0 </dev/null 6>&1
    243553
    244554# Name of the host.
     
    247557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248558
    249 exec 6>&1
    250 
    251559#
    252560# Initializations.
    253561#
    254562ac_default_prefix=/usr/local
     563ac_clean_files=
    255564ac_config_libobj_dir=.
     565LIBOBJS=
    256566cross_compiling=no
    257567subdirs=
     
    259569MAKEFLAGS=
    260570SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266571
    267572# Identity of this package.
     
    273578
    274579ac_unique_file="bos.c"
    275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RANLIB ac_ct_RANLIB LIBOBJS LTLIBOBJS'
     580ac_subst_vars='SHELL
     581PATH_SEPARATOR
     582PACKAGE_NAME
     583PACKAGE_TARNAME
     584PACKAGE_VERSION
     585PACKAGE_STRING
     586PACKAGE_BUGREPORT
     587exec_prefix
     588prefix
     589program_transform_name
     590bindir
     591sbindir
     592libexecdir
     593datarootdir
     594datadir
     595sysconfdir
     596sharedstatedir
     597localstatedir
     598includedir
     599oldincludedir
     600docdir
     601infodir
     602htmldir
     603dvidir
     604pdfdir
     605psdir
     606libdir
     607localedir
     608mandir
     609DEFS
     610ECHO_C
     611ECHO_N
     612ECHO_T
     613LIBS
     614build_alias
     615host_alias
     616target_alias
     617CC
     618CFLAGS
     619LDFLAGS
     620CPPFLAGS
     621ac_ct_CC
     622EXEEXT
     623OBJEXT
     624RANLIB
     625LIBOBJS
     626LTLIBOBJS'
    276627ac_subst_files=''
     628      ac_precious_vars='build_alias
     629host_alias
     630target_alias
     631CC
     632CFLAGS
     633LDFLAGS
     634LIBS
     635CPPFLAGS'
     636
    277637
    278638# Initialize some variables set by options.
     
    301661# by default will actually change.
    302662# Use braces instead of parens because sh, perl, etc. also accept them.
     663# (The list follows the same order as the GNU Coding Standards.)
    303664bindir='${exec_prefix}/bin'
    304665sbindir='${exec_prefix}/sbin'
    305666libexecdir='${exec_prefix}/libexec'
    306 datadir='${prefix}/share'
     667datarootdir='${prefix}/share'
     668datadir='${datarootdir}'
    307669sysconfdir='${prefix}/etc'
    308670sharedstatedir='${prefix}/com'
    309671localstatedir='${prefix}/var'
    310 libdir='${exec_prefix}/lib'
    311672includedir='${prefix}/include'
    312673oldincludedir='/usr/include'
    313 infodir='${prefix}/info'
    314 mandir='${prefix}/man'
     674docdir='${datarootdir}/doc/${PACKAGE}'
     675infodir='${datarootdir}/info'
     676htmldir='${docdir}'
     677dvidir='${docdir}'
     678pdfdir='${docdir}'
     679psdir='${docdir}'
     680libdir='${exec_prefix}/lib'
     681localedir='${datarootdir}/locale'
     682mandir='${datarootdir}/man'
    315683
    316684ac_prev=
     685ac_dashdash=
    317686for ac_option
    318687do
    319688  # If the previous option needs an argument, assign it.
    320689  if test -n "$ac_prev"; then
    321     eval "$ac_prev=\$ac_option"
     690    eval $ac_prev=\$ac_option
    322691    ac_prev=
    323692    continue
    324693  fi
    325694
    326   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     695  case $ac_option in
     696  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     697  *)    ac_optarg=yes ;;
     698  esac
    327699
    328700  # Accept the important Cygnus configure options, so we can diagnose typos.
    329701
    330   case $ac_option in
     702  case $ac_dashdash$ac_option in
     703  --)
     704    ac_dashdash=yes ;;
    331705
    332706  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    350724    cache_file=config.cache ;;
    351725
    352   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     726  -datadir | --datadir | --datadi | --datad)
    353727    ac_prev=datadir ;;
    354   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    355   | --da=*)
     728  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    356729    datadir=$ac_optarg ;;
     730
     731  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     732  | --dataroo | --dataro | --datar)
     733    ac_prev=datarootdir ;;
     734  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     735  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     736    datarootdir=$ac_optarg ;;
    357737
    358738  -disable-* | --disable-*)
    359739    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    360740    # Reject names that are not valid shell variable names.
    361     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     741    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    362742      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    363743   { (exit 1); exit 1; }; }
    364     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    365     eval "enable_$ac_feature=no" ;;
     744    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     745    eval enable_$ac_feature=no ;;
     746
     747  -docdir | --docdir | --docdi | --doc | --do)
     748    ac_prev=docdir ;;
     749  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     750    docdir=$ac_optarg ;;
     751
     752  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     753    ac_prev=dvidir ;;
     754  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     755    dvidir=$ac_optarg ;;
    366756
    367757  -enable-* | --enable-*)
    368758    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    369759    # Reject names that are not valid shell variable names.
    370     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     760    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    371761      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    372762   { (exit 1); exit 1; }; }
    373     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    374     case $ac_option in
    375       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    376       *) ac_optarg=yes ;;
    377     esac
    378     eval "enable_$ac_feature='$ac_optarg'" ;;
     763    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     764    eval enable_$ac_feature=\$ac_optarg ;;
    379765
    380766  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    403789    host_alias=$ac_optarg ;;
    404790
     791  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     792    ac_prev=htmldir ;;
     793  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     794  | --ht=*)
     795    htmldir=$ac_optarg ;;
     796
    405797  -includedir | --includedir | --includedi | --included | --include \
    406798  | --includ | --inclu | --incl | --inc)
     
    427819    libexecdir=$ac_optarg ;;
    428820
     821  -localedir | --localedir | --localedi | --localed | --locale)
     822    ac_prev=localedir ;;
     823  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     824    localedir=$ac_optarg ;;
     825
    429826  -localstatedir | --localstatedir | --localstatedi | --localstated \
    430   | --localstate | --localstat | --localsta | --localst \
    431   | --locals | --local | --loca | --loc | --lo)
     827  | --localstate | --localstat | --localsta | --localst | --locals)
    432828    ac_prev=localstatedir ;;
    433829  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    434   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    435   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     830  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    436831    localstatedir=$ac_optarg ;;
    437832
     
    498893    program_transform_name=$ac_optarg ;;
    499894
     895  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     896    ac_prev=pdfdir ;;
     897  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     898    pdfdir=$ac_optarg ;;
     899
     900  -psdir | --psdir | --psdi | --psd | --ps)
     901    ac_prev=psdir ;;
     902  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     903    psdir=$ac_optarg ;;
     904
    500905  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    501906  | -silent | --silent | --silen | --sile | --sil)
     
    550955    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    551956    # Reject names that are not valid shell variable names.
    552     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     957    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    553958      { echo "$as_me: error: invalid package name: $ac_package" >&2
    554959   { (exit 1); exit 1; }; }
    555     ac_package=`echo $ac_package| sed 's/-/_/g'`
    556     case $ac_option in
    557       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    558       *) ac_optarg=yes ;;
    559     esac
    560     eval "with_$ac_package='$ac_optarg'" ;;
     960    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     961    eval with_$ac_package=\$ac_optarg ;;
    561962
    562963  -without-* | --without-*)
    563964    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    564965    # Reject names that are not valid shell variable names.
    565     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     966    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    566967      { echo "$as_me: error: invalid package name: $ac_package" >&2
    567968   { (exit 1); exit 1; }; }
    568     ac_package=`echo $ac_package | sed 's/-/_/g'`
    569     eval "with_$ac_package=no" ;;
     969    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     970    eval with_$ac_package=no ;;
    570971
    571972  --x)
     
    598999      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    5991000   { (exit 1); exit 1; }; }
    600     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    601     eval "$ac_envvar='$ac_optarg'"
     1001    eval $ac_envvar=\$ac_optarg
    6021002    export $ac_envvar ;;
    6031003
     
    6191019fi
    6201020
    621 # Be sure to have absolute paths.
    622 for ac_var in exec_prefix prefix
     1021# Be sure to have absolute directory names.
     1022for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1023                datadir sysconfdir sharedstatedir localstatedir includedir \
     1024                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1025                libdir localedir mandir
    6231026do
    624   eval ac_val=$`echo $ac_var`
     1027  eval ac_val=\$$ac_var
    6251028  case $ac_val in
    626     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    627     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    628    { (exit 1); exit 1; }; };;
     1029    [\\/$]* | ?:[\\/]* )  continue;;
     1030    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6291031  esac
    630 done
    631 
    632 # Be sure to have absolute paths.
    633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    634               localstatedir libdir includedir oldincludedir infodir mandir
    635 do
    636   eval ac_val=$`echo $ac_var`
    637   case $ac_val in
    638     [\\/$]* | ?:[\\/]* ) ;;
    639     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    640    { (exit 1); exit 1; }; };;
    641   esac
     1032  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1033   { (exit 1); exit 1; }; }
    6421034done
    6431035
     
    6661058
    6671059
     1060ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1061ac_ls_di=`ls -di .` &&
     1062ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1063  { echo "$as_me: error: Working directory cannot be determined" >&2
     1064   { (exit 1); exit 1; }; }
     1065test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1066  { echo "$as_me: error: pwd does not report name of working directory" >&2
     1067   { (exit 1); exit 1; }; }
     1068
     1069
    6681070# Find the source files, if location was not specified.
    6691071if test -z "$srcdir"; then
    6701072  ac_srcdir_defaulted=yes
    671   # Try the directory containing this script, then its parent.
    672   ac_confdir=`(dirname "$0") 2>/dev/null ||
     1073  # Try the directory containing this script, then the parent directory.
     1074  ac_confdir=`$as_dirname -- "$0" ||
    6731075$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    6741076         X"$0" : 'X\(//\)[^/]' \| \
    6751077         X"$0" : 'X\(//\)$' \| \
    676          X"$0" : 'X\(/\)' \| \
    677          .     : '\(.\)' 2>/dev/null ||
     1078         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6781079echo X"$0" |
    679     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    680           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    681           /^X\(\/\/\)$/{ s//\1/; q; }
    682           /^X\(\/\).*/{ s//\1/; q; }
    683           s/.*/./; q'`
     1080    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1081            s//\1/
     1082            q
     1083          }
     1084          /^X\(\/\/\)[^/].*/{
     1085            s//\1/
     1086            q
     1087          }
     1088          /^X\(\/\/\)$/{
     1089            s//\1/
     1090            q
     1091          }
     1092          /^X\(\/\).*/{
     1093            s//\1/
     1094            q
     1095          }
     1096          s/.*/./; q'`
    6841097  srcdir=$ac_confdir
    685   if test ! -r $srcdir/$ac_unique_file; then
     1098  if test ! -r "$srcdir/$ac_unique_file"; then
    6861099    srcdir=..
    6871100  fi
     
    6891102  ac_srcdir_defaulted=no
    6901103fi
    691 if test ! -r $srcdir/$ac_unique_file; then
    692   if test "$ac_srcdir_defaulted" = yes; then
    693     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1104if test ! -r "$srcdir/$ac_unique_file"; then
     1105  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1106  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    6941107   { (exit 1); exit 1; }; }
    695   else
    696     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1108fi
     1109ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1110ac_abs_confdir=`(
     1111        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    6971112   { (exit 1); exit 1; }; }
    698   fi
    699 fi
    700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    701   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    702    { (exit 1); exit 1; }; }
    703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    704 ac_env_build_alias_set=${build_alias+set}
    705 ac_env_build_alias_value=$build_alias
    706 ac_cv_env_build_alias_set=${build_alias+set}
    707 ac_cv_env_build_alias_value=$build_alias
    708 ac_env_host_alias_set=${host_alias+set}
    709 ac_env_host_alias_value=$host_alias
    710 ac_cv_env_host_alias_set=${host_alias+set}
    711 ac_cv_env_host_alias_value=$host_alias
    712 ac_env_target_alias_set=${target_alias+set}
    713 ac_env_target_alias_value=$target_alias
    714 ac_cv_env_target_alias_set=${target_alias+set}
    715 ac_cv_env_target_alias_value=$target_alias
    716 ac_env_CC_set=${CC+set}
    717 ac_env_CC_value=$CC
    718 ac_cv_env_CC_set=${CC+set}
    719 ac_cv_env_CC_value=$CC
    720 ac_env_CFLAGS_set=${CFLAGS+set}
    721 ac_env_CFLAGS_value=$CFLAGS
    722 ac_cv_env_CFLAGS_set=${CFLAGS+set}
    723 ac_cv_env_CFLAGS_value=$CFLAGS
    724 ac_env_LDFLAGS_set=${LDFLAGS+set}
    725 ac_env_LDFLAGS_value=$LDFLAGS
    726 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
    727 ac_cv_env_LDFLAGS_value=$LDFLAGS
    728 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
    729 ac_env_CPPFLAGS_value=$CPPFLAGS
    730 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
    731 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
     1113        pwd)`
     1114# When building in place, set srcdir=.
     1115if test "$ac_abs_confdir" = "$ac_pwd"; then
     1116  srcdir=.
     1117fi
     1118# Remove unnecessary trailing slashes from srcdir.
     1119# Double slashes in file names in object file debugging info
     1120# mess up M-x gdb in Emacs.
     1121case $srcdir in
     1122*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1123esac
     1124for ac_var in $ac_precious_vars; do
     1125  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1126  eval ac_env_${ac_var}_value=\$${ac_var}
     1127  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1128  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1129done
    7321130
    7331131#
     
    7581156      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    7591157
    760 _ACEOF
    761 
    762   cat <<_ACEOF
    7631158Installation directories:
    7641159  --prefix=PREFIX         install architecture-independent files in PREFIX
     
    7781173  --sbindir=DIR          system admin executables [EPREFIX/sbin]
    7791174  --libexecdir=DIR       program executables [EPREFIX/libexec]
    780   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    7811175  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    7821176  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     
    7851179  --includedir=DIR       C header files [PREFIX/include]
    7861180  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    787   --infodir=DIR          info documentation [PREFIX/info]
    788   --mandir=DIR           man documentation [PREFIX/man]
     1181  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1182  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1183  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1184  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1185  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1186  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
     1187  --htmldir=DIR          html documentation [DOCDIR]
     1188  --dvidir=DIR           dvi documentation [DOCDIR]
     1189  --pdfdir=DIR           pdf documentation [DOCDIR]
     1190  --psdir=DIR            ps documentation [DOCDIR]
    7891191_ACEOF
    7901192
     
    8021204  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
    8031205              nonstandard directory <lib dir>
    804   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
    805               headers in a nonstandard directory <include dir>
     1206  LIBS        libraries to pass to the linker, e.g. -l<library>
     1207  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1208              you have headers in a nonstandard directory <include dir>
    8061209
    8071210Use these variables to override the choices made by `configure' or to help
     
    8091212
    8101213_ACEOF
     1214ac_status=$?
    8111215fi
    8121216
    8131217if test "$ac_init_help" = "recursive"; then
    8141218  # If there are subdirs, report their specific --help.
    815   ac_popdir=`pwd`
    8161219  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    817     test -d $ac_dir || continue
     1220    test -d "$ac_dir" || continue
    8181221    ac_builddir=.
    8191222
    820 if test "$ac_dir" != .; then
     1223case "$ac_dir" in
     1224.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1225*)
    8211226  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    822   # A "../" for each directory in $ac_dir_suffix.
    823   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    824 else
    825   ac_dir_suffix= ac_top_builddir=
    826 fi
     1227  # A ".." for each directory in $ac_dir_suffix.
     1228  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1229  case $ac_top_builddir_sub in
     1230  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1231  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1232  esac ;;
     1233esac
     1234ac_abs_top_builddir=$ac_pwd
     1235ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1236# for backward compatibility:
     1237ac_top_builddir=$ac_top_build_prefix
    8271238
    8281239case $srcdir in
    829   .)  # No --srcdir option.  We are building in place.
     1240  .)  # We are building in place.
    8301241    ac_srcdir=.
    831     if test -z "$ac_top_builddir"; then
    832        ac_top_srcdir=.
    833     else
    834        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    835     fi ;;
    836   [\\/]* | ?:[\\/]* )  # Absolute path.
     1242    ac_top_srcdir=$ac_top_builddir_sub
     1243    ac_abs_top_srcdir=$ac_pwd ;;
     1244  [\\/]* | ?:[\\/]* )  # Absolute name.
    8371245    ac_srcdir=$srcdir$ac_dir_suffix;
    838     ac_top_srcdir=$srcdir ;;
    839   *) # Relative path.
    840     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    841     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     1246    ac_top_srcdir=$srcdir
     1247    ac_abs_top_srcdir=$srcdir ;;
     1248  *) # Relative name.
     1249    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1250    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1251    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    8421252esac
    843 
    844 # Do not use `cd foo && pwd` to compute absolute paths, because
    845 # the directories may not exist.
    846 case `pwd` in
    847 .) ac_abs_builddir="$ac_dir";;
    848 *)
    849   case "$ac_dir" in
    850   .) ac_abs_builddir=`pwd`;;
    851   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    852   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    853   esac;;
    854 esac
    855 case $ac_abs_builddir in
    856 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    857 *)
    858   case ${ac_top_builddir}. in
    859   .) ac_abs_top_builddir=$ac_abs_builddir;;
    860   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    861   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    862   esac;;
    863 esac
    864 case $ac_abs_builddir in
    865 .) ac_abs_srcdir=$ac_srcdir;;
    866 *)
    867   case $ac_srcdir in
    868   .) ac_abs_srcdir=$ac_abs_builddir;;
    869   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    870   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    871   esac;;
    872 esac
    873 case $ac_abs_builddir in
    874 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    875 *)
    876   case $ac_top_srcdir in
    877   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    878   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    879   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    880   esac;;
    881 esac
    882 
    883     cd $ac_dir
    884     # Check for guested configure; otherwise get Cygnus style configure.
    885     if test -f $ac_srcdir/configure.gnu; then
    886       echo
    887       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    888     elif test -f $ac_srcdir/configure; then
    889       echo
    890       $SHELL $ac_srcdir/configure  --help=recursive
    891     elif test -f $ac_srcdir/configure.ac ||
    892            test -f $ac_srcdir/configure.in; then
    893       echo
    894       $ac_configure --help
     1253ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1254
     1255    cd "$ac_dir" || { ac_status=$?; continue; }
     1256    # Check for guested configure.
     1257    if test -f "$ac_srcdir/configure.gnu"; then
     1258      echo &&
     1259      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1260    elif test -f "$ac_srcdir/configure"; then
     1261      echo &&
     1262      $SHELL "$ac_srcdir/configure" --help=recursive
    8951263    else
    8961264      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    897     fi
    898     cd $ac_popdir
     1265    fi || ac_status=$?
     1266    cd "$ac_pwd" || { ac_status=$?; break; }
    8991267  done
    9001268fi
    9011269
    902 test -n "$ac_init_help" && exit 0
     1270test -n "$ac_init_help" && exit $ac_status
    9031271if $ac_init_version; then
    9041272  cat <<\_ACEOF
    905 
    906 Copyright (C) 2003 Free Software Foundation, Inc.
     1273configure
     1274generated by GNU Autoconf 2.61
     1275
     1276Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     12772002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    9071278This configure script is free software; the Free Software Foundation
    9081279gives unlimited permission to copy, distribute and modify it.
    9091280_ACEOF
    910   exit 0
    911 fi
    912 exec 5>config.log
    913 cat >&5 <<_ACEOF
     1281  exit
     1282fi
     1283cat >config.log <<_ACEOF
    9141284This file contains any messages produced by compilers while
    9151285running configure, to aid debugging if configure makes a mistake.
    9161286
    9171287It was created by $as_me, which was
    918 generated by GNU Autoconf 2.59.  Invocation command line was
     1288generated by GNU Autoconf 2.61.  Invocation command line was
    9191289
    9201290  $ $0 $@
    9211291
    9221292_ACEOF
     1293exec 5>>config.log
    9231294{
    9241295cat <<_ASUNAME
     
    9391310/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    9401311/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    941 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1312/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    9421313/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    9431314/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    9531324  echo "PATH: $as_dir"
    9541325done
     1326IFS=$as_save_IFS
    9551327
    9561328} >&5
     
    9741346ac_configure_args0=
    9751347ac_configure_args1=
    976 ac_sep=
    9771348ac_must_keep_next=false
    9781349for ac_pass in 1 2
     
    9851356    | -silent | --silent | --silen | --sile | --sil)
    9861357      continue ;;
    987     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1358    *\'*)
    9881359      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    9891360    esac
     
    10071378        esac
    10081379      fi
    1009       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    1010       # Get rid of the leading space.
    1011       ac_sep=" "
     1380      ac_configure_args="$ac_configure_args '$ac_arg'"
    10121381      ;;
    10131382    esac
     
    10201389# config.log.  We remove comments because anyway the quotes in there
    10211390# would cause problems or look ugly.
    1022 # WARNING: Be sure not to use single quotes in there, as some shells,
    1023 # such as our DU 5.0 friend, will then `close' the trap.
     1391# WARNING: Use '\'' to represent an apostrophe within the trap.
     1392# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    10241393trap 'exit_status=$?
    10251394  # Save into config.log some information that might help in debugging.
     
    10341403    echo
    10351404    # The following way of writing the cache mishandles newlines in values,
    1036 {
     1405(
     1406  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1407    eval ac_val=\$$ac_var
     1408    case $ac_val in #(
     1409    *${as_nl}*)
     1410      case $ac_var in #(
     1411      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1412echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1413      esac
     1414      case $ac_var in #(
     1415      _ | IFS | as_nl) ;; #(
     1416      *) $as_unset $ac_var ;;
     1417      esac ;;
     1418    esac
     1419  done
    10371420  (set) 2>&1 |
    1038     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1039     *ac_space=\ *)
     1421    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1422    *${as_nl}ac_space=\ *)
    10401423      sed -n \
    1041         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1042           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1424        "s/'\''/'\''\\\\'\'''\''/g;
     1425          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1426      ;; #(
     1427    *)
     1428      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    10431429      ;;
    1044     *)
    1045       sed -n \
    1046         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1047       ;;
    1048     esac;
    1049 }
     1430    esac |
     1431    sort
     1432)
    10501433    echo
    10511434
     
    10581441    for ac_var in $ac_subst_vars
    10591442    do
    1060       eval ac_val=$`echo $ac_var`
    1061       echo "$ac_var='"'"'$ac_val'"'"'"
     1443      eval ac_val=\$$ac_var
     1444      case $ac_val in
     1445      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1446      esac
     1447      echo "$ac_var='\''$ac_val'\''"
    10621448    done | sort
    10631449    echo
     
    10651451    if test -n "$ac_subst_files"; then
    10661452      cat <<\_ASBOX
    1067 ## ------------- ##
    1068 ## Output files. ##
    1069 ## ------------- ##
     1453## ------------------- ##
     1454## File substitutions. ##
     1455## ------------------- ##
    10701456_ASBOX
    10711457      echo
    10721458      for ac_var in $ac_subst_files
    10731459      do
    1074         eval ac_val=$`echo $ac_var`
    1075         echo "$ac_var='"'"'$ac_val'"'"'"
     1460        eval ac_val=\$$ac_var
     1461        case $ac_val in
     1462        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1463        esac
     1464        echo "$ac_var='\''$ac_val'\''"
    10761465      done | sort
    10771466      echo
     
    10851474_ASBOX
    10861475      echo
    1087       sed "/^$/d" confdefs.h | sort
     1476      cat confdefs.h
    10881477      echo
    10891478    fi
     
    10921481    echo "$as_me: exit $exit_status"
    10931482  } >&5
    1094   rm -f core *.core &&
    1095   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1483  rm -f core *.core core.conftest.* &&
     1484    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    10961485    exit $exit_status
    1097      ' 0
     1486' 0
    10981487for ac_signal in 1 2 13 15; do
    10991488  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    11021491
    11031492# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1104 rm -rf conftest* confdefs.h
    1105 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1106 echo >confdefs.h
     1493rm -f -r conftest* confdefs.h
    11071494
    11081495# Predefined preprocessor variables.
     
    11351522# Let the site file select an alternate cache file if it wants to.
    11361523# Prefer explicitly selected file to automatically selected ones.
    1137 if test -z "$CONFIG_SITE"; then
    1138   if test "x$prefix" != xNONE; then
    1139     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1140   else
    1141     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1142   fi
    1143 fi
    1144 for ac_site_file in $CONFIG_SITE; do
     1524if test -n "$CONFIG_SITE"; then
     1525  set x "$CONFIG_SITE"
     1526elif test "x$prefix" != xNONE; then
     1527  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1528else
     1529  set x "$ac_default_prefix/share/config.site" \
     1530        "$ac_default_prefix/etc/config.site"
     1531fi
     1532shift
     1533for ac_site_file
     1534do
    11451535  if test -r "$ac_site_file"; then
    11461536    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     
    11581548echo "$as_me: loading cache $cache_file" >&6;}
    11591549    case $cache_file in
    1160       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1161       *)                      . ./$cache_file;;
     1550      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1551      *)                      . "./$cache_file";;
    11621552    esac
    11631553  fi
     
    11711561# value.
    11721562ac_cache_corrupted=false
    1173 for ac_var in `(set) 2>&1 |
    1174                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1563for ac_var in $ac_precious_vars; do
    11751564  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    11761565  eval ac_new_set=\$ac_env_${ac_var}_set
    1177   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1178   eval ac_new_val="\$ac_env_${ac_var}_value"
     1566  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1567  eval ac_new_val=\$ac_env_${ac_var}_value
    11791568  case $ac_old_set,$ac_new_set in
    11801569    set,)
     
    12011590  if test "$ac_new_set" = set; then
    12021591    case $ac_new_val in
    1203     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1204       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1592    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    12051593    *) ac_arg=$ac_var=$ac_new_val ;;
    12061594    esac
     
    12191607fi
    12201608
     1609
     1610
     1611
     1612
     1613
     1614
     1615
     1616
     1617
     1618
     1619
     1620
     1621
     1622
     1623
     1624
    12211625ac_ext=c
    12221626ac_cpp='$CPP $CPPFLAGS'
     
    12241628ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    12251629ac_compiler_gnu=$ac_cv_c_compiler_gnu
    1226 
    1227 
    1228 
    1229 
    1230 
    1231 
    1232 
    1233 
    1234 
    1235 
    1236 
    1237 
    1238 
    1239 
    1240 
    1241 
    1242 
    12431630
    12441631
     
    12531640  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    12541641set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1255 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1642{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1643echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    12571644if test "${ac_cv_prog_CC+set}" = set; then
    12581645  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    12671654  test -z "$as_dir" && as_dir=.
    12681655  for ac_exec_ext in '' $ac_executable_extensions; do
    1269   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1656  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    12701657    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    12711658    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    12741661done
    12751662done
     1663IFS=$as_save_IFS
    12761664
    12771665fi
     
    12791667CC=$ac_cv_prog_CC
    12801668if test -n "$CC"; then
    1281   echo "$as_me:$LINENO: result: $CC" >&5
    1282 echo "${ECHO_T}$CC" >&6
    1283 else
    1284   echo "$as_me:$LINENO: result: no" >&5
    1285 echo "${ECHO_T}no" >&6
    1286 fi
     1669  { echo "$as_me:$LINENO: result: $CC" >&5
     1670echo "${ECHO_T}$CC" >&6; }
     1671else
     1672  { echo "$as_me:$LINENO: result: no" >&5
     1673echo "${ECHO_T}no" >&6; }
     1674fi
     1675
    12871676
    12881677fi
     
    12911680  # Extract the first word of "gcc", so it can be a program name with args.
    12921681set dummy gcc; ac_word=$2
    1293 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1682{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1683echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    12951684if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    12961685  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13051694  test -z "$as_dir" && as_dir=.
    13061695  for ac_exec_ext in '' $ac_executable_extensions; do
    1307   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1696  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    13081697    ac_cv_prog_ac_ct_CC="gcc"
    13091698    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    13121701done
    13131702done
     1703IFS=$as_save_IFS
    13141704
    13151705fi
     
    13171707ac_ct_CC=$ac_cv_prog_ac_ct_CC
    13181708if test -n "$ac_ct_CC"; then
    1319   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1320 echo "${ECHO_T}$ac_ct_CC" >&6
    1321 else
    1322   echo "$as_me:$LINENO: result: no" >&5
    1323 echo "${ECHO_T}no" >&6
    1324 fi
    1325 
    1326   CC=$ac_ct_CC
     1709  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1710echo "${ECHO_T}$ac_ct_CC" >&6; }
     1711else
     1712  { echo "$as_me:$LINENO: result: no" >&5
     1713echo "${ECHO_T}no" >&6; }
     1714fi
     1715
     1716  if test "x$ac_ct_CC" = x; then
     1717    CC=""
     1718  else
     1719    case $cross_compiling:$ac_tool_warned in
     1720yes:)
     1721{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     1722whose name does not start with the host triplet.  If you think this
     1723configuration is useful to you, please write to autoconf@gnu.org." >&5
     1724echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     1725whose name does not start with the host triplet.  If you think this
     1726configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     1727ac_tool_warned=yes ;;
     1728esac
     1729    CC=$ac_ct_CC
     1730  fi
    13271731else
    13281732  CC="$ac_cv_prog_CC"
     
    13301734
    13311735if test -z "$CC"; then
    1332   if test -n "$ac_tool_prefix"; then
    1333   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
     1736          if test -n "$ac_tool_prefix"; then
     1737    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    13341738set dummy ${ac_tool_prefix}cc; ac_word=$2
    1335 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1739{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1740echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    13371741if test "${ac_cv_prog_CC+set}" = set; then
    13381742  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13471751  test -z "$as_dir" && as_dir=.
    13481752  for ac_exec_ext in '' $ac_executable_extensions; do
    1349   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1753  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    13501754    ac_cv_prog_CC="${ac_tool_prefix}cc"
    13511755    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    13541758done
    13551759done
     1760IFS=$as_save_IFS
    13561761
    13571762fi
     
    13591764CC=$ac_cv_prog_CC
    13601765if test -n "$CC"; then
    1361   echo "$as_me:$LINENO: result: $CC" >&5
    1362 echo "${ECHO_T}$CC" >&6
    1363 else
    1364   echo "$as_me:$LINENO: result: no" >&5
    1365 echo "${ECHO_T}no" >&6
    1366 fi
    1367 
    1368 fi
    1369 if test -z "$ac_cv_prog_CC"; then
    1370   ac_ct_CC=$CC
    1371   # Extract the first word of "cc", so it can be a program name with args.
    1372 set dummy cc; ac_word=$2
    1373 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
    1375 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1376   echo $ECHO_N "(cached) $ECHO_C" >&6
    1377 else
    1378   if test -n "$ac_ct_CC"; then
    1379   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    1380 else
    1381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1382 for as_dir in $PATH
    1383 do
    1384   IFS=$as_save_IFS
    1385   test -z "$as_dir" && as_dir=.
    1386   for ac_exec_ext in '' $ac_executable_extensions; do
    1387   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    1388     ac_cv_prog_ac_ct_CC="cc"
    1389     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    1390     break 2
     1766  { echo "$as_me:$LINENO: result: $CC" >&5
     1767echo "${ECHO_T}$CC" >&6; }
     1768else
     1769  { echo "$as_me:$LINENO: result: no" >&5
     1770echo "${ECHO_T}no" >&6; }
     1771fi
     1772
     1773
    13911774  fi
    1392 done
    1393 done
    1394 
    1395 fi
    1396 fi
    1397 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    1398 if test -n "$ac_ct_CC"; then
    1399   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1400 echo "${ECHO_T}$ac_ct_CC" >&6
    1401 else
    1402   echo "$as_me:$LINENO: result: no" >&5
    1403 echo "${ECHO_T}no" >&6
    1404 fi
    1405 
    1406   CC=$ac_ct_CC
    1407 else
    1408   CC="$ac_cv_prog_CC"
    1409 fi
    1410 
    14111775fi
    14121776if test -z "$CC"; then
    14131777  # Extract the first word of "cc", so it can be a program name with args.
    14141778set dummy cc; ac_word=$2
    1415 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1779{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1780echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    14171781if test "${ac_cv_prog_CC+set}" = set; then
    14181782  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    14281792  test -z "$as_dir" && as_dir=.
    14291793  for ac_exec_ext in '' $ac_executable_extensions; do
    1430   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1794  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    14311795    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    14321796       ac_prog_rejected=yes
     
    14391803done
    14401804done
     1805IFS=$as_save_IFS
    14411806
    14421807if test $ac_prog_rejected = yes; then
     
    14561821CC=$ac_cv_prog_CC
    14571822if test -n "$CC"; then
    1458   echo "$as_me:$LINENO: result: $CC" >&5
    1459 echo "${ECHO_T}$CC" >&6
    1460 else
    1461   echo "$as_me:$LINENO: result: no" >&5
    1462 echo "${ECHO_T}no" >&6
    1463 fi
     1823  { echo "$as_me:$LINENO: result: $CC" >&5
     1824echo "${ECHO_T}$CC" >&6; }
     1825else
     1826  { echo "$as_me:$LINENO: result: no" >&5
     1827echo "${ECHO_T}no" >&6; }
     1828fi
     1829
    14641830
    14651831fi
    14661832if test -z "$CC"; then
    14671833  if test -n "$ac_tool_prefix"; then
    1468   for ac_prog in cl
     1834  for ac_prog in cl.exe
    14691835  do
    14701836    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    14711837set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1472 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1838{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1839echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    14741840if test "${ac_cv_prog_CC+set}" = set; then
    14751841  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    14841850  test -z "$as_dir" && as_dir=.
    14851851  for ac_exec_ext in '' $ac_executable_extensions; do
    1486   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1852  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    14871853    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    14881854    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    14911857done
    14921858done
     1859IFS=$as_save_IFS
    14931860
    14941861fi
     
    14961863CC=$ac_cv_prog_CC
    14971864if test -n "$CC"; then
    1498   echo "$as_me:$LINENO: result: $CC" >&5
    1499 echo "${ECHO_T}$CC" >&6
    1500 else
    1501   echo "$as_me:$LINENO: result: no" >&5
    1502 echo "${ECHO_T}no" >&6
    1503 fi
     1865  { echo "$as_me:$LINENO: result: $CC" >&5
     1866echo "${ECHO_T}$CC" >&6; }
     1867else
     1868  { echo "$as_me:$LINENO: result: no" >&5
     1869echo "${ECHO_T}no" >&6; }
     1870fi
     1871
    15041872
    15051873    test -n "$CC" && break
     
    15081876if test -z "$CC"; then
    15091877  ac_ct_CC=$CC
    1510   for ac_prog in cl
     1878  for ac_prog in cl.exe
    15111879do
    15121880  # Extract the first word of "$ac_prog", so it can be a program name with args.
    15131881set dummy $ac_prog; ac_word=$2
    1514 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1882{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1883echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    15161884if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    15171885  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    15261894  test -z "$as_dir" && as_dir=.
    15271895  for ac_exec_ext in '' $ac_executable_extensions; do
    1528   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1896  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    15291897    ac_cv_prog_ac_ct_CC="$ac_prog"
    15301898    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    15331901done
    15341902done
     1903IFS=$as_save_IFS
    15351904
    15361905fi
     
    15381907ac_ct_CC=$ac_cv_prog_ac_ct_CC
    15391908if test -n "$ac_ct_CC"; then
    1540   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1541 echo "${ECHO_T}$ac_ct_CC" >&6
    1542 else
    1543   echo "$as_me:$LINENO: result: no" >&5
    1544 echo "${ECHO_T}no" >&6
    1545 fi
     1909  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1910echo "${ECHO_T}$ac_ct_CC" >&6; }
     1911else
     1912  { echo "$as_me:$LINENO: result: no" >&5
     1913echo "${ECHO_T}no" >&6; }
     1914fi
     1915
    15461916
    15471917  test -n "$ac_ct_CC" && break
    15481918done
    15491919
    1550   CC=$ac_ct_CC
     1920  if test "x$ac_ct_CC" = x; then
     1921    CC=""
     1922  else
     1923    case $cross_compiling:$ac_tool_warned in
     1924yes:)
     1925{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     1926whose name does not start with the host triplet.  If you think this
     1927configuration is useful to you, please write to autoconf@gnu.org." >&5
     1928echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     1929whose name does not start with the host triplet.  If you think this
     1930configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     1931ac_tool_warned=yes ;;
     1932esac
     1933    CC=$ac_ct_CC
     1934  fi
    15511935fi
    15521936
     
    15611945
    15621946# Provide some information about the compiler.
    1563 echo "$as_me:$LINENO:" \
    1564      "checking for C compiler version" >&5
     1947echo "$as_me:$LINENO: checking for C compiler version" >&5
    15651948ac_compiler=`set X $ac_compile; echo $2`
    1566 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
    1567   (eval $ac_compiler --version </dev/null >&5) 2>&5
     1949{ (ac_try="$ac_compiler --version >&5"
     1950case "(($ac_try" in
     1951  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1952  *) ac_try_echo=$ac_try;;
     1953esac
     1954eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     1955  (eval "$ac_compiler --version >&5") 2>&5
    15681956  ac_status=$?
    15691957  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    15701958  (exit $ac_status); }
    1571 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
    1572   (eval $ac_compiler -v </dev/null >&5) 2>&5
     1959{ (ac_try="$ac_compiler -v >&5"
     1960case "(($ac_try" in
     1961  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1962  *) ac_try_echo=$ac_try;;
     1963esac
     1964eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     1965  (eval "$ac_compiler -v >&5") 2>&5
    15731966  ac_status=$?
    15741967  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    15751968  (exit $ac_status); }
    1576 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
    1577   (eval $ac_compiler -V </dev/null >&5) 2>&5
     1969{ (ac_try="$ac_compiler -V >&5"
     1970case "(($ac_try" in
     1971  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     1972  *) ac_try_echo=$ac_try;;
     1973esac
     1974eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     1975  (eval "$ac_compiler -V >&5") 2>&5
    15781976  ac_status=$?
    15791977  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     
    16001998# It will help us diagnose broken compilers, and finding out an intuition
    16011999# of exeext.
    1602 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    1603 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     2000{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2001echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    16042002ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    1605 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
    1606   (eval $ac_link_default) 2>&5
     2003#
     2004# List of possible output files, starting from the most likely.
     2005# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2006# only as a last resort.  b.out is created by i960 compilers.
     2007ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2008#
     2009# The IRIX 6 linker writes into existing files which may not be
     2010# executable, retaining their permissions.  Remove them first so a
     2011# subsequent execution test works.
     2012ac_rmfiles=
     2013for ac_file in $ac_files
     2014do
     2015  case $ac_file in
     2016    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2017    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
     2018  esac
     2019done
     2020rm -f $ac_rmfiles
     2021
     2022if { (ac_try="$ac_link_default"
     2023case "(($ac_try" in
     2024  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2025  *) ac_try_echo=$ac_try;;
     2026esac
     2027eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2028  (eval "$ac_link_default") 2>&5
    16072029  ac_status=$?
    16082030  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16092031  (exit $ac_status); }; then
    1610   # Find the output, starting from the most likely.  This scheme is
    1611 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
    1612 # resort.
    1613 
    1614 # Be careful to initialize this variable, since it used to be cached.
    1615 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
    1616 ac_cv_exeext=
    1617 # b.out is created by i960 compilers.
    1618 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
     2032  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     2033# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
     2034# in a Makefile.  We should not override ac_cv_exeext if it was cached,
     2035# so that the user can short-circuit this test for compilers unknown to
     2036# Autoconf.
     2037for ac_file in $ac_files ''
    16192038do
    16202039  test -f "$ac_file" || continue
    16212040  case $ac_file in
    1622     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    1623         ;;
    1624     conftest.$ac_ext )
    1625         # This is the source file.
     2041    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    16262042        ;;
    16272043    [ab].out )
     
    16302046        break;;
    16312047    *.* )
    1632         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1633         # FIXME: I believe we export ac_cv_exeext for Libtool,
    1634         # but it would be cool to find out if it's true.  Does anybody
    1635         # maintain Libtool? --akim.
    1636         export ac_cv_exeext
     2048        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
     2049        then :; else
     2050           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2051        fi
     2052        # We set ac_cv_exeext here because the later test for it is not
     2053        # safe: cross compilers may not add the suffix if given an `-o'
     2054        # argument, so we may need to know it at that point already.
     2055        # Even if this section looks crufty: it has the advantage of
     2056        # actually working.
    16372057        break;;
    16382058    * )
     
    16402060  esac
    16412061done
    1642 else
     2062test "$ac_cv_exeext" = no && ac_cv_exeext=
     2063
     2064else
     2065  ac_file=''
     2066fi
     2067
     2068{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2069echo "${ECHO_T}$ac_file" >&6; }
     2070if test -z "$ac_file"; then
    16432071  echo "$as_me: failed program was:" >&5
    16442072sed 's/^/| /' conftest.$ac_ext >&5
     
    16522080
    16532081ac_exeext=$ac_cv_exeext
    1654 echo "$as_me:$LINENO: result: $ac_file" >&5
    1655 echo "${ECHO_T}$ac_file" >&6
    1656 
    1657 # Check the compiler produces executables we can run.  If not, either
     2082
     2083# Check that the compiler produces executables we can run.  If not, either
    16582084# the compiler is broken, or we cross compile.
    1659 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    1660 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
     2085{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2086echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    16612087# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    16622088# If not cross compiling, check that we can run a simple program.
    16632089if test "$cross_compiling" != yes; then
    16642090  if { ac_try='./$ac_file'
    1665   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1666   (eval $ac_try) 2>&5
     2091  { (case "(($ac_try" in
     2092  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2093  *) ac_try_echo=$ac_try;;
     2094esac
     2095eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2096  (eval "$ac_try") 2>&5
    16672097  ac_status=$?
    16682098  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     
    16832113  fi
    16842114fi
    1685 echo "$as_me:$LINENO: result: yes" >&5
    1686 echo "${ECHO_T}yes" >&6
     2115{ echo "$as_me:$LINENO: result: yes" >&5
     2116echo "${ECHO_T}yes" >&6; }
    16872117
    16882118rm -f a.out a.exe conftest$ac_cv_exeext b.out
    16892119ac_clean_files=$ac_clean_files_save
    1690 # Check the compiler produces executables we can run.  If not, either
     2120# Check that the compiler produces executables we can run.  If not, either
    16912121# the compiler is broken, or we cross compile.
    1692 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    1693 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
    1694 echo "$as_me:$LINENO: result: $cross_compiling" >&5
    1695 echo "${ECHO_T}$cross_compiling" >&6
    1696 
    1697 echo "$as_me:$LINENO: checking for suffix of executables" >&5
    1698 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
    1699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    1700   (eval $ac_link) 2>&5
     2122{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2123echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2124{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2125echo "${ECHO_T}$cross_compiling" >&6; }
     2126
     2127{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2128echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2129if { (ac_try="$ac_link"
     2130case "(($ac_try" in
     2131  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2132  *) ac_try_echo=$ac_try;;
     2133esac
     2134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2135  (eval "$ac_link") 2>&5
    17012136  ac_status=$?
    17022137  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     
    17092144  test -f "$ac_file" || continue
    17102145  case $ac_file in
    1711     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     2146    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    17122147    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    1713           export ac_cv_exeext
    17142148          break;;
    17152149    * ) break;;
     
    17252159
    17262160rm -f conftest$ac_cv_exeext
    1727 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    1728 echo "${ECHO_T}$ac_cv_exeext" >&6
     2161{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2162echo "${ECHO_T}$ac_cv_exeext" >&6; }
    17292163
    17302164rm -f conftest.$ac_ext
    17312165EXEEXT=$ac_cv_exeext
    17322166ac_exeext=$EXEEXT
    1733 echo "$as_me:$LINENO: checking for suffix of object files" >&5
    1734 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
     2167{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2168echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    17352169if test "${ac_cv_objext+set}" = set; then
    17362170  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    17522186_ACEOF
    17532187rm -f conftest.o conftest.obj
    1754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1755   (eval $ac_compile) 2>&5
     2188if { (ac_try="$ac_compile"
     2189case "(($ac_try" in
     2190  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2191  *) ac_try_echo=$ac_try;;
     2192esac
     2193eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2194  (eval "$ac_compile") 2>&5
    17562195  ac_status=$?
    17572196  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17582197  (exit $ac_status); }; then
    1759   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
     2198  for ac_file in conftest.o conftest.obj conftest.*; do
     2199  test -f "$ac_file" || continue;
    17602200  case $ac_file in
    1761     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     2201    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    17622202    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    17632203       break;;
     
    17772217rm -f conftest.$ac_cv_objext conftest.$ac_ext
    17782218fi
    1779 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    1780 echo "${ECHO_T}$ac_cv_objext" >&6
     2219{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2220echo "${ECHO_T}$ac_cv_objext" >&6; }
    17812221OBJEXT=$ac_cv_objext
    17822222ac_objext=$OBJEXT
    1783 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    1784 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
     2223{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2224echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    17852225if test "${ac_cv_c_compiler_gnu+set}" = set; then
    17862226  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    18052245_ACEOF
    18062246rm -f conftest.$ac_objext
    1807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1808   (eval $ac_compile) 2>conftest.er1
     2247if { (ac_try="$ac_compile"
     2248case "(($ac_try" in
     2249  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2250  *) ac_try_echo=$ac_try;;
     2251esac
     2252eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2253  (eval "$ac_compile") 2>conftest.er1
    18092254  ac_status=$?
    18102255  grep -v '^ *+' conftest.er1 >conftest.err
     
    18122257  cat conftest.err >&5
    18132258  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1814   (exit $ac_status); } &&
    1815          { ac_try='test -z "$ac_c_werror_flag"
    1816                          || test ! -s conftest.err'
    1817   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1818   (eval $ac_try) 2>&5
    1819   ac_status=$?
    1820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1821   (exit $ac_status); }; } &&
    1822          { ac_try='test -s conftest.$ac_objext'
    1823   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1824   (eval $ac_try) 2>&5
    1825   ac_status=$?
    1826   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1827   (exit $ac_status); }; }; then
     2259  (exit $ac_status); } && {
     2260         test -z "$ac_c_werror_flag" ||
     2261         test ! -s conftest.err
     2262       } && test -s conftest.$ac_objext; then
    18282263  ac_compiler_gnu=yes
    18292264else
     
    18312266sed 's/^/| /' conftest.$ac_ext >&5
    18322267
    1833 ac_compiler_gnu=no
    1834 fi
    1835 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2268        ac_compiler_gnu=no
     2269fi
     2270
     2271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    18362272ac_cv_c_compiler_gnu=$ac_compiler_gnu
    18372273
    18382274fi
    1839 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    1840 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
     2275{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2276echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    18412277GCC=`test $ac_compiler_gnu = yes && echo yes`
    18422278ac_test_CFLAGS=${CFLAGS+set}
    18432279ac_save_CFLAGS=$CFLAGS
    1844 CFLAGS="-g"
    1845 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    1846 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
     2280{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2281echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    18472282if test "${ac_cv_prog_cc_g+set}" = set; then
    18482283  echo $ECHO_N "(cached) $ECHO_C" >&6
    18492284else
    1850   cat >conftest.$ac_ext <<_ACEOF
     2285  ac_save_c_werror_flag=$ac_c_werror_flag
     2286   ac_c_werror_flag=yes
     2287   ac_cv_prog_cc_g=no
     2288   CFLAGS="-g"
     2289   cat >conftest.$ac_ext <<_ACEOF
    18512290/* confdefs.h.  */
    18522291_ACEOF
     
    18642303_ACEOF
    18652304rm -f conftest.$ac_objext
    1866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1867   (eval $ac_compile) 2>conftest.er1
     2305if { (ac_try="$ac_compile"
     2306case "(($ac_try" in
     2307  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2308  *) ac_try_echo=$ac_try;;
     2309esac
     2310eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2311  (eval "$ac_compile") 2>conftest.er1
    18682312  ac_status=$?
    18692313  grep -v '^ *+' conftest.er1 >conftest.err
     
    18712315  cat conftest.err >&5
    18722316  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1873   (exit $ac_status); } &&
    1874          { ac_try='test -z "$ac_c_werror_flag"
    1875                          || test ! -s conftest.err'
    1876   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1877   (eval $ac_try) 2>&5
    1878   ac_status=$?
    1879   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1880   (exit $ac_status); }; } &&
    1881          { ac_try='test -s conftest.$ac_objext'
    1882   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1883   (eval $ac_try) 2>&5
    1884   ac_status=$?
    1885   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1886   (exit $ac_status); }; }; then
     2317  (exit $ac_status); } && {
     2318         test -z "$ac_c_werror_flag" ||
     2319         test ! -s conftest.err
     2320       } && test -s conftest.$ac_objext; then
    18872321  ac_cv_prog_cc_g=yes
    18882322else
     
    18902324sed 's/^/| /' conftest.$ac_ext >&5
    18912325
    1892 ac_cv_prog_cc_g=no
    1893 fi
    1894 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    1895 fi
    1896 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    1897 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
     2326        CFLAGS=""
     2327      cat >conftest.$ac_ext <<_ACEOF
     2328/* confdefs.h.  */
     2329_ACEOF
     2330cat confdefs.h >>conftest.$ac_ext
     2331cat >>conftest.$ac_ext <<_ACEOF
     2332/* end confdefs.h.  */
     2333
     2334int
     2335main ()
     2336{
     2337
     2338  ;
     2339  return 0;
     2340}
     2341_ACEOF
     2342rm -f conftest.$ac_objext
     2343if { (ac_try="$ac_compile"
     2344case "(($ac_try" in
     2345  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2346  *) ac_try_echo=$ac_try;;
     2347esac
     2348eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2349  (eval "$ac_compile") 2>conftest.er1
     2350  ac_status=$?
     2351  grep -v '^ *+' conftest.er1 >conftest.err
     2352  rm -f conftest.er1
     2353  cat conftest.err >&5
     2354  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2355  (exit $ac_status); } && {
     2356         test -z "$ac_c_werror_flag" ||
     2357         test ! -s conftest.err
     2358       } && test -s conftest.$ac_objext; then
     2359  :
     2360else
     2361  echo "$as_me: failed program was:" >&5
     2362sed 's/^/| /' conftest.$ac_ext >&5
     2363
     2364        ac_c_werror_flag=$ac_save_c_werror_flag
     2365         CFLAGS="-g"
     2366         cat >conftest.$ac_ext <<_ACEOF
     2367/* confdefs.h.  */
     2368_ACEOF
     2369cat confdefs.h >>conftest.$ac_ext
     2370cat >>conftest.$ac_ext <<_ACEOF
     2371/* end confdefs.h.  */
     2372
     2373int
     2374main ()
     2375{
     2376
     2377  ;
     2378  return 0;
     2379}
     2380_ACEOF
     2381rm -f conftest.$ac_objext
     2382if { (ac_try="$ac_compile"
     2383case "(($ac_try" in
     2384  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2385  *) ac_try_echo=$ac_try;;
     2386esac
     2387eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2388  (eval "$ac_compile") 2>conftest.er1
     2389  ac_status=$?
     2390  grep -v '^ *+' conftest.er1 >conftest.err
     2391  rm -f conftest.er1
     2392  cat conftest.err >&5
     2393  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2394  (exit $ac_status); } && {
     2395         test -z "$ac_c_werror_flag" ||
     2396         test ! -s conftest.err
     2397       } && test -s conftest.$ac_objext; then
     2398  ac_cv_prog_cc_g=yes
     2399else
     2400  echo "$as_me: failed program was:" >&5
     2401sed 's/^/| /' conftest.$ac_ext >&5
     2402
     2403
     2404fi
     2405
     2406rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2407fi
     2408
     2409rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2410fi
     2411
     2412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     2413   ac_c_werror_flag=$ac_save_c_werror_flag
     2414fi
     2415{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2416echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    18982417if test "$ac_test_CFLAGS" = set; then
    18992418  CFLAGS=$ac_save_CFLAGS
     
    19112430  fi
    19122431fi
    1913 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
    1914 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
    1915 if test "${ac_cv_prog_cc_stdc+set}" = set; then
     2432{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2433echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2434if test "${ac_cv_prog_cc_c89+set}" = set; then
    19162435  echo $ECHO_N "(cached) $ECHO_C" >&6
    19172436else
    1918   ac_cv_prog_cc_stdc=no
     2437  ac_cv_prog_cc_c89=no
    19192438ac_save_CC=$CC
    19202439cat >conftest.$ac_ext <<_ACEOF
     
    19502469   function prototypes and stuff, but not '\xHH' hex character constants.
    19512470   These don't provoke an error unfortunately, instead are silently treated
    1952    as 'x'.  The following induces an error, until -std1 is added to get
     2471   as 'x'.  The following induces an error, until -std is added to get
    19532472   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    19542473   array size at least.  It's necessary to write '\x00'==0 to get something
    1955    that's true only with -std1.  */
     2474   that's true only with -std.  */
    19562475int osf4_cc_array ['\x00' == 0 ? 1 : -1];
     2476
     2477/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
     2478   inside strings and character constants.  */
     2479#define FOO(x) 'x'
     2480int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
    19572481
    19582482int test (int i, double x);
     
    19702494}
    19712495_ACEOF
    1972 # Don't try gcc -ansi; that turns off useful extensions and
    1973 # breaks some systems' header files.
    1974 # AIX                   -qlanglvl=ansi
    1975 # Ultrix and OSF/1      -std1
    1976 # HP-UX 10.20 and later -Ae
    1977 # HP-UX older versions  -Aa -D_HPUX_SOURCE
    1978 # SVR4                  -Xc -D__EXTENSIONS__
    1979 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
     2496for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
     2497        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
    19802498do
    19812499  CC="$ac_save_CC $ac_arg"
    19822500  rm -f conftest.$ac_objext
    1983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1984   (eval $ac_compile) 2>conftest.er1
     2501if { (ac_try="$ac_compile"
     2502case "(($ac_try" in
     2503  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     2504  *) ac_try_echo=$ac_try;;
     2505esac
     2506eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2507  (eval "$ac_compile") 2>conftest.er1
    19852508  ac_status=$?
    19862509  grep -v '^ *+' conftest.er1 >conftest.err
     
    19882511  cat conftest.err >&5
    19892512  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1990   (exit $ac_status); } &&
    1991          { ac_try='test -z "$ac_c_werror_flag"
    1992                          || test ! -s conftest.err'
    1993   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1994   (eval $ac_try) 2>&5
    1995   ac_status=$?
    1996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1997   (exit $ac_status); }; } &&
    1998          { ac_try='test -s conftest.$ac_objext'
    1999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2000   (eval $ac_try) 2>&5
    2001   ac_status=$?
    2002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2003   (exit $ac_status); }; }; then
    2004   ac_cv_prog_cc_stdc=$ac_arg
    2005 break
     2513  (exit $ac_status); } && {
     2514         test -z "$ac_c_werror_flag" ||
     2515         test ! -s conftest.err
     2516       } && test -s conftest.$ac_objext; then
     2517  ac_cv_prog_cc_c89=$ac_arg
    20062518else
    20072519  echo "$as_me: failed program was:" >&5
    20082520sed 's/^/| /' conftest.$ac_ext >&5
    20092521
    2010 fi
    2011 rm -f conftest.err conftest.$ac_objext
    2012 done
    2013 rm -f conftest.$ac_ext conftest.$ac_objext
     2522
     2523fi
     2524
     2525rm -f core conftest.err conftest.$ac_objext
     2526  test "x$ac_cv_prog_cc_c89" != "xno" && break
     2527done
     2528rm -f conftest.$ac_ext
    20142529CC=$ac_save_CC
    20152530
    20162531fi
    2017 
    2018 case "x$ac_cv_prog_cc_stdc" in
    2019   x|xno)
    2020     echo "$as_me:$LINENO: result: none needed" >&5
    2021 echo "${ECHO_T}none needed" >&6 ;;
     2532# AC_CACHE_VAL
     2533case "x$ac_cv_prog_cc_c89" in
     2534  x)
     2535    { echo "$as_me:$LINENO: result: none needed" >&5
     2536echo "${ECHO_T}none needed" >&6; } ;;
     2537  xno)
     2538    { echo "$as_me:$LINENO: result: unsupported" >&5
     2539echo "${ECHO_T}unsupported" >&6; } ;;
    20222540  *)
    2023     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    2024 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
    2025     CC="$CC $ac_cv_prog_cc_stdc" ;;
     2541    CC="$CC $ac_cv_prog_cc_c89"
     2542    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2543echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    20262544esac
    20272545
    2028 # Some people use a C++ compiler to compile C.  Since we use `exit',
    2029 # in C++ we need to declare it.  In case someone uses the same compiler
    2030 # for both compiling C and C++ we need to have the C++ compiler decide
    2031 # the declaration of exit, since it's the most demanding environment.
    2032 cat >conftest.$ac_ext <<_ACEOF
    2033 #ifndef __cplusplus
    2034   choke me
    2035 #endif
    2036 _ACEOF
    2037 rm -f conftest.$ac_objext
    2038 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2039   (eval $ac_compile) 2>conftest.er1
    2040   ac_status=$?
    2041   grep -v '^ *+' conftest.er1 >conftest.err
    2042   rm -f conftest.er1
    2043   cat conftest.err >&5
    2044   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2045   (exit $ac_status); } &&
    2046          { ac_try='test -z "$ac_c_werror_flag"
    2047                          || test ! -s conftest.err'
    2048   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2049   (eval $ac_try) 2>&5
    2050   ac_status=$?
    2051   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2052   (exit $ac_status); }; } &&
    2053          { ac_try='test -s conftest.$ac_objext'
    2054   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2055   (eval $ac_try) 2>&5
    2056   ac_status=$?
    2057   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2058   (exit $ac_status); }; }; then
    2059   for ac_declaration in \
    2060    '' \
    2061    'extern "C" void std::exit (int) throw (); using std::exit;' \
    2062    'extern "C" void std::exit (int); using std::exit;' \
    2063    'extern "C" void exit (int) throw ();' \
    2064    'extern "C" void exit (int);' \
    2065    'void exit (int);'
    2066 do
    2067   cat >conftest.$ac_ext <<_ACEOF
    2068 /* confdefs.h.  */
    2069 _ACEOF
    2070 cat confdefs.h >>conftest.$ac_ext
    2071 cat >>conftest.$ac_ext <<_ACEOF
    2072 /* end confdefs.h.  */
    2073 $ac_declaration
    2074 #include <stdlib.h>
    2075 int
    2076 main ()
    2077 {
    2078 exit (42);
    2079   ;
    2080   return 0;
    2081 }
    2082 _ACEOF
    2083 rm -f conftest.$ac_objext
    2084 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2085   (eval $ac_compile) 2>conftest.er1
    2086   ac_status=$?
    2087   grep -v '^ *+' conftest.er1 >conftest.err
    2088   rm -f conftest.er1
    2089   cat conftest.err >&5
    2090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2091   (exit $ac_status); } &&
    2092          { ac_try='test -z "$ac_c_werror_flag"
    2093                          || test ! -s conftest.err'
    2094   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2095   (eval $ac_try) 2>&5
    2096   ac_status=$?
    2097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2098   (exit $ac_status); }; } &&
    2099          { ac_try='test -s conftest.$ac_objext'
    2100   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2101   (eval $ac_try) 2>&5
    2102   ac_status=$?
    2103   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2104   (exit $ac_status); }; }; then
    2105   :
    2106 else
    2107   echo "$as_me: failed program was:" >&5
    2108 sed 's/^/| /' conftest.$ac_ext >&5
    2109 
    2110 continue
    2111 fi
    2112 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2113   cat >conftest.$ac_ext <<_ACEOF
    2114 /* confdefs.h.  */
    2115 _ACEOF
    2116 cat confdefs.h >>conftest.$ac_ext
    2117 cat >>conftest.$ac_ext <<_ACEOF
    2118 /* end confdefs.h.  */
    2119 $ac_declaration
    2120 int
    2121 main ()
    2122 {
    2123 exit (42);
    2124   ;
    2125   return 0;
    2126 }
    2127 _ACEOF
    2128 rm -f conftest.$ac_objext
    2129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2130   (eval $ac_compile) 2>conftest.er1
    2131   ac_status=$?
    2132   grep -v '^ *+' conftest.er1 >conftest.err
    2133   rm -f conftest.er1
    2134   cat conftest.err >&5
    2135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2136   (exit $ac_status); } &&
    2137          { ac_try='test -z "$ac_c_werror_flag"
    2138                          || test ! -s conftest.err'
    2139   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2140   (eval $ac_try) 2>&5
    2141   ac_status=$?
    2142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2143   (exit $ac_status); }; } &&
    2144          { ac_try='test -s conftest.$ac_objext'
    2145   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2146   (eval $ac_try) 2>&5
    2147   ac_status=$?
    2148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2149   (exit $ac_status); }; }; then
    2150   break
    2151 else
    2152   echo "$as_me: failed program was:" >&5
    2153 sed 's/^/| /' conftest.$ac_ext >&5
    2154 
    2155 fi
    2156 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
    2157 done
    2158 rm -f conftest*
    2159 if test -n "$ac_declaration"; then
    2160   echo '#ifdef __cplusplus' >>confdefs.h
    2161   echo $ac_declaration      >>confdefs.h
    2162   echo '#endif'             >>confdefs.h
    2163 fi
    2164 
    2165 else
    2166   echo "$as_me: failed program was:" >&5
    2167 sed 's/^/| /' conftest.$ac_ext >&5
    2168 
    2169 fi
    2170 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2546
    21712547ac_ext=c
    21722548ac_cpp='$CPP $CPPFLAGS'
     
    21812557  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    21822558set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2183 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2184 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2559{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2560echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21852561if test "${ac_cv_prog_RANLIB+set}" = set; then
    21862562  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    21952571  test -z "$as_dir" && as_dir=.
    21962572  for ac_exec_ext in '' $ac_executable_extensions; do
    2197   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2573  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21982574    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    21992575    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    22022578done
    22032579done
     2580IFS=$as_save_IFS
    22042581
    22052582fi
     
    22072584RANLIB=$ac_cv_prog_RANLIB
    22082585if test -n "$RANLIB"; then
    2209   echo "$as_me:$LINENO: result: $RANLIB" >&5
    2210 echo "${ECHO_T}$RANLIB" >&6
    2211 else
    2212   echo "$as_me:$LINENO: result: no" >&5
    2213 echo "${ECHO_T}no" >&6
    2214 fi
     2586  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     2587echo "${ECHO_T}$RANLIB" >&6; }
     2588else
     2589  { echo "$as_me:$LINENO: result: no" >&5
     2590echo "${ECHO_T}no" >&6; }
     2591fi
     2592
    22152593
    22162594fi
     
    22192597  # Extract the first word of "ranlib", so it can be a program name with args.
    22202598set dummy ranlib; ac_word=$2
    2221 echo "$as_me:$LINENO: checking for $ac_word" >&5
    2222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2599{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2600echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22232601if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    22242602  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    22332611  test -z "$as_dir" && as_dir=.
    22342612  for ac_exec_ext in '' $ac_executable_extensions; do
    2235   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2613  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22362614    ac_cv_prog_ac_ct_RANLIB="ranlib"
    22372615    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    22402618done
    22412619done
    2242 
    2243   test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     2620IFS=$as_save_IFS
     2621
    22442622fi
    22452623fi
    22462624ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    22472625if test -n "$ac_ct_RANLIB"; then
    2248   echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2249 echo "${ECHO_T}$ac_ct_RANLIB" >&6
    2250 else
    2251   echo "$as_me:$LINENO: result: no" >&5
    2252 echo "${ECHO_T}no" >&6
    2253 fi
    2254 
    2255   RANLIB=$ac_ct_RANLIB
     2626  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2627echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     2628else
     2629  { echo "$as_me:$LINENO: result: no" >&5
     2630echo "${ECHO_T}no" >&6; }
     2631fi
     2632
     2633  if test "x$ac_ct_RANLIB" = x; then
     2634    RANLIB=":"
     2635  else
     2636    case $cross_compiling:$ac_tool_warned in
     2637yes:)
     2638{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2639whose name does not start with the host triplet.  If you think this
     2640configuration is useful to you, please write to autoconf@gnu.org." >&5
     2641echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2642whose name does not start with the host triplet.  If you think this
     2643configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2644ac_tool_warned=yes ;;
     2645esac
     2646    RANLIB=$ac_ct_RANLIB
     2647  fi
    22562648else
    22572649  RANLIB="$ac_cv_prog_RANLIB"
     
    22602652
    22612653
    2262           ac_config_files="$ac_config_files Makefile"
     2654ac_config_files="$ac_config_files Makefile"
     2655
    22632656cat >confcache <<\_ACEOF
    22642657# This file is a shell script that caches the results of configure
     
    22792672# The following way of writing the cache mishandles newlines in values,
    22802673# but we know of no workaround that is simple, portable, and efficient.
    2281 # So, don't put newlines in cache variables' values.
     2674# So, we kill variables containing newlines.
    22822675# Ultrix sh set writes to stderr and can't be redirected directly,
    22832676# and sets the high bit in the cache file unless we assign to the vars.
    2284 {
     2677(
     2678  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     2679    eval ac_val=\$$ac_var
     2680    case $ac_val in #(
     2681    *${as_nl}*)
     2682      case $ac_var in #(
     2683      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     2684echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     2685      esac
     2686      case $ac_var in #(
     2687      _ | IFS | as_nl) ;; #(
     2688      *) $as_unset $ac_var ;;
     2689      esac ;;
     2690    esac
     2691  done
     2692
    22852693  (set) 2>&1 |
    2286     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    2287     *ac_space=\ *)
     2694    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     2695    *${as_nl}ac_space=\ *)
    22882696      # `set' does not quote correctly, so add quotes (double-quote
    22892697      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    22912699        "s/'/'\\\\''/g;
    22922700          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    2293       ;;
     2701      ;; #(
    22942702    *)
    22952703      # `set' quotes correctly as required by POSIX, so do not add quotes.
    2296       sed -n \
    2297         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     2704      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    22982705      ;;
    2299     esac;
    2300 } |
     2706    esac |
     2707    sort
     2708) |
    23012709  sed '
     2710     /^ac_cv_env_/b end
    23022711     t clear
    2303      : clear
     2712     :clear
    23042713     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    23052714     t end
    2306      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    2307      : end' >>confcache
    2308 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    2309   if test -w $cache_file; then
    2310     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     2715     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     2716     :end' >>confcache
     2717if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     2718  if test -w "$cache_file"; then
     2719    test "x$cache_file" != "x/dev/null" &&
     2720      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     2721echo "$as_me: updating cache $cache_file" >&6;}
    23112722    cat confcache >$cache_file
    23122723  else
    2313     echo "not updating unwritable cache $cache_file"
     2724    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     2725echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    23142726  fi
    23152727fi
     
    23192731# Let make expand exec_prefix.
    23202732test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    2321 
    2322 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    2323 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    2324 # trailing colons and then remove the whole line if VPATH becomes empty
    2325 # (actually we leave an empty line to preserve line numbers).
    2326 if test "x$srcdir" = x.; then
    2327   ac_vpsub='/^[  ]*VPATH[        ]*=/{
    2328 s/:*\$(srcdir):*/:/;
    2329 s/:*\${srcdir}:*/:/;
    2330 s/:*@srcdir@:*/:/;
    2331 s/^\([^=]*=[     ]*\):*/\1/;
    2332 s/:*$//;
    2333 s/^[^=]*=[       ]*$//;
    2334 }'
    2335 fi
    23362733
    23372734# Transform confdefs.h into DEFS.
     
    23402737#
    23412738# If the first sed substitution is executed (which looks for macros that
    2342 # take arguments), then we branch to the quote section.  Otherwise,
     2739# take arguments), then branch to the quote section.  Otherwise,
    23432740# look for a macro that doesn't take arguments.
    2344 cat >confdef2opt.sed <<\_ACEOF
     2741ac_script='
    23452742t clear
    2346 : clear
    2347 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
     2743:clear
     2744s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
    23482745t quote
    2349 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
     2746s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
    23502747t quote
    2351 d
    2352 : quote
    2353 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
    2354 s,\[,\\&,g
    2355 s,\],\\&,g
    2356 s,\$,$$,g
    2357 p
    2358 _ACEOF
    2359 # We use echo to avoid assuming a particular line-breaking character.
    2360 # The extra dot is to prevent the shell from consuming trailing
    2361 # line-breaks from the sub-command output.  A line-break within
    2362 # single-quotes doesn't work because, if this script is created in a
    2363 # platform that uses two characters for line-breaks (e.g., DOS), tr
    2364 # would break.
    2365 ac_LF_and_DOT=`echo; echo .`
    2366 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
    2367 rm -f confdef2opt.sed
     2748b any
     2749:quote
     2750s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
     2751s/\[/\\&/g
     2752s/\]/\\&/g
     2753s/\$/$$/g
     2754H
     2755:any
     2756${
     2757        g
     2758        s/^\n//
     2759        s/\n/ /g
     2760        p
     2761}
     2762'
     2763DEFS=`sed -n "$ac_script" confdefs.h`
    23682764
    23692765
     
    23722768for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    23732769  # 1. Remove the extension, and $U if already installed.
    2374   ac_i=`echo "$ac_i" |
    2375          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    2376   # 2. Add them.
    2377   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    2378   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     2770  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     2771  ac_i=`echo "$ac_i" | sed "$ac_script"`
     2772  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     2773  #    will be set to the directory where LIBOBJS objects are built.
     2774  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     2775  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    23792776done
    23802777LIBOBJS=$ac_libobjs
     
    24072804## --------------------- ##
    24082805
    2409 # Be Bourne compatible
     2806# Be more Bourne compatible
     2807DUALCASE=1; export DUALCASE # for MKS sh
    24102808if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    24112809  emulate sh
     
    24142812  # is contrary to our usage.  Disable this feature.
    24152813  alias -g '${1+"$@"}'='"$@"'
    2416 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    2417   set -o posix
    2418 fi
    2419 DUALCASE=1; export DUALCASE # for MKS sh
    2420 
    2421 # Support unset when possible.
    2422 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    2423   as_unset=unset
    2424 else
    2425   as_unset=false
    2426 fi
    2427 
    2428 
    2429 # Work around bugs in pre-3.0 UWIN ksh.
    2430 $as_unset ENV MAIL MAILPATH
    2431 PS1='$ '
    2432 PS2='> '
    2433 PS4='+ '
    2434 
    2435 # NLS nuisances.
    2436 for as_var in \
    2437   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    2438   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    2439   LC_TELEPHONE LC_TIME
    2440 do
    2441   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    2442     eval $as_var=C; export $as_var
    2443   else
    2444     $as_unset $as_var
    2445   fi
    2446 done
    2447 
    2448 # Required to use basename.
    2449 if expr a : '\(a\)' >/dev/null 2>&1; then
    2450   as_expr=expr
    2451 else
    2452   as_expr=false
    2453 fi
    2454 
    2455 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    2456   as_basename=basename
    2457 else
    2458   as_basename=false
    2459 fi
    2460 
    2461 
    2462 # Name of the executable.
    2463 as_me=`$as_basename "$0" ||
    2464 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    2465          X"$0" : 'X\(//\)$' \| \
    2466          X"$0" : 'X\(/\)$' \| \
    2467          .     : '\(.\)' 2>/dev/null ||
    2468 echo X/"$0" |
    2469     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    2470           /^X\/\(\/\/\)$/{ s//\1/; q; }
    2471           /^X\/\(\/\).*/{ s//\1/; q; }
    2472           s/.*/./; q'`
    2473 
    2474 
    2475 # PATH needs CR, and LINENO needs CR and PATH.
     2814  setopt NO_GLOB_SUBST
     2815else
     2816  case `(set -o) 2>/dev/null` in
     2817  *posix*) set -o posix ;;
     2818esac
     2819
     2820fi
     2821
     2822
     2823
     2824
     2825# PATH needs CR
    24762826# Avoid depending upon Character Ranges.
    24772827as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    24942844fi
    24952845
    2496 
    2497   as_lineno_1=$LINENO
    2498   as_lineno_2=$LINENO
    2499   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    2500   test "x$as_lineno_1" != "x$as_lineno_2" &&
    2501   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    2502   # Find who we are.  Look in the path if we contain no path at all
    2503   # relative or not.
    2504   case $0 in
    2505     *[\\/]* ) as_myself=$0 ;;
    2506     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2846# Support unset when possible.
     2847if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     2848  as_unset=unset
     2849else
     2850  as_unset=false
     2851fi
     2852
     2853
     2854# IFS
     2855# We need space, tab and new line, in precisely that order.  Quoting is
     2856# there to prevent editors from complaining about space-tab.
     2857# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     2858# splitting by setting IFS to empty value.)
     2859as_nl='
     2860'
     2861IFS=" ""        $as_nl"
     2862
     2863# Find who we are.  Look in the path if we contain no directory separator.
     2864case $0 in
     2865  *[\\/]* ) as_myself=$0 ;;
     2866  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    25072867for as_dir in $PATH
    25082868do
     
    25112871  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    25122872done
    2513 
    2514        ;;
    2515   esac
    2516   # We did not find ourselves, most probably we were run as `sh COMMAND'
    2517   # in which case we are not to be found in the path.
    2518   if test "x$as_myself" = x; then
    2519     as_myself=$0
     2873IFS=$as_save_IFS
     2874
     2875     ;;
     2876esac
     2877# We did not find ourselves, most probably we were run as `sh COMMAND'
     2878# in which case we are not to be found in the path.
     2879if test "x$as_myself" = x; then
     2880  as_myself=$0
     2881fi
     2882if test ! -f "$as_myself"; then
     2883  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     2884  { (exit 1); exit 1; }
     2885fi
     2886
     2887# Work around bugs in pre-3.0 UWIN ksh.
     2888for as_var in ENV MAIL MAILPATH
     2889do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     2890done
     2891PS1='$ '
     2892PS2='> '
     2893PS4='+ '
     2894
     2895# NLS nuisances.
     2896for as_var in \
     2897  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     2898  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     2899  LC_TELEPHONE LC_TIME
     2900do
     2901  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     2902    eval $as_var=C; export $as_var
     2903  else
     2904    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    25202905  fi
    2521   if test ! -f "$as_myself"; then
    2522     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    2523 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    2524    { (exit 1); exit 1; }; }
    2525   fi
    2526   case $CONFIG_SHELL in
    2527   '')
    2528     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2529 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    2530 do
    2531   IFS=$as_save_IFS
    2532   test -z "$as_dir" && as_dir=.
    2533   for as_base in sh bash ksh sh5; do
    2534          case $as_dir in
    2535          /*)
    2536            if ("$as_dir/$as_base" -c '
     2906done
     2907
     2908# Required to use basename.
     2909if expr a : '\(a\)' >/dev/null 2>&1 &&
     2910   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     2911  as_expr=expr
     2912else
     2913  as_expr=false
     2914fi
     2915
     2916if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     2917  as_basename=basename
     2918else
     2919  as_basename=false
     2920fi
     2921
     2922
     2923# Name of the executable.
     2924as_me=`$as_basename -- "$0" ||
     2925$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     2926         X"$0" : 'X\(//\)$' \| \
     2927         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     2928echo X/"$0" |
     2929    sed '/^.*\/\([^/][^/]*\)\/*$/{
     2930            s//\1/
     2931            q
     2932          }
     2933          /^X\/\(\/\/\)$/{
     2934            s//\1/
     2935            q
     2936          }
     2937          /^X\/\(\/\).*/{
     2938            s//\1/
     2939            q
     2940          }
     2941          s/.*/./; q'`
     2942
     2943# CDPATH.
     2944$as_unset CDPATH
     2945
     2946
     2947
    25372948  as_lineno_1=$LINENO
    25382949  as_lineno_2=$LINENO
    2539   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    25402950  test "x$as_lineno_1" != "x$as_lineno_2" &&
    2541   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    2542              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    2543              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    2544              CONFIG_SHELL=$as_dir/$as_base
    2545              export CONFIG_SHELL
    2546              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    2547            fi;;
    2548          esac
    2549        done
    2550 done
    2551 ;;
    2552   esac
     2951  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    25532952
    25542953  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    25552954  # uniformly replaced by the line number.  The first 'sed' inserts a
    2556   # line-number line before each line; the second 'sed' does the real
    2557   # work.  The second script uses 'N' to pair each line-number line
    2558   # with the numbered line, and appends trailing '-' during
    2559   # substitution so that $LINENO is not a special case at line end.
     2955  # line-number line after each line using $LINENO; the second 'sed'
     2956  # does the real work.  The second script uses 'N' to pair each
     2957  # line-number line with the line containing $LINENO, and appends
     2958  # trailing '-' during substitution so that $LINENO is not a special
     2959  # case at line end.
    25602960  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    2561   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    2562   sed '=' <$as_myself |
     2961  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     2962  # E. McMahon (1931-1989) for sed's syntax.  :-)
     2963  sed -n '
     2964    p
     2965    /[$]LINENO/=
     2966  ' <$as_myself |
    25632967    sed '
     2968      s/[$]LINENO.*/&-/
     2969      t lineno
     2970      b
     2971      :lineno
    25642972      N
    2565       s,$,-,
    2566       : loop
    2567       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     2973      :loop
     2974      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    25682975      t loop
    2569       s,-$,,
    2570       s,^['$as_cr_digits']*\n,,
     2976      s/-\n.*//
    25712977    ' >$as_me.lineno &&
    2572   chmod +x $as_me.lineno ||
    2573     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    2574 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     2978  chmod +x "$as_me.lineno" ||
     2979    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    25752980   { (exit 1); exit 1; }; }
    25762981
    25772982  # Don't try to exec as it changes $[0], causing all sort of problems
    25782983  # (the dirname of $[0] is not the place where we might find the
    2579   # original and so on.  Autoconf is especially sensible to this).
    2580   . ./$as_me.lineno
     2984  # original and so on.  Autoconf is especially sensitive to this).
     2985  . "./$as_me.lineno"
    25812986  # Exit status is that of the last command.
    25822987  exit
     
    25842989
    25852990
    2586 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    2587   *c*,-n*) ECHO_N= ECHO_C='
    2588 ' ECHO_T='      ' ;;
    2589   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    2590   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     2991if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     2992  as_dirname=dirname
     2993else
     2994  as_dirname=false
     2995fi
     2996
     2997ECHO_C= ECHO_N= ECHO_T=
     2998case `echo -n x` in
     2999-n*)
     3000  case `echo 'x\c'` in
     3001  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
     3002  *)   ECHO_C='\c';;
     3003  esac;;
     3004*)
     3005  ECHO_N='-n';;
    25913006esac
    25923007
    2593 if expr a : '\(a\)' >/dev/null 2>&1; then
     3008if expr a : '\(a\)' >/dev/null 2>&1 &&
     3009   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    25943010  as_expr=expr
    25953011else
     
    25983014
    25993015rm -f conf$$ conf$$.exe conf$$.file
     3016if test -d conf$$.dir; then
     3017  rm -f conf$$.dir/conf$$.file
     3018else
     3019  rm -f conf$$.dir
     3020  mkdir conf$$.dir
     3021fi
    26003022echo >conf$$.file
    26013023if ln -s conf$$.file conf$$ 2>/dev/null; then
    2602   # We could just check for DJGPP; but this test a) works b) is more generic
    2603   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    2604   if test -f conf$$.exe; then
    2605     # Don't use ln at all; we don't have any links
     3024  as_ln_s='ln -s'
     3025  # ... but there are two gotchas:
     3026  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     3027  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     3028  # In both cases, we have to default to `cp -p'.
     3029  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    26063030    as_ln_s='cp -p'
    2607   else
    2608     as_ln_s='ln -s'
    2609   fi
    26103031elif ln conf$$.file conf$$ 2>/dev/null; then
    26113032  as_ln_s=ln
     
    26133034  as_ln_s='cp -p'
    26143035fi
    2615 rm -f conf$$ conf$$.exe conf$$.file
     3036rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     3037rmdir conf$$.dir 2>/dev/null
    26163038
    26173039if mkdir -p . 2>/dev/null; then
     
    26223044fi
    26233045
    2624 as_executable_p="test -f"
     3046if test -x / >/dev/null 2>&1; then
     3047  as_test_x='test -x'
     3048else
     3049  if ls -dL / >/dev/null 2>&1; then
     3050    as_ls_L_option=L
     3051  else
     3052    as_ls_L_option=
     3053  fi
     3054  as_test_x='
     3055    eval sh -c '\''
     3056      if test -d "$1"; then
     3057        test -d "$1/.";
     3058      else
     3059        case $1 in
     3060        -*)set "./$1";;
     3061        esac;
     3062        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     3063        ???[sx]*):;;*)false;;esac;fi
     3064    '\'' sh
     3065  '
     3066fi
     3067as_executable_p=$as_test_x
    26253068
    26263069# Sed expression to map a string onto a valid CPP name.
     
    26313074
    26323075
    2633 # IFS
    2634 # We need space, tab and new line, in precisely that order.
    2635 as_nl='
    2636 '
    2637 IFS="   $as_nl"
    2638 
    2639 # CDPATH.
    2640 $as_unset CDPATH
    2641 
    26423076exec 6>&1
    26433077
    2644 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     3078# Save the log message, to keep $[0] and so on meaningful, and to
    26453079# report actual input values of CONFIG_FILES etc. instead of their
    2646 # values after options handling.  Logging --version etc. is OK.
    2647 exec 5>>config.log
    2648 {
    2649   echo
    2650   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
    2651 ## Running $as_me. ##
    2652 _ASBOX
    2653 } >&5
    2654 cat >&5 <<_CSEOF
    2655 
     3080# values after options handling.
     3081ac_log="
    26563082This file was extended by $as_me, which was
    2657 generated by GNU Autoconf 2.59.  Invocation command line was
     3083generated by GNU Autoconf 2.61.  Invocation command line was
    26583084
    26593085  CONFIG_FILES    = $CONFIG_FILES
     
    26633089  $ $0 $@
    26643090
    2665 _CSEOF
    2666 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    2667 echo >&5
    2668 _ACEOF
    2669 
     3091on `(hostname || uname -n) 2>/dev/null | sed 1q`
     3092"
     3093
     3094_ACEOF
     3095
     3096cat >>$CONFIG_STATUS <<_ACEOF
    26703097# Files that config.status was made for.
    2671 if test -n "$ac_config_files"; then
    2672   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    2673 fi
    2674 
    2675 if test -n "$ac_config_headers"; then
    2676   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    2677 fi
    2678 
    2679 if test -n "$ac_config_links"; then
    2680   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    2681 fi
    2682 
    2683 if test -n "$ac_config_commands"; then
    2684   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    2685 fi
     3098config_files="$ac_config_files"
     3099
     3100_ACEOF
    26863101
    26873102cat >>$CONFIG_STATUS <<\_ACEOF
    2688 
    26893103ac_cs_usage="\
    26903104\`$as_me' instantiates files from templates according to the
     
    26943108
    26953109  -h, --help       print this help, then exit
    2696   -V, --version    print version number, then exit
     3110  -V, --version    print version number and configuration settings, then exit
    26973111  -q, --quiet      do not print progress messages
    26983112  -d, --debug      don't remove temporary files
     
    27053119
    27063120Report bugs to <bug-autoconf@gnu.org>."
    2707 _ACEOF
    2708 
     3121
     3122_ACEOF
    27093123cat >>$CONFIG_STATUS <<_ACEOF
    27103124ac_cs_version="\\
    27113125config.status
    2712 configured by $0, generated by GNU Autoconf 2.59,
    2713   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    2714 
    2715 Copyright (C) 2003 Free Software Foundation, Inc.
     3126configured by $0, generated by GNU Autoconf 2.61,
     3127  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     3128
     3129Copyright (C) 2006 Free Software Foundation, Inc.
    27163130This config.status script is free software; the Free Software Foundation
    27173131gives unlimited permission to copy, distribute and modify it."
    2718 srcdir=$srcdir
     3132
     3133ac_pwd='$ac_pwd'
     3134srcdir='$srcdir'
    27193135_ACEOF
    27203136
     
    27273143  case $1 in
    27283144  --*=*)
    2729     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    2730     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     3145    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     3146    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    27313147    ac_shift=:
    27323148    ;;
    2733   -*)
     3149  *)
    27343150    ac_option=$1
    27353151    ac_optarg=$2
    27363152    ac_shift=shift
    27373153    ;;
    2738   *) # This is not an option, so the user has probably given explicit
    2739      # arguments.
    2740      ac_option=$1
    2741      ac_need_defaults=false;;
    27423154  esac
    27433155
    27443156  case $ac_option in
    27453157  # Handling of the options.
    2746 _ACEOF
    2747 cat >>$CONFIG_STATUS <<\_ACEOF
    27483158  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    27493159    ac_cs_recheck=: ;;
    2750   --version | --vers* | -V )
    2751     echo "$ac_cs_version"; exit 0 ;;
    2752   --he | --h)
    2753     # Conflict between --help and --header
    2754     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    2755 Try \`$0 --help' for more information." >&5
    2756 echo "$as_me: error: ambiguous option: $1
    2757 Try \`$0 --help' for more information." >&2;}
    2758    { (exit 1); exit 1; }; };;
    2759   --help | --hel | -h )
    2760     echo "$ac_cs_usage"; exit 0 ;;
    2761   --debug | --d* | -d )
     3160  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     3161    echo "$ac_cs_version"; exit ;;
     3162  --debug | --debu | --deb | --de | --d | -d )
    27623163    debug=: ;;
    27633164  --file | --fil | --fi | --f )
     
    27653166    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    27663167    ac_need_defaults=false;;
    2767   --header | --heade | --head | --hea )
    2768     $ac_shift
    2769     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    2770     ac_need_defaults=false;;
     3168  --he | --h |  --help | --hel | -h )
     3169    echo "$ac_cs_usage"; exit ;;
    27713170  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    27723171  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    27743173
    27753174  # This is an error.
    2776   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    2777 Try \`$0 --help' for more information." >&5
    2778 echo "$as_me: error: unrecognized option: $1
    2779 Try \`$0 --help' for more information." >&2;}
     3175  -*) { echo "$as_me: error: unrecognized option: $1
     3176Try \`$0 --help' for more information." >&2
    27803177   { (exit 1); exit 1; }; } ;;
    27813178
    2782   *) ac_config_targets="$ac_config_targets $1" ;;
     3179  *) ac_config_targets="$ac_config_targets $1"
     3180     ac_need_defaults=false ;;
    27833181
    27843182  esac
     
    27963194cat >>$CONFIG_STATUS <<_ACEOF
    27973195if \$ac_cs_recheck; then
    2798   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    2799   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    2800 fi
    2801 
    2802 _ACEOF
    2803 
    2804 
    2805 
    2806 
    2807 
     3196  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     3197  CONFIG_SHELL=$SHELL
     3198  export CONFIG_SHELL
     3199  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     3200fi
     3201
     3202_ACEOF
    28083203cat >>$CONFIG_STATUS <<\_ACEOF
     3204exec 5>>config.log
     3205{
     3206  echo
     3207  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
     3208## Running $as_me. ##
     3209_ASBOX
     3210  echo "$ac_log"
     3211} >&5
     3212
     3213_ACEOF
     3214cat >>$CONFIG_STATUS <<_ACEOF
     3215_ACEOF
     3216
     3217cat >>$CONFIG_STATUS <<\_ACEOF
     3218
     3219# Handling of arguments.
    28093220for ac_config_target in $ac_config_targets
    28103221do
    2811   case "$ac_config_target" in
    2812   # Handling of arguments.
    2813   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     3222  case $ac_config_target in
     3223    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     3224
    28143225  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    28153226echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     
    28173228  esac
    28183229done
     3230
    28193231
    28203232# If the user did not use the arguments to specify the items to instantiate,
     
    28273239
    28283240# Have a temporary directory for convenience.  Make it in the build tree
    2829 # simply because there is no reason to put it here, and in addition,
     3241# simply because there is no reason against having it here, and in addition,
    28303242# creating and moving files from /tmp can sometimes cause problems.
    2831 # Create a temporary directory, and hook for its removal unless debugging.
     3243# Hook for its removal unless debugging.
     3244# Note that there is a small window in which the directory will not be cleaned:
     3245# after its creation but before its name has been assigned to `$tmp'.
    28323246$debug ||
    28333247{
    2834   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     3248  tmp=
     3249  trap 'exit_status=$?
     3250  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     3251' 0
    28353252  trap '{ (exit 1); exit 1; }' 1 2 13 15
    28363253}
    2837 
    28383254# Create a (secure) tmp directory for tmp files.
    28393255
    28403256{
    2841   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     3257  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    28423258  test -n "$tmp" && test -d "$tmp"
    28433259}  ||
    28443260{
    2845   tmp=./confstat$$-$RANDOM
    2846   (umask 077 && mkdir $tmp)
     3261  tmp=./conf$$-$RANDOM
     3262  (umask 077 && mkdir "$tmp")
    28473263} ||
    28483264{
     
    28513267}
    28523268
    2853 _ACEOF
    2854 
    2855 cat >>$CONFIG_STATUS <<_ACEOF
    2856 
    28573269#
    2858 # CONFIG_FILES section.
     3270# Set up the sed scripts for CONFIG_FILES section.
    28593271#
    28603272
    28613273# No need to generate the scripts if there are no CONFIG_FILES.
    28623274# This happens for instance when ./config.status config.h
    2863 if test -n "\$CONFIG_FILES"; then
    2864   # Protect against being on the right side of a sed subst in config.status.
    2865   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    2866    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    2867 s,@SHELL@,$SHELL,;t t
    2868 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    2869 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    2870 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    2871 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    2872 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    2873 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    2874 s,@exec_prefix@,$exec_prefix,;t t
    2875 s,@prefix@,$prefix,;t t
    2876 s,@program_transform_name@,$program_transform_name,;t t
    2877 s,@bindir@,$bindir,;t t
    2878 s,@sbindir@,$sbindir,;t t
    2879 s,@libexecdir@,$libexecdir,;t t
    2880 s,@datadir@,$datadir,;t t
    2881 s,@sysconfdir@,$sysconfdir,;t t
    2882 s,@sharedstatedir@,$sharedstatedir,;t t
    2883 s,@localstatedir@,$localstatedir,;t t
    2884 s,@libdir@,$libdir,;t t
    2885 s,@includedir@,$includedir,;t t
    2886 s,@oldincludedir@,$oldincludedir,;t t
    2887 s,@infodir@,$infodir,;t t
    2888 s,@mandir@,$mandir,;t t
    2889 s,@build_alias@,$build_alias,;t t
    2890 s,@host_alias@,$host_alias,;t t
    2891 s,@target_alias@,$target_alias,;t t
    2892 s,@DEFS@,$DEFS,;t t
    2893 s,@ECHO_C@,$ECHO_C,;t t
    2894 s,@ECHO_N@,$ECHO_N,;t t
    2895 s,@ECHO_T@,$ECHO_T,;t t
    2896 s,@LIBS@,$LIBS,;t t
    2897 s,@CC@,$CC,;t t
    2898 s,@CFLAGS@,$CFLAGS,;t t
    2899 s,@LDFLAGS@,$LDFLAGS,;t t
    2900 s,@CPPFLAGS@,$CPPFLAGS,;t t
    2901 s,@ac_ct_CC@,$ac_ct_CC,;t t
    2902 s,@EXEEXT@,$EXEEXT,;t t
    2903 s,@OBJEXT@,$OBJEXT,;t t
    2904 s,@RANLIB@,$RANLIB,;t t
    2905 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    2906 s,@LIBOBJS@,$LIBOBJS,;t t
    2907 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    2908 CEOF
    2909 
    2910 _ACEOF
    2911 
    2912   cat >>$CONFIG_STATUS <<\_ACEOF
    2913   # Split the substitutions into bite-sized pieces for seds with
    2914   # small command number limits, like on Digital OSF/1 and HP-UX.
    2915   ac_max_sed_lines=48
    2916   ac_sed_frag=1 # Number of current file.
    2917   ac_beg=1 # First line for current file.
    2918   ac_end=$ac_max_sed_lines # Line after last line for current file.
    2919   ac_more_lines=:
    2920   ac_sed_cmds=
    2921   while $ac_more_lines; do
    2922     if test $ac_beg -gt 1; then
    2923       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    2924     else
    2925       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     3275if test -n "$CONFIG_FILES"; then
     3276
     3277_ACEOF
     3278
     3279
     3280
     3281ac_delim='%!_!# '
     3282for ac_last_try in false false false false false :; do
     3283  cat >conf$$subs.sed <<_ACEOF
     3284SHELL!$SHELL$ac_delim
     3285PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     3286PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     3287PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     3288PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     3289PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     3290PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     3291exec_prefix!$exec_prefix$ac_delim
     3292prefix!$prefix$ac_delim
     3293program_transform_name!$program_transform_name$ac_delim
     3294bindir!$bindir$ac_delim
     3295sbindir!$sbindir$ac_delim
     3296libexecdir!$libexecdir$ac_delim
     3297datarootdir!$datarootdir$ac_delim
     3298datadir!$datadir$ac_delim
     3299sysconfdir!$sysconfdir$ac_delim
     3300sharedstatedir!$sharedstatedir$ac_delim
     3301localstatedir!$localstatedir$ac_delim
     3302includedir!$includedir$ac_delim
     3303oldincludedir!$oldincludedir$ac_delim
     3304docdir!$docdir$ac_delim
     3305infodir!$infodir$ac_delim
     3306htmldir!$htmldir$ac_delim
     3307dvidir!$dvidir$ac_delim
     3308pdfdir!$pdfdir$ac_delim
     3309psdir!$psdir$ac_delim
     3310libdir!$libdir$ac_delim
     3311localedir!$localedir$ac_delim
     3312mandir!$mandir$ac_delim
     3313DEFS!$DEFS$ac_delim
     3314ECHO_C!$ECHO_C$ac_delim
     3315ECHO_N!$ECHO_N$ac_delim
     3316ECHO_T!$ECHO_T$ac_delim
     3317LIBS!$LIBS$ac_delim
     3318build_alias!$build_alias$ac_delim
     3319host_alias!$host_alias$ac_delim
     3320target_alias!$target_alias$ac_delim
     3321CC!$CC$ac_delim
     3322CFLAGS!$CFLAGS$ac_delim
     3323LDFLAGS!$LDFLAGS$ac_delim
     3324CPPFLAGS!$CPPFLAGS$ac_delim
     3325ac_ct_CC!$ac_ct_CC$ac_delim
     3326EXEEXT!$EXEEXT$ac_delim
     3327OBJEXT!$OBJEXT$ac_delim
     3328RANLIB!$RANLIB$ac_delim
     3329LIBOBJS!$LIBOBJS$ac_delim
     3330LTLIBOBJS!$LTLIBOBJS$ac_delim
     3331_ACEOF
     3332
     3333  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 47; then
     3334    break
     3335  elif $ac_last_try; then
     3336    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3337echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3338   { (exit 1); exit 1; }; }
     3339  else
     3340    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     3341  fi
     3342done
     3343
     3344ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     3345if test -n "$ac_eof"; then
     3346  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     3347  ac_eof=`expr $ac_eof + 1`
     3348fi
     3349
     3350cat >>$CONFIG_STATUS <<_ACEOF
     3351cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     3352/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     3353_ACEOF
     3354sed '
     3355s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     3356s/^/s,@/; s/!/@,|#_!!_#|/
     3357:n
     3358t n
     3359s/'"$ac_delim"'$/,g/; t
     3360s/$/\\/; p
     3361N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     3362' >>$CONFIG_STATUS <conf$$subs.sed
     3363rm -f conf$$subs.sed
     3364cat >>$CONFIG_STATUS <<_ACEOF
     3365:end
     3366s/|#_!!_#|//g
     3367CEOF$ac_eof
     3368_ACEOF
     3369
     3370
     3371# VPATH may cause trouble with some makes, so we remove $(srcdir),
     3372# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     3373# trailing colons and then remove the whole line if VPATH becomes empty
     3374# (actually we leave an empty line to preserve line numbers).
     3375if test "x$srcdir" = x.; then
     3376  ac_vpsub='/^[  ]*VPATH[        ]*=/{
     3377s/:*\$(srcdir):*/:/
     3378s/:*\${srcdir}:*/:/
     3379s/:*@srcdir@:*/:/
     3380s/^\([^=]*=[     ]*\):*/\1/
     3381s/:*$//
     3382s/^[^=]*=[       ]*$//
     3383}'
     3384fi
     3385
     3386cat >>$CONFIG_STATUS <<\_ACEOF
     3387fi # test -n "$CONFIG_FILES"
     3388
     3389
     3390for ac_tag in  :F $CONFIG_FILES
     3391do
     3392  case $ac_tag in
     3393  :[FHLC]) ac_mode=$ac_tag; continue;;
     3394  esac
     3395  case $ac_mode$ac_tag in
     3396  :[FHL]*:*);;
     3397  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     3398echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     3399   { (exit 1); exit 1; }; };;
     3400  :[FH]-) ac_tag=-:-;;
     3401  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     3402  esac
     3403  ac_save_IFS=$IFS
     3404  IFS=:
     3405  set x $ac_tag
     3406  IFS=$ac_save_IFS
     3407  shift
     3408  ac_file=$1
     3409  shift
     3410
     3411  case $ac_mode in
     3412  :L) ac_source=$1;;
     3413  :[FH])
     3414    ac_file_inputs=
     3415    for ac_f
     3416    do
     3417      case $ac_f in
     3418      -) ac_f="$tmp/stdin";;
     3419      *) # Look for the file first in the build tree, then in the source tree
     3420         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     3421         # because $ac_f cannot contain `:'.
     3422         test -f "$ac_f" ||
     3423           case $ac_f in
     3424           [\\/$]*) false;;
     3425           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     3426           esac ||
     3427           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     3428echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     3429   { (exit 1); exit 1; }; };;
     3430      esac
     3431      ac_file_inputs="$ac_file_inputs $ac_f"
     3432    done
     3433
     3434    # Let's still pretend it is `configure' which instantiates (i.e., don't
     3435    # use $as_me), people would be surprised to read:
     3436    #    /* config.h.  Generated by config.status.  */
     3437    configure_input="Generated from "`IFS=:
     3438          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     3439    if test x"$ac_file" != x-; then
     3440      configure_input="$ac_file.  $configure_input"
     3441      { echo "$as_me:$LINENO: creating $ac_file" >&5
     3442echo "$as_me: creating $ac_file" >&6;}
    29263443    fi
    2927     if test ! -s $tmp/subs.frag; then
    2928       ac_more_lines=false
    2929     else
    2930       # The purpose of the label and of the branching condition is to
    2931       # speed up the sed processing (if there are no `@' at all, there
    2932       # is no need to browse any of the substitutions).
    2933       # These are the two extra sed commands mentioned above.
    2934       (echo ':t
    2935   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    2936       if test -z "$ac_sed_cmds"; then
    2937         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    2938       else
    2939         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    2940       fi
    2941       ac_sed_frag=`expr $ac_sed_frag + 1`
    2942       ac_beg=$ac_end
    2943       ac_end=`expr $ac_end + $ac_max_sed_lines`
    2944     fi
    2945   done
    2946   if test -z "$ac_sed_cmds"; then
    2947     ac_sed_cmds=cat
    2948   fi
    2949 fi # test -n "$CONFIG_FILES"
    2950 
    2951 _ACEOF
    2952 cat >>$CONFIG_STATUS <<\_ACEOF
    2953 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    2954   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    2955   case $ac_file in
    2956   - | *:- | *:-:* ) # input from stdin
    2957         cat >$tmp/stdin
    2958         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    2959         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2960   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    2961         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2962   * )   ac_file_in=$ac_file.in ;;
     3444
     3445    case $ac_tag in
     3446    *:-:* | *:-) cat >"$tmp/stdin";;
     3447    esac
     3448    ;;
    29633449  esac
    29643450
    2965   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    2966   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     3451  ac_dir=`$as_dirname -- "$ac_file" ||
    29673452$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    29683453         X"$ac_file" : 'X\(//\)[^/]' \| \
    29693454         X"$ac_file" : 'X\(//\)$' \| \
    2970          X"$ac_file" : 'X\(/\)' \| \
    2971          .     : '\(.\)' 2>/dev/null ||
     3455         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    29723456echo X"$ac_file" |
    2973     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2974           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2975           /^X\(\/\/\)$/{ s//\1/; q; }
    2976           /^X\(\/\).*/{ s//\1/; q; }
    2977           s/.*/./; q'`
    2978   { if $as_mkdir_p; then
    2979     mkdir -p "$ac_dir"
    2980   else
    2981     as_dir="$ac_dir"
     3457    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     3458            s//\1/
     3459            q
     3460          }
     3461          /^X\(\/\/\)[^/].*/{
     3462            s//\1/
     3463            q
     3464          }
     3465          /^X\(\/\/\)$/{
     3466            s//\1/
     3467            q
     3468          }
     3469          /^X\(\/\).*/{
     3470            s//\1/
     3471            q
     3472          }
     3473          s/.*/./; q'`
     3474  { as_dir="$ac_dir"
     3475  case $as_dir in #(
     3476  -*) as_dir=./$as_dir;;
     3477  esac
     3478  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    29823479    as_dirs=
    2983     while test ! -d "$as_dir"; do
    2984       as_dirs="$as_dir $as_dirs"
    2985       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     3480    while :; do
     3481      case $as_dir in #(
     3482      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     3483      *) as_qdir=$as_dir;;
     3484      esac
     3485      as_dirs="'$as_qdir' $as_dirs"
     3486      as_dir=`$as_dirname -- "$as_dir" ||
    29863487$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    29873488         X"$as_dir" : 'X\(//\)[^/]' \| \
    29883489         X"$as_dir" : 'X\(//\)$' \| \
    2989          X"$as_dir" : 'X\(/\)' \| \
    2990          .     : '\(.\)' 2>/dev/null ||
     3490         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    29913491echo X"$as_dir" |
    2992     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2993           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2994           /^X\(\/\/\)$/{ s//\1/; q; }
    2995           /^X\(\/\).*/{ s//\1/; q; }
    2996           s/.*/./; q'`
     3492    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     3493            s//\1/
     3494            q
     3495          }
     3496          /^X\(\/\/\)[^/].*/{
     3497            s//\1/
     3498            q
     3499          }
     3500          /^X\(\/\/\)$/{
     3501            s//\1/
     3502            q
     3503          }
     3504          /^X\(\/\).*/{
     3505            s//\1/
     3506            q
     3507          }
     3508          s/.*/./; q'`
     3509      test -d "$as_dir" && break
    29973510    done
    2998     test ! -n "$as_dirs" || mkdir $as_dirs
    2999   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    3000 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     3511    test -z "$as_dirs" || eval "mkdir $as_dirs"
     3512  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     3513echo "$as_me: error: cannot create directory $as_dir" >&2;}
    30013514   { (exit 1); exit 1; }; }; }
    3002 
    30033515  ac_builddir=.
    30043516
    3005 if test "$ac_dir" != .; then
     3517case "$ac_dir" in
     3518.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3519*)
    30063520  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    3007   # A "../" for each directory in $ac_dir_suffix.
    3008   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    3009 else
    3010   ac_dir_suffix= ac_top_builddir=
    3011 fi
     3521  # A ".." for each directory in $ac_dir_suffix.
     3522  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     3523  case $ac_top_builddir_sub in
     3524  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3525  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     3526  esac ;;
     3527esac
     3528ac_abs_top_builddir=$ac_pwd
     3529ac_abs_builddir=$ac_pwd$ac_dir_suffix
     3530# for backward compatibility:
     3531ac_top_builddir=$ac_top_build_prefix
    30123532
    30133533case $srcdir in
    3014   .)  # No --srcdir option.  We are building in place.
     3534  .)  # We are building in place.
    30153535    ac_srcdir=.
    3016     if test -z "$ac_top_builddir"; then
    3017        ac_top_srcdir=.
    3018     else
    3019        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    3020     fi ;;
    3021   [\\/]* | ?:[\\/]* )  # Absolute path.
     3536    ac_top_srcdir=$ac_top_builddir_sub
     3537    ac_abs_top_srcdir=$ac_pwd ;;
     3538  [\\/]* | ?:[\\/]* )  # Absolute name.
    30223539    ac_srcdir=$srcdir$ac_dir_suffix;
    3023     ac_top_srcdir=$srcdir ;;
    3024   *) # Relative path.
    3025     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    3026     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     3540    ac_top_srcdir=$srcdir
     3541    ac_abs_top_srcdir=$srcdir ;;
     3542  *) # Relative name.
     3543    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     3544    ac_top_srcdir=$ac_top_build_prefix$srcdir
     3545    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    30273546esac
    3028 
    3029 # Do not use `cd foo && pwd` to compute absolute paths, because
    3030 # the directories may not exist.
    3031 case `pwd` in
    3032 .) ac_abs_builddir="$ac_dir";;
    3033 *)
    3034   case "$ac_dir" in
    3035   .) ac_abs_builddir=`pwd`;;
    3036   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    3037   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    3038   esac;;
     3547ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     3548
     3549
     3550  case $ac_mode in
     3551  :F)
     3552  #
     3553  # CONFIG_FILE
     3554  #
     3555
     3556_ACEOF
     3557
     3558cat >>$CONFIG_STATUS <<\_ACEOF
     3559# If the template does not know about datarootdir, expand it.
     3560# FIXME: This hack should be removed a few years after 2.60.
     3561ac_datarootdir_hack=; ac_datarootdir_seen=
     3562
     3563case `sed -n '/datarootdir/ {
     3564  p
     3565  q
     3566}
     3567/@datadir@/p
     3568/@docdir@/p
     3569/@infodir@/p
     3570/@localedir@/p
     3571/@mandir@/p
     3572' $ac_file_inputs` in
     3573*datarootdir*) ac_datarootdir_seen=yes;;
     3574*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     3575  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     3576echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     3577_ACEOF
     3578cat >>$CONFIG_STATUS <<_ACEOF
     3579  ac_datarootdir_hack='
     3580  s&@datadir@&$datadir&g
     3581  s&@docdir@&$docdir&g
     3582  s&@infodir@&$infodir&g
     3583  s&@localedir@&$localedir&g
     3584  s&@mandir@&$mandir&g
     3585    s&\\\${datarootdir}&$datarootdir&g' ;;
    30393586esac
    3040 case $ac_abs_builddir in
    3041 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    3042 *)
    3043   case ${ac_top_builddir}. in
    3044   .) ac_abs_top_builddir=$ac_abs_builddir;;
    3045   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    3046   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    3047   esac;;
    3048 esac
    3049 case $ac_abs_builddir in
    3050 .) ac_abs_srcdir=$ac_srcdir;;
    3051 *)
    3052   case $ac_srcdir in
    3053   .) ac_abs_srcdir=$ac_abs_builddir;;
    3054   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    3055   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    3056   esac;;
    3057 esac
    3058 case $ac_abs_builddir in
    3059 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    3060 *)
    3061   case $ac_top_srcdir in
    3062   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    3063   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    3064   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    3065   esac;;
    3066 esac
    3067 
    3068 
    3069 
    3070   if test x"$ac_file" != x-; then
    3071     { echo "$as_me:$LINENO: creating $ac_file" >&5
    3072 echo "$as_me: creating $ac_file" >&6;}
    3073     rm -f "$ac_file"
    3074   fi
    3075   # Let's still pretend it is `configure' which instantiates (i.e., don't
    3076   # use $as_me), people would be surprised to read:
    3077   #    /* config.h.  Generated by config.status.  */
    3078   if test x"$ac_file" = x-; then
    3079     configure_input=
    3080   else
    3081     configure_input="$ac_file.  "
    3082   fi
    3083   configure_input=$configure_input"Generated from `echo $ac_file_in |
    3084                                      sed 's,.*/,,'` by configure."
    3085 
    3086   # First look for the input files in the build tree, otherwise in the
    3087   # src tree.
    3088   ac_file_inputs=`IFS=:
    3089     for f in $ac_file_in; do
    3090       case $f in
    3091       -) echo $tmp/stdin ;;
    3092       [\\/$]*)
    3093          # Absolute (can't be DOS-style, as IFS=:)
    3094          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    3095 echo "$as_me: error: cannot find input file: $f" >&2;}
    3096    { (exit 1); exit 1; }; }
    3097          echo "$f";;
    3098       *) # Relative
    3099          if test -f "$f"; then
    3100            # Build tree
    3101            echo "$f"
    3102          elif test -f "$srcdir/$f"; then
    3103            # Source tree
    3104            echo "$srcdir/$f"
    3105          else
    3106            # /dev/null tree
    3107            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    3108 echo "$as_me: error: cannot find input file: $f" >&2;}
    3109    { (exit 1); exit 1; }; }
    3110          fi;;
    3111       esac
    3112     done` || { (exit 1); exit 1; }
    3113 _ACEOF
     3587_ACEOF
     3588
     3589# Neutralize VPATH when `$srcdir' = `.'.
     3590# Shell code in configure.ac might set extrasub.
     3591# FIXME: do we really want to maintain this feature?
    31143592cat >>$CONFIG_STATUS <<_ACEOF
    31153593  sed "$ac_vpsub
     
    31193597:t
    31203598/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    3121 s,@configure_input@,$configure_input,;t t
    3122 s,@srcdir@,$ac_srcdir,;t t
    3123 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    3124 s,@top_srcdir@,$ac_top_srcdir,;t t
    3125 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    3126 s,@builddir@,$ac_builddir,;t t
    3127 s,@abs_builddir@,$ac_abs_builddir,;t t
    3128 s,@top_builddir@,$ac_top_builddir,;t t
    3129 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    3130 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    3131   rm -f $tmp/stdin
    3132   if test x"$ac_file" != x-; then
    3133     mv $tmp/out $ac_file
    3134   else
    3135     cat $tmp/out
    3136     rm -f $tmp/out
    3137   fi
    3138 
    3139 done
    3140 _ACEOF
    3141 
    3142 cat >>$CONFIG_STATUS <<\_ACEOF
     3599s&@configure_input@&$configure_input&;t t
     3600s&@top_builddir@&$ac_top_builddir_sub&;t t
     3601s&@srcdir@&$ac_srcdir&;t t
     3602s&@abs_srcdir@&$ac_abs_srcdir&;t t
     3603s&@top_srcdir@&$ac_top_srcdir&;t t
     3604s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     3605s&@builddir@&$ac_builddir&;t t
     3606s&@abs_builddir@&$ac_abs_builddir&;t t
     3607s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     3608$ac_datarootdir_hack
     3609" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     3610
     3611test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     3612  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     3613  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     3614  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3615which seems to be undefined.  Please make sure it is defined." >&5
     3616echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3617which seems to be undefined.  Please make sure it is defined." >&2;}
     3618
     3619  rm -f "$tmp/stdin"
     3620  case $ac_file in
     3621  -) cat "$tmp/out"; rm -f "$tmp/out";;
     3622  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     3623  esac
     3624 ;;
     3625
     3626
     3627
     3628  esac
     3629
     3630done # for ac_tag
     3631
    31433632
    31443633{ (exit 0); exit 0; }
  • libfaim/rxhandlers.c

    rcf02dd6 rdab82f29  
    6767
    6868        mod->next = (aim_module_t *)sess->modlistv;
    69         (aim_module_t *)sess->modlistv = mod;
     69        /* (aim_module_t *)sess->modlistv = mod; */
     70        sess->modlistv = mod;
     71       
    7072
    7173        faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion);
Note: See TracChangeset for help on using the changeset viewer.