Changeset 992:2034ffaad911


Ignore:
Timestamp:
08/05/08 11:26:14 (4 years ago)
Author:
niam
Branch:
libdodo
Message:

libdodo-0.11.0

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r986 r992  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.62 for libdodo 0.9.1. 
     3# Generated by GNU Autoconf 2.61 for libdodo 0.11.0. 
    44# 
    55# Report bugs to <libdodo.sf.net>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
     8# 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     20  # Zsh 3.x and 4.x performs 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 
    42 as_nl=' 
    43 ' 
    44 export as_nl 
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf. 
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
    49 if (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' 
    52 else 
    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' 
    72 fi 
    73  
    7442# The user is always right. 
    7543if test "${PATH_SEPARATOR+set}" != set; then 
    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   } 
     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 
    8153fi 
    8254 
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    9567# splitting by setting IFS to empty value.) 
     68as_nl=' 
     69' 
    9670IFS=" ""        $as_nl" 
    9771 
     
    11690fi 
    11791if test ! -f "$as_myself"; then 
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    11993  { (exit 1); exit 1; } 
    12094fi 
     
    129103 
    130104# NLS nuisances. 
    131 LC_ALL=C 
    132 export LC_ALL 
    133 LANGUAGE=C 
    134 export LANGUAGE 
     105for 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 
     109do 
     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 
     115done 
    135116 
    136117# Required to use basename. 
     
    154135         X"$0" : 'X\(//\)$' \| \ 
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    156 $as_echo X/"$0" | 
     137echo X/"$0" | 
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    158139            s//\1/ 
     
    180161fi 
    181162 
    182   if test $as_have_required = yes &&     (eval ": 
     163  if test $as_have_required = yes &&     (eval ": 
    183164(as_func_return () { 
    184165  (exit \$1) 
     
    262243  emulate sh 
    263244  NULLCMD=: 
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    265246  # is contrary to our usage.  Disable this feature. 
    266247  alias -g '${1+"$@"}'='"$@"' 
     
    283264  emulate sh 
    284265  NULLCMD=: 
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    286267  # is contrary to our usage.  Disable this feature. 
    287268  alias -g '${1+"$@"}'='"$@"' 
     
    363344      if test "x$CONFIG_SHELL" != x; then 
    364345  for as_var in BASH_ENV ENV 
    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+"$@"} 
     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+"$@"} 
    369350fi 
    370351 
     
    435416test \$exitcode = 0") || { 
    436417  echo No shell found that supports shell functions. 
    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. 
     418  echo Please tell autoconf@gnu.org about your system, 
     419  echo including any error possibly output before this 
     420  echo message 
    441421} 
    442422 
     
    474454    ' >$as_me.lineno && 
    475455  chmod +x "$as_me.lineno" || 
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    477457   { (exit 1); exit 1; }; } 
    478458 
     
    502482  ECHO_N='-n';; 
    503483esac 
     484 
    504485if expr a : '\(a\)' >/dev/null 2>&1 && 
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    514495else 
    515496  rm -f conf$$.dir 
    516   mkdir conf$$.dir 2>/dev/null 
    517 fi 
    518 if (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 
     497  mkdir conf$$.dir 
     498fi 
     499echo >conf$$.file 
     500if 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 || 
    530507    as_ln_s='cp -p' 
    531   fi 
     508elif ln conf$$.file conf$$ 2>/dev/null; then 
     509  as_ln_s=ln 
    532510else 
    533511  as_ln_s='cp -p' 
     
    554532    eval sh -c '\'' 
    555533      if test -d "$1"; then 
    556         test -d "$1/."; 
     534        test -d "$1/."; 
    557535      else 
    558536        case $1 in 
    559         -*)set "./$1";; 
     537        -*)set "./$1";; 
    560538        esac; 
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    597575PACKAGE_NAME='libdodo' 
    598576PACKAGE_TARNAME='libdodo' 
    599 PACKAGE_VERSION='0.9.1' 
    600 PACKAGE_STRING='libdodo 0.9.1' 
     577PACKAGE_VERSION='0.11.0' 
     578PACKAGE_STRING='libdodo 0.11.0' 
    601579PACKAGE_BUGREPORT='libdodo.sf.net' 
    602580 
     
    696674LTLIBOBJS' 
    697675ac_subst_files='' 
    698 ac_user_opts=' 
    699 enable_option_checking 
    700 enable_debug 
    701 enable_profiling 
    702 enable_deque 
    703 enable_io_xexec_support 
    704 enable_db_xexec_support 
    705 with_sqlite3 
    706 with_openssl 
    707 with_bfd 
    708 with_postgresql 
    709 with_mysql 
    710 with_fcgi 
    711 with_pcre 
    712 with_dl 
    713 enable_dl_lib 
    714 enable_fast_dynamic_loading 
    715 with_libxml2 
    716 with_pthread 
    717 with_pthread_lib 
    718 with_bzip2 
    719 with_zlib 
    720 enable_zlib_lib 
    721 with_iconv 
    722 enable_iconv_lib 
    723 with_imagemagick 
    724 enable_graphics_xexec_support 
    725 ' 
    726676      ac_precious_vars='build_alias 
    727677host_alias 
     
    741691ac_init_help= 
    742692ac_init_version=false 
    743 ac_unrecognized_opts= 
    744 ac_unrecognized_sep= 
    745693# The variables have the same names as the options, with 
    746694# dashes changed to underlines. 
     
    841789 
    842790  -disable-* | --disable-*) 
    843     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     791    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    844792    # Reject names that are not valid shell variable names. 
    845     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    846       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     793    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     794      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    847795   { (exit 1); exit 1; }; } 
    848     ac_useropt_orig=$ac_useropt 
    849     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    850     case $ac_user_opts in 
    851       *" 
    852 "enable_$ac_useropt" 
    853 "*) ;; 
    854       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
    855          ac_unrecognized_sep=', ';; 
    856     esac 
    857     eval enable_$ac_useropt=no ;; 
     796    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     797    eval enable_$ac_feature=no ;; 
    858798 
    859799  -docdir | --docdir | --docdi | --doc | --do) 
     
    868808 
    869809  -enable-* | --enable-*) 
    870     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     810    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    871811    # Reject names that are not valid shell variable names. 
    872     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    873       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     812    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     813      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    874814   { (exit 1); exit 1; }; } 
    875     ac_useropt_orig=$ac_useropt 
    876     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    877     case $ac_user_opts in 
    878       *" 
    879 "enable_$ac_useropt" 
    880 "*) ;; 
    881       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
    882          ac_unrecognized_sep=', ';; 
    883     esac 
    884     eval enable_$ac_useropt=\$ac_optarg ;; 
     815    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     816    eval enable_$ac_feature=\$ac_optarg ;; 
    885817 
    886818  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    10731005 
    10741006  -with-* | --with-*) 
    1075     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1007    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10761008    # Reject names that are not valid shell variable names. 
    1077     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1078       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1009    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1010      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10791011   { (exit 1); exit 1; }; } 
    1080     ac_useropt_orig=$ac_useropt 
    1081     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1082     case $ac_user_opts in 
    1083       *" 
    1084 "with_$ac_useropt" 
    1085 "*) ;; 
    1086       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
    1087          ac_unrecognized_sep=', ';; 
    1088     esac 
    1089     eval with_$ac_useropt=\$ac_optarg ;; 
     1012    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1013    eval with_$ac_package=\$ac_optarg ;; 
    10901014 
    10911015  -without-* | --without-*) 
    1092     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1016    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10931017    # Reject names that are not valid shell variable names. 
    1094     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1095       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1018    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1019      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10961020   { (exit 1); exit 1; }; } 
    1097     ac_useropt_orig=$ac_useropt 
    1098     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1099     case $ac_user_opts in 
    1100       *" 
    1101 "with_$ac_useropt" 
    1102 "*) ;; 
    1103       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
    1104          ac_unrecognized_sep=', ';; 
    1105     esac 
    1106     eval with_$ac_useropt=no ;; 
     1021    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1022    eval with_$ac_package=no ;; 
    11071023 
    11081024  --x) 
     
    11241040    x_libraries=$ac_optarg ;; 
    11251041 
    1126   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
     1042  -*) { echo "$as_me: error: unrecognized option: $ac_option 
    11271043Try \`$0 --help' for more information." >&2 
    11281044   { (exit 1); exit 1; }; } 
     
    11331049    # Reject names that are not valid shell variable names. 
    11341050    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1135       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1051      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    11361052   { (exit 1); exit 1; }; } 
    11371053    eval $ac_envvar=\$ac_optarg 
     
    11401056  *) 
    11411057    # FIXME: should be removed in autoconf 3.0. 
    1142     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1058    echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    11431059    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1144       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1060      echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    11451061    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    11461062    ;; 
     
    11511067if test -n "$ac_prev"; then 
    11521068  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1153   { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
     1069  { echo "$as_me: error: missing argument to $ac_option" >&2 
    11541070   { (exit 1); exit 1; }; } 
    11551071fi 
    11561072 
    1157 if test -n "$ac_unrecognized_opts"; then 
    1158   case $enable_option_checking in 
    1159     no) ;; 
    1160     fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 
    1161    { (exit 1); exit 1; }; } ;; 
    1162     *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 
    1163   esac 
    1164 fi 
    1165  
    1166 # Check all directory arguments for consistency. 
     1073# Be sure to have absolute directory names. 
    11671074for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    11681075                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    11711078do 
    11721079  eval ac_val=\$$ac_var 
    1173   # Remove trailing slashes. 
    1174   case $ac_val in 
    1175     */ ) 
    1176       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
    1177       eval $ac_var=\$ac_val;; 
    1178   esac 
    1179   # Be sure to have absolute directory names. 
    11801080  case $ac_val in 
    11811081    [\\/$]* | ?:[\\/]* )  continue;; 
    11821082    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    11831083  esac 
    1184   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1084  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    11851085   { (exit 1); exit 1; }; } 
    11861086done 
     
    11971097  if test "x$build_alias" = x; then 
    11981098    cross_compiling=maybe 
    1199     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1099    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    12001100    If a cross compiler is detected then cross compile mode will be used." >&2 
    12011101  elif test "x$build_alias" != "x$host_alias"; then 
     
    12131113ac_ls_di=`ls -di .` && 
    12141114ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1215   { $as_echo "$as_me: error: Working directory cannot be determined" >&2 
     1115  { echo "$as_me: error: Working directory cannot be determined" >&2 
    12161116   { (exit 1); exit 1; }; } 
    12171117test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1218   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
     1118  { echo "$as_me: error: pwd does not report name of working directory" >&2 
    12191119   { (exit 1); exit 1; }; } 
    12201120 
     
    12241124  ac_srcdir_defaulted=yes 
    12251125  # Try the directory containing this script, then the parent directory. 
    1226   ac_confdir=`$as_dirname -- "$as_myself" || 
    1227 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1228          X"$as_myself" : 'X\(//\)[^/]' \| \ 
    1229          X"$as_myself" : 'X\(//\)$' \| \ 
    1230          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
    1231 $as_echo X"$as_myself" | 
     1126  ac_confdir=`$as_dirname -- "$0" || 
     1127$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1128         X"$0" : 'X\(//\)[^/]' \| \ 
     1129         X"$0" : 'X\(//\)$' \| \ 
     1130         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     1131echo X"$0" | 
    12321132    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    12331133            s//\1/ 
     
    12561156if test ! -r "$srcdir/$ac_unique_file"; then 
    12571157  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1258   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1158  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    12591159   { (exit 1); exit 1; }; } 
    12601160fi 
    12611161ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    12621162ac_abs_confdir=`( 
    1263         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
     1163        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
    12641164   { (exit 1); exit 1; }; } 
    12651165        pwd)` 
     
    12881188  # This message is too long to be a string in the A/UX 3.1 sh. 
    12891189  cat <<_ACEOF 
    1290 \`configure' configures libdodo 0.9.1 to adapt to many kinds of systems. 
     1190\`configure' configures libdodo 0.11.0 to adapt to many kinds of systems. 
    12911191 
    12921192Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13101210Installation directories: 
    13111211  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1312                           [$ac_default_prefix] 
     1212                          [$ac_default_prefix] 
    13131213  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1314                           [PREFIX] 
     1214                          [PREFIX] 
    13151215 
    13161216By default, \`make install' will install all the files in 
     
    13221222 
    13231223Fine tuning of the installation directories: 
    1324   --bindir=DIR            user executables [EPREFIX/bin] 
    1325   --sbindir=DIR           system admin executables [EPREFIX/sbin] 
    1326   --libexecdir=DIR        program executables [EPREFIX/libexec] 
    1327   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
    1328   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
    1329   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
    1330   --libdir=DIR            object code libraries [EPREFIX/lib] 
    1331   --includedir=DIR        C header files [PREFIX/include] 
    1332   --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
    1333   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
    1334   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
    1335   --infodir=DIR           info documentation [DATAROOTDIR/info] 
    1336   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
    1337   --mandir=DIR            man documentation [DATAROOTDIR/man] 
    1338   --docdir=DIR            documentation root [DATAROOTDIR/doc/libdodo] 
    1339   --htmldir=DIR           html documentation [DOCDIR] 
    1340   --dvidir=DIR            dvi documentation [DOCDIR] 
    1341   --pdfdir=DIR            pdf documentation [DOCDIR] 
    1342   --psdir=DIR             ps documentation [DOCDIR] 
     1224  --bindir=DIR           user executables [EPREFIX/bin] 
     1225  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
     1226  --libexecdir=DIR       program executables [EPREFIX/libexec] 
     1227  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
     1228  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
     1229  --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
     1230  --libdir=DIR           object code libraries [EPREFIX/lib] 
     1231  --includedir=DIR       C header files [PREFIX/include] 
     1232  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
     1233  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
     1234  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
     1235  --infodir=DIR          info documentation [DATAROOTDIR/info] 
     1236  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
     1237  --mandir=DIR           man documentation [DATAROOTDIR/man] 
     1238  --docdir=DIR           documentation root [DATAROOTDIR/doc/libdodo] 
     1239  --htmldir=DIR          html documentation [DOCDIR] 
     1240  --dvidir=DIR           dvi documentation [DOCDIR] 
     1241  --pdfdir=DIR           pdf documentation [DOCDIR] 
     1242  --psdir=DIR            ps documentation [DOCDIR] 
    13431243_ACEOF 
    13441244 
     
    13491249if test -n "$ac_init_help"; then 
    13501250  case $ac_init_help in 
    1351      short | recursive ) echo "Configuration of libdodo 0.9.1:";; 
     1251     short | recursive ) echo "Configuration of libdodo 0.11.0:";; 
    13521252   esac 
    13531253  cat <<\_ACEOF 
    13541254 
    13551255Optional Features: 
    1356   --disable-option-checking  ignore unrecognized --enable/--with options 
    13571256  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    13581257  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    14171316  # If there are subdirs, report their specific --help. 
    14181317  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1419     test -d "$ac_dir" || 
    1420       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
    1421       continue 
     1318    test -d "$ac_dir" || continue 
    14221319    ac_builddir=. 
    14231320 
     
    14251322.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    14261323*) 
    1427   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
     1324  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    14281325  # A ".." for each directory in $ac_dir_suffix. 
    1429   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
     1326  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    14301327  case $ac_top_builddir_sub in 
    14311328  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    14631360      $SHELL "$ac_srcdir/configure" --help=recursive 
    14641361    else 
    1465       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1362      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    14661363    fi || ac_status=$? 
    14671364    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    14721369if $ac_init_version; then 
    14731370  cat <<\_ACEOF 
    1474 libdodo configure 0.9.1 
    1475 generated by GNU Autoconf 2.62 
     1371libdodo configure 0.11.0 
     1372generated by GNU Autoconf 2.61 
    14761373 
    14771374Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1478 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
     13752002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    14791376This configure script is free software; the Free Software Foundation 
    14801377gives unlimited permission to copy, distribute and modify it. 
     
    14861383running configure, to aid debugging if configure makes a mistake. 
    14871384 
    1488 It was created by libdodo $as_me 0.9.1, which was 
    1489 generated by GNU Autoconf 2.62.  Invocation command line was 
     1385It was created by libdodo $as_me 0.11.0, which was 
     1386generated by GNU Autoconf 2.61.  Invocation command line was 
    14901387 
    14911388  $ $0 $@ 
     
    15231420  IFS=$as_save_IFS 
    15241421  test -z "$as_dir" && as_dir=. 
    1525   $as_echo "PATH: $as_dir" 
     1422  echo "PATH: $as_dir" 
    15261423done 
    15271424IFS=$as_save_IFS 
     
    15581455      continue ;; 
    15591456    *\'*) 
    1560       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1457      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    15611458    esac 
    15621459    case $ac_pass in 
     
    16101507    *${as_nl}*) 
    16111508      case $ac_var in #( 
    1612       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1613 $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     1509      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1510echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    16141511      esac 
    16151512      case $ac_var in #( 
    16161513      _ | IFS | as_nl) ;; #( 
    1617       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    16181514      *) $as_unset $ac_var ;; 
    16191515      esac ;; 
     
    16451541      eval ac_val=\$$ac_var 
    16461542      case $ac_val in 
    1647       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1543      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16481544      esac 
    1649       $as_echo "$ac_var='\''$ac_val'\''" 
     1545      echo "$ac_var='\''$ac_val'\''" 
    16501546    done | sort 
    16511547    echo 
     
    16621558        eval ac_val=\$$ac_var 
    16631559        case $ac_val in 
    1664         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1560        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16651561        esac 
    1666         $as_echo "$ac_var='\''$ac_val'\''" 
     1562        echo "$ac_var='\''$ac_val'\''" 
    16671563      done | sort 
    16681564      echo 
     
    16801576    fi 
    16811577    test "$ac_signal" != 0 && 
    1682       $as_echo "$as_me: caught signal $ac_signal" 
    1683     $as_echo "$as_me: exit $exit_status" 
     1578      echo "$as_me: caught signal $ac_signal" 
     1579    echo "$as_me: exit $exit_status" 
    16841580  } >&5 
    16851581  rm -f core *.core core.conftest.* && 
     
    17231619 
    17241620# Let the site file select an alternate cache file if it wants to. 
    1725 # Prefer an explicitly selected file to automatically selected ones. 
    1726 ac_site_file1=NONE 
    1727 ac_site_file2=NONE 
     1621# Prefer explicitly selected file to automatically selected ones. 
    17281622if test -n "$CONFIG_SITE"; then 
    1729   ac_site_file1=$CONFIG_SITE 
     1623  set x "$CONFIG_SITE" 
    17301624elif test "x$prefix" != xNONE; then 
    1731   ac_site_file1=$prefix/share/config.site 
    1732   ac_site_file2=$prefix/etc/config.site 
    1733 else 
    1734   ac_site_file1=$ac_default_prefix/share/config.site 
    1735   ac_site_file2=$ac_default_prefix/etc/config.site 
    1736 fi 
    1737 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
     1625  set x "$prefix/share/config.site" "$prefix/etc/config.site" 
     1626else 
     1627  set x "$ac_default_prefix/share/config.site" \ 
     1628        "$ac_default_prefix/etc/config.site" 
     1629fi 
     1630shift 
     1631for ac_site_file 
    17381632do 
    1739   test "x$ac_site_file" = xNONE && continue 
    17401633  if test -r "$ac_site_file"; then 
    1741     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1742 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 
     1634    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1635echo "$as_me: loading site script $ac_site_file" >&6;} 
    17431636    sed 's/^/| /' "$ac_site_file" >&5 
    17441637    . "$ac_site_file" 
     
    17501643  # files actually), so we avoid doing that. 
    17511644  if test -f "$cache_file"; then 
    1752     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1753 $as_echo "$as_me: loading cache $cache_file" >&6;} 
     1645    { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1646echo "$as_me: loading cache $cache_file" >&6;} 
    17541647    case $cache_file in 
    17551648      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    17581651  fi 
    17591652else 
    1760   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1761 $as_echo "$as_me: creating cache $cache_file" >&6;} 
     1653  { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1654echo "$as_me: creating cache $cache_file" >&6;} 
    17621655  >$cache_file 
    17631656fi 
     
    17731666  case $ac_old_set,$ac_new_set in 
    17741667    set,) 
    1775       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1776 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1668      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1669echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    17771670      ac_cache_corrupted=: ;; 
    17781671    ,set) 
    1779       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1780 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1672      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1673echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    17811674      ac_cache_corrupted=: ;; 
    17821675    ,);; 
    17831676    *) 
    17841677      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1785         # differences in whitespace do not lead to failure. 
    1786         ac_old_val_w=`echo x $ac_old_val` 
    1787         ac_new_val_w=`echo x $ac_new_val` 
    1788         if test "$ac_old_val_w" != "$ac_new_val_w"; then 
    1789           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1790 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1791           ac_cache_corrupted=: 
    1792         else 
    1793           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
    1794 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
    1795           eval $ac_var=\$ac_old_val 
    1796         fi 
    1797         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
    1798 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
    1799         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
    1800 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
     1678        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1679echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1680        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1681echo "$as_me:   former value:  $ac_old_val" >&2;} 
     1682        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1683echo "$as_me:   current value: $ac_new_val" >&2;} 
     1684        ac_cache_corrupted=: 
    18011685      fi;; 
    18021686  esac 
     
    18041688  if test "$ac_new_set" = set; then 
    18051689    case $ac_new_val in 
    1806     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1690    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    18071691    *) ac_arg=$ac_var=$ac_new_val ;; 
    18081692    esac 
     
    18141698done 
    18151699if $ac_cache_corrupted; then 
    1816   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1817 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1818   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1819 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1700  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1701echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1702  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1703echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    18201704   { (exit 1); exit 1; }; } 
    18211705fi 
     
    18681752    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    18691753set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    1870 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1871 $as_echo_n "checking for $ac_word... " >&6; } 
     1754{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1755echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    18721756if test "${ac_cv_prog_CXX+set}" = set; then 
    1873   $as_echo_n "(cached) " >&6 
     1757  echo $ECHO_N "(cached) $ECHO_C" >&6 
    18741758else 
    18751759  if test -n "$CXX"; then 
     
    18841768  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18851769    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    1886     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1770    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18871771    break 2 
    18881772  fi 
     
    18951779CXX=$ac_cv_prog_CXX 
    18961780if test -n "$CXX"; then 
    1897   { $as_echo "$as_me:$LINENO: result: $CXX" >&5 
    1898 $as_echo "$CXX" >&6; } 
    1899 else 
    1900   { $as_echo "$as_me:$LINENO: result: no" >&5 
    1901 $as_echo "no" >&6; } 
     1781  { echo "$as_me:$LINENO: result: $CXX" >&5 
     1782echo "${ECHO_T}$CXX" >&6; } 
     1783else 
     1784  { echo "$as_me:$LINENO: result: no" >&5 
     1785echo "${ECHO_T}no" >&6; } 
    19021786fi 
    19031787 
     
    19121796  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    19131797set dummy $ac_prog; ac_word=$2 
    1914 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1915 $as_echo_n "checking for $ac_word... " >&6; } 
     1798{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1799echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19161800if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    1917   $as_echo_n "(cached) " >&6 
     1801  echo $ECHO_N "(cached) $ECHO_C" >&6 
    19181802else 
    19191803  if test -n "$ac_ct_CXX"; then 
     
    19281812  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19291813    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    1930     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1814    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19311815    break 2 
    19321816  fi 
     
    19391823ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
    19401824if test -n "$ac_ct_CXX"; then 
    1941   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
    1942 $as_echo "$ac_ct_CXX" >&6; } 
    1943 else 
    1944   { $as_echo "$as_me:$LINENO: result: no" >&5 
    1945 $as_echo "no" >&6; } 
     1825  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     1826echo "${ECHO_T}$ac_ct_CXX" >&6; } 
     1827else 
     1828  { echo "$as_me:$LINENO: result: no" >&5 
     1829echo "${ECHO_T}no" >&6; } 
    19461830fi 
    19471831 
     
    19551839    case $cross_compiling:$ac_tool_warned in 
    19561840yes:) 
    1957 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     1841{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    19581842whose name does not start with the host triplet.  If you think this 
    19591843configuration is useful to you, please write to autoconf@gnu.org." >&5 
    1960 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     1844echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    19611845whose name does not start with the host triplet.  If you think this 
    19621846configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    19701854fi 
    19711855# Provide some information about the compiler. 
    1972 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
    1973 set X $ac_compile 
    1974 ac_compiler=$2 
     1856echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
     1857ac_compiler=`set X $ac_compile; echo $2` 
    19751858{ (ac_try="$ac_compiler --version >&5" 
    19761859case "(($ac_try" in 
     
    19781861  *) ac_try_echo=$ac_try;; 
    19791862esac 
    1980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    1981 $as_echo "$ac_try_echo") >&5 
     1863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    19821864  (eval "$ac_compiler --version >&5") 2>&5 
    19831865  ac_status=$? 
    1984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     1866  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19851867  (exit $ac_status); } 
    19861868{ (ac_try="$ac_compiler -v >&5" 
     
    19891871  *) ac_try_echo=$ac_try;; 
    19901872esac 
    1991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    1992 $as_echo "$ac_try_echo") >&5 
     1873eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    19931874  (eval "$ac_compiler -v >&5") 2>&5 
    19941875  ac_status=$? 
    1995   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     1876  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19961877  (exit $ac_status); } 
    19971878{ (ac_try="$ac_compiler -V >&5" 
     
    20001881  *) ac_try_echo=$ac_try;; 
    20011882esac 
    2002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2003 $as_echo "$ac_try_echo") >&5 
     1883eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20041884  (eval "$ac_compiler -V >&5") 2>&5 
    20051885  ac_status=$? 
    2006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     1886  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20071887  (exit $ac_status); } 
    20081888 
     
    20231903_ACEOF 
    20241904ac_clean_files_save=$ac_clean_files 
    2025 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
     1905ac_clean_files="$ac_clean_files a.out a.exe b.out" 
    20261906# Try to create an executable without -o first, disregard a.out. 
    20271907# It will help us diagnose broken compilers, and finding out an intuition 
    20281908# of exeext. 
    2029 { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 
    2030 $as_echo_n "checking for C++ compiler default output file name... " >&6; } 
    2031 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2032  
    2033 # The possible output files: 
    2034 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
    2035  
     1909{ echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 
     1910echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } 
     1911ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     1912# 
     1913# List of possible output files, starting from the most likely. 
     1914# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
     1915# only as a last resort.  b.out is created by i960 compilers. 
     1916ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
     1917# 
     1918# The IRIX 6 linker writes into existing files which may not be 
     1919# executable, retaining their permissions.  Remove them first so a 
     1920# subsequent execution test works. 
    20361921ac_rmfiles= 
    20371922for ac_file in $ac_files 
    20381923do 
    20391924  case $ac_file in 
    2040     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     1925    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    20411926    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    20421927  esac 
     
    20491934  *) ac_try_echo=$ac_try;; 
    20501935esac 
    2051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2052 $as_echo "$ac_try_echo") >&5 
     1936eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    20531937  (eval "$ac_link_default") 2>&5 
    20541938  ac_status=$? 
    2055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     1939  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20561940  (exit $ac_status); }; then 
    20571941  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    20641948  test -f "$ac_file" || continue 
    20651949  case $ac_file in 
    2066     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 
     1950    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
    20671951        ;; 
    20681952    [ab].out ) 
     
    20911975fi 
    20921976 
    2093 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
    2094 $as_echo "$ac_file" >&6; } 
     1977{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     1978echo "${ECHO_T}$ac_file" >&6; } 
    20951979if test -z "$ac_file"; then 
    2096   $as_echo "$as_me: failed program was:" >&5 
     1980  echo "$as_me: failed program was:" >&5 
    20971981sed 's/^/| /' conftest.$ac_ext >&5 
    20981982 
    2099 { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables 
     1983{ { echo "$as_me:$LINENO: error: C++ compiler cannot create executables 
    21001984See \`config.log' for more details." >&5 
    2101 $as_echo "$as_me: error: C++ compiler cannot create executables 
     1985echo "$as_me: error: C++ compiler cannot create executables 
    21021986See \`config.log' for more details." >&2;} 
    21031987   { (exit 77); exit 77; }; } 
     
    21081992# Check that the compiler produces executables we can run.  If not, either 
    21091993# the compiler is broken, or we cross compile. 
    2110 { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 
    2111 $as_echo_n "checking whether the C++ compiler works... " >&6; } 
     1994{ echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 
     1995echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; } 
    21121996# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    21131997# If not cross compiling, check that we can run a simple program. 
     
    21182002  *) ac_try_echo=$ac_try;; 
    21192003esac 
    2120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2121 $as_echo "$ac_try_echo") >&5 
     2004eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    21222005  (eval "$ac_try") 2>&5 
    21232006  ac_status=$? 
    2124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2007  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21252008  (exit $ac_status); }; }; then 
    21262009    cross_compiling=no 
     
    21292012        cross_compiling=yes 
    21302013    else 
    2131         { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 
     2014        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. 
    21322015If you meant to cross compile, use \`--host'. 
    21332016See \`config.log' for more details." >&5 
    2134 $as_echo "$as_me: error: cannot run C++ compiled programs. 
     2017echo "$as_me: error: cannot run C++ compiled programs. 
    21352018If you meant to cross compile, use \`--host'. 
    21362019See \`config.log' for more details." >&2;} 
     
    21392022  fi 
    21402023fi 
    2141 { $as_echo "$as_me:$LINENO: result: yes" >&5 
    2142 $as_echo "yes" >&6; } 
    2143  
    2144 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
     2024{ echo "$as_me:$LINENO: result: yes" >&5 
     2025echo "${ECHO_T}yes" >&6; } 
     2026 
     2027rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    21452028ac_clean_files=$ac_clean_files_save 
    21462029# Check that the compiler produces executables we can run.  If not, either 
    21472030# the compiler is broken, or we cross compile. 
    2148 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2149 $as_echo_n "checking whether we are cross compiling... " >&6; } 
    2150 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2151 $as_echo "$cross_compiling" >&6; } 
    2152  
    2153 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2154 $as_echo_n "checking for suffix of executables... " >&6; } 
     2031{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2032echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
     2033{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2034echo "${ECHO_T}$cross_compiling" >&6; } 
     2035 
     2036{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2037echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
    21552038if { (ac_try="$ac_link" 
    21562039case "(($ac_try" in 
     
    21582041  *) ac_try_echo=$ac_try;; 
    21592042esac 
    2160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2161 $as_echo "$ac_try_echo") >&5 
     2043eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    21622044  (eval "$ac_link") 2>&5 
    21632045  ac_status=$? 
    2164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2046  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21652047  (exit $ac_status); }; then 
    21662048  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    21712053  test -f "$ac_file" || continue 
    21722054  case $ac_file in 
    2173     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     2055    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    21742056    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    21752057          break;; 
     
    21782060done 
    21792061else 
    2180   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2062  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
    21812063See \`config.log' for more details." >&5 
    2182 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2064echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    21832065See \`config.log' for more details." >&2;} 
    21842066   { (exit 1); exit 1; }; } 
     
    21862068 
    21872069rm -f conftest$ac_cv_exeext 
    2188 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2189 $as_echo "$ac_cv_exeext" >&6; } 
     2070{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2071echo "${ECHO_T}$ac_cv_exeext" >&6; } 
    21902072 
    21912073rm -f conftest.$ac_ext 
    21922074EXEEXT=$ac_cv_exeext 
    21932075ac_exeext=$EXEEXT 
    2194 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2195 $as_echo_n "checking for suffix of object files... " >&6; } 
     2076{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2077echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
    21962078if test "${ac_cv_objext+set}" = set; then 
    2197   $as_echo_n "(cached) " >&6 
     2079  echo $ECHO_N "(cached) $ECHO_C" >&6 
    21982080else 
    21992081  cat >conftest.$ac_ext <<_ACEOF 
     
    22182100  *) ac_try_echo=$ac_try;; 
    22192101esac 
    2220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2221 $as_echo "$ac_try_echo") >&5 
     2102eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22222103  (eval "$ac_compile") 2>&5 
    22232104  ac_status=$? 
    2224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2105  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22252106  (exit $ac_status); }; then 
    22262107  for ac_file in conftest.o conftest.obj conftest.*; do 
    22272108  test -f "$ac_file" || continue; 
    22282109  case $ac_file in 
    2229     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 
     2110    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
    22302111    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    22312112       break;; 
     
    22332114done 
    22342115else 
    2235   $as_echo "$as_me: failed program was:" >&5 
     2116  echo "$as_me: failed program was:" >&5 
    22362117sed 's/^/| /' conftest.$ac_ext >&5 
    22372118 
    2238 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2119{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
    22392120See \`config.log' for more details." >&5 
    2240 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2121echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    22412122See \`config.log' for more details." >&2;} 
    22422123   { (exit 1); exit 1; }; } 
     
    22452126rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    22462127fi 
    2247 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2248 $as_echo "$ac_cv_objext" >&6; } 
     2128{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2129echo "${ECHO_T}$ac_cv_objext" >&6; } 
    22492130OBJEXT=$ac_cv_objext 
    22502131ac_objext=$OBJEXT 
    2251 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
    2252 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 
     2132{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     2133echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 
    22532134if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    2254   $as_echo_n "(cached) " >&6 
     2135  echo $ECHO_N "(cached) $ECHO_C" >&6 
    22552136else 
    22562137  cat >conftest.$ac_ext <<_ACEOF 
     
    22782159  *) ac_try_echo=$ac_try;; 
    22792160esac 
    2280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2281 $as_echo "$ac_try_echo") >&5 
     2161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22822162  (eval "$ac_compile") 2>conftest.er1 
    22832163  ac_status=$? 
     
    22852165  rm -f conftest.er1 
    22862166  cat conftest.err >&5 
    2287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2167  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22882168  (exit $ac_status); } && { 
    22892169         test -z "$ac_cxx_werror_flag" || 
     
    22922172  ac_compiler_gnu=yes 
    22932173else 
    2294   $as_echo "$as_me: failed program was:" >&5 
     2174  echo "$as_me: failed program was:" >&5 
    22952175sed 's/^/| /' conftest.$ac_ext >&5 
    22962176 
     
    23022182 
    23032183fi 
    2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
    2305 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 
    2306 if test $ac_compiler_gnu = yes; then 
    2307   GXX=yes 
    2308 else 
    2309   GXX= 
    2310 fi 
     2184{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     2185echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 
     2186GXX=`test $ac_compiler_gnu = yes && echo yes` 
    23112187ac_test_CXXFLAGS=${CXXFLAGS+set} 
    23122188ac_save_CXXFLAGS=$CXXFLAGS 
    2313 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
    2314 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 
     2189{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     2190echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 
    23152191if test "${ac_cv_prog_cxx_g+set}" = set; then 
    2316   $as_echo_n "(cached) " >&6 
     2192  echo $ECHO_N "(cached) $ECHO_C" >&6 
    23172193else 
    23182194  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     
    23412217  *) ac_try_echo=$ac_try;; 
    23422218esac 
    2343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2344 $as_echo "$ac_try_echo") >&5 
     2219eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23452220  (eval "$ac_compile") 2>conftest.er1 
    23462221  ac_status=$? 
     
    23482223  rm -f conftest.er1 
    23492224  cat conftest.err >&5 
    2350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2225  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23512226  (exit $ac_status); } && { 
    23522227         test -z "$ac_cxx_werror_flag" || 
     
    23552230  ac_cv_prog_cxx_g=yes 
    23562231else 
    2357   $as_echo "$as_me: failed program was:" >&5 
     2232  echo "$as_me: failed program was:" >&5 
    23582233sed 's/^/| /' conftest.$ac_ext >&5 
    23592234 
     
    23802255  *) ac_try_echo=$ac_try;; 
    23812256esac 
    2382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2383 $as_echo "$ac_try_echo") >&5 
     2257eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23842258  (eval "$ac_compile") 2>conftest.er1 
    23852259  ac_status=$? 
     
    23872261  rm -f conftest.er1 
    23882262  cat conftest.err >&5 
    2389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2263  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23902264  (exit $ac_status); } && { 
    23912265         test -z "$ac_cxx_werror_flag" || 
     
    23942268  : 
    23952269else 
    2396   $as_echo "$as_me: failed program was:" >&5 
     2270  echo "$as_me: failed program was:" >&5 
    23972271sed 's/^/| /' conftest.$ac_ext >&5 
    23982272 
     
    24202294  *) ac_try_echo=$ac_try;; 
    24212295esac 
    2422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2423 $as_echo "$ac_try_echo") >&5 
     2296eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24242297  (eval "$ac_compile") 2>conftest.er1 
    24252298  ac_status=$? 
     
    24272300  rm -f conftest.er1 
    24282301  cat conftest.err >&5 
    2429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2302  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24302303  (exit $ac_status); } && { 
    24312304         test -z "$ac_cxx_werror_flag" || 
     
    24342307  ac_cv_prog_cxx_g=yes 
    24352308else 
    2436   $as_echo "$as_me: failed program was:" >&5 
     2309  echo "$as_me: failed program was:" >&5 
    24372310sed 's/^/| /' conftest.$ac_ext >&5 
    24382311 
     
    24492322   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
    24502323fi 
    2451 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
    2452 $as_echo "$ac_cv_prog_cxx_g" >&6; } 
     2324{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     2325echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 
    24532326if test "$ac_test_CXXFLAGS" = set; then 
    24542327  CXXFLAGS=$ac_save_CXXFLAGS 
     
    24802353  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    24812354set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    2482 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2483 $as_echo_n "checking for $ac_word... " >&6; } 
     2355{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2356echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    24842357if test "${ac_cv_prog_CC+set}" = set; then 
    2485   $as_echo_n "(cached) " >&6 
     2358  echo $ECHO_N "(cached) $ECHO_C" >&6 
    24862359else 
    24872360  if test -n "$CC"; then 
     
    24962369  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    24972370    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    2498     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2371    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    24992372    break 2 
    25002373  fi 
     
    25072380CC=$ac_cv_prog_CC 
    25082381if test -n "$CC"; then 
    2509   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2510 $as_echo "$CC" >&6; } 
    2511 else 
    2512   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2513 $as_echo "no" >&6; } 
     2382  { echo "$as_me:$LINENO: result: $CC" >&5 
     2383echo "${ECHO_T}$CC" >&6; } 
     2384else 
     2385  { echo "$as_me:$LINENO: result: no" >&5 
     2386echo "${ECHO_T}no" >&6; } 
    25142387fi 
    25152388 
     
    25202393  # Extract the first word of "gcc", so it can be a program name with args. 
    25212394set dummy gcc; ac_word=$2 
    2522 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2523 $as_echo_n "checking for $ac_word... " >&6; } 
     2395{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2396echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    25242397if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2525   $as_echo_n "(cached) " >&6 
     2398  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25262399else 
    25272400  if test -n "$ac_ct_CC"; then 
     
    25362409  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    25372410    ac_cv_prog_ac_ct_CC="gcc" 
    2538     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2411    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25392412    break 2 
    25402413  fi 
     
    25472420ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    25482421if test -n "$ac_ct_CC"; then 
    2549   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2550 $as_echo "$ac_ct_CC" >&6; } 
    2551 else 
    2552   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2553 $as_echo "no" >&6; } 
     2422  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2423echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2424else 
     2425  { echo "$as_me:$LINENO: result: no" >&5 
     2426echo "${ECHO_T}no" >&6; } 
    25542427fi 
    25552428 
     
    25592432    case $cross_compiling:$ac_tool_warned in 
    25602433yes:) 
    2561 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2434{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    25622435whose name does not start with the host triplet.  If you think this 
    25632436configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2564 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2437echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    25652438whose name does not start with the host triplet.  If you think this 
    25662439configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    25772450    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    25782451set dummy ${ac_tool_prefix}cc; ac_word=$2 
    2579 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2580 $as_echo_n "checking for $ac_word... " >&6; } 
     2452{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2453echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    25812454if test "${ac_cv_prog_CC+set}" = set; then 
    2582   $as_echo_n "(cached) " >&6 
     2455  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25832456else 
    25842457  if test -n "$CC"; then 
     
    25932466  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    25942467    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    2595     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2468    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    25962469    break 2 
    25972470  fi 
     
    26042477CC=$ac_cv_prog_CC 
    26052478if test -n "$CC"; then 
    2606   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2607 $as_echo "$CC" >&6; } 
    2608 else 
    2609   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2610 $as_echo "no" >&6; } 
     2479  { echo "$as_me:$LINENO: result: $CC" >&5 
     2480echo "${ECHO_T}$CC" >&6; } 
     2481else 
     2482  { echo "$as_me:$LINENO: result: no" >&5 
     2483echo "${ECHO_T}no" >&6; } 
    26112484fi 
    26122485 
     
    26172490  # Extract the first word of "cc", so it can be a program name with args. 
    26182491set dummy cc; ac_word=$2 
    2619 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2620 $as_echo_n "checking for $ac_word... " >&6; } 
     2492{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2493echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    26212494if test "${ac_cv_prog_CC+set}" = set; then 
    2622   $as_echo_n "(cached) " >&6 
     2495  echo $ECHO_N "(cached) $ECHO_C" >&6 
    26232496else 
    26242497  if test -n "$CC"; then 
     
    26382511     fi 
    26392512    ac_cv_prog_CC="cc" 
    2640     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2513    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    26412514    break 2 
    26422515  fi 
     
    26612534CC=$ac_cv_prog_CC 
    26622535if test -n "$CC"; then 
    2663   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2664 $as_echo "$CC" >&6; } 
    2665 else 
    2666   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2667 $as_echo "no" >&6; } 
     2536  { echo "$as_me:$LINENO: result: $CC" >&5 
     2537echo "${ECHO_T}$CC" >&6; } 
     2538else 
     2539  { echo "$as_me:$LINENO: result: no" >&5 
     2540echo "${ECHO_T}no" >&6; } 
    26682541fi 
    26692542 
     
    26762549    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    26772550set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2679 $as_echo_n "checking for $ac_word... " >&6; } 
     2551{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2552echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    26802553if test "${ac_cv_prog_CC+set}" = set; then 
    2681   $as_echo_n "(cached) " >&6 
     2554  echo $ECHO_N "(cached) $ECHO_C" >&6 
    26822555else 
    26832556  if test -n "$CC"; then 
     
    26922565  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    26932566    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    2694     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2567    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    26952568    break 2 
    26962569  fi 
     
    27032576CC=$ac_cv_prog_CC 
    27042577if test -n "$CC"; then 
    2705   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2706 $as_echo "$CC" >&6; } 
    2707 else 
    2708   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2709 $as_echo "no" >&6; } 
     2578  { echo "$as_me:$LINENO: result: $CC" >&5 
     2579echo "${ECHO_T}$CC" >&6; } 
     2580else 
     2581  { echo "$as_me:$LINENO: result: no" >&5 
     2582echo "${ECHO_T}no" >&6; } 
    27102583fi 
    27112584 
     
    27202593  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    27212594set dummy $ac_prog; ac_word=$2 
    2722 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2723 $as_echo_n "checking for $ac_word... " >&6; } 
     2595{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2596echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    27242597if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2725   $as_echo_n "(cached) " >&6 
     2598  echo $ECHO_N "(cached) $ECHO_C" >&6 
    27262599else 
    27272600  if test -n "$ac_ct_CC"; then 
     
    27362609  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    27372610    ac_cv_prog_ac_ct_CC="$ac_prog" 
    2738     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2611    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    27392612    break 2 
    27402613  fi 
     
    27472620ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    27482621if test -n "$ac_ct_CC"; then 
    2749   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2750 $as_echo "$ac_ct_CC" >&6; } 
    2751 else 
    2752   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2753 $as_echo "no" >&6; } 
     2622  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2623echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2624else 
     2625  { echo "$as_me:$LINENO: result: no" >&5 
     2626echo "${ECHO_T}no" >&6; } 
    27542627fi 
    27552628 
     
    27632636    case $cross_compiling:$ac_tool_warned in 
    27642637yes:) 
    2765 { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2638{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    27662639whose name does not start with the host triplet.  If you think this 
    27672640configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2768 $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2641echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    27692642whose name does not start with the host triplet.  If you think this 
    27702643configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    27782651 
    27792652 
    2780 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2653test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    27812654See \`config.log' for more details." >&5 
    2782 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2655echo "$as_me: error: no acceptable C compiler found in \$PATH 
    27832656See \`config.log' for more details." >&2;} 
    27842657   { (exit 1); exit 1; }; } 
    27852658 
    27862659# Provide some information about the compiler. 
    2787 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 
    2788 set X $ac_compile 
    2789 ac_compiler=$2 
     2660echo "$as_me:$LINENO: checking for C compiler version" >&5 
     2661ac_compiler=`set X $ac_compile; echo $2` 
    27902662{ (ac_try="$ac_compiler --version >&5" 
    27912663case "(($ac_try" in 
     
    27932665  *) ac_try_echo=$ac_try;; 
    27942666esac 
    2795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2796 $as_echo "$ac_try_echo") >&5 
     2667eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    27972668  (eval "$ac_compiler --version >&5") 2>&5 
    27982669  ac_status=$? 
    2799   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2670  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28002671  (exit $ac_status); } 
    28012672{ (ac_try="$ac_compiler -v >&5" 
     
    28042675  *) ac_try_echo=$ac_try;; 
    28052676esac 
    2806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2807 $as_echo "$ac_try_echo") >&5 
     2677eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    28082678  (eval "$ac_compiler -v >&5") 2>&5 
    28092679  ac_status=$? 
    2810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2680  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28112681  (exit $ac_status); } 
    28122682{ (ac_try="$ac_compiler -V >&5" 
     
    28152685  *) ac_try_echo=$ac_try;; 
    28162686esac 
    2817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2818 $as_echo "$ac_try_echo") >&5 
     2687eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    28192688  (eval "$ac_compiler -V >&5") 2>&5 
    28202689  ac_status=$? 
    2821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2690  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28222691  (exit $ac_status); } 
    28232692 
    2824 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2825 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 
     2693{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2694echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
    28262695if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    2827   $as_echo_n "(cached) " >&6 
     2696  echo $ECHO_N "(cached) $ECHO_C" >&6 
    28282697else 
    28292698  cat >conftest.$ac_ext <<_ACEOF 
     
    28512720  *) ac_try_echo=$ac_try;; 
    28522721esac 
    2853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2854 $as_echo "$ac_try_echo") >&5 
     2722eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    28552723  (eval "$ac_compile") 2>conftest.er1 
    28562724  ac_status=$? 
     
    28582726  rm -f conftest.er1 
    28592727  cat conftest.err >&5 
    2860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2728  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28612729  (exit $ac_status); } && { 
    28622730         test -z "$ac_c_werror_flag" || 
     
    28652733  ac_compiler_gnu=yes 
    28662734else 
    2867   $as_echo "$as_me: failed program was:" >&5 
     2735  echo "$as_me: failed program was:" >&5 
    28682736sed 's/^/| /' conftest.$ac_ext >&5 
    28692737 
     
    28752743 
    28762744fi 
    2877 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2878 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 
    2879 if test $ac_compiler_gnu = yes; then 
    2880   GCC=yes 
    2881 else 
    2882   GCC= 
    2883 fi 
     2745{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2746echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
     2747GCC=`test $ac_compiler_gnu = yes && echo yes` 
    28842748ac_test_CFLAGS=${CFLAGS+set} 
    28852749ac_save_CFLAGS=$CFLAGS 
    2886 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2887 $as_echo_n "checking whether $CC accepts -g... " >&6; } 
     2750{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2751echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
    28882752if test "${ac_cv_prog_cc_g+set}" = set; then 
    2889   $as_echo_n "(cached) " >&6 
     2753  echo $ECHO_N "(cached) $ECHO_C" >&6 
    28902754else 
    28912755  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    29142778  *) ac_try_echo=$ac_try;; 
    29152779esac 
    2916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2917 $as_echo "$ac_try_echo") >&5 
     2780eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29182781  (eval "$ac_compile") 2>conftest.er1 
    29192782  ac_status=$? 
     
    29212784  rm -f conftest.er1 
    29222785  cat conftest.err >&5 
    2923   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2786  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29242787  (exit $ac_status); } && { 
    29252788         test -z "$ac_c_werror_flag" || 
     
    29282791  ac_cv_prog_cc_g=yes 
    29292792else 
    2930   $as_echo "$as_me: failed program was:" >&5 
     2793  echo "$as_me: failed program was:" >&5 
    29312794sed 's/^/| /' conftest.$ac_ext >&5 
    29322795 
     
    29532816  *) ac_try_echo=$ac_try;; 
    29542817esac 
    2955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2956 $as_echo "$ac_try_echo") >&5 
     2818eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29572819  (eval "$ac_compile") 2>conftest.er1 
    29582820  ac_status=$? 
     
    29602822  rm -f conftest.er1 
    29612823  cat conftest.err >&5 
    2962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2824  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29632825  (exit $ac_status); } && { 
    29642826         test -z "$ac_c_werror_flag" || 
     
    29672829  : 
    29682830else 
    2969   $as_echo "$as_me: failed program was:" >&5 
     2831  echo "$as_me: failed program was:" >&5 
    29702832sed 's/^/| /' conftest.$ac_ext >&5 
    29712833 
     
    29932855  *) ac_try_echo=$ac_try;; 
    29942856esac 
    2995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2996 $as_echo "$ac_try_echo") >&5 
     2857eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29972858  (eval "$ac_compile") 2>conftest.er1 
    29982859  ac_status=$? 
     
    30002861  rm -f conftest.er1 
    30012862  cat conftest.err >&5 
    3002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2863  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30032864  (exit $ac_status); } && { 
    30042865         test -z "$ac_c_werror_flag" || 
     
    30072868  ac_cv_prog_cc_g=yes 
    30082869else 
    3009   $as_echo "$as_me: failed program was:" >&5 
     2870  echo "$as_me: failed program was:" >&5 
    30102871sed 's/^/| /' conftest.$ac_ext >&5 
    30112872 
     
    30222883   ac_c_werror_flag=$ac_save_c_werror_flag 
    30232884fi 
    3024 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    3025 $as_echo "$ac_cv_prog_cc_g" >&6; } 
     2885{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     2886echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
    30262887if test "$ac_test_CFLAGS" = set; then 
    30272888  CFLAGS=$ac_save_CFLAGS 
     
    30392900  fi 
    30402901fi 
    3041 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    3042 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 
     2902{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     2903echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
    30432904if test "${ac_cv_prog_cc_c89+set}" = set; then 
    3044   $as_echo_n "(cached) " >&6 
     2905  echo $ECHO_N "(cached) $ECHO_C" >&6 
    30452906else 
    30462907  ac_cv_prog_cc_c89=no 
     
    31132974  *) ac_try_echo=$ac_try;; 
    31142975esac 
    3115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3116 $as_echo "$ac_try_echo") >&5 
     2976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    31172977  (eval "$ac_compile") 2>conftest.er1 
    31182978  ac_status=$? 
     
    31202980  rm -f conftest.er1 
    31212981  cat conftest.err >&5 
    3122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2982  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31232983  (exit $ac_status); } && { 
    31242984         test -z "$ac_c_werror_flag" || 
     
    31272987  ac_cv_prog_cc_c89=$ac_arg 
    31282988else 
    3129   $as_echo "$as_me: failed program was:" >&5 
     2989  echo "$as_me: failed program was:" >&5 
    31302990sed 's/^/| /' conftest.$ac_ext >&5 
    31312991 
     
    31433003case "x$ac_cv_prog_cc_c89" in 
    31443004  x) 
    3145     { $as_echo "$as_me:$LINENO: result: none needed" >&5 
    3146 $as_echo "none needed" >&6; } ;; 
     3005    { echo "$as_me:$LINENO: result: none needed" >&5 
     3006echo "${ECHO_T}none needed" >&6; } ;; 
    31473007  xno) 
    3148     { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
    3149 $as_echo "unsupported" >&6; } ;; 
     3008    { echo "$as_me:$LINENO: result: unsupported" >&5 
     3009echo "${ECHO_T}unsupported" >&6; } ;; 
    31503010  *) 
    31513011    CC="$CC $ac_cv_prog_cc_c89" 
    3152     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    3153 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 
     3012    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     3013echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
    31543014esac 
    31553015 
     
    31663026ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    31673027ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    3168 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    3169 $as_echo_n "checking how to run the C preprocessor... " >&6; } 
     3028{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     3029echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
    31703030# On Suns, sometimes $CPP names a directory. 
    31713031if test -n "$CPP" && test -d "$CPP"; then 
     
    31743034if test -z "$CPP"; then 
    31753035  if test "${ac_cv_prog_CPP+set}" = set; then 
    3176   $as_echo_n "(cached) " >&6 
     3036  echo $ECHO_N "(cached) $ECHO_C" >&6 
    31773037else 
    31783038      # Double quotes because CPP needs to be expanded 
     
    32063066  *) ac_try_echo=$ac_try;; 
    32073067esac 
    3208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3209 $as_echo "$ac_try_echo") >&5 
     3068eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    32103069  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    32113070  ac_status=$? 
     
    32133072  rm -f conftest.er1 
    32143073  cat conftest.err >&5 
    3215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3074  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    32163075  (exit $ac_status); } >/dev/null && { 
    32173076         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    32203079  : 
    32213080else 
    3222   $as_echo "$as_me: failed program was:" >&5 
     3081  echo "$as_me: failed program was:" >&5 
    32233082sed 's/^/| /' conftest.$ac_ext >&5 
    32243083 
     
    32443103  *) ac_try_echo=$ac_try;; 
    32453104esac 
    3246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3247 $as_echo "$ac_try_echo") >&5 
     3105eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    32483106  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    32493107  ac_status=$? 
     
    32513109  rm -f conftest.er1 
    32523110  cat conftest.err >&5 
    3253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3111  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    32543112  (exit $ac_status); } >/dev/null && { 
    32553113         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    32593117continue 
    32603118else 
    3261   $as_echo "$as_me: failed program was:" >&5 
     3119  echo "$as_me: failed program was:" >&5 
    32623120sed 's/^/| /' conftest.$ac_ext >&5 
    32633121 
     
    32843142  ac_cv_prog_CPP=$CPP 
    32853143fi 
    3286 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 
    3287 $as_echo "$CPP" >&6; } 
     3144{ echo "$as_me:$LINENO: result: $CPP" >&5 
     3145echo "${ECHO_T}$CPP" >&6; } 
    32883146ac_preproc_ok=false 
    32893147for ac_c_preproc_warn_flag in '' yes 
     
    33133171  *) ac_try_echo=$ac_try;; 
    33143172esac 
    3315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3316 $as_echo "$ac_try_echo") >&5 
     3173eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    33173174  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    33183175  ac_status=$? 
     
    33203177  rm -f conftest.er1 
    33213178  cat conftest.err >&5 
    3322   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3179  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    33233180  (exit $ac_status); } >/dev/null && { 
    33243181         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    33273184  : 
    33283185else 
    3329   $as_echo "$as_me: failed program was:" >&5 
     3186  echo "$as_me: failed program was:" >&5 
    33303187sed 's/^/| /' conftest.$ac_ext >&5 
    33313188 
     
    33513208  *) ac_try_echo=$ac_try;; 
    33523209esac 
    3353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3354 $as_echo "$ac_try_echo") >&5 
     3210eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    33553211  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    33563212  ac_status=$? 
     
    33583214  rm -f conftest.er1 
    33593215  cat conftest.err >&5 
    3360   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3216  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    33613217  (exit $ac_status); } >/dev/null && { 
    33623218         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    33663222continue 
    33673223else 
    3368   $as_echo "$as_me: failed program was:" >&5 
     3224  echo "$as_me: failed program was:" >&5 
    33693225sed 's/^/| /' conftest.$ac_ext >&5 
    33703226 
     
    33823238  : 
    33833239else 
    3384   { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
     3240  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
    33853241See \`config.log' for more details." >&5 
    3386 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
     3242echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
    33873243See \`config.log' for more details." >&2;} 
    33883244   { (exit 1); exit 1; }; } 
     
    33953251ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    33963252 
    3397 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 
    3398 $as_echo_n "checking whether ln -s works... " >&6; } 
     3253{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 
     3254echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 
    33993255LN_S=$as_ln_s 
    34003256if test "$LN_S" = "ln -s"; then 
    3401   { $as_echo "$as_me:$LINENO: result: yes" >&5 
    3402 $as_echo "yes" >&6; } 
    3403 else 
    3404   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
    3405 $as_echo "no, using $LN_S" >&6; } 
    3406 fi 
    3407  
    3408 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    3409 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 
    3410 set x ${MAKE-make} 
    3411 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
     3257  { echo "$as_me:$LINENO: result: yes" >&5 
     3258echo "${ECHO_T}yes" >&6; } 
     3259else 
     3260  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 
     3261echo "${ECHO_T}no, using $LN_S" >&6; } 
     3262fi 
     3263 
     3264{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
     3265echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 
     3266set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 
    34123267if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 
    3413   $as_echo_n "(cached) " >&6 
     3268  echo $ECHO_N "(cached) $ECHO_C" >&6 
    34143269else 
    34153270  cat >conftest.make <<\_ACEOF 
     
    34283283fi 
    34293284if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 
    3430   { $as_echo "$as_me:$LINENO: result: yes" >&5 
    3431 $as_echo "yes" >&6; } 
     3285  { echo "$as_me:$LINENO: result: yes" >&5 
     3286echo "${ECHO_T}yes" >&6; } 
    34323287  SET_MAKE= 
    34333288else 
    3434   { $as_echo "$as_me:$LINENO: result: no" >&5 
    3435 $as_echo "no" >&6; } 
     3289  { echo "$as_me:$LINENO: result: no" >&5 
     3290echo "${ECHO_T}no" >&6; } 
    34363291  SET_MAKE="MAKE=${MAKE-make}" 
    34373292fi 
     
    34543309done 
    34553310if test -z "$ac_aux_dir"; then 
    3456   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    3457 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
     3311  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
     3312echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
    34583313   { (exit 1); exit 1; }; } 
    34593314fi 
     
    34813336# OS/2's system install, which has a completely different semantic 
    34823337# ./install, which can be erroneously created by make from ./install.sh. 
    3483 # Reject install programs that cannot install multiple files. 
    3484 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
    3485 $as_echo_n "checking for a BSD-compatible install... " >&6; } 
     3338{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
     3339echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 
    34863340if test -z "$INSTALL"; then 
    34873341if test "${ac_cv_path_install+set}" = set; then 
    3488   $as_echo_n "(cached) " >&6 
     3342  echo $ECHO_N "(cached) $ECHO_C" >&6 
    34893343else 
    34903344  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     
    35153369            : 
    35163370          else 
    3517             rm -rf conftest.one conftest.two conftest.dir 
    3518             echo one > conftest.one 
    3519             echo two > conftest.two 
    3520             mkdir conftest.dir 
    3521             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 
    3522               test -s conftest.one && test -s conftest.two && 
    3523               test -s conftest.dir/conftest.one && 
    3524               test -s conftest.dir/conftest.two 
    3525             then 
    3526               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    3527               break 3 
    3528             fi 
     3371            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
     3372            break 3 
    35293373          fi 
    35303374        fi 
     
    35333377    ;; 
    35343378esac 
    3535  
    35363379done 
    35373380IFS=$as_save_IFS 
    35383381 
    3539 rm -rf conftest.one conftest.two conftest.dir 
    35403382 
    35413383fi 
     
    35503392  fi 
    35513393fi 
    3552 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 
    3553 $as_echo "$INSTALL" >&6; } 
     3394{ echo "$as_me:$LINENO: result: $INSTALL" >&5 
     3395echo "${ECHO_T}$INSTALL" >&6; } 
    35543396 
    35553397# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 
     
    36833525 
    36843526 
    3685 { $as_echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&5 
    3686 $as_echo_n "checking for sqlite3_table_column_metadata in -lsqlite3... " >&6; } 
     3527{ echo "$as_me:$LINENO: checking for sqlite3_table_column_metadata in -lsqlite3" >&5 
     3528echo $ECHO_N "checking for sqlite3_table_column_metadata in -lsqlite3... $ECHO_C" >&6; } 
    36873529if test "${ac_cv_lib_sqlite3_sqlite3_table_column_metadata+set}" = set; then 
    3688   $as_echo_n "(cached) " >&6 
     3530  echo $ECHO_N "(cached) $ECHO_C" >&6 
    36893531else 
    36903532  ac_check_lib_save_LIBS=$LIBS 
     
    37183560  *) ac_try_echo=$ac_try;; 
    37193561esac 
    3720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3721 $as_echo "$ac_try_echo") >&5 
     3562eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    37223563  (eval "$ac_link") 2>conftest.er1 
    37233564  ac_status=$? 
     
    37253566  rm -f conftest.er1 
    37263567  cat conftest.err >&5 
    3727   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3568  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    37283569  (exit $ac_status); } && { 
    37293570         test -z "$ac_c_werror_flag" || 
    37303571         test ! -s conftest.err 
    3731        } && test -s conftest$ac_exeext && { 
    3732          test "$cross_compiling" = yes || 
    3733          $as_test_x conftest$ac_exeext 
    3734        }; then 
     3572       } && test -s conftest$ac_exeext && 
     3573       $as_test_x conftest$ac_exeext; then 
    37353574  ac_cv_lib_sqlite3_sqlite3_table_column_metadata=yes 
    37363575else 
    3737   $as_echo "$as_me: failed program was:" >&5 
     3576  echo "$as_me: failed program was:" >&5 
    37383577sed 's/^/| /' conftest.$ac_ext >&5 
    37393578 
     
    37413580fi 
    37423581 
    3743 rm -rf conftest.dSYM 
    37443582rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    37453583      conftest$ac_exeext conftest.$ac_ext 
    37463584LIBS=$ac_check_lib_save_LIBS 
    37473585fi 
    3748 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&5 
    3749 $as_echo "$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; } 
     3586{ echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&5 
     3587echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_table_column_metadata" >&6; } 
    37503588if test $ac_cv_lib_sqlite3_sqlite3_table_column_metadata = yes; then 
    37513589  RESULT="$RESULT\nSQLite fields types autodetection\t\t\t\t\t\tenabled" 
     
    37563594 
    37573595 
    3758 { $as_echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&5 
    3759 $as_echo_n "checking for sqlite3_exec in -lsqlite3... " >&6; } 
     3596{ echo "$as_me:$LINENO: checking for sqlite3_exec in -lsqlite3" >&5 
     3597echo $ECHO_N "checking for sqlite3_exec in -lsqlite3... $ECHO_C" >&6; } 
    37603598if test "${ac_cv_lib_sqlite3_sqlite3_exec+set}" = set; then 
    3761   $as_echo_n "(cached) " >&6 
     3599  echo $ECHO_N "(cached) $ECHO_C" >&6 
    37623600else 
    37633601  ac_check_lib_save_LIBS=$LIBS 
     
    37913629  *) ac_try_echo=$ac_try;; 
    37923630esac 
    3793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3794 $as_echo "$ac_try_echo") >&5 
     3631eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    37953632  (eval "$ac_link") 2>conftest.er1 
    37963633  ac_status=$? 
     
    37983635  rm -f conftest.er1 
    37993636  cat conftest.err >&5 
    3800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3637  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38013638  (exit $ac_status); } && { 
    38023639         test -z "$ac_c_werror_flag" || 
    38033640         test ! -s conftest.err 
    3804        } && test -s conftest$ac_exeext && { 
    3805          test "$cross_compiling" = yes || 
    3806          $as_test_x conftest$ac_exeext 
    3807        }; then 
     3641       } && test -s conftest$ac_exeext && 
     3642       $as_test_x conftest$ac_exeext; then 
    38083643  ac_cv_lib_sqlite3_sqlite3_exec=yes 
    38093644else 
    3810   $as_echo "$as_me: failed program was:" >&5 
     3645  echo "$as_me: failed program was:" >&5 
    38113646sed 's/^/| /' conftest.$ac_ext >&5 
    38123647 
     
    38143649fi 
    38153650 
    3816 rm -rf conftest.dSYM 
    38173651rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    38183652      conftest$ac_exeext conftest.$ac_ext 
    38193653LIBS=$ac_check_lib_save_LIBS 
    38203654fi 
    3821 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&5 
    3822 $as_echo "$ac_cv_lib_sqlite3_sqlite3_exec" >&6; } 
     3655{ echo "$as_me:$LINENO: result: $ac_cv_lib_sqlite3_sqlite3_exec" >&5 
     3656echo "${ECHO_T}$ac_cv_lib_sqlite3_sqlite3_exec" >&6; } 
    38233657if test $ac_cv_lib_sqlite3_sqlite3_exec = yes; then 
    38243658  cat >>confdefs.h <<_ACEOF 
     
    38293663 
    38303664else 
    3831   { { $as_echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&5 
    3832 $as_echo "$as_me: error: sqlite3 lib was not found" >&2;} 
     3665  { { echo "$as_me:$LINENO: error: sqlite3 lib was not found" >&5 
     3666echo "$as_me: error: sqlite3 lib was not found" >&2;} 
    38333667   { (exit 1); exit 1; }; } 
    38343668fi 
    38353669 
    38363670 
    3837 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
    3838 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 
     3671{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
     3672echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 
    38393673if test "${ac_cv_path_GREP+set}" = set; then 
    3840   $as_echo_n "(cached) " >&6 
    3841 else 
    3842   if test -z "$GREP"; then 
     3674  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3675else 
     3676  # Extract the first word of "grep ggrep" to use in msg output 
     3677if test -z "$GREP"; then 
     3678set dummy grep ggrep; ac_prog_name=$2 
     3679if test "${ac_cv_path_GREP+set}" = set; then 
     3680  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3681else 
    38433682  ac_path_GREP_found=false 
    3844   # Loop through the user's path and test for each of PROGNAME-LIST 
    3845   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3683# Loop through the user's path and test for each of PROGNAME-LIST 
     3684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    38463685for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    38473686do 
     
    38493688  test -z "$as_dir" && as_dir=. 
    38503689  for ac_prog in grep ggrep; do 
    3851     for ac_exec_ext in '' $ac_executable_extensions; do 
    3852       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    3853       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    3854 # Check for GNU ac_path_GREP and select it if it is found. 
     3690  for ac_exec_ext in '' $ac_executable_extensions; do 
     3691    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
     3692    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
     3693    # Check for GNU ac_path_GREP and select it if it is found. 
    38553694  # Check for GNU $ac_path_GREP 
    38563695case `"$ac_path_GREP" --version 2>&1` in 
     
    38593698*) 
    38603699  ac_count=0 
    3861   $as_echo_n 0123456789 >"conftest.in" 
     3700  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    38623701  while : 
    38633702  do 
     
    38653704    mv "conftest.tmp" "conftest.in" 
    38663705    cp "conftest.in" "conftest.nl" 
    3867     $as_echo 'GREP' >> "conftest.nl" 
     3706    echo 'GREP' >> "conftest.nl" 
    38683707    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    38693708    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    38803719esac 
    38813720 
    3882       $ac_path_GREP_found && break 3 
    3883     done 
     3721 
     3722    $ac_path_GREP_found && break 3 
    38843723  done 
    38853724done 
     3725 
     3726done 
    38863727IFS=$as_save_IFS 
    3887   if test -z "$ac_cv_path_GREP"; then 
    3888     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    3889 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     3728 
     3729 
     3730fi 
     3731 
     3732GREP="$ac_cv_path_GREP" 
     3733if test -z "$GREP"; then 
     3734  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     3735echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    38903736   { (exit 1); exit 1; }; } 
    3891   fi 
     3737fi 
     3738 
    38923739else 
    38933740  ac_cv_path_GREP=$GREP 
    38943741fi 
    38953742 
    3896 fi 
    3897 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
    3898 $as_echo "$ac_cv_path_GREP" >&6; } 
     3743 
     3744fi 
     3745{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
     3746echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
    38993747 GREP="$ac_cv_path_GREP" 
    39003748 
    39013749 
    3902 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 
    3903 $as_echo_n "checking for egrep... " >&6; } 
     3750{ echo "$as_me:$LINENO: checking for egrep" >&5 
     3751echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 
    39043752if test "${ac_cv_path_EGREP+set}" = set; then 
    3905   $as_echo_n "(cached) " >&6 
     3753  echo $ECHO_N "(cached) $ECHO_C" >&6 
    39063754else 
    39073755  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
    39083756   then ac_cv_path_EGREP="$GREP -E" 
    39093757   else 
    3910      if test -z "$EGREP"; then 
     3758     # Extract the first word of "egrep" to use in msg output 
     3759if test -z "$EGREP"; then 
     3760set dummy egrep; ac_prog_name=$2 
     3761if test "${ac_cv_path_EGREP+set}" = set; then 
     3762  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3763else 
    39113764  ac_path_EGREP_found=false 
    3912   # Loop through the user's path and test for each of PROGNAME-LIST 
    3913   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3765# Loop through the user's path and test for each of PROGNAME-LIST 
     3766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    39143767for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    39153768do 
     
    39173770  test -z "$as_dir" && as_dir=. 
    39183771  for ac_prog in egrep; do 
    3919     for ac_exec_ext in '' $ac_executable_extensions; do 
    3920       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    3921       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    3922 # Check for GNU ac_path_EGREP and select it if it is found. 
     3772  for ac_exec_ext in '' $ac_executable_extensions; do 
     3773    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
     3774    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
     3775    # Check for GNU ac_path_EGREP and select it if it is found. 
    39233776  # Check for GNU $ac_path_EGREP 
    39243777case `"$ac_path_EGREP" --version 2>&1` in 
     
    39273780*) 
    39283781  ac_count=0 
    3929   $as_echo_n 0123456789 >"conftest.in" 
     3782  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    39303783  while : 
    39313784  do 
     
    39333786    mv "conftest.tmp" "conftest.in" 
    39343787    cp "conftest.in" "conftest.nl" 
    3935     $as_echo 'EGREP' >> "conftest.nl" 
     3788    echo 'EGREP' >> "conftest.nl" 
    39363789    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    39373790    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    39483801esac 
    39493802 
    3950       $ac_path_EGREP_found && break 3 
    3951     done 
     3803 
     3804    $ac_path_EGREP_found && break 3 
    39523805  done 
    39533806done 
     3807 
     3808done 
    39543809IFS=$as_save_IFS 
    3955   if test -z "$ac_cv_path_EGREP"; then 
    3956     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    3957 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     3810 
     3811 
     3812fi 
     3813 
     3814EGREP="$ac_cv_path_EGREP" 
     3815if test -z "$EGREP"; then 
     3816  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     3817echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    39583818   { (exit 1); exit 1; }; } 
    3959   fi 
     3819fi 
     3820 
    39603821else 
    39613822  ac_cv_path_EGREP=$EGREP 
    39623823fi 
    39633824 
     3825 
    39643826   fi 
    39653827fi 
    3966 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
    3967 $as_echo "$ac_cv_path_EGREP" >&6; } 
     3828{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
     3829echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 
    39683830 EGREP="$ac_cv_path_EGREP" 
    39693831 
    39703832 
    3971 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    3972 $as_echo_n "checking for ANSI C header files... " >&6; } 
     3833{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
     3834echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
    39733835if test "${ac_cv_header_stdc+set}" = set; then 
    3974   $as_echo_n "(cached) " >&6 
     3836  echo $ECHO_N "(cached) $ECHO_C" >&6 
    39753837else 
    39763838  cat >conftest.$ac_ext <<_ACEOF 
     
    39993861  *) ac_try_echo=$ac_try;; 
    40003862esac 
    4001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4002 $as_echo "$ac_try_echo") >&5 
     3863eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    40033864  (eval "$ac_compile") 2>conftest.er1 
    40043865  ac_status=$? 
     
    40063867  rm -f conftest.er1 
    40073868  cat conftest.err >&5 
    4008   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3869  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40093870  (exit $ac_status); } && { 
    40103871         test -z "$ac_c_werror_flag" || 
     
    40133874  ac_cv_header_stdc=yes 
    40143875else 
    4015   $as_echo "$as_me: failed program was:" >&5 
     3876  echo "$as_me: failed program was:" >&5 
    40163877sed 's/^/| /' conftest.$ac_ext >&5 
    40173878 
     
    41053966  *) ac_try_echo=$ac_try;; 
    41063967esac 
    4107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4108 $as_echo "$ac_try_echo") >&5 
     3968eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41093969  (eval "$ac_link") 2>&5 
    41103970  ac_status=$? 
    4111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3971  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41123972  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    41133973  { (case "(($ac_try" in 
     
    41153975  *) ac_try_echo=$ac_try;; 
    41163976esac 
    4117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4118 $as_echo "$ac_try_echo") >&5 
     3977eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41193978  (eval "$ac_try") 2>&5 
    41203979  ac_status=$? 
    4121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3980  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41223981  (exit $ac_status); }; }; then 
    41233982  : 
    41243983else 
    4125   $as_echo "$as_me: program exited with status $ac_status" >&5 
    4126 $as_echo "$as_me: failed program was:" >&5 
     3984  echo "$as_me: program exited with status $ac_status" >&5 
     3985echo "$as_me: failed program was:" >&5 
    41273986sed 's/^/| /' conftest.$ac_ext >&5 
    41283987 
     
    41303989ac_cv_header_stdc=no 
    41313990fi 
    4132 rm -rf conftest.dSYM 
    41333991rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    41343992fi 
     
    41373995fi 
    41383996fi 
    4139 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    4140 $as_echo "$ac_cv_header_stdc" >&6; } 
     3997{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
     3998echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 
    41413999if test $ac_cv_header_stdc = yes; then 
    41424000 
     
    41604018                  inttypes.h stdint.h unistd.h 
    41614019do 
    4162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4163 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4164 $as_echo_n "checking for $ac_header... " >&6; } 
     4020as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     4021{ echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4022echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    41654023if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    4166   $as_echo_n "(cached) " >&6 
     4024  echo $ECHO_N "(cached) $ECHO_C" >&6 
    41674025else 
    41684026  cat >conftest.$ac_ext <<_ACEOF 
     
    41824040  *) ac_try_echo=$ac_try;; 
    41834041esac 
    4184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4185 $as_echo "$ac_try_echo") >&5 
     4042eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41864043  (eval "$ac_compile") 2>conftest.er1 
    41874044  ac_status=$? 
     
    41894046  rm -f conftest.er1 
    41904047  cat conftest.err >&5 
    4191   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4048  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41924049  (exit $ac_status); } && { 
    41934050         test -z "$ac_c_werror_flag" || 
     
    41964053  eval "$as_ac_Header=yes" 
    41974054else 
    4198   $as_echo "$as_me: failed program was:" >&5 
     4055  echo "$as_me: failed program was:" >&5 
    41994056sed 's/^/| /' conftest.$ac_ext >&5 
    42004057 
     
    42044061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    42054062fi 
    4206 ac_res=`eval 'as_val=${'$as_ac_Header'} 
    4207                  $as_echo "$as_val"'` 
    4208                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 
    4209 $as_echo "$ac_res" >&6; } 
    4210 if test `eval 'as_val=${'$as_ac_Header'} 
    4211                  $as_echo "$as_val"'` = yes; then 
     4063ac_res=`eval echo '${'$as_ac_Header'}'` 
     4064               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     4065echo "${ECHO_T}$ac_res" >&6; } 
     4066if test `eval echo '${'$as_ac_Header'}'` = yes; then 
    42124067  cat >>confdefs.h <<_ACEOF 
    4213 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     4068#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    42144069_ACEOF 
    42154070 
     
    42204075 
    42214076if test "${ac_cv_header_sqlite3_h+set}" = set; then 
    4222   { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 
    4223 $as_echo_n "checking for sqlite3.h... " >&6; } 
     4077  { echo "$as_me:$LINENO: checking for sqlite3.h" >&5 
     4078echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } 
    42244079if test "${ac_cv_header_sqlite3_h+set}" = set; then 
    4225   $as_echo_n "(cached) " >&6 
    4226 fi 
    4227 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 
    4228 $as_echo "$ac_cv_header_sqlite3_h" >&6; } 
     4080  echo $ECHO_N "(cached) $ECHO_C" >&6 
     4081fi 
     4082{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 
     4083echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } 
    42294084else 
    42304085  # Is the header compilable? 
    4231 { $as_echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 
    4232 $as_echo_n "checking sqlite3.h usability... " >&6; } 
     4086{ echo "$as_me:$LINENO: checking sqlite3.h usability" >&5 
     4087echo $ECHO_N "checking sqlite3.h usability... $ECHO_C" >&6; } 
    42334088cat >conftest.$ac_ext <<_ACEOF 
    42344089/* confdefs.h.  */ 
     
    42464101  *) ac_try_echo=$ac_try;; 
    42474102esac 
    4248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4249 $as_echo "$ac_try_echo") >&5 
     4103eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    42504104  (eval "$ac_compile") 2>conftest.er1 
    42514105  ac_status=$? 
     
    42534107  rm -f conftest.er1 
    42544108  cat conftest.err >&5 
    4255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4109  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42564110  (exit $ac_status); } && { 
    42574111         test -z "$ac_c_werror_flag" || 
     
    42604114  ac_header_compiler=yes 
    42614115else 
    4262   $as_echo "$as_me: failed program was:" >&5 
     4116  echo "$as_me: failed program was:" >&5 
    42634117sed 's/^/| /' conftest.$ac_ext >&5 
    42644118 
     
    42674121 
    42684122rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4269 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    4270 $as_echo "$ac_header_compiler" >&6; } 
     4123{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     4124echo "${ECHO_T}$ac_header_compiler" >&6; } 
    42714125 
    42724126# Is the header present? 
    4273 { $as_echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 
    4274 $as_echo_n "checking sqlite3.h presence... " >&6; } 
     4127{ echo "$as_me:$LINENO: checking sqlite3.h presence" >&5 
     4128echo $ECHO_N "checking sqlite3.h presence... $ECHO_C" >&6; } 
    42754129cat >conftest.$ac_ext <<_ACEOF 
    42764130/* confdefs.h.  */ 
     
    42864140  *) ac_try_echo=$ac_try;; 
    42874141esac 
    4288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4289 $as_echo "$ac_try_echo") >&5 
     4142eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    42904143  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    42914144  ac_status=$? 
     
    42934146  rm -f conftest.er1 
    42944147  cat conftest.err >&5 
    4295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4148  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    42964149  (exit $ac_status); } >/dev/null && { 
    42974150         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    43004153  ac_header_preproc=yes 
    43014154else 
    4302   $as_echo "$as_me: failed program was:" >&5 
     4155  echo "$as_me: failed program was:" >&5 
    43034156sed 's/^/| /' conftest.$ac_ext >&5 
    43044157 
     
    43074160 
    43084161rm -f conftest.err conftest.$ac_ext 
    4309 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    4310 $as_echo "$ac_header_preproc" >&6; } 
     4162{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     4163echo "${ECHO_T}$ac_header_preproc" >&6; } 
    43114164 
    43124165# So?  What about this header? 
    43134166case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    43144167  yes:no: ) 
    4315     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    4316 $as_echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    4317     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 
    4318 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} 
     4168    { echo "$as_me:$LINENO: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     4169echo "$as_me: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     4170    { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the compiler's result" >&5 
     4171echo "$as_me: WARNING: sqlite3.h: proceeding with the compiler's result" >&2;} 
    43194172    ac_header_preproc=yes 
    43204173    ;; 
    43214174  no:yes:* ) 
    4322     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 
    4323 $as_echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} 
    4324     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h:     check for missing prerequisite headers?" >&5 
    4325 $as_echo "$as_me: WARNING: sqlite3.h:     check for missing prerequisite headers?" >&2;} 
    4326     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 
    4327 $as_echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} 
    4328     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h:     section \"Present But Cannot Be Compiled\"" >&5 
    4329 $as_echo "$as_me: WARNING: sqlite3.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    4330     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 
    4331 $as_echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} 
    4332     { $as_echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 
    4333 $as_echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} 
     4175    { echo "$as_me:$LINENO: WARNING: sqlite3.h: present but cannot be compiled" >&5 
     4176echo "$as_me: WARNING: sqlite3.h: present but cannot be compiled" >&2;} 
     4177    { echo "$as_me:$LINENO: WARNING: sqlite3.h:     check for missing prerequisite headers?" >&5 
     4178echo "$as_me: WARNING: sqlite3.h:     check for missing prerequisite headers?" >&2;} 
     4179    { echo "$as_me:$LINENO: WARNING: sqlite3.h: see the Autoconf documentation" >&5 
     4180echo "$as_me: WARNING: sqlite3.h: see the Autoconf documentation" >&2;} 
     4181    { echo "$as_me:$LINENO: WARNING: sqlite3.h:     section \"Present But Cannot Be Compiled\"" >&5 
     4182echo "$as_me: WARNING: sqlite3.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     4183    { echo "$as_me:$LINENO: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&5 
     4184echo "$as_me: WARNING: sqlite3.h: proceeding with the preprocessor's result" >&2;} 
     4185    { echo "$as_me:$LINENO: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&5 
     4186echo "$as_me: WARNING: sqlite3.h: in the future, the compiler will take precedence" >&2;} 
    43344187    ( cat <<\_ASBOX 
    43354188## ----------------------------- ## 
     
    43404193    ;; 
    43414194esac 
    4342 { $as_echo "$as_me:$LINENO: checking for sqlite3.h" >&5 
    4343 $as_echo_n "checking for sqlite3.h... " >&6; } 
     4195{ echo "$as_me:$LINENO: checking for sqlite3.h" >&5 
     4196echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } 
    43444197if test "${ac_cv_header_sqlite3_h+set}" = set; then 
    4345   $as_echo_n "(cached) " >&6 
     4198  echo $ECHO_N "(cached) $ECHO_C" >&6 
    43464199else 
    43474200  ac_cv_header_sqlite3_h=$ac_header_preproc 
    43484201fi 
    4349 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 
    4350 $as_echo "$ac_cv_header_sqlite3_h" >&6; } 
     4202{ echo "$as_me:$LINENO: result: $ac_cv_header_sqlite3_h" >&5 
     4203echo "${ECHO_T}$ac_cv_header_sqlite3_h" >&6; } 
    43514204 
    43524205fi 
     
    43544207  : 
    43554208else 
    4356   { { $as_echo "$as_me:$LINENO: error: sqlite3 header was not found" >&5 
    4357 $as_echo "$as_me: error: sqlite3 header was not found" >&2;} 
     4209  { { echo "$as_me:$LINENO: error: sqlite3 header was not found" >&5 
     4210echo "$as_me: error: sqlite3 header was not found" >&2;} 
    43584211   { (exit 1); exit 1; }; } 
    43594212fi 
     
    43914244                LDFLAGS="$LDFLAGS -L$MOD_OPENSSL_DIR/lib -lssl" 
    43924245 
    4393 { $as_echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 
    4394 $as_echo_n "checking for SSL_library_init in -lssl... " >&6; } 
     4246{ echo "$as_me:$LINENO: checki