Changeset 1386:750a6cdabdc5


Ignore:
Timestamp:
10/22/09 12:55:15 (2 years ago)
Author:
niam
Branch:
default
Message:

code placement reorganization

Location:
src
Files:
330 moved

Legend:

Unmodified
Added
Removed
  • src/configure

    r1372 r1386  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for libdodo 0.0.0. 
     3# Generated by GNU Autoconf 2.63 for libdodo 0.0.0. 
    44# 
    55# Report bugs to <issues.libdodo.org>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     8# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    99# This configure script is free software; the Free Software Foundation 
    1010# gives unlimited permission to copy, distribute and modify it. 
     
    1818  emulate sh 
    1919  NULLCMD=: 
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    2121  # is contrary to our usage.  Disable this feature. 
    2222  alias -g '${1+"$@"}'='"$@"' 
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits 
    4141 
     42as_nl=' 
     43' 
     44export as_nl 
     45# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
     50  as_echo='printf %s\n' 
     51  as_echo_n='printf %s' 
     52else 
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
     55    as_echo_n='/usr/ucb/echo -n' 
     56  else 
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
     58    as_echo_n_body='eval 
     59      arg=$1; 
     60      case $arg in 
     61      *"$as_nl"*) 
     62        expr "X$arg" : "X\\(.*\\)$as_nl"; 
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
     64      esac; 
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
     66    ' 
     67    export as_echo_n_body 
     68    as_echo_n='sh -c $as_echo_n_body as_echo' 
     69  fi 
     70  export as_echo_body 
     71  as_echo='sh -c $as_echo_body as_echo' 
     72fi 
     73 
    4274# The user is always right. 
    4375if test "${PATH_SEPARATOR+set}" != set; then 
    44   echo "#! /bin/sh" >conf$$.sh 
    45   echo  "exit 0"   >>conf$$.sh 
    46   chmod +x conf$$.sh 
    47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    48     PATH_SEPARATOR=';' 
    49   else 
    50     PATH_SEPARATOR=: 
    51   fi 
    52   rm -f conf$$.sh 
     76  PATH_SEPARATOR=: 
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
     79      PATH_SEPARATOR=';' 
     80  } 
    5381fi 
    5482 
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    6795# splitting by setting IFS to empty value.) 
    68 as_nl=' 
    69 ' 
    7096IFS=" ""        $as_nl" 
    7197 
     
    90116fi 
    91117if test ! -f "$as_myself"; then 
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    93119  { (exit 1); exit 1; } 
    94120fi 
     
    103129 
    104130# NLS nuisances. 
    105 for as_var in \ 
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    108   LC_TELEPHONE LC_TIME 
    109 do 
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    111     eval $as_var=C; export $as_var 
    112   else 
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    114   fi 
    115 done 
     131LC_ALL=C 
     132export LC_ALL 
     133LANGUAGE=C 
     134export LANGUAGE 
    116135 
    117136# Required to use basename. 
     
    135154         X"$0" : 'X\(//\)$' \| \ 
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    137 echo X/"$0" | 
     156$as_echo X/"$0" | 
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    139158            s//\1/ 
     
    161180fi 
    162181 
    163   if test $as_have_required = yes &&     (eval ": 
     182  if test $as_have_required = yes &&     (eval ": 
    164183(as_func_return () { 
    165184  (exit \$1) 
     
    243262  emulate sh 
    244263  NULLCMD=: 
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    246265  # is contrary to our usage.  Disable this feature. 
    247266  alias -g '${1+"$@"}'='"$@"' 
     
    264283  emulate sh 
    265284  NULLCMD=: 
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    267286  # is contrary to our usage.  Disable this feature. 
    268287  alias -g '${1+"$@"}'='"$@"' 
     
    344363      if test "x$CONFIG_SHELL" != x; then 
    345364  for as_var in BASH_ENV ENV 
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    347         done 
    348         export CONFIG_SHELL 
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     365        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     366        done 
     367        export CONFIG_SHELL 
     368        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    350369fi 
    351370 
     
    416435test \$exitcode = 0") || { 
    417436  echo No shell found that supports shell functions. 
    418   echo Please tell autoconf@gnu.org about your system, 
    419   echo including any error possibly output before this 
    420   echo message 
     437  echo Please tell bug-autoconf@gnu.org about your system, 
     438  echo including any error possibly output before this message. 
     439  echo This can help us improve future autoconf versions. 
     440  echo Configuration will now proceed without shell functions. 
    421441} 
    422442 
     
    454474    ' >$as_me.lineno && 
    455475  chmod +x "$as_me.lineno" || 
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    457477   { (exit 1); exit 1; }; } 
    458478 
     
    482502  ECHO_N='-n';; 
    483503esac 
    484  
    485504if expr a : '\(a\)' >/dev/null 2>&1 && 
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    495514else 
    496515  rm -f conf$$.dir 
    497   mkdir conf$$.dir 
    498 fi 
    499 echo >conf$$.file 
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then 
    501   as_ln_s='ln -s' 
    502   # ... but there are two gotchas: 
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    505   # In both cases, we have to default to `cp -p'. 
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     516  mkdir conf$$.dir 2>/dev/null 
     517fi 
     518if (echo >conf$$.file) 2>/dev/null; then 
     519  if ln -s conf$$.file conf$$ 2>/dev/null; then 
     520    as_ln_s='ln -s' 
     521    # ... but there are two gotchas: 
     522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     524    # In both cases, we have to default to `cp -p'. 
     525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     526      as_ln_s='cp -p' 
     527  elif ln conf$$.file conf$$ 2>/dev/null; then 
     528    as_ln_s=ln 
     529  else 
    507530    as_ln_s='cp -p' 
    508 elif ln conf$$.file conf$$ 2>/dev/null; then 
    509   as_ln_s=ln 
     531  fi 
    510532else 
    511533  as_ln_s='cp -p' 
     
    532554    eval sh -c '\'' 
    533555      if test -d "$1"; then 
    534         test -d "$1/."; 
     556        test -d "$1/."; 
    535557      else 
    536558        case $1 in 
    537         -*)set "./$1";; 
     559        -*)set "./$1";; 
    538560        esac; 
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    616638#endif" 
    617639 
    618 ac_subst_vars='SHELL 
     640ac_subst_vars='LTLIBOBJS 
     641LIBOBJS 
     642DEBUG 
     643TESTS 
     644DEPS 
     645OBJECTS 
     646TAGS 
     647AR 
     648INSTALL_DATA 
     649INSTALL_SCRIPT 
     650INSTALL_PROGRAM 
     651SET_MAKE 
     652LN_S 
     653ac_ct_CXX 
     654CXXFLAGS 
     655CXX 
     656EGREP 
     657GREP 
     658CPP 
     659OBJEXT 
     660EXEEXT 
     661ac_ct_CC 
     662CPPFLAGS 
     663LDFLAGS 
     664CFLAGS 
     665CC 
     666SO_VERSION 
     667target_alias 
     668host_alias 
     669build_alias 
     670LIBS 
     671ECHO_T 
     672ECHO_N 
     673ECHO_C 
     674DEFS 
     675mandir 
     676localedir 
     677libdir 
     678psdir 
     679pdfdir 
     680dvidir 
     681htmldir 
     682infodir 
     683docdir 
     684oldincludedir 
     685includedir 
     686localstatedir 
     687sharedstatedir 
     688sysconfdir 
     689datadir 
     690datarootdir 
     691libexecdir 
     692sbindir 
     693bindir 
     694program_transform_name 
     695prefix 
     696exec_prefix 
     697PACKAGE_BUGREPORT 
     698PACKAGE_STRING 
     699PACKAGE_VERSION 
     700PACKAGE_TARNAME 
     701PACKAGE_NAME 
    619702PATH_SEPARATOR 
    620 PACKAGE_NAME 
    621 PACKAGE_TARNAME 
    622 PACKAGE_VERSION 
    623 PACKAGE_STRING 
    624 PACKAGE_BUGREPORT 
    625 exec_prefix 
    626 prefix 
    627 program_transform_name 
    628 bindir 
    629 sbindir 
    630 libexecdir 
    631 datarootdir 
    632 datadir 
    633 sysconfdir 
    634 sharedstatedir 
    635 localstatedir 
    636 includedir 
    637 oldincludedir 
    638 docdir 
    639 infodir 
    640 htmldir 
    641 dvidir 
    642 pdfdir 
    643 psdir 
    644 libdir 
    645 localedir 
    646 mandir 
    647 DEFS 
    648 ECHO_C 
    649 ECHO_N 
    650 ECHO_T 
    651 LIBS 
    652 build_alias 
    653 host_alias 
    654 target_alias 
    655 SO_VERSION 
    656 CC 
    657 CFLAGS 
    658 LDFLAGS 
    659 CPPFLAGS 
    660 ac_ct_CC 
    661 EXEEXT 
    662 OBJEXT 
    663 CPP 
    664 GREP 
    665 EGREP 
    666 CXX 
    667 CXXFLAGS 
    668 ac_ct_CXX 
    669 LN_S 
    670 SET_MAKE 
    671 INSTALL_PROGRAM 
    672 INSTALL_SCRIPT 
    673 INSTALL_DATA 
    674 AR 
    675 TAGS 
    676 OBJECTS 
    677 DEPS 
    678 TESTS 
    679 DEBUG 
    680 LIBOBJS 
    681 LTLIBOBJS' 
     703SHELL' 
    682704ac_subst_files='' 
     705ac_user_opts=' 
     706enable_option_checking 
     707enable_debug 
     708enable_profiling 
     709enable_libwrap 
     710enable_deque 
     711enable_io_xexec 
     712enable_database_xexec 
     713with_ipc 
     714with_sqlite3 
     715with_openssl 
     716with_bfd 
     717with_postgresql 
     718with_mysql 
     719with_fast_cgi 
     720with_pcre 
     721with_dl 
     722enable_fast_dynamic_loading 
     723with_libxml2 
     724with_threading_lib 
     725with_pthread_lib 
     726with_pthread_path 
     727with_bzip2 
     728with_zlib 
     729enable_zlib_lib 
     730with_iconv 
     731enable_iconv_lib 
     732with_imagemagick 
     733enable_graphics_xexec 
     734' 
    683735      ac_precious_vars='build_alias 
    684736host_alias 
     
    698750ac_init_help= 
    699751ac_init_version=false 
     752ac_unrecognized_opts= 
     753ac_unrecognized_sep= 
    700754# The variables have the same names as the options, with 
    701755# dashes changed to underlines. 
     
    796850 
    797851  -disable-* | --disable-*) 
    798     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     852    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    799853    # Reject names that are not valid shell variable names. 
    800     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    801       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     854    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     855      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    802856   { (exit 1); exit 1; }; } 
    803     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    804     eval enable_$ac_feature=no ;; 
     857    ac_useropt_orig=$ac_useropt 
     858    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     859    case $ac_user_opts in 
     860      *" 
     861"enable_$ac_useropt" 
     862"*) ;; 
     863      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
     864         ac_unrecognized_sep=', ';; 
     865    esac 
     866    eval enable_$ac_useropt=no ;; 
    805867 
    806868  -docdir | --docdir | --docdi | --doc | --do) 
     
    815877 
    816878  -enable-* | --enable-*) 
    817     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     879    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    818880    # Reject names that are not valid shell variable names. 
    819     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    820       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     881    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     882      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    821883   { (exit 1); exit 1; }; } 
    822     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    823     eval enable_$ac_feature=\$ac_optarg ;; 
     884    ac_useropt_orig=$ac_useropt 
     885    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     886    case $ac_user_opts in 
     887      *" 
     888"enable_$ac_useropt" 
     889"*) ;; 
     890      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
     891         ac_unrecognized_sep=', ';; 
     892    esac 
     893    eval enable_$ac_useropt=\$ac_optarg ;; 
    824894 
    825895  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    10121082 
    10131083  -with-* | --with-*) 
    1014     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1084    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10151085    # Reject names that are not valid shell variable names. 
    1016     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1017       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1086    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1087      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10181088   { (exit 1); exit 1; }; } 
    1019     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1020     eval with_$ac_package=\$ac_optarg ;; 
     1089    ac_useropt_orig=$ac_useropt 
     1090    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1091    case $ac_user_opts in 
     1092      *" 
     1093"with_$ac_useropt" 
     1094"*) ;; 
     1095      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
     1096         ac_unrecognized_sep=', ';; 
     1097    esac 
     1098    eval with_$ac_useropt=\$ac_optarg ;; 
    10211099 
    10221100  -without-* | --without-*) 
    1023     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1101    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10241102    # Reject names that are not valid shell variable names. 
    1025     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1026       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1103    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1104      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10271105   { (exit 1); exit 1; }; } 
    1028     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1029     eval with_$ac_package=no ;; 
     1106    ac_useropt_orig=$ac_useropt 
     1107    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1108    case $ac_user_opts in 
     1109      *" 
     1110"with_$ac_useropt" 
     1111"*) ;; 
     1112      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
     1113         ac_unrecognized_sep=', ';; 
     1114    esac 
     1115    eval with_$ac_useropt=no ;; 
    10301116 
    10311117  --x) 
     
    10471133    x_libraries=$ac_optarg ;; 
    10481134 
    1049   -*) { echo "$as_me: error: unrecognized option: $ac_option 
     1135  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
    10501136Try \`$0 --help' for more information." >&2 
    10511137   { (exit 1); exit 1; }; } 
     
    10561142    # Reject names that are not valid shell variable names. 
    10571143    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1058       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1144      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    10591145   { (exit 1); exit 1; }; } 
    10601146    eval $ac_envvar=\$ac_optarg 
     
    10631149  *) 
    10641150    # FIXME: should be removed in autoconf 3.0. 
    1065     echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1151    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    10661152    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1067       echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1153      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    10681154    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    10691155    ;; 
     
    10741160if test -n "$ac_prev"; then 
    10751161  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1076   { echo "$as_me: error: missing argument to $ac_option" >&2 
     1162  { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
    10771163   { (exit 1); exit 1; }; } 
    10781164fi 
    10791165 
    1080 # Be sure to have absolute directory names. 
     1166if test -n "$ac_unrecognized_opts"; then 
     1167  case $enable_option_checking in 
     1168    no) ;; 
     1169    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 
     1170   { (exit 1); exit 1; }; } ;; 
     1171    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 
     1172  esac 
     1173fi 
     1174 
     1175# Check all directory arguments for consistency. 
    10811176for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    10821177                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    10851180do 
    10861181  eval ac_val=\$$ac_var 
     1182  # Remove trailing slashes. 
     1183  case $ac_val in 
     1184    */ ) 
     1185      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
     1186      eval $ac_var=\$ac_val;; 
     1187  esac 
     1188  # Be sure to have absolute directory names. 
    10871189  case $ac_val in 
    10881190    [\\/$]* | ?:[\\/]* )  continue;; 
    10891191    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    10901192  esac 
    1091   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1193  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    10921194   { (exit 1); exit 1; }; } 
    10931195done 
     
    11041206  if test "x$build_alias" = x; then 
    11051207    cross_compiling=maybe 
    1106     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1208    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    11071209    If a cross compiler is detected then cross compile mode will be used." >&2 
    11081210  elif test "x$build_alias" != "x$host_alias"; then 
     
    11201222ac_ls_di=`ls -di .` && 
    11211223ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1122   { echo "$as_me: error: Working directory cannot be determined" >&2 
     1224  { $as_echo "$as_me: error: working directory cannot be determined" >&2 
    11231225   { (exit 1); exit 1; }; } 
    11241226test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1125   { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1227  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
    11261228   { (exit 1); exit 1; }; } 
    11271229 
     
    11311233  ac_srcdir_defaulted=yes 
    11321234  # Try the directory containing this script, then the parent directory. 
    1133   ac_confdir=`$as_dirname -- "$0" || 
    1134 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1135          X"$0" : 'X\(//\)[^/]' \| \ 
    1136          X"$0" : 'X\(//\)$' \| \ 
    1137          X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    1138 echo X"$0" | 
     1235  ac_confdir=`$as_dirname -- "$as_myself" || 
     1236$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1237         X"$as_myself" : 'X\(//\)[^/]' \| \ 
     1238         X"$as_myself" : 'X\(//\)$' \| \ 
     1239         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
     1240$as_echo X"$as_myself" | 
    11391241    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    11401242            s//\1/ 
     
    11631265if test ! -r "$srcdir/$ac_unique_file"; then 
    11641266  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1165   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1267  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    11661268   { (exit 1); exit 1; }; } 
    11671269fi 
    11681270ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    11691271ac_abs_confdir=`( 
    1170         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
     1272        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
    11711273   { (exit 1); exit 1; }; } 
    11721274        pwd)` 
     
    12171319Installation directories: 
    12181320  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1219                           [$ac_default_prefix] 
     1321                          [$ac_default_prefix] 
    12201322  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1221                           [PREFIX] 
     1323                          [PREFIX] 
    12221324 
    12231325By default, \`make install' will install all the files in 
     
    12291331 
    12301332Fine tuning of the installation directories: 
    1231   --bindir=DIR           user executables [EPREFIX/bin] 
    1232   --sbindir=DIR          system admin executables [EPREFIX/sbin] 
    1233   --libexecdir=DIR       program executables [EPREFIX/libexec] 
    1234   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
    1235   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
    1236   --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
    1237   --libdir=DIR           object code libraries [EPREFIX/lib] 
    1238   --includedir=DIR       C header files [PREFIX/include] 
    1239   --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
    1240   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
    1241   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
    1242   --infodir=DIR          info documentation [DATAROOTDIR/info] 
    1243   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
    1244   --mandir=DIR           man documentation [DATAROOTDIR/man] 
    1245   --docdir=DIR           documentation root [DATAROOTDIR/doc/libdodo] 
    1246   --htmldir=DIR          html documentation [DOCDIR] 
    1247   --dvidir=DIR           dvi documentation [DOCDIR] 
    1248   --pdfdir=DIR           pdf documentation [DOCDIR] 
    1249   --psdir=DIR            ps documentation [DOCDIR] 
     1333  --bindir=DIR            user executables [EPREFIX/bin] 
     1334  --sbindir=DIR           system admin executables [EPREFIX/sbin] 
     1335  --libexecdir=DIR        program executables [EPREFIX/libexec] 
     1336  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
     1337  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
     1338  --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
     1339  --libdir=DIR            object code libraries [EPREFIX/lib] 
     1340  --includedir=DIR        C header files [PREFIX/include] 
     1341  --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
     1342  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
     1343  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
     1344  --infodir=DIR           info documentation [DATAROOTDIR/info] 
     1345  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
     1346  --mandir=DIR            man documentation [DATAROOTDIR/man] 
     1347  --docdir=DIR            documentation root [DATAROOTDIR/doc/libdodo] 
     1348  --htmldir=DIR           html documentation [DOCDIR] 
     1349  --dvidir=DIR            dvi documentation [DOCDIR] 
     1350  --pdfdir=DIR            pdf documentation [DOCDIR] 
     1351  --psdir=DIR             ps documentation [DOCDIR] 
    12501352_ACEOF 
    12511353 
     
    12611363 
    12621364Optional Features: 
     1365  --disable-option-checking  ignore unrecognized --enable/--with options 
    12631366  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    12641367  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    13291432  # If there are subdirs, report their specific --help. 
    13301433  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1331     test -d "$ac_dir" || continue 
     1434    test -d "$ac_dir" || 
     1435      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
     1436      continue 
    13321437    ac_builddir=. 
    13331438 
     
    13351440.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    13361441*) 
    1337   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     1442  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    13381443  # A ".." for each directory in $ac_dir_suffix. 
    1339   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     1444  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
    13401445  case $ac_top_builddir_sub in 
    13411446  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    13731478      $SHELL "$ac_srcdir/configure" --help=recursive 
    13741479    else 
    1375       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1480      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    13761481    fi || ac_status=$? 
    13771482    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    13831488  cat <<\_ACEOF 
    13841489libdodo configure 0.0.0 
    1385 generated by GNU Autoconf 2.61 
     1490generated by GNU Autoconf 2.63 
    13861491 
    13871492Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1388 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     14932002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    13891494This configure script is free software; the Free Software Foundation 
    13901495gives unlimited permission to copy, distribute and modify it. 
     
    13971502 
    13981503It was created by libdodo $as_me 0.0.0, which was 
    1399 generated by GNU Autoconf 2.61.  Invocation command line was 
     1504generated by GNU Autoconf 2.63.  Invocation command line was 
    14001505 
    14011506  $ $0 $@ 
     
    14331538  IFS=$as_save_IFS 
    14341539  test -z "$as_dir" && as_dir=. 
    1435   echo "PATH: $as_dir" 
     1540  $as_echo "PATH: $as_dir" 
    14361541done 
    14371542IFS=$as_save_IFS 
     
    14681573      continue ;; 
    14691574    *\'*) 
    1470       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1575      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    14711576    esac 
    14721577    case $ac_pass in 
     
    15201625    *${as_nl}*) 
    15211626      case $ac_var in #( 
    1522       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1523 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     1627      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 
     1628$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 
    15241629      esac 
    15251630      case $ac_var in #( 
    15261631      _ | IFS | as_nl) ;; #( 
     1632      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    15271633      *) $as_unset $ac_var ;; 
    15281634      esac ;; 
     
    15541660      eval ac_val=\$$ac_var 
    15551661      case $ac_val in 
    1556       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1662      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15571663      esac 
    1558       echo "$ac_var='\''$ac_val'\''" 
     1664      $as_echo "$ac_var='\''$ac_val'\''" 
    15591665    done | sort 
    15601666    echo 
     
    15711677        eval ac_val=\$$ac_var 
    15721678        case $ac_val in 
    1573         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1679        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15741680        esac 
    1575         echo "$ac_var='\''$ac_val'\''" 
     1681        $as_echo "$ac_var='\''$ac_val'\''" 
    15761682      done | sort 
    15771683      echo 
     
    15891695    fi 
    15901696    test "$ac_signal" != 0 && 
    1591       echo "$as_me: caught signal $ac_signal" 
    1592     echo "$as_me: exit $exit_status" 
     1697      $as_echo "$as_me: caught signal $ac_signal" 
     1698    $as_echo "$as_me: exit $exit_status" 
    15931699  } >&5 
    15941700  rm -f core *.core core.conftest.* && 
     
    16321738 
    16331739# Let the site file select an alternate cache file if it wants to. 
    1634 # Prefer explicitly selected file to automatically selected ones. 
     1740# Prefer an explicitly selected file to automatically selected ones. 
     1741ac_site_file1=NONE 
     1742ac_site_file2=NONE 
    16351743if test -n "$CONFIG_SITE"; then 
    1636   set x "$CONFIG_SITE" 
     1744  ac_site_file1=$CONFIG_SITE 
    16371745elif test "x$prefix" != xNONE; then 
    1638   set x "$prefix/share/config.site" "$prefix/etc/config.site" 
    1639 else 
    1640   set x "$ac_default_prefix/share/config.site" \ 
    1641         "$ac_default_prefix/etc/config.site" 
    1642 fi 
    1643 shift 
    1644 for ac_site_file 
     1746  ac_site_file1=$prefix/share/config.site 
     1747  ac_site_file2=$prefix/etc/config.site 
     1748else 
     1749  ac_site_file1=$ac_default_prefix/share/config.site 
     1750  ac_site_file2=$ac_default_prefix/etc/config.site 
     1751fi 
     1752for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
    16451753do 
     1754  test "x$ac_site_file" = xNONE && continue 
    16461755  if test -r "$ac_site_file"; then 
    1647     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1648 echo "$as_me: loading site script $ac_site_file" >&6;} 
     1756    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1757$as_echo "$as_me: loading site script $ac_site_file" >&6;} 
    16491758    sed 's/^/| /' "$ac_site_file" >&5 
    16501759    . "$ac_site_file" 
     
    16561765  # files actually), so we avoid doing that. 
    16571766  if test -f "$cache_file"; then 
    1658     { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1659 echo "$as_me: loading cache $cache_file" >&6;} 
     1767    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1768$as_echo "$as_me: loading cache $cache_file" >&6;} 
    16601769    case $cache_file in 
    16611770      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    16641773  fi 
    16651774else 
    1666   { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1667 echo "$as_me: creating cache $cache_file" >&6;} 
     1775  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1776$as_echo "$as_me: creating cache $cache_file" >&6;} 
    16681777  >$cache_file 
    16691778fi 
     
    16791788  case $ac_old_set,$ac_new_set in 
    16801789    set,) 
    1681       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1682 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1790      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1791$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    16831792      ac_cache_corrupted=: ;; 
    16841793    ,set) 
    1685       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1686 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1794      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1795$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    16871796      ac_cache_corrupted=: ;; 
    16881797    ,);; 
    16891798    *) 
    16901799      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1691         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1692 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1693         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    1694 echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1695         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    1696 echo "$as_me:   current value: $ac_new_val" >&2;} 
    1697         ac_cache_corrupted=: 
     1800        # differences in whitespace do not lead to failure. 
     1801        ac_old_val_w=`echo x $ac_old_val` 
     1802        ac_new_val_w=`echo x $ac_new_val` 
     1803        if test "$ac_old_val_w" != "$ac_new_val_w"; then 
     1804          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1805$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1806          ac_cache_corrupted=: 
     1807        else 
     1808          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
     1809$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
     1810          eval $ac_var=\$ac_old_val 
     1811        fi 
     1812        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
     1813$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
     1814        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
     1815$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
    16981816      fi;; 
    16991817  esac 
     
    17011819  if test "$ac_new_set" = set; then 
    17021820    case $ac_new_val in 
    1703     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1821    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    17041822    *) ac_arg=$ac_var=$ac_new_val ;; 
    17051823    esac 
     
    17111829done 
    17121830if $ac_cache_corrupted; then 
    1713   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1714 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1715   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1716 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1831  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     1832$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     1833  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1834$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1835  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1836$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    17171837   { (exit 1); exit 1; }; } 
    17181838fi 
     
    17831903  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    17841904set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1785 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1905{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1906$as_echo_n "checking for $ac_word... " >&6; } 
    17871907if test "${ac_cv_prog_CC+set}" = set; then 
    1788   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1908  $as_echo_n "(cached) " >&6 
    17891909else 
    17901910  if test -n "$CC"; then 
     
    17991919  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18001920    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    1801     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1921    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18021922    break 2 
    18031923  fi 
     
    18101930CC=$ac_cv_prog_CC 
    18111931if test -n "$CC"; then 
    1812   { echo "$as_me:$LINENO: result: $CC" >&5 
    1813 echo "${ECHO_T}$CC" >&6; } 
    1814 else 
    1815   { echo "$as_me:$LINENO: result: no" >&5 
    1816 echo "${ECHO_T}no" >&6; } 
     1932  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     1933$as_echo "$CC" >&6; } 
     1934else 
     1935  { $as_echo "$as_me:$LINENO: result: no" >&5 
     1936$as_echo "no" >&6; } 
    18171937fi 
    18181938 
     
    18231943  # Extract the first word of "gcc", so it can be a program name with args. 
    18241944set dummy gcc; ac_word=$2 
    1825 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1945{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1946$as_echo_n "checking for $ac_word... " >&6; } 
    18271947if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    1828   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1948  $as_echo_n "(cached) " >&6 
    18291949else 
    18301950  if test -n "$ac_ct_CC"; then 
     
    18391959  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18401960    ac_cv_prog_ac_ct_CC="gcc" 
    1841     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1961    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18421962    break 2 
    18431963  fi 
     
    18501970ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    18511971if test -n "$ac_ct_CC"; then 
    1852   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1853 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    1854 else 
    1855   { echo "$as_me:$LINENO: result: no" >&5 
    1856 echo "${ECHO_T}no" >&6; } 
     1972  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     1973$as_echo "$ac_ct_CC" >&6; } 
     1974else 
     1975  { $as_echo "$as_me:$LINENO: result: no" >&5 
     1976$as_echo "no" >&6; } 
    18571977fi 
    18581978 
     
    18621982    case $cross_compiling:$ac_tool_warned in 
    18631983yes:) 
    1864 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    1865 whose name does not start with the host triplet.  If you think this 
    1866 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    1867 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    1868 whose name does not start with the host triplet.  If you think this 
    1869 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     1984{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
     1985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
    18701986ac_tool_warned=yes ;; 
    18711987esac 
     
    18801996    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    18811997set dummy ${ac_tool_prefix}cc; ac_word=$2 
    1882 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1998{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1999$as_echo_n "checking for $ac_word... " >&6; } 
    18842000if test "${ac_cv_prog_CC+set}" = set; then 
    1885   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2001  $as_echo_n "(cached) " >&6 
    18862002else 
    18872003  if test -n "$CC"; then 
     
    18962012  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18972013    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    1898     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2014    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18992015    break 2 
    19002016  fi 
     
    19072023CC=$ac_cv_prog_CC 
    19082024if test -n "$CC"; then 
    1909   { echo "$as_me:$LINENO: result: $CC" >&5 
    1910 echo "${ECHO_T}$CC" >&6; } 
    1911 else 
    1912   { echo "$as_me:$LINENO: result: no" >&5 
    1913 echo "${ECHO_T}no" >&6; } 
     2025  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2026$as_echo "$CC" >&6; } 
     2027else 
     2028  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2029$as_echo "no" >&6; } 
    19142030fi 
    19152031 
     
    19202036  # Extract the first word of "cc", so it can be a program name with args. 
    19212037set dummy cc; ac_word=$2 
    1922 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1923 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2038{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2039$as_echo_n "checking for $ac_word... " >&6; } 
    19242040if test "${ac_cv_prog_CC+set}" = set; then 
    1925   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2041  $as_echo_n "(cached) " >&6 
    19262042else 
    19272043  if test -n "$CC"; then 
     
    19412057     fi 
    19422058    ac_cv_prog_CC="cc" 
    1943     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2059    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19442060    break 2 
    19452061  fi 
     
    19642080CC=$ac_cv_prog_CC 
    19652081if test -n "$CC"; then 
    1966   { echo "$as_me:$LINENO: result: $CC" >&5 
    1967 echo "${ECHO_T}$CC" >&6; } 
    1968 else 
    1969   { echo "$as_me:$LINENO: result: no" >&5 
    1970 echo "${ECHO_T}no" >&6; } 
     2082  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2083$as_echo "$CC" >&6; } 
     2084else 
     2085  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2086$as_echo "no" >&6; } 
    19712087fi 
    19722088 
     
    19792095    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    19802096set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    1981 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2097{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2098$as_echo_n "checking for $ac_word... " >&6; } 
    19832099if test "${ac_cv_prog_CC+set}" = set; then 
    1984   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2100  $as_echo_n "(cached) " >&6 
    19852101else 
    19862102  if test -n "$CC"; then 
     
    19952111  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19962112    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    1997     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2113    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19982114    break 2 
    19992115  fi 
     
    20062122CC=$ac_cv_prog_CC 
    20072123if test -n "$CC"; then 
    2008   { echo "$as_me:$LINENO: result: $CC" >&5 
    2009 echo "${ECHO_T}$CC" >&6; } 
    2010 else 
    2011   { echo "$as_me:$LINENO: result: no" >&5 
    2012 echo "${ECHO_T}no" >&6; } 
     2124  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2125$as_echo "$CC" >&6; } 
     2126else 
     2127  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2128$as_echo "no" >&6; } 
    20132129fi 
    20142130 
     
    20232139  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    20242140set dummy $ac_prog; ac_word=$2 
    2025 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2141{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2142$as_echo_n "checking for $ac_word... " >&6; } 
    20272143if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2028   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2144  $as_echo_n "(cached) " >&6 
    20292145else 
    20302146  if test -n "$ac_ct_CC"; then 
     
    20392155  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20402156    ac_cv_prog_ac_ct_CC="$ac_prog" 
    2041     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2157    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20422158    break 2 
    20432159  fi 
     
    20502166ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    20512167if test -n "$ac_ct_CC"; then 
    2052   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2053 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    2054 else 
    2055   { echo "$as_me:$LINENO: result: no" >&5 
    2056 echo "${ECHO_T}no" >&6; } 
     2168  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2169$as_echo "$ac_ct_CC" >&6; } 
     2170else 
     2171  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2172$as_echo "no" >&6; } 
    20572173fi 
    20582174 
     
    20662182    case $cross_compiling:$ac_tool_warned in 
    20672183yes:) 
    2068 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    2069 whose name does not start with the host triplet.  If you think this 
    2070 configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2071 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    2072 whose name does not start with the host triplet.  If you think this 
    2073 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     2184{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
     2185$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
    20742186ac_tool_warned=yes ;; 
    20752187esac 
     
    20812193 
    20822194 
    2083 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2195test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     2196$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     2197{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    20842198See \`config.log' for more details." >&5 
    2085 echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2199$as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
    20862200See \`config.log' for more details." >&2;} 
    2087    { (exit 1); exit 1; }; } 
     2201   { (exit 1); exit 1; }; }; } 
    20882202 
    20892203# Provide some information about the compiler. 
    2090 echo "$as_me:$LINENO: checking for C compiler version" >&5 
    2091 ac_compiler=`set X $ac_compile; echo $2` 
     2204$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 
     2205set X $ac_compile 
     2206ac_compiler=$2 
    20922207{ (ac_try="$ac_compiler --version >&5" 
    20932208case "(($ac_try" in 
     
    20952210  *) ac_try_echo=$ac_try;; 
    20962211esac 
    2097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2212eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2213$as_echo "$ac_try_echo") >&5 
    20982214  (eval "$ac_compiler --version >&5") 2>&5 
    20992215  ac_status=$? 
    2100   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2216  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21012217  (exit $ac_status); } 
    21022218{ (ac_try="$ac_compiler -v >&5" 
     
    21052221  *) ac_try_echo=$ac_try;; 
    21062222esac 
    2107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2223eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2224$as_echo "$ac_try_echo") >&5 
    21082225  (eval "$ac_compiler -v >&5") 2>&5 
    21092226  ac_status=$? 
    2110   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2227  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21112228  (exit $ac_status); } 
    21122229{ (ac_try="$ac_compiler -V >&5" 
     
    21152232  *) ac_try_echo=$ac_try;; 
    21162233esac 
    2117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2234eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2235$as_echo "$ac_try_echo") >&5 
    21182236  (eval "$ac_compiler -V >&5") 2>&5 
    21192237  ac_status=$? 
    2120   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2238  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21212239  (exit $ac_status); } 
    21222240 
     
    21372255_ACEOF 
    21382256ac_clean_files_save=$ac_clean_files 
    2139 ac_clean_files="$ac_clean_files a.out a.exe b.out" 
     2257ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
    21402258# Try to create an executable without -o first, disregard a.out. 
    21412259# It will help us diagnose broken compilers, and finding out an intuition 
    21422260# of exeext. 
    2143 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    2144 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
    2145 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2146 # 
    2147 # List of possible output files, starting from the most likely. 
    2148 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
    2149 # only as a last resort.  b.out is created by i960 compilers. 
    2150 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
    2151 # 
    2152 # The IRIX 6 linker writes into existing files which may not be 
    2153 # executable, retaining their permissions.  Remove them first so a 
    2154 # subsequent execution test works. 
     2261{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     2262$as_echo_n "checking for C compiler default output file name... " >&6; } 
     2263ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     2264 
     2265# The possible output files: 
     2266ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
     2267 
    21552268ac_rmfiles= 
    21562269for ac_file in $ac_files 
    21572270do 
    21582271  case $ac_file in 
    2159     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     2272    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
    21602273    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    21612274  esac 
     
    21682281  *) ac_try_echo=$ac_try;; 
    21692282esac 
    2170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2283eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2284$as_echo "$ac_try_echo") >&5 
    21712285  (eval "$ac_link_default") 2>&5 
    21722286  ac_status=$? 
    2173   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2287  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21742288  (exit $ac_status); }; then 
    21752289  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    21822296  test -f "$ac_file" || continue 
    21832297  case $ac_file in 
    2184     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
     2298    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 
    21852299        ;; 
    21862300    [ab].out ) 
     
    22092323fi 
    22102324 
    2211 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2212 echo "${ECHO_T}$ac_file" >&6; } 
     2325{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
     2326$as_echo "$ac_file" >&6; } 
    22132327if test -z "$ac_file"; then 
    2214   echo "$as_me: failed program was:" >&5 
     2328  $as_echo "$as_me: failed program was:" >&5 
    22152329sed 's/^/| /' conftest.$ac_ext >&5 
    22162330 
    2217 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 
     2331{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     2332$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     2333{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 
    22182334See \`config.log' for more details." >&5 
    2219 echo "$as_me: error: C compiler cannot create executables 
     2335$as_echo "$as_me: error: C compiler cannot create executables 
    22202336See \`config.log' for more details." >&2;} 
    2221    { (exit 77); exit 77; }; } 
     2337   { (exit 77); exit 77; }; }; } 
    22222338fi 
    22232339 
     
    22262342# Check that the compiler produces executables we can run.  If not, either 
    22272343# the compiler is broken, or we cross compile. 
    2228 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    2229 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
     2344{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     2345$as_echo_n "checking whether the C compiler works... " >&6; } 
    22302346# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    22312347# If not cross compiling, check that we can run a simple program. 
     
    22362352  *) ac_try_echo=$ac_try;; 
    22372353esac 
    2238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2354eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2355$as_echo "$ac_try_echo") >&5 
    22392356  (eval "$ac_try") 2>&5 
    22402357  ac_status=$? 
    2241   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2358  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22422359  (exit $ac_status); }; }; then 
    22432360    cross_compiling=no 
     
    22462363        cross_compiling=yes 
    22472364    else 
    2248         { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 
     2365        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     2366$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     2367{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 
    22492368If you meant to cross compile, use \`--host'. 
    22502369See \`config.log' for more details." >&5 
    2251 echo "$as_me: error: cannot run C compiled programs. 
     2370$as_echo "$as_me: error: cannot run C compiled programs. 
    22522371If you meant to cross compile, use \`--host'. 
    22532372See \`config.log' for more details." >&2;} 
    2254    { (exit 1); exit 1; }; } 
     2373   { (exit 1); exit 1; }; }; } 
    22552374    fi 
    22562375  fi 
    22572376fi 
    2258 { echo "$as_me:$LINENO: result: yes" >&5 
    2259 echo "${ECHO_T}yes" >&6; } 
    2260  
    2261 rm -f a.out a.exe conftest$ac_cv_exeext b.out 
     2377{ $as_echo "$as_me:$LINENO: result: yes" >&5 
     2378$as_echo "yes" >&6; } 
     2379 
     2380rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
    22622381ac_clean_files=$ac_clean_files_save 
    22632382# Check that the compiler produces executables we can run.  If not, either 
    22642383# the compiler is broken, or we cross compile. 
    2265 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2266 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
    2267 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2268 echo "${ECHO_T}$cross_compiling" >&6; } 
    2269  
    2270 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2271 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
     2384{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2385$as_echo_n "checking whether we are cross compiling... " >&6; } 
     2386{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2387$as_echo "$cross_compiling" >&6; } 
     2388 
     2389{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2390$as_echo_n "checking for suffix of executables... " >&6; } 
    22722391if { (ac_try="$ac_link" 
    22732392case "(($ac_try" in 
     
    22752394  *) ac_try_echo=$ac_try;; 
    22762395esac 
    2277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2396eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2397$as_echo "$ac_try_echo") >&5 
    22782398  (eval "$ac_link") 2>&5 
    22792399  ac_status=$? 
    2280   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2400  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22812401  (exit $ac_status); }; then 
    22822402  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    22872407  test -f "$ac_file" || continue 
    22882408  case $ac_file in 
    2289     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     2409    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
    22902410    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    22912411          break;; 
     
    22942414done 
    22952415else 
    2296   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2416  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     2417$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     2418{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
    22972419See \`config.log' for more details." >&5 
    2298 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2420$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    22992421See \`config.log' for more details." >&2;} 
    2300    { (exit 1); exit 1; }; } 
     2422   { (exit 1); exit 1; }; }; } 
    23012423fi 
    23022424 
    23032425rm -f conftest$ac_cv_exeext 
    2304 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2305 echo "${ECHO_T}$ac_cv_exeext" >&6; } 
     2426{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2427$as_echo "$ac_cv_exeext" >&6; } 
    23062428 
    23072429rm -f conftest.$ac_ext 
    23082430EXEEXT=$ac_cv_exeext 
    23092431ac_exeext=$EXEEXT 
    2310 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2311 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
     2432{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2433$as_echo_n "checking for suffix of object files... " >&6; } 
    23122434if test "${ac_cv_objext+set}" = set; then 
    2313   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2435  $as_echo_n "(cached) " >&6 
    23142436else 
    23152437  cat >conftest.$ac_ext <<_ACEOF 
     
    23342456  *) ac_try_echo=$ac_try;; 
    23352457esac 
    2336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2458eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2459$as_echo "$ac_try_echo") >&5 
    23372460  (eval "$ac_compile") 2>&5 
    23382461  ac_status=$? 
    2339   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2462  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23402463  (exit $ac_status); }; then 
    23412464  for ac_file in conftest.o conftest.obj conftest.*; do 
    23422465  test -f "$ac_file" || continue; 
    23432466  case $ac_file in 
    2344     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
     2467    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 
    23452468    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    23462469       break;; 
     
    23482471done 
    23492472else 
    2350   echo "$as_me: failed program was:" >&5 
     2473  $as_echo "$as_me: failed program was:" >&5 
    23512474sed 's/^/| /' conftest.$ac_ext >&5 
    23522475 
    2353 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2476{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
     2477$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
     2478{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
    23542479See \`config.log' for more details." >&5 
    2355 echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2480$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    23562481See \`config.log' for more details." >&2;} 
    2357    { (exit 1); exit 1; }; } 
     2482   { (exit 1); exit 1; }; }; } 
    23582483fi 
    23592484 
    23602485rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    23612486fi 
    2362 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2363 echo "${ECHO_T}$ac_cv_objext" >&6; } 
     2487{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2488$as_echo "$ac_cv_objext" >&6; } 
    23642489OBJEXT=$ac_cv_objext 
    23652490ac_objext=$OBJEXT 
    2366 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2367 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
     2491{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2492$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 
    23682493if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    2369   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2494  $as_echo_n "(cached) " >&6 
    23702495else 
    23712496  cat >conftest.$ac_ext <<_ACEOF 
     
    23932518  *) ac_try_echo=$ac_try;; 
    23942519esac 
    2395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2520eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2521$as_echo "$ac_try_echo") >&5 
    23962522  (eval "$ac_compile") 2>conftest.er1 
    23972523  ac_status=$? 
     
    23992525  rm -f conftest.er1 
    24002526  cat conftest.err >&5 
    2401   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2527  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24022528  (exit $ac_status); } && { 
    24032529         test -z "$ac_c_werror_flag" || 
     
    24062532  ac_compiler_gnu=yes 
    24072533else 
    2408   echo "$as_me: failed program was:" >&5 
     2534  $as_echo "$as_me: failed program was:" >&5 
    24092535sed 's/^/| /' conftest.$ac_ext >&5 
    24102536 
     
    24162542 
    24172543fi 
    2418 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2419 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
    2420 GCC=`test $ac_compiler_gnu = yes && echo yes` 
     2544{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2545$as_echo "$ac_cv_c_compiler_gnu" >&6; } 
     2546if test $ac_compiler_gnu = yes; then 
     2547  GCC=yes 
     2548else 
     2549  GCC= 
     2550fi 
    24212551ac_test_CFLAGS=${CFLAGS+set} 
    24222552ac_save_CFLAGS=$CFLAGS 
    2423 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2424 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
     2553{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2554$as_echo_n "checking whether $CC accepts -g... " >&6; } 
    24252555if test "${ac_cv_prog_cc_g+set}" = set; then 
    2426   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2556  $as_echo_n "(cached) " >&6 
    24272557else 
    24282558  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    24512581  *) ac_try_echo=$ac_try;; 
    24522582esac 
    2453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2583eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2584$as_echo "$ac_try_echo") >&5 
    24542585  (eval "$ac_compile") 2>conftest.er1 
    24552586  ac_status=$? 
     
    24572588  rm -f conftest.er1 
    24582589  cat conftest.err >&5 
    2459   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2590  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24602591  (exit $ac_status); } && { 
    24612592         test -z "$ac_c_werror_flag" || 
     
    24642595  ac_cv_prog_cc_g=yes 
    24652596else 
    2466   echo "$as_me: failed program was:" >&5 
     2597  $as_echo "$as_me: failed program was:" >&5 
    24672598sed 's/^/| /' conftest.$ac_ext >&5 
    24682599 
     
    24892620  *) ac_try_echo=$ac_try;; 
    24902621esac 
    2491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2622eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2623$as_echo "$ac_try_echo") >&5 
    24922624  (eval "$ac_compile") 2>conftest.er1 
    24932625  ac_status=$? 
     
    24952627  rm -f conftest.er1 
    24962628  cat conftest.err >&5 
    2497   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2629  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24982630  (exit $ac_status); } && { 
    24992631         test -z "$ac_c_werror_flag" || 
     
    25022634  : 
    25032635else 
    2504   echo "$as_me: failed program was:" >&5 
     2636  $as_echo "$as_me: failed program was:" >&5 
    25052637sed 's/^/| /' conftest.$ac_ext >&5 
    25062638 
     
    25282660  *) ac_try_echo=$ac_try;; 
    25292661esac 
    2530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2662eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2663$as_echo "$ac_try_echo") >&5 
    25312664  (eval "$ac_compile") 2>conftest.er1 
    25322665  ac_status=$? 
     
    25342667  rm -f conftest.er1 
    25352668  cat conftest.err >&5 
    2536   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2669  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25372670  (exit $ac_status); } && { 
    25382671         test -z "$ac_c_werror_flag" || 
     
    25412674  ac_cv_prog_cc_g=yes 
    25422675else 
    2543   echo "$as_me: failed program was:" >&5 
     2676  $as_echo "$as_me: failed program was:" >&5 
    25442677sed 's/^/| /' conftest.$ac_ext >&5 
    25452678 
     
    25562689   ac_c_werror_flag=$ac_save_c_werror_flag 
    25572690fi 
    2558 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    2559 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
     2691{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     2692$as_echo "$ac_cv_prog_cc_g" >&6; } 
    25602693if test "$ac_test_CFLAGS" = set; then 
    25612694  CFLAGS=$ac_save_CFLAGS 
     
    25732706  fi 
    25742707fi 
    2575 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    2576 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
     2708{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     2709$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 
    25772710if test "${ac_cv_prog_cc_c89+set}" = set; then 
    2578   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2711  $as_echo_n "(cached) " >&6 
    25792712else 
    25802713  ac_cv_prog_cc_c89=no 
     
    26472780  *) ac_try_echo=$ac_try;; 
    26482781esac 
    2649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2782eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2783$as_echo "$ac_try_echo") >&5 
    26502784  (eval "$ac_compile") 2>conftest.er1 
    26512785  ac_status=$? 
     
    26532787  rm -f conftest.er1 
    26542788  cat conftest.err >&5 
    2655   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2789  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26562790  (exit $ac_status); } && { 
    26572791         test -z "$ac_c_werror_flag" || 
     
    26602794  ac_cv_prog_cc_c89=$ac_arg 
    26612795else 
    2662   echo "$as_me: failed program was:" >&5 
     2796  $as_echo "$as_me: failed program was:" >&5 
    26632797sed 's/^/| /' conftest.$ac_ext >&5 
    26642798 
     
    26762810case "x$ac_cv_prog_cc_c89" in 
    26772811  x) 
    2678     { echo "$as_me:$LINENO: result: none needed" >&5 
    2679 echo "${ECHO_T}none needed" >&6; } ;; 
     2812    { $as_echo "$as_me:$LINENO: result: none needed" >&5 
     2813$as_echo "none needed" >&6; } ;; 
    26802814  xno) 
    2681     { echo "$as_me:$LINENO: result: unsupported" >&5 
    2682 echo "${ECHO_T}unsupported" >&6; } ;; 
     2815    { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
     2816$as_echo "unsupported" >&6; } ;; 
    26832817  *) 
    26842818    CC="$CC $ac_cv_prog_cc_c89" 
    2685     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    2686 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
     2819    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     2820$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 
    26872821esac 
    26882822 
     
    26952829 
    26962830 
    2697 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
    2698 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
     2831{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
     2832$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 
    26992833if test "${ac_cv_c_const+set}" = set; then 
    2700   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2834  $as_echo_n "(cached) " >&6 
    27012835else 
    27022836  cat >conftest.$ac_ext <<_ACEOF 
     
    27702904  *) ac_try_echo=$ac_try;; 
    27712905esac 
    2772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2906eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2907$as_echo "$ac_try_echo") >&5 
    27732908  (eval "$ac_compile") 2>conftest.er1 
    27742909  ac_status=$? 
     
    27762911  rm -f conftest.er1 
    27772912  cat conftest.err >&5 
    2778   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2913  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27792914  (exit $ac_status); } && { 
    27802915         test -z "$ac_c_werror_flag" || 
     
    27832918  ac_cv_c_const=yes 
    27842919else 
    2785   echo "$as_me: failed program was:" >&5 
     2920  $as_echo "$as_me: failed program was:" >&5 
    27862921sed 's/^/| /' conftest.$ac_ext >&5 
    27872922 
     
    27912926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    27922927fi 
    2793 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
    2794 echo "${ECHO_T}$ac_cv_c_const" >&6; } 
     2928{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
     2929$as_echo "$ac_cv_c_const" >&6; } 
    27952930if test $ac_cv_c_const = no; then 
    27962931 
    27972932cat >>confdefs.h <<\_ACEOF 
    2798 #define const 
    2799 _ACEOF 
    2800  
    2801 fi 
    2802  
    2803 { echo "$as_me:$LINENO: checking for inline" >&5 
    2804 echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 
     2933#define const /**/ 
     2934_ACEOF 
     2935 
     2936fi 
     2937 
     2938{ $as_echo "$as_me:$LINENO: checking for inline" >&5 
     2939$as_echo_n "checking for inline... " >&6; } 
    28052940if test "${ac_cv_c_inline+set}" = set; then 
    2806   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2941  $as_echo_n "(cached) " >&6 
    28072942else 
    28082943  ac_cv_c_inline=no 
     
    28272962  *) ac_try_echo=$ac_try;; 
    28282963esac 
    2829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2964eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2965$as_echo "$ac_try_echo") >&5 
    28302966  (eval "$ac_compile") 2>conftest.er1 
    28312967  ac_status=$? 
     
    28332969  rm -f conftest.er1 
    28342970  cat conftest.err >&5 
    2835   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2971  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28362972  (exit $ac_status); } && { 
    28372973         test -z "$ac_c_werror_flag" || 
     
    28402976  ac_cv_c_inline=$ac_kw 
    28412977else 
    2842   echo "$as_me: failed program was:" >&5 
     2978  $as_echo "$as_me: failed program was:" >&5 
    28432979sed 's/^/| /' conftest.$ac_ext >&5 
    28442980 
     
    28512987 
    28522988fi 
    2853 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 
    2854 echo "${ECHO_T}$ac_cv_c_inline" >&6; } 
     2989{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 
     2990$as_echo "$ac_cv_c_inline" >&6; } 
    28552991 
    28562992 
     
    28753011ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    28763012ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    2877 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    2878 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
     3013{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     3014$as_echo_n "checking how to run the C preprocessor... " >&6; } 
    28793015# On Suns, sometimes $CPP names a directory. 
    28803016if test -n "$CPP" && test -d "$CPP"; then 
     
    28833019if test -z "$CPP"; then 
    28843020  if test "${ac_cv_prog_CPP+set}" = set; then 
    2885   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3021  $as_echo_n "(cached) " >&6 
    28863022else 
    28873023      # Double quotes because CPP needs to be expanded 
     
    29153051  *) ac_try_echo=$ac_try;; 
    29163052esac 
    2917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3053eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3054$as_echo "$ac_try_echo") >&5 
    29183055  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    29193056  ac_status=$? 
     
    29213058  rm -f conftest.er1 
    29223059  cat conftest.err >&5 
    2923   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3060  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29243061  (exit $ac_status); } >/dev/null && { 
    29253062         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    29283065  : 
    29293066else 
    2930   echo "$as_me: failed program was:" >&5 
     3067  $as_echo "$as_me: failed program was:" >&5 
    29313068sed 's/^/| /' conftest.$ac_ext >&5 
    29323069 
     
    29523089  *) ac_try_echo=$ac_try;; 
    29533090esac 
    2954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3091eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3092$as_echo "$ac_try_echo") >&5 
    29553093  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    29563094  ac_status=$? 
     
    29583096  rm -f conftest.er1 
    29593097  cat conftest.err >&5 
    2960   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3098  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29613099  (exit $ac_status); } >/dev/null && { 
    29623100         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    29663104continue 
    29673105else 
    2968   echo "$as_me: failed program was:" >&5 
     3106  $as_echo "$as_me: failed program was:" >&5 
    29693107sed 's/^/| /' conftest.$ac_ext >&5 
    29703108 
     
    29913129  ac_cv_prog_CPP=$CPP 
    29923130fi 
    2993 { echo "$as_me:$LINENO: result: $CPP" >&5 
    2994 echo "${ECHO_T}$CPP" >&6; } 
     3131{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 
     3132$as_echo "$CPP" >&6; } 
    29953133ac_preproc_ok=false 
    29963134for ac_c_preproc_warn_flag in '' yes 
     
    30203158  *) ac_try_echo=$ac_try;; 
    30213159esac 
    3022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3160eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3161$as_echo "$ac_try_echo") >&5 
    30233162  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    30243163  ac_status=$? 
     
    30263165  rm -f conftest.er1 
    30273166  cat conftest.err >&5 
    3028   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3167  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30293168  (exit $ac_status); } >/dev/null && { 
    30303169         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    30333172  : 
    30343173else 
    3035   echo "$as_me: failed program was:" >&5 
     3174  $as_echo "$as_me: failed program was:" >&5 
    30363175sed 's/^/| /' conftest.$ac_ext >&5 
    30373176 
     
    30573196  *) ac_try_echo=$ac_try;; 
    30583197esac 
    3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3198eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3199$as_echo "$ac_try_echo") >&5 
    30603200  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    30613201  ac_status=$? 
     
    30633203  rm -f conftest.er1 
    30643204  cat conftest.err >&5 
    3065   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3205  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30663206  (exit $ac_status); } >/dev/null && { 
    30673207         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    30713211continue 
    30723212else 
    3073   echo "$as_me: failed program was:" >&5 
     3213  $as_echo "$as_me: failed program was:" >&5 
    30743214sed 's/^/| /' conftest.$ac_ext >&5 
    30753215 
     
    30873227  : 
    30883228else 
    3089   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
     3229  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5