Changeset 1349:17ad763da3f7


Ignore:
Timestamp:
09/09/09 20:05:40 (2 years ago)
Author:
niam
Branch:
default
Message:

configure: use absolute path for ldconfig

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r1344 r1349  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.63 for libdodo 0.0.0. 
     3# Generated by GNU Autoconf 2.61 for libdodo 0.0.0. 
    44# 
    55# Report bugs to <issues.libdodo.org>. 
    66# 
    77# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006, 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 
     
    638616#endif" 
    639617 
    640 ac_subst_vars='LTLIBOBJS 
     618ac_subst_vars='SHELL 
     619PATH_SEPARATOR 
     620PACKAGE_NAME 
     621PACKAGE_TARNAME 
     622PACKAGE_VERSION 
     623PACKAGE_STRING 
     624PACKAGE_BUGREPORT 
     625exec_prefix 
     626prefix 
     627program_transform_name 
     628bindir 
     629sbindir 
     630libexecdir 
     631datarootdir 
     632datadir 
     633sysconfdir 
     634sharedstatedir 
     635localstatedir 
     636includedir 
     637oldincludedir 
     638docdir 
     639infodir 
     640htmldir 
     641dvidir 
     642pdfdir 
     643psdir 
     644libdir 
     645localedir 
     646mandir 
     647DEFS 
     648ECHO_C 
     649ECHO_N 
     650ECHO_T 
     651LIBS 
     652build_alias 
     653host_alias 
     654target_alias 
     655SO_VERSION 
     656CC 
     657CFLAGS 
     658LDFLAGS 
     659CPPFLAGS 
     660ac_ct_CC 
     661EXEEXT 
     662OBJEXT 
     663CPP 
     664GREP 
     665EGREP 
     666CXX 
     667CXXFLAGS 
     668ac_ct_CXX 
     669LN_S 
     670SET_MAKE 
     671INSTALL_PROGRAM 
     672INSTALL_SCRIPT 
     673INSTALL_DATA 
     674TAGS 
     675OBJECTS 
     676DEPS 
     677TESTS 
     678DEBUG 
     679CXXCPP 
    641680LIBOBJS 
    642 CXXCPP 
    643 DEBUG 
    644 TESTS 
    645 DEPS 
    646 OBJECTS 
    647 TAGS 
    648 INSTALL_DATA 
    649 INSTALL_SCRIPT 
    650 INSTALL_PROGRAM 
    651 SET_MAKE 
    652 LN_S 
    653 ac_ct_CXX 
    654 CXXFLAGS 
    655 CXX 
    656 EGREP 
    657 GREP 
    658 CPP 
    659 OBJEXT 
    660 EXEEXT 
    661 ac_ct_CC 
    662 CPPFLAGS 
    663 LDFLAGS 
    664 CFLAGS 
    665 CC 
    666 SO_VERSION 
    667 target_alias 
    668 host_alias 
    669 build_alias 
    670 LIBS 
    671 ECHO_T 
    672 ECHO_N 
    673 ECHO_C 
    674 DEFS 
    675 mandir 
    676 localedir 
    677 libdir 
    678 psdir 
    679 pdfdir 
    680 dvidir 
    681 htmldir 
    682 infodir 
    683 docdir 
    684 oldincludedir 
    685 includedir 
    686 localstatedir 
    687 sharedstatedir 
    688 sysconfdir 
    689 datadir 
    690 datarootdir 
    691 libexecdir 
    692 sbindir 
    693 bindir 
    694 program_transform_name 
    695 prefix 
    696 exec_prefix 
    697 PACKAGE_BUGREPORT 
    698 PACKAGE_STRING 
    699 PACKAGE_VERSION 
    700 PACKAGE_TARNAME 
    701 PACKAGE_NAME 
    702 PATH_SEPARATOR 
    703 SHELL' 
     681LTLIBOBJS' 
    704682ac_subst_files='' 
    705 ac_user_opts=' 
    706 enable_option_checking 
    707 enable_debug 
    708 enable_profiling 
    709 enable_libwrap 
    710 enable_deque 
    711 enable_io_xexec 
    712 enable_database_xexec 
    713 with_ipc 
    714 with_sqlite3 
    715 with_openssl 
    716 with_bfd 
    717 with_postgresql 
    718 with_mysql 
    719 with_fast_cgi 
    720 with_pcre 
    721 with_dl 
    722 enable_fast_dynamic_loading 
    723 with_libxml2 
    724 with_threading_lib 
    725 with_pthread_lib 
    726 with_pthread_path 
    727 with_bzip2 
    728 with_zlib 
    729 enable_zlib_lib 
    730 with_iconv 
    731 enable_iconv_lib 
    732 with_imagemagick 
    733 enable_graphics_xexec 
    734 ' 
    735683      ac_precious_vars='build_alias 
    736684host_alias 
     
    751699ac_init_help= 
    752700ac_init_version=false 
    753 ac_unrecognized_opts= 
    754 ac_unrecognized_sep= 
    755701# The variables have the same names as the options, with 
    756702# dashes changed to underlines. 
     
    851797 
    852798  -disable-* | --disable-*) 
    853     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     799    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    854800    # Reject names that are not valid shell variable names. 
    855     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    856       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     801    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     802      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    857803   { (exit 1); exit 1; }; } 
    858     ac_useropt_orig=$ac_useropt 
    859     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    860     case $ac_user_opts in 
    861       *" 
    862 "enable_$ac_useropt" 
    863 "*) ;; 
    864       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
    865          ac_unrecognized_sep=', ';; 
    866     esac 
    867     eval enable_$ac_useropt=no ;; 
     804    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     805    eval enable_$ac_feature=no ;; 
    868806 
    869807  -docdir | --docdir | --docdi | --doc | --do) 
     
    878816 
    879817  -enable-* | --enable-*) 
    880     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     818    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    881819    # Reject names that are not valid shell variable names. 
    882     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    883       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
     820    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     821      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    884822   { (exit 1); exit 1; }; } 
    885     ac_useropt_orig=$ac_useropt 
    886     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    887     case $ac_user_opts in 
    888       *" 
    889 "enable_$ac_useropt" 
    890 "*) ;; 
    891       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
    892          ac_unrecognized_sep=', ';; 
    893     esac 
    894     eval enable_$ac_useropt=\$ac_optarg ;; 
     823    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     824    eval enable_$ac_feature=\$ac_optarg ;; 
    895825 
    896826  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    10831013 
    10841014  -with-* | --with-*) 
    1085     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1015    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10861016    # Reject names that are not valid shell variable names. 
    1087     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1088       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1017    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1018      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10891019   { (exit 1); exit 1; }; } 
    1090     ac_useropt_orig=$ac_useropt 
    1091     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1092     case $ac_user_opts in 
    1093       *" 
    1094 "with_$ac_useropt" 
    1095 "*) ;; 
    1096       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
    1097          ac_unrecognized_sep=', ';; 
    1098     esac 
    1099     eval with_$ac_useropt=\$ac_optarg ;; 
     1020    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1021    eval with_$ac_package=\$ac_optarg ;; 
    11001022 
    11011023  -without-* | --without-*) 
    1102     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1024    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    11031025    # Reject names that are not valid shell variable names. 
    1104     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
    1105       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
     1026    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
     1027      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    11061028   { (exit 1); exit 1; }; } 
    1107     ac_useropt_orig=$ac_useropt 
    1108     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
    1109     case $ac_user_opts in 
    1110       *" 
    1111 "with_$ac_useropt" 
    1112 "*) ;; 
    1113       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
    1114          ac_unrecognized_sep=', ';; 
    1115     esac 
    1116     eval with_$ac_useropt=no ;; 
     1029    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1030    eval with_$ac_package=no ;; 
    11171031 
    11181032  --x) 
     
    11341048    x_libraries=$ac_optarg ;; 
    11351049 
    1136   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
     1050  -*) { echo "$as_me: error: unrecognized option: $ac_option 
    11371051Try \`$0 --help' for more information." >&2 
    11381052   { (exit 1); exit 1; }; } 
     
    11431057    # Reject names that are not valid shell variable names. 
    11441058    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1145       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1059      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    11461060   { (exit 1); exit 1; }; } 
    11471061    eval $ac_envvar=\$ac_optarg 
     
    11501064  *) 
    11511065    # FIXME: should be removed in autoconf 3.0. 
    1152     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1066    echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    11531067    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1154       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1068      echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    11551069    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    11561070    ;; 
     
    11611075if test -n "$ac_prev"; then 
    11621076  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1163   { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
     1077  { echo "$as_me: error: missing argument to $ac_option" >&2 
    11641078   { (exit 1); exit 1; }; } 
    11651079fi 
    11661080 
    1167 if test -n "$ac_unrecognized_opts"; then 
    1168   case $enable_option_checking in 
    1169     no) ;; 
    1170     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 
    1171    { (exit 1); exit 1; }; } ;; 
    1172     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 
    1173   esac 
    1174 fi 
    1175  
    1176 # Check all directory arguments for consistency. 
     1081# Be sure to have absolute directory names. 
    11771082for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    11781083                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    11811086do 
    11821087  eval ac_val=\$$ac_var 
    1183   # Remove trailing slashes. 
    1184   case $ac_val in 
    1185     */ ) 
    1186       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
    1187       eval $ac_var=\$ac_val;; 
    1188   esac 
    1189   # Be sure to have absolute directory names. 
    11901088  case $ac_val in 
    11911089    [\\/$]* | ?:[\\/]* )  continue;; 
    11921090    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    11931091  esac 
    1194   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1092  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    11951093   { (exit 1); exit 1; }; } 
    11961094done 
     
    12071105  if test "x$build_alias" = x; then 
    12081106    cross_compiling=maybe 
    1209     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1107    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    12101108    If a cross compiler is detected then cross compile mode will be used." >&2 
    12111109  elif test "x$build_alias" != "x$host_alias"; then 
     
    12231121ac_ls_di=`ls -di .` && 
    12241122ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1225   { $as_echo "$as_me: error: working directory cannot be determined" >&2 
     1123  { echo "$as_me: error: Working directory cannot be determined" >&2 
    12261124   { (exit 1); exit 1; }; } 
    12271125test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1228   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
     1126  { echo "$as_me: error: pwd does not report name of working directory" >&2 
    12291127   { (exit 1); exit 1; }; } 
    12301128 
     
    12341132  ac_srcdir_defaulted=yes 
    12351133  # Try the directory containing this script, then the parent directory. 
    1236   ac_confdir=`$as_dirname -- "$as_myself" || 
    1237 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1238          X"$as_myself" : 'X\(//\)[^/]' \| \ 
    1239          X"$as_myself" : 'X\(//\)$' \| \ 
    1240          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
    1241 $as_echo X"$as_myself" | 
     1134  ac_confdir=`$as_dirname -- "$0" || 
     1135$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1136         X"$0" : 'X\(//\)[^/]' \| \ 
     1137         X"$0" : 'X\(//\)$' \| \ 
     1138         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     1139echo X"$0" | 
    12421140    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    12431141            s//\1/ 
     
    12661164if test ! -r "$srcdir/$ac_unique_file"; then 
    12671165  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1268   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1166  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    12691167   { (exit 1); exit 1; }; } 
    12701168fi 
    12711169ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    12721170ac_abs_confdir=`( 
    1273         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
     1171        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
    12741172   { (exit 1); exit 1; }; } 
    12751173        pwd)` 
     
    13201218Installation directories: 
    13211219  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1322                           [$ac_default_prefix] 
     1220                          [$ac_default_prefix] 
    13231221  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1324                           [PREFIX] 
     1222                          [PREFIX] 
    13251223 
    13261224By default, \`make install' will install all the files in 
     
    13321230 
    13331231Fine tuning of the installation directories: 
    1334   --bindir=DIR            user executables [EPREFIX/bin] 
    1335   --sbindir=DIR           system admin executables [EPREFIX/sbin] 
    1336   --libexecdir=DIR        program executables [EPREFIX/libexec] 
    1337   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
    1338   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
    1339   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
    1340   --libdir=DIR            object code libraries [EPREFIX/lib] 
    1341   --includedir=DIR        C header files [PREFIX/include] 
    1342   --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
    1343   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
    1344   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
    1345   --infodir=DIR           info documentation [DATAROOTDIR/info] 
    1346   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
    1347   --mandir=DIR            man documentation [DATAROOTDIR/man] 
    1348   --docdir=DIR            documentation root [DATAROOTDIR/doc/libdodo] 
    1349   --htmldir=DIR           html documentation [DOCDIR] 
    1350   --dvidir=DIR            dvi documentation [DOCDIR] 
    1351   --pdfdir=DIR            pdf documentation [DOCDIR] 
    1352   --psdir=DIR             ps documentation [DOCDIR] 
     1232  --bindir=DIR           user executables [EPREFIX/bin] 
     1233  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
     1234  --libexecdir=DIR       program executables [EPREFIX/libexec] 
     1235  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
     1236  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
     1237  --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
     1238  --libdir=DIR           object code libraries [EPREFIX/lib] 
     1239  --includedir=DIR       C header files [PREFIX/include] 
     1240  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
     1241  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
     1242  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
     1243  --infodir=DIR          info documentation [DATAROOTDIR/info] 
     1244  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
     1245  --mandir=DIR           man documentation [DATAROOTDIR/man] 
     1246  --docdir=DIR           documentation root [DATAROOTDIR/doc/libdodo] 
     1247  --htmldir=DIR          html documentation [DOCDIR] 
     1248  --dvidir=DIR           dvi documentation [DOCDIR] 
     1249  --pdfdir=DIR           pdf documentation [DOCDIR] 
     1250  --psdir=DIR            ps documentation [DOCDIR] 
    13531251_ACEOF 
    13541252 
     
    13641262 
    13651263Optional Features: 
    1366   --disable-option-checking  ignore unrecognized --enable/--with options 
    13671264  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    13681265  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    14341331  # If there are subdirs, report their specific --help. 
    14351332  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1436     test -d "$ac_dir" || 
    1437       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
    1438       continue 
     1333    test -d "$ac_dir" || continue 
    14391334    ac_builddir=. 
    14401335 
     
    14421337.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    14431338*) 
    1444   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
     1339  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
    14451340  # A ".." for each directory in $ac_dir_suffix. 
    1446   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
     1341  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
    14471342  case $ac_top_builddir_sub in 
    14481343  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    14801375      $SHELL "$ac_srcdir/configure" --help=recursive 
    14811376    else 
    1482       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1377      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    14831378    fi || ac_status=$? 
    14841379    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    14901385  cat <<\_ACEOF 
    14911386libdodo configure 0.0.0 
    1492 generated by GNU Autoconf 2.63 
     1387generated by GNU Autoconf 2.61 
    14931388 
    14941389Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1495 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
     13902002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    14961391This configure script is free software; the Free Software Foundation 
    14971392gives unlimited permission to copy, distribute and modify it. 
     
    15041399 
    15051400It was created by libdodo $as_me 0.0.0, which was 
    1506 generated by GNU Autoconf 2.63.  Invocation command line was 
     1401generated by GNU Autoconf 2.61.  Invocation command line was 
    15071402 
    15081403  $ $0 $@ 
     
    15401435  IFS=$as_save_IFS 
    15411436  test -z "$as_dir" && as_dir=. 
    1542   $as_echo "PATH: $as_dir" 
     1437  echo "PATH: $as_dir" 
    15431438done 
    15441439IFS=$as_save_IFS 
     
    15751470      continue ;; 
    15761471    *\'*) 
    1577       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1472      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    15781473    esac 
    15791474    case $ac_pass in 
     
    16271522    *${as_nl}*) 
    16281523      case $ac_var in #( 
    1629       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 
    1630 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 
     1524      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1525echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    16311526      esac 
    16321527      case $ac_var in #( 
    16331528      _ | IFS | as_nl) ;; #( 
    1634       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    16351529      *) $as_unset $ac_var ;; 
    16361530      esac ;; 
     
    16621556      eval ac_val=\$$ac_var 
    16631557      case $ac_val in 
    1664       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1558      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16651559      esac 
    1666       $as_echo "$ac_var='\''$ac_val'\''" 
     1560      echo "$ac_var='\''$ac_val'\''" 
    16671561    done | sort 
    16681562    echo 
     
    16791573        eval ac_val=\$$ac_var 
    16801574        case $ac_val in 
    1681         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1575        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    16821576        esac 
    1683         $as_echo "$ac_var='\''$ac_val'\''" 
     1577        echo "$ac_var='\''$ac_val'\''" 
    16841578      done | sort 
    16851579      echo 
     
    16971591    fi 
    16981592    test "$ac_signal" != 0 && 
    1699       $as_echo "$as_me: caught signal $ac_signal" 
    1700     $as_echo "$as_me: exit $exit_status" 
     1593      echo "$as_me: caught signal $ac_signal" 
     1594    echo "$as_me: exit $exit_status" 
    17011595  } >&5 
    17021596  rm -f core *.core core.conftest.* && 
     
    17401634 
    17411635# Let the site file select an alternate cache file if it wants to. 
    1742 # Prefer an explicitly selected file to automatically selected ones. 
    1743 ac_site_file1=NONE 
    1744 ac_site_file2=NONE 
     1636# Prefer explicitly selected file to automatically selected ones. 
    17451637if test -n "$CONFIG_SITE"; then 
    1746   ac_site_file1=$CONFIG_SITE 
     1638  set x "$CONFIG_SITE" 
    17471639elif test "x$prefix" != xNONE; then 
    1748   ac_site_file1=$prefix/share/config.site 
    1749   ac_site_file2=$prefix/etc/config.site 
    1750 else 
    1751   ac_site_file1=$ac_default_prefix/share/config.site 
    1752   ac_site_file2=$ac_default_prefix/etc/config.site 
    1753 fi 
    1754 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
     1640  set x "$prefix/share/config.site" "$prefix/etc/config.site" 
     1641else 
     1642  set x "$ac_default_prefix/share/config.site" \ 
     1643        "$ac_default_prefix/etc/config.site" 
     1644fi 
     1645shift 
     1646for ac_site_file 
    17551647do 
    1756   test "x$ac_site_file" = xNONE && continue 
    17571648  if test -r "$ac_site_file"; then 
    1758     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1759 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 
     1649    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1650echo "$as_me: loading site script $ac_site_file" >&6;} 
    17601651    sed 's/^/| /' "$ac_site_file" >&5 
    17611652    . "$ac_site_file" 
     
    17671658  # files actually), so we avoid doing that. 
    17681659  if test -f "$cache_file"; then 
    1769     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1770 $as_echo "$as_me: loading cache $cache_file" >&6;} 
     1660    { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1661echo "$as_me: loading cache $cache_file" >&6;} 
    17711662    case $cache_file in 
    17721663      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    17751666  fi 
    17761667else 
    1777   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1778 $as_echo "$as_me: creating cache $cache_file" >&6;} 
     1668  { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1669echo "$as_me: creating cache $cache_file" >&6;} 
    17791670  >$cache_file 
    17801671fi 
     
    17901681  case $ac_old_set,$ac_new_set in 
    17911682    set,) 
    1792       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1793 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1683      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1684echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    17941685      ac_cache_corrupted=: ;; 
    17951686    ,set) 
    1796       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1797 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1687      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1688echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    17981689      ac_cache_corrupted=: ;; 
    17991690    ,);; 
    18001691    *) 
    18011692      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1802         # differences in whitespace do not lead to failure. 
    1803         ac_old_val_w=`echo x $ac_old_val` 
    1804         ac_new_val_w=`echo x $ac_new_val` 
    1805         if test "$ac_old_val_w" != "$ac_new_val_w"; then 
    1806           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1807 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1808           ac_cache_corrupted=: 
    1809         else 
    1810           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
    1811 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
    1812           eval $ac_var=\$ac_old_val 
    1813         fi 
    1814         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
    1815 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
    1816         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
    1817 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
     1693        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1694echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1695        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1696echo "$as_me:   former value:  $ac_old_val" >&2;} 
     1697        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1698echo "$as_me:   current value: $ac_new_val" >&2;} 
     1699        ac_cache_corrupted=: 
    18181700      fi;; 
    18191701  esac 
     
    18211703  if test "$ac_new_set" = set; then 
    18221704    case $ac_new_val in 
    1823     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1705    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    18241706    *) ac_arg=$ac_var=$ac_new_val ;; 
    18251707    esac 
     
    18311713done 
    18321714if $ac_cache_corrupted; then 
    1833   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    1834 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    1835   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1836 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1837   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1838 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1715  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1716echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1717  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1718echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    18391719   { (exit 1); exit 1; }; } 
    18401720fi 
     
    19051785  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    19061786set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1908 $as_echo_n "checking for $ac_word... " >&6; } 
     1787{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19091789if test "${ac_cv_prog_CC+set}" = set; then 
    1910   $as_echo_n "(cached) " >&6 
     1790  echo $ECHO_N "(cached) $ECHO_C" >&6 
    19111791else 
    19121792  if test -n "$CC"; then 
     
    19211801  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19221802    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    1923     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1803    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19241804    break 2 
    19251805  fi 
     
    19321812CC=$ac_cv_prog_CC 
    19331813if test -n "$CC"; then 
    1934   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    1935 $as_echo "$CC" >&6; } 
    1936 else 
    1937   { $as_echo "$as_me:$LINENO: result: no" >&5 
    1938 $as_echo "no" >&6; } 
     1814  { echo "$as_me:$LINENO: result: $CC" >&5 
     1815echo "${ECHO_T}$CC" >&6; } 
     1816else 
     1817  { echo "$as_me:$LINENO: result: no" >&5 
     1818echo "${ECHO_T}no" >&6; } 
    19391819fi 
    19401820 
     
    19451825  # Extract the first word of "gcc", so it can be a program name with args. 
    19461826set dummy gcc; ac_word=$2 
    1947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1948 $as_echo_n "checking for $ac_word... " >&6; } 
     1827{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1828echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    19491829if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    1950   $as_echo_n "(cached) " >&6 
     1830  echo $ECHO_N "(cached) $ECHO_C" >&6 
    19511831else 
    19521832  if test -n "$ac_ct_CC"; then 
     
    19611841  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19621842    ac_cv_prog_ac_ct_CC="gcc" 
    1963     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1843    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19641844    break 2 
    19651845  fi 
     
    19721852ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    19731853if test -n "$ac_ct_CC"; then 
    1974   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1975 $as_echo "$ac_ct_CC" >&6; } 
    1976 else 
    1977   { $as_echo "$as_me:$LINENO: result: no" >&5 
    1978 $as_echo "no" >&6; } 
     1854  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     1855echo "${ECHO_T}$ac_ct_CC" >&6; } 
     1856else 
     1857  { echo "$as_me:$LINENO: result: no" >&5 
     1858echo "${ECHO_T}no" >&6; } 
    19791859fi 
    19801860 
     
    19841864    case $cross_compiling:$ac_tool_warned in 
    19851865yes:) 
    1986 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    1987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     1866{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     1867whose name does not start with the host triplet.  If you think this 
     1868configuration is useful to you, please write to autoconf@gnu.org." >&5 
     1869echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     1870whose name does not start with the host triplet.  If you think this 
     1871configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    19881872ac_tool_warned=yes ;; 
    19891873esac 
     
    19981882    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    19991883set dummy ${ac_tool_prefix}cc; ac_word=$2 
    2000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2001 $as_echo_n "checking for $ac_word... " >&6; } 
     1884{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1885echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    20021886if test "${ac_cv_prog_CC+set}" = set; then 
    2003   $as_echo_n "(cached) " >&6 
     1887  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20041888else 
    20051889  if test -n "$CC"; then 
     
    20141898  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20151899    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    2016     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1900    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20171901    break 2 
    20181902  fi 
     
    20251909CC=$ac_cv_prog_CC 
    20261910if test -n "$CC"; then 
    2027   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2028 $as_echo "$CC" >&6; } 
    2029 else 
    2030   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2031 $as_echo "no" >&6; } 
     1911  { echo "$as_me:$LINENO: result: $CC" >&5 
     1912echo "${ECHO_T}$CC" >&6; } 
     1913else 
     1914  { echo "$as_me:$LINENO: result: no" >&5 
     1915echo "${ECHO_T}no" >&6; } 
    20321916fi 
    20331917 
     
    20381922  # Extract the first word of "cc", so it can be a program name with args. 
    20391923set dummy cc; ac_word=$2 
    2040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2041 $as_echo_n "checking for $ac_word... " >&6; } 
     1924{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1925echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    20421926if test "${ac_cv_prog_CC+set}" = set; then 
    2043   $as_echo_n "(cached) " >&6 
     1927  echo $ECHO_N "(cached) $ECHO_C" >&6 
    20441928else 
    20451929  if test -n "$CC"; then 
     
    20591943     fi 
    20601944    ac_cv_prog_CC="cc" 
    2061     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1945    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20621946    break 2 
    20631947  fi 
     
    20821966CC=$ac_cv_prog_CC 
    20831967if test -n "$CC"; then 
    2084   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2085 $as_echo "$CC" >&6; } 
    2086 else 
    2087   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2088 $as_echo "no" >&6; } 
     1968  { echo "$as_me:$LINENO: result: $CC" >&5 
     1969echo "${ECHO_T}$CC" >&6; } 
     1970else 
     1971  { echo "$as_me:$LINENO: result: no" >&5 
     1972echo "${ECHO_T}no" >&6; } 
    20891973fi 
    20901974 
     
    20971981    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    20981982set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2099 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2100 $as_echo_n "checking for $ac_word... " >&6; } 
     1983{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1984echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21011985if test "${ac_cv_prog_CC+set}" = set; then 
    2102   $as_echo_n "(cached) " >&6 
     1986  echo $ECHO_N "(cached) $ECHO_C" >&6 
    21031987else 
    21041988  if test -n "$CC"; then 
     
    21131997  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21141998    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    2115     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1999    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21162000    break 2 
    21172001  fi 
     
    21242008CC=$ac_cv_prog_CC 
    21252009if test -n "$CC"; then 
    2126   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    2127 $as_echo "$CC" >&6; } 
    2128 else 
    2129   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2130 $as_echo "no" >&6; } 
     2010  { echo "$as_me:$LINENO: result: $CC" >&5 
     2011echo "${ECHO_T}$CC" >&6; } 
     2012else 
     2013  { echo "$as_me:$LINENO: result: no" >&5 
     2014echo "${ECHO_T}no" >&6; } 
    21312015fi 
    21322016 
     
    21412025  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    21422026set dummy $ac_prog; ac_word=$2 
    2143 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2144 $as_echo_n "checking for $ac_word... " >&6; } 
     2027{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2028echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    21452029if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2146   $as_echo_n "(cached) " >&6 
     2030  echo $ECHO_N "(cached) $ECHO_C" >&6 
    21472031else 
    21482032  if test -n "$ac_ct_CC"; then 
     
    21572041  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21582042    ac_cv_prog_ac_ct_CC="$ac_prog" 
    2159     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2043    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21602044    break 2 
    21612045  fi 
     
    21682052ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    21692053if test -n "$ac_ct_CC"; then 
    2170   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2171 $as_echo "$ac_ct_CC" >&6; } 
    2172 else 
    2173   { $as_echo "$as_me:$LINENO: result: no" >&5 
    2174 $as_echo "no" >&6; } 
     2054  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2055echo "${ECHO_T}$ac_ct_CC" >&6; } 
     2056else 
     2057  { echo "$as_me:$LINENO: result: no" >&5 
     2058echo "${ECHO_T}no" >&6; } 
    21752059fi 
    21762060 
     
    21842068    case $cross_compiling:$ac_tool_warned in 
    21852069yes:) 
    2186 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    2187 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     2070{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2071whose name does not start with the host triplet.  If you think this 
     2072configuration is useful to you, please write to autoconf@gnu.org." >&5 
     2073echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2074whose name does not start with the host triplet.  If you think this 
     2075configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    21882076ac_tool_warned=yes ;; 
    21892077esac 
     
    21952083 
    21962084 
    2197 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2199 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2085test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    22002086See \`config.log' for more details." >&5 
    2201 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2087echo "$as_me: error: no acceptable C compiler found in \$PATH 
    22022088See \`config.log' for more details." >&2;} 
    2203    { (exit 1); exit 1; }; }; } 
     2089   { (exit 1); exit 1; }; } 
    22042090 
    22052091# Provide some information about the compiler. 
    2206 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 
    2207 set X $ac_compile 
    2208 ac_compiler=$2 
     2092echo "$as_me:$LINENO: checking for C compiler version" >&5 
     2093ac_compiler=`set X $ac_compile; echo $2` 
    22092094{ (ac_try="$ac_compiler --version >&5" 
    22102095case "(($ac_try" in 
     
    22122097  *) ac_try_echo=$ac_try;; 
    22132098esac 
    2214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2215 $as_echo "$ac_try_echo") >&5 
     2099eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22162100  (eval "$ac_compiler --version >&5") 2>&5 
    22172101  ac_status=$? 
    2218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2102  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22192103  (exit $ac_status); } 
    22202104{ (ac_try="$ac_compiler -v >&5" 
     
    22232107  *) ac_try_echo=$ac_try;; 
    22242108esac 
    2225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2226 $as_echo "$ac_try_echo") >&5 
     2109eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22272110  (eval "$ac_compiler -v >&5") 2>&5 
    22282111  ac_status=$? 
    2229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2112  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22302113  (exit $ac_status); } 
    22312114{ (ac_try="$ac_compiler -V >&5" 
     
    22342117  *) ac_try_echo=$ac_try;; 
    22352118esac 
    2236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2237 $as_echo "$ac_try_echo") >&5 
     2119eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22382120  (eval "$ac_compiler -V >&5") 2>&5 
    22392121  ac_status=$? 
    2240   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2122  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22412123  (exit $ac_status); } 
    22422124 
     
    22572139_ACEOF 
    22582140ac_clean_files_save=$ac_clean_files 
    2259 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
     2141ac_clean_files="$ac_clean_files a.out a.exe b.out" 
    22602142# Try to create an executable without -o first, disregard a.out. 
    22612143# It will help us diagnose broken compilers, and finding out an intuition 
    22622144# of exeext. 
    2263 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    2264 $as_echo_n "checking for C compiler default output file name... " >&6; } 
    2265 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2266  
    2267 # The possible output files: 
    2268 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
    2269  
     2145{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     2146echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
     2147ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     2148# 
     2149# List of possible output files, starting from the most likely. 
     2150# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
     2151# only as a last resort.  b.out is created by i960 compilers. 
     2152ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
     2153# 
     2154# The IRIX 6 linker writes into existing files which may not be 
     2155# executable, retaining their permissions.  Remove them first so a 
     2156# subsequent execution test works. 
    22702157ac_rmfiles= 
    22712158for ac_file in $ac_files 
    22722159do 
    22732160  case $ac_file in 
    2274     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     2161    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    22752162    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    22762163  esac 
     
    22832170  *) ac_try_echo=$ac_try;; 
    22842171esac 
    2285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2286 $as_echo "$ac_try_echo") >&5 
     2172eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    22872173  (eval "$ac_link_default") 2>&5 
    22882174  ac_status=$? 
    2289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2175  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22902176  (exit $ac_status); }; then 
    22912177  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    22982184  test -f "$ac_file" || continue 
    22992185  case $ac_file in 
    2300     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 
     2186    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
    23012187        ;; 
    23022188    [ab].out ) 
     
    23252211fi 
    23262212 
    2327 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
    2328 $as_echo "$ac_file" >&6; } 
     2213{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2214echo "${ECHO_T}$ac_file" >&6; } 
    23292215if test -z "$ac_file"; then 
    2330   $as_echo "$as_me: failed program was:" >&5 
     2216  echo "$as_me: failed program was:" >&5 
    23312217sed 's/^/| /' conftest.$ac_ext >&5 
    23322218 
    2333 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2335 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 
     2219{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 
    23362220See \`config.log' for more details." >&5 
    2337 $as_echo "$as_me: error: C compiler cannot create executables 
     2221echo "$as_me: error: C compiler cannot create executables 
    23382222See \`config.log' for more details." >&2;} 
    2339    { (exit 77); exit 77; }; }; } 
     2223   { (exit 77); exit 77; }; } 
    23402224fi 
    23412225 
     
    23442228# Check that the compiler produces executables we can run.  If not, either 
    23452229# the compiler is broken, or we cross compile. 
    2346 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    2347 $as_echo_n "checking whether the C compiler works... " >&6; } 
     2230{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     2231echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
    23482232# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    23492233# If not cross compiling, check that we can run a simple program. 
     
    23542238  *) ac_try_echo=$ac_try;; 
    23552239esac 
    2356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2357 $as_echo "$ac_try_echo") >&5 
     2240eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    23582241  (eval "$ac_try") 2>&5 
    23592242  ac_status=$? 
    2360   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2243  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23612244  (exit $ac_status); }; }; then 
    23622245    cross_compiling=no 
     
    23652248        cross_compiling=yes 
    23662249    else 
    2367         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2369 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 
     2250        { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 
    23702251If you meant to cross compile, use \`--host'. 
    23712252See \`config.log' for more details." >&5 
    2372 $as_echo "$as_me: error: cannot run C compiled programs. 
     2253echo "$as_me: error: cannot run C compiled programs. 
    23732254If you meant to cross compile, use \`--host'. 
    23742255See \`config.log' for more details." >&2;} 
    2375    { (exit 1); exit 1; }; }; } 
     2256   { (exit 1); exit 1; }; } 
    23762257    fi 
    23772258  fi 
    23782259fi 
    2379 { $as_echo "$as_me:$LINENO: result: yes" >&5 
    2380 $as_echo "yes" >&6; } 
    2381  
    2382 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
     2260{ echo "$as_me:$LINENO: result: yes" >&5 
     2261echo "${ECHO_T}yes" >&6; } 
     2262 
     2263rm -f a.out a.exe conftest$ac_cv_exeext b.out 
    23832264ac_clean_files=$ac_clean_files_save 
    23842265# Check that the compiler produces executables we can run.  If not, either 
    23852266# the compiler is broken, or we cross compile. 
    2386 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2387 $as_echo_n "checking whether we are cross compiling... " >&6; } 
    2388 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2389 $as_echo "$cross_compiling" >&6; } 
    2390  
    2391 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2392 $as_echo_n "checking for suffix of executables... " >&6; } 
     2267{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2268echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
     2269{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2270echo "${ECHO_T}$cross_compiling" >&6; } 
     2271 
     2272{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2273echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
    23932274if { (ac_try="$ac_link" 
    23942275case "(($ac_try" in 
     
    23962277  *) ac_try_echo=$ac_try;; 
    23972278esac 
    2398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2399 $as_echo "$ac_try_echo") >&5 
     2279eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24002280  (eval "$ac_link") 2>&5 
    24012281  ac_status=$? 
    2402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2282  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24032283  (exit $ac_status); }; then 
    24042284  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    24092289  test -f "$ac_file" || continue 
    24102290  case $ac_file in 
    2411     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
     2291    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
    24122292    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    24132293          break;; 
     
    24162296done 
    24172297else 
    2418   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2419 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2420 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2298  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
    24212299See \`config.log' for more details." >&5 
    2422 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2300echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    24232301See \`config.log' for more details." >&2;} 
    2424    { (exit 1); exit 1; }; }; } 
     2302   { (exit 1); exit 1; }; } 
    24252303fi 
    24262304 
    24272305rm -f conftest$ac_cv_exeext 
    2428 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2429 $as_echo "$ac_cv_exeext" >&6; } 
     2306{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2307echo "${ECHO_T}$ac_cv_exeext" >&6; } 
    24302308 
    24312309rm -f conftest.$ac_ext 
    24322310EXEEXT=$ac_cv_exeext 
    24332311ac_exeext=$EXEEXT 
    2434 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2435 $as_echo_n "checking for suffix of object files... " >&6; } 
     2312{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2313echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
    24362314if test "${ac_cv_objext+set}" = set; then 
    2437   $as_echo_n "(cached) " >&6 
     2315  echo $ECHO_N "(cached) $ECHO_C" >&6 
    24382316else 
    24392317  cat >conftest.$ac_ext <<_ACEOF 
     
    24582336  *) ac_try_echo=$ac_try;; 
    24592337esac 
    2460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2461 $as_echo "$ac_try_echo") >&5 
     2338eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    24622339  (eval "$ac_compile") 2>&5 
    24632340  ac_status=$? 
    2464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2341  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24652342  (exit $ac_status); }; then 
    24662343  for ac_file in conftest.o conftest.obj conftest.*; do 
    24672344  test -f "$ac_file" || continue; 
    24682345  case $ac_file in 
    2469     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 
     2346    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
    24702347    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    24712348       break;; 
     
    24732350done 
    24742351else 
    2475   $as_echo "$as_me: failed program was:" >&5 
     2352  echo "$as_me: failed program was:" >&5 
    24762353sed 's/^/| /' conftest.$ac_ext >&5 
    24772354 
    2478 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    2479 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    2480 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2355{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
    24812356See \`config.log' for more details." >&5 
    2482 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2357echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    24832358See \`config.log' for more details." >&2;} 
    2484    { (exit 1); exit 1; }; }; } 
     2359   { (exit 1); exit 1; }; } 
    24852360fi 
    24862361 
    24872362rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    24882363fi 
    2489 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2490 $as_echo "$ac_cv_objext" >&6; } 
     2364{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2365echo "${ECHO_T}$ac_cv_objext" >&6; } 
    24912366OBJEXT=$ac_cv_objext 
    24922367ac_objext=$OBJEXT 
    2493 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2494 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 
     2368{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2369echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
    24952370if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    2496   $as_echo_n "(cached) " >&6 
     2371  echo $ECHO_N "(cached) $ECHO_C" >&6 
    24972372else 
    24982373  cat >conftest.$ac_ext <<_ACEOF 
     
    25202395  *) ac_try_echo=$ac_try;; 
    25212396esac 
    2522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2523 $as_echo "$ac_try_echo") >&5 
     2397eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25242398  (eval "$ac_compile") 2>conftest.er1 
    25252399  ac_status=$? 
     
    25272401  rm -f conftest.er1 
    25282402  cat conftest.err >&5 
    2529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2403  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25302404  (exit $ac_status); } && { 
    25312405         test -z "$ac_c_werror_flag" || 
     
    25342408  ac_compiler_gnu=yes 
    25352409else 
    2536   $as_echo "$as_me: failed program was:" >&5 
     2410  echo "$as_me: failed program was:" >&5 
    25372411sed 's/^/| /' conftest.$ac_ext >&5 
    25382412 
     
    25442418 
    25452419fi 
    2546 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2547 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 
    2548 if test $ac_compiler_gnu = yes; then 
    2549   GCC=yes 
    2550 else 
    2551   GCC= 
    2552 fi 
     2420{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2421echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
     2422GCC=`test $ac_compiler_gnu = yes && echo yes` 
    25532423ac_test_CFLAGS=${CFLAGS+set} 
    25542424ac_save_CFLAGS=$CFLAGS 
    2555 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2556 $as_echo_n "checking whether $CC accepts -g... " >&6; } 
     2425{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2426echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
    25572427if test "${ac_cv_prog_cc_g+set}" = set; then 
    2558   $as_echo_n "(cached) " >&6 
     2428  echo $ECHO_N "(cached) $ECHO_C" >&6 
    25592429else 
    25602430  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    25832453  *) ac_try_echo=$ac_try;; 
    25842454esac 
    2585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2586 $as_echo "$ac_try_echo") >&5 
     2455eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    25872456  (eval "$ac_compile") 2>conftest.er1 
    25882457  ac_status=$? 
     
    25902459  rm -f conftest.er1 
    25912460  cat conftest.err >&5 
    2592   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2461  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25932462  (exit $ac_status); } && { 
    25942463         test -z "$ac_c_werror_flag" || 
     
    25972466  ac_cv_prog_cc_g=yes 
    25982467else 
    2599   $as_echo "$as_me: failed program was:" >&5 
     2468  echo "$as_me: failed program was:" >&5 
    26002469sed 's/^/| /' conftest.$ac_ext >&5 
    26012470 
     
    26222491  *) ac_try_echo=$ac_try;; 
    26232492esac 
    2624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2625 $as_echo "$ac_try_echo") >&5 
     2493eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    26262494  (eval "$ac_compile") 2>conftest.er1 
    26272495  ac_status=$? 
     
    26292497  rm -f conftest.er1 
    26302498  cat conftest.err >&5 
    2631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2499  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26322500  (exit $ac_status); } && { 
    26332501         test -z "$ac_c_werror_flag" || 
     
    26362504  : 
    26372505else 
    2638   $as_echo "$as_me: failed program was:" >&5 
     2506  echo "$as_me: failed program was:" >&5 
    26392507sed 's/^/| /' conftest.$ac_ext >&5 
    26402508 
     
    26622530  *) ac_try_echo=$ac_try;; 
    26632531esac 
    2664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2665 $as_echo "$ac_try_echo") >&5 
     2532eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    26662533  (eval "$ac_compile") 2>conftest.er1 
    26672534  ac_status=$? 
     
    26692536  rm -f conftest.er1 
    26702537  cat conftest.err >&5 
    2671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2538  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26722539  (exit $ac_status); } && { 
    26732540         test -z "$ac_c_werror_flag" || 
     
    26762543  ac_cv_prog_cc_g=yes 
    26772544else 
    2678   $as_echo "$as_me: failed program was:" >&5 
     2545  echo "$as_me: failed program was:" >&5 
    26792546sed 's/^/| /' conftest.$ac_ext >&5 
    26802547 
     
    26912558   ac_c_werror_flag=$ac_save_c_werror_flag 
    26922559fi 
    2693 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    2694 $as_echo "$ac_cv_prog_cc_g" >&6; } 
     2560{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     2561echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
    26952562if test "$ac_test_CFLAGS" = set; then 
    26962563  CFLAGS=$ac_save_CFLAGS 
     
    27082575  fi 
    27092576fi 
    2710 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    2711 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 
     2577{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     2578echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
    27122579if test "${ac_cv_prog_cc_c89+set}" = set; then 
    2713   $as_echo_n "(cached) " >&6 
     2580  echo $ECHO_N "(cached) $ECHO_C" >&6 
    27142581else 
    27152582  ac_cv_prog_cc_c89=no 
     
    27822649  *) ac_try_echo=$ac_try;; 
    27832650esac 
    2784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2785 $as_echo "$ac_try_echo") >&5 
     2651eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    27862652  (eval "$ac_compile") 2>conftest.er1 
    27872653  ac_status=$? 
     
    27892655  rm -f conftest.er1 
    27902656  cat conftest.err >&5 
    2791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2657  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27922658  (exit $ac_status); } && { 
    27932659         test -z "$ac_c_werror_flag" || 
     
    27962662  ac_cv_prog_cc_c89=$ac_arg 
    27972663else 
    2798   $as_echo "$as_me: failed program was:" >&5 
     2664  echo "$as_me: failed program was:" >&5 
    27992665sed 's/^/| /' conftest.$ac_ext >&5 
    28002666 
     
    28122678case "x$ac_cv_prog_cc_c89" in 
    28132679  x) 
    2814     { $as_echo "$as_me:$LINENO: result: none needed" >&5 
    2815 $as_echo "none needed" >&6; } ;; 
     2680    { echo "$as_me:$LINENO: result: none needed" >&5 
     2681echo "${ECHO_T}none needed" >&6; } ;; 
    28162682  xno) 
    2817     { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
    2818 $as_echo "unsupported" >&6; } ;; 
     2683    { echo "$as_me:$LINENO: result: unsupported" >&5 
     2684echo "${ECHO_T}unsupported" >&6; } ;; 
    28192685  *) 
    28202686    CC="$CC $ac_cv_prog_cc_c89" 
    2821     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    2822 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 
     2687    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     2688echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
    28232689esac 
    28242690 
     
    28312697 
    28322698 
    2833 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
    2834 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } 
     2699{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 
     2700echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 
    28352701if test "${ac_cv_c_const+set}" = set; then 
    2836   $as_echo_n "(cached) " >&6 
     2702  echo $ECHO_N "(cached) $ECHO_C" >&6 
    28372703else 
    28382704  cat >conftest.$ac_ext <<_ACEOF 
     
    29062772  *) ac_try_echo=$ac_try;; 
    29072773esac 
    2908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2909 $as_echo "$ac_try_echo") >&5 
     2774eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29102775  (eval "$ac_compile") 2>conftest.er1 
    29112776  ac_status=$? 
     
    29132778  rm -f conftest.er1 
    29142779  cat conftest.err >&5 
    2915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2780  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29162781  (exit $ac_status); } && { 
    29172782         test -z "$ac_c_werror_flag" || 
     
    29202785  ac_cv_c_const=yes 
    29212786else 
    2922   $as_echo "$as_me: failed program was:" >&5 
     2787  echo "$as_me: failed program was:" >&5 
    29232788sed 's/^/| /' conftest.$ac_ext >&5 
    29242789 
     
    29282793rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    29292794fi 
    2930 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
    2931 $as_echo "$ac_cv_c_const" >&6; } 
     2795{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 
     2796echo "${ECHO_T}$ac_cv_c_const" >&6; } 
    29322797if test $ac_cv_c_const = no; then 
    29332798 
    29342799cat >>confdefs.h <<\_ACEOF 
    2935 #define const /**/ 
    2936 _ACEOF 
    2937  
    2938 fi 
    2939  
    2940 { $as_echo "$as_me:$LINENO: checking for inline" >&5 
    2941 $as_echo_n "checking for inline... " >&6; } 
     2800#define const 
     2801_ACEOF 
     2802 
     2803fi 
     2804 
     2805{ echo "$as_me:$LINENO: checking for inline" >&5 
     2806echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 
    29422807if test "${ac_cv_c_inline+set}" = set; then 
    2943   $as_echo_n "(cached) " >&6 
     2808  echo $ECHO_N "(cached) $ECHO_C" >&6 
    29442809else 
    29452810  ac_cv_c_inline=no 
     
    29642829  *) ac_try_echo=$ac_try;; 
    29652830esac 
    2966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    2967 $as_echo "$ac_try_echo") >&5 
     2831eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    29682832  (eval "$ac_compile") 2>conftest.er1 
    29692833  ac_status=$? 
     
    29712835  rm -f conftest.er1 
    29722836  cat conftest.err >&5 
    2973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2837  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29742838  (exit $ac_status); } && { 
    29752839         test -z "$ac_c_werror_flag" || 
     
    29782842  ac_cv_c_inline=$ac_kw 
    29792843else 
    2980   $as_echo "$as_me: failed program was:" >&5 
     2844  echo "$as_me: failed program was:" >&5 
    29812845sed 's/^/| /' conftest.$ac_ext >&5 
    29822846 
     
    29892853 
    29902854fi 
    2991 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 
    2992 $as_echo "$ac_cv_c_inline" >&6; } 
     2855{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 
     2856echo "${ECHO_T}$ac_cv_c_inline" >&6; } 
    29932857 
    29942858 
     
    30132877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    30142878ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    3015 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    3016 $as_echo_n "checking how to run the C preprocessor... " >&6; } 
     2879{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     2880echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
    30172881# On Suns, sometimes $CPP names a directory. 
    30182882if test -n "$CPP" && test -d "$CPP"; then 
     
    30212885if test -z "$CPP"; then 
    30222886  if test "${ac_cv_prog_CPP+set}" = set; then 
    3023   $as_echo_n "(cached) " >&6 
     2887  echo $ECHO_N "(cached) $ECHO_C" >&6 
    30242888else 
    30252889      # Double quotes because CPP needs to be expanded 
     
    30532917  *) ac_try_echo=$ac_try;; 
    30542918esac 
    3055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3056 $as_echo "$ac_try_echo") >&5 
     2919eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    30572920  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    30582921  ac_status=$? 
     
    30602923  rm -f conftest.er1 
    30612924  cat conftest.err >&5 
    3062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2925  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30632926  (exit $ac_status); } >/dev/null && { 
    30642927         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    30672930  : 
    30682931else 
    3069   $as_echo "$as_me: failed program was:" >&5 
     2932  echo "$as_me: failed program was:" >&5 
    30702933sed 's/^/| /' conftest.$ac_ext >&5 
    30712934 
     
    30912954  *) ac_try_echo=$ac_try;; 
    30922955esac 
    3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3094 $as_echo "$ac_try_echo") >&5 
     2956eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    30952957  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    30962958  ac_status=$? 
     
    30982960  rm -f conftest.er1 
    30992961  cat conftest.err >&5 
    3100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2962  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31012963  (exit $ac_status); } >/dev/null && { 
    31022964         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    31062968continue 
    31072969else 
    3108   $as_echo "$as_me: failed program was:" >&5 
     2970  echo "$as_me: failed program was:" >&5 
    31092971sed 's/^/| /' conftest.$ac_ext >&5 
    31102972 
     
    31312993  ac_cv_prog_CPP=$CPP 
    31322994fi 
    3133 { $as_echo "$as_me:$LINENO: result: $CPP" >&5 
    3134 $as_echo "$CPP" >&6; } 
     2995{ echo "$as_me:$LINENO: result: $CPP" >&5 
     2996echo "${ECHO_T}$CPP" >&6; } 
    31352997ac_preproc_ok=false 
    31362998for ac_c_preproc_warn_flag in '' yes 
     
    31603022  *) ac_try_echo=$ac_try;; 
    31613023esac 
    3162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3163 $as_echo "$ac_try_echo") >&5 
     3024eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    31643025  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    31653026  ac_status=$? 
     
    31673028  rm -f conftest.er1 
    31683029  cat conftest.err >&5 
    3169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3030  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31703031  (exit $ac_status); } >/dev/null && { 
    31713032         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    31743035  : 
    31753036else 
    3176   $as_echo "$as_me: failed program was:" >&5 
     3037  echo "$as_me: failed program was:" >&5 
    31773038sed 's/^/| /' conftest.$ac_ext >&5 
    31783039 
     
    31983059  *) ac_try_echo=$ac_try;; 
    31993060esac 
    3200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3201 $as_echo "$ac_try_echo") >&5 
     3061eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    32023062  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    32033063  ac_status=$? 
     
    32053065  rm -f conftest.er1 
    32063066  cat conftest.err >&5 
    3207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3067  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    32083068  (exit $ac_status); } >/dev/null && { 
    32093069         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    32133073continue 
    32143074else 
    3215   $as_echo "$as_me: failed program was:" >&5 
     3075  echo "$as_me: failed program was:" >&5 
    32163076sed 's/^/| /' conftest.$ac_ext >&5 
    32173077 
     
    32293089  : 
    32303090else 
    3231   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 
    3232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
    3233 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
     3091  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
    32343092See \`config.log' for more details." >&5 
    3235 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
     3093echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
    32363094See \`config.log' for more details." >&2;} 
    3237    { (exit 1); exit 1; }; }; } 
     3095   { (exit 1); exit 1; }; } 
    32383096fi 
    32393097 
     
    32453103 
    32463104 
    3247 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
    3248 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 
     3105{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
     3106echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 
    32493107if test "${ac_cv_path_GREP+set}" = set; then 
    3250   $as_echo_n "(cached) " >&6 
    3251 else 
    3252   if test -z "$GREP"; then 
     3108  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3109else 
     3110  # Extract the first word of "grep ggrep" to use in msg output 
     3111if test -z "$GREP"; then 
     3112set dummy grep ggrep; ac_prog_name=$2 
     3113if test "${ac_cv_path_GREP+set}" = set; then 
     3114  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3115else 
    32533116  ac_path_GREP_found=false 
    3254   # Loop through the user's path and test for each of PROGNAME-LIST 
    3255   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3117# Loop through the user's path and test for each of PROGNAME-LIST 
     3118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    32563119for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    32573120do 
     
    32593122  test -z "$as_dir" && as_dir=. 
    32603123  for ac_prog in grep ggrep; do 
    3261     for ac_exec_ext in '' $ac_executable_extensions; do 
    3262       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    3263       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    3264 # Check for GNU ac_path_GREP and select it if it is found. 
     3124  for ac_exec_ext in '' $ac_executable_extensions; do 
     3125    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
     3126    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
     3127    # Check for GNU ac_path_GREP and select it if it is found. 
    32653128  # Check for GNU $ac_path_GREP 
    32663129case `"$ac_path_GREP" --version 2>&1` in 
     
    32693132*) 
    32703133  ac_count=0 
    3271   $as_echo_n 0123456789 >"conftest.in" 
     3134  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    32723135  while : 
    32733136  do 
     
    32753138    mv "conftest.tmp" "conftest.in" 
    32763139    cp "conftest.in" "conftest.nl" 
    3277     $as_echo 'GREP' >> "conftest.nl" 
     3140    echo 'GREP' >> "conftest.nl" 
    32783141    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    32793142    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    32903153esac 
    32913154 
    3292       $ac_path_GREP_found && break 3 
    3293     done 
     3155 
     3156    $ac_path_GREP_found && break 3 
    32943157  done 
    32953158done 
     3159 
     3160done 
    32963161IFS=$as_save_IFS 
    3297   if test -z "$ac_cv_path_GREP"; then 
    3298     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    3299 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     3162 
     3163 
     3164fi 
     3165 
     3166GREP="$ac_cv_path_GREP" 
     3167if test -z "$GREP"; then 
     3168  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     3169echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    33003170   { (exit 1); exit 1; }; } 
    3301   fi 
     3171fi 
     3172 
    33023173else 
    33033174  ac_cv_path_GREP=$GREP 
    33043175fi 
    33053176 
    3306 fi 
    3307 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
    3308 $as_echo "$ac_cv_path_GREP" >&6; } 
     3177 
     3178fi 
     3179{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
     3180echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
    33093181 GREP="$ac_cv_path_GREP" 
    33103182 
    33113183 
    3312 { $as_echo "$as_me:$LINENO: checking for egrep" >&5 
    3313 $as_echo_n "checking for egrep... " >&6; } 
     3184{ echo "$as_me:$LINENO: checking for egrep" >&5 
     3185echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 
    33143186if test "${ac_cv_path_EGREP+set}" = set; then 
    3315   $as_echo_n "(cached) " >&6 
     3187  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33163188else 
    33173189  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
    33183190   then ac_cv_path_EGREP="$GREP -E" 
    33193191   else 
    3320      if test -z "$EGREP"; then 
     3192     # Extract the first word of "egrep" to use in msg output 
     3193if test -z "$EGREP"; then 
     3194set dummy egrep; ac_prog_name=$2 
     3195if test "${ac_cv_path_EGREP+set}" = set; then 
     3196  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3197else 
    33213198  ac_path_EGREP_found=false 
    3322   # Loop through the user's path and test for each of PROGNAME-LIST 
    3323   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     3199# Loop through the user's path and test for each of PROGNAME-LIST 
     3200as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    33243201for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    33253202do 
     
    33273204  test -z "$as_dir" && as_dir=. 
    33283205  for ac_prog in egrep; do 
    3329     for ac_exec_ext in '' $ac_executable_extensions; do 
    3330       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    3331       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    3332 # Check for GNU ac_path_EGREP and select it if it is found. 
     3206  for ac_exec_ext in '' $ac_executable_extensions; do 
     3207    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
     3208    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
     3209    # Check for GNU ac_path_EGREP and select it if it is found. 
    33333210  # Check for GNU $ac_path_EGREP 
    33343211case `"$ac_path_EGREP" --version 2>&1` in 
     
    33373214*) 
    33383215  ac_count=0 
    3339   $as_echo_n 0123456789 >"conftest.in" 
     3216  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
    33403217  while : 
    33413218  do 
     
    33433220    mv "conftest.tmp" "conftest.in" 
    33443221    cp "conftest.in" "conftest.nl" 
    3345     $as_echo 'EGREP' >> "conftest.nl" 
     3222    echo 'EGREP' >> "conftest.nl" 
    33463223    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    33473224    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    33583235esac 
    33593236 
    3360       $ac_path_EGREP_found && break 3 
    3361     done 
     3237 
     3238    $ac_path_EGREP_found && break 3 
    33623239  done 
    33633240done 
     3241 
     3242done 
    33643243IFS=$as_save_IFS 
    3365   if test -z "$ac_cv_path_EGREP"; then 
    3366     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    3367 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     3244 
     3245 
     3246fi 
     3247 
     3248EGREP="$ac_cv_path_EGREP" 
     3249if test -z "$EGREP"; then 
     3250  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     3251echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    33683252   { (exit 1); exit 1; }; } 
    3369   fi 
     3253fi 
     3254 
    33703255else 
    33713256  ac_cv_path_EGREP=$EGREP 
    33723257fi 
    33733258 
     3259 
    33743260   fi 
    33753261fi 
    3376 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
    3377 $as_echo "$ac_cv_path_EGREP" >&6; } 
     3262{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
     3263echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 
    33783264 EGREP="$ac_cv_path_EGREP" 
    33793265 
    33803266 
    3381 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    3382 $as_echo_n "checking for ANSI C header files... " >&6; } 
     3267{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
     3268echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
    33833269if test "${ac_cv_header_stdc+set}" = set; then 
    3384   $as_echo_n "(cached) " >&6 
     3270  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33853271else 
    33863272  cat >conftest.$ac_ext <<_ACEOF 
     
    34093295  *) ac_try_echo=$ac_try;; 
    34103296esac 
    3411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3412 $as_echo "$ac_try_echo") >&5 
     3297eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    34133298  (eval "$ac_compile") 2>conftest.er1 
    34143299  ac_status=$? 
     
    34163301  rm -f conftest.er1 
    34173302  cat conftest.err >&5 
    3418   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3303  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    34193304  (exit $ac_status); } && { 
    34203305         test -z "$ac_c_werror_flag" || 
     
    34233308  ac_cv_header_stdc=yes 
    34243309else 
    3425   $as_echo "$as_me: failed program was:" >&5 
     3310  echo "$as_me: failed program was:" >&5 
    34263311sed 's/^/| /' conftest.$ac_ext >&5 
    34273312 
     
    35153400  *) ac_try_echo=$ac_try;; 
    35163401esac 
    3517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3518 $as_echo "$ac_try_echo") >&5 
     3402eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    35193403  (eval "$ac_link") 2>&5 
    35203404  ac_status=$? 
    3521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3405  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35223406  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    35233407  { (case "(($ac_try" in 
     
    35253409  *) ac_try_echo=$ac_try;; 
    35263410esac 
    3527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3528 $as_echo "$ac_try_echo") >&5 
     3411eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    35293412  (eval "$ac_try") 2>&5 
    35303413  ac_status=$? 
    3531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3414  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35323415  (exit $ac_status); }; }; then 
    35333416  : 
    35343417else 
    3535   $as_echo "$as_me: program exited with status $ac_status" >&5 
    3536 $as_echo "$as_me: failed program was:" >&5 
     3418  echo "$as_me: program exited with status $ac_status" >&5 
     3419echo "$as_me: failed program was:" >&5 
    35373420sed 's/^/| /' conftest.$ac_ext >&5 
    35383421 
     
    35403423ac_cv_header_stdc=no 
    35413424fi 
    3542 rm -rf conftest.dSYM 
    35433425rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    35443426fi 
     
    35473429fi 
    35483430fi 
    3549 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    3550 $as_echo "$ac_cv_header_stdc" >&6; } 
     3431{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
     3432echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 
    35513433if test $ac_cv_header_stdc = yes; then 
    35523434 
     
    35703452                  inttypes.h stdint.h unistd.h 
    35713453do 
    3572 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    3573 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 
    3574 $as_echo_n "checking for $ac_header... " >&6; } 
     3454as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     3455{ echo "$as_me:$LINENO: checking for $ac_header" >&5 
     3456echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
    35753457if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    3576   $as_echo_n "(cached) " >&6 
     3458  echo $ECHO_N "(cached) $ECHO_C" >&6 
    35773459else 
    35783460  cat >conftest.$ac_ext <<_ACEOF 
     
    35923474  *) ac_try_echo=$ac_try;; 
    35933475esac 
    3594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3595 $as_echo "$ac_try_echo") >&5 
     3476eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    35963477  (eval "$ac_compile") 2>conftest.er1 
    35973478  ac_status=$? 
     
    35993480  rm -f conftest.er1 
    36003481  cat conftest.err >&5 
    3601   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3482  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36023483  (exit $ac_status); } && { 
    36033484         test -z "$ac_c_werror_flag" || 
     
    36063487  eval "$as_ac_Header=yes" 
    36073488else 
    3608   $as_echo "$as_me: failed program was:" >&5 
     3489  echo "$as_me: failed program was:" >&5 
    36093490sed 's/^/| /' conftest.$ac_ext >&5 
    36103491 
     
    36143495rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    36153496fi 
    3616 ac_res=`eval 'as_val=${'$as_ac_Header'} 
    3617                  $as_echo "$as_val"'` 
    3618                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 
    3619 $as_echo "$ac_res" >&6; } 
    3620 as_val=`eval 'as_val=${'$as_ac_Header'} 
    3621                  $as_echo "$as_val"'` 
    3622    if test "x$as_val" = x""yes; then 
     3497ac_res=`eval echo '${'$as_ac_Header'}'` 
     3498               { echo "$as_me:$LINENO: result: $ac_res" >&5 
     3499echo "${ECHO_T}$ac_res" >&6; } 
     3500if test `eval echo '${'$as_ac_Header'}'` = yes; then 
    36233501  cat >>confdefs.h <<_ACEOF 
    3624 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     3502#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    36253503_ACEOF 
    36263504 
     
    36303508 
    36313509 
    3632 { $as_echo "$as_me:$LINENO: checking for size_t" >&5 
    3633 $as_echo_n "checking for size_t... " >&6; } 
     3510{ echo "$as_me:$LINENO: checking for size_t" >&5 
     3511echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 
    36343512if test "${ac_cv_type_size_t+set}" = set; then 
    3635   $as_echo_n "(cached) " >&6 
    3636 else 
    3637   ac_cv_type_size_t=no 
    3638 cat >conftest.$ac_ext <<_ACEOF 
     3513  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3514else 
     3515  cat >conftest.$ac_ext <<_ACEOF 
    36393516/* confdefs.h.  */ 
    36403517_ACEOF 
     
    36433520/* end confdefs.h.  */ 
    36443521$ac_includes_default 
     3522typedef size_t ac__type_new_; 
    36453523int 
    36463524main () 
    36473525{ 
    3648 if (sizeof (size_t)) 
    3649        return 0; 
     3526if ((ac__type_new_ *) 0) 
     3527  return 0; 
     3528if (sizeof (ac__type_new_)) 
     3529  return 0; 
    36503530  ; 
    36513531  return 0; 
     
    36583538  *) ac_try_echo=$ac_try;; 
    36593539esac 
    3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3661 $as_echo "$ac_try_echo") >&5 
     3540eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    36623541  (eval "$ac_compile") 2>conftest.er1 
    36633542  ac_status=$? 
     
    36653544  rm -f conftest.er1 
    36663545  cat conftest.err >&5 
    3667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3546  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36683547  (exit $ac_status); } && { 
    36693548         test -z "$ac_c_werror_flag" || 
    36703549         test ! -s conftest.err 
    36713550       } && test -s conftest.$ac_objext; then 
     3551  ac_cv_type_size_t=yes 
     3552else 
     3553  echo "$as_me: failed program was:" >&5 
     3554sed 's/^/| /' conftest.$ac_ext >&5 
     3555 
     3556        ac_cv_type_size_t=no 
     3557fi 
     3558 
     3559rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     3560fi 
     3561{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 
     3562echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 
     3563if test $ac_cv_type_size_t = yes; then 
     3564  : 
     3565else 
     3566 
     3567cat >>confdefs.h <<_ACEOF 
     3568#define size_t unsigned int 
     3569_ACEOF 
     3570 
     3571fi 
     3572 
     3573{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 
     3574echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 
     3575if test "${ac_cv_struct_tm+set}" = set; then 
     3576  echo $ECHO_N "(cached) $ECHO_C" >&6 
     3577else 
    36723578  cat >conftest.$ac_ext <<_ACEOF 
    36733579/* confdefs.h.  */ 
     
    36763582cat >>conftest.$ac_ext <<_ACEOF 
    36773583/* end confdefs.h.  */ 
    3678 $ac_includes_default 
     3584#include <sys/types.h> 
     3585#include <time.h> 
     3586 
    36793587int 
    36803588main () 
    36813589{ 
    3682 if (sizeof ((size_t))) 
    3683           return 0; 
     3590struct tm tm; 
     3591                                     int *p = &tm.tm_sec; 
     3592                                     return !p; 
    36843593  ; 
    36853594  return 0; 
     
    36923601  *) ac_try_echo=$ac_try;; 
    36933602esac 
    3694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3695 $as_echo "$ac_try_echo") >&5 
     3603eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    36963604  (eval "$ac_compile") 2>conftest.er1 
    36973605  ac_status=$? 
     
    36993607  rm -f conftest.er1 
    37003608  cat conftest.err >&5 
    3701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3702   (exit $ac_status); } && { 
    3703          test -z "$ac_c_werror_flag" || 
    3704          test ! -s conftest.err 
    3705        } && test -s conftest.$ac_objext; then 
    3706   : 
    3707 else 
    3708   $as_echo "$as_me: failed program was:" >&5 
    3709 sed 's/^/| /' conftest.$ac_ext >&5 
    3710  
    3711         ac_cv_type_size_t=yes 
    3712 fi 
    3713  
    3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    3715 else 
    3716   $as_echo "$as_me: failed program was:" >&5 
    3717 sed 's/^/| /' conftest.$ac_ext >&5 
    3718  
    3719  
    3720 fi 
    3721  
    3722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    3723 fi 
    3724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 
    3725 $as_echo "$ac_cv_type_size_t" >&6; } 
    3726 if test "x$ac_cv_type_size_t" = x""yes; then 
    3727   : 
    3728 else 
    3729  
    3730 cat >>confdefs.h <<_ACEOF 
    3731 #define size_t unsigned int 
    3732 _ACEOF 
    3733  
    3734 fi 
    3735  
    3736 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 
    3737 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 
    3738 if test "${ac_cv_struct_tm+set}" = set; then 
    3739   $as_echo_n "(cached) " >&6 
    3740 else 
    3741   cat >conftest.$ac_ext <<_ACEOF 
    3742 /* confdefs.h.  */ 
    3743 _ACEOF 
    3744 cat confdefs.h >>conftest.$ac_ext 
    3745 cat >>conftest.$ac_ext <<_ACEOF 
    3746 /* end confdefs.h.  */ 
    3747 #include <sys/types.h> 
    3748 #include <time.h> 
    3749  
    3750 int 
    3751 main () 
    3752 { 
    3753 struct tm tm; 
    3754                                      int *p = &tm.tm_sec; 
    3755                                      return !p; 
    3756   ; 
    3757   return 0; 
    3758 } 
    3759 _ACEOF 
    3760 rm -f conftest.$ac_objext 
    3761 if { (ac_try="$ac_compile" 
    3762 case "(($ac_try" in 
    3763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    3764   *) ac_try_echo=$ac_try;; 
    3765 esac 
    3766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3767 $as_echo "$ac_try_echo") >&5 
    3768   (eval "$ac_compile") 2>conftest.er1 
    3769   ac_status=$? 
    3770   grep -v '^ *+' conftest.er1 >conftest.err 
    3771   rm -f conftest.er1 
    3772   cat conftest.err >&5 
    3773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3609  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    37743610  (exit $ac_status); } && { 
    37753611         test -z "$ac_c_werror_flag" || 
     
    37783614  ac_cv_struct_tm=time.h 
    37793615else 
    3780   $as_echo "$as_me: failed program was:" >&5 
     3616  echo "$as_me: failed program was:" >&5 
    37813617sed 's/^/| /' conftest.$ac_ext >&5 
    37823618 
     
    37863622rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    37873623fi 
    3788 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 
    3789 $as_echo "$ac_cv_struct_tm" >&6; } 
     3624{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 
     3625echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 
    37903626if test $ac_cv_struct_tm = sys/time.h; then 
    37913627 
     
    37973633 
    37983634if test $ac_cv_c_compiler_gnu = yes; then 
    3799     { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 
    3800 $as_echo_n "checking whether $CC needs -traditional... " >&6; } 
     3635    { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 
     3636echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; } 
    38013637if test "${ac_cv_prog_gcc_traditional+set}" = set; then 
    3802   $as_echo_n "(cached) " >&6 
     3638  echo $ECHO_N "(cached) $ECHO_C" >&6 
    38033639else 
    38043640    ac_pattern="Autoconf.*'x'" 
     
    38393675  fi 
    38403676fi 
    3841 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 
    3842 $as_echo "$ac_cv_prog_gcc_traditional" >&6; } 
     3677{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 
     3678echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; } 
    38433679  if test $ac_cv_prog_gcc_traditional = yes; then 
    38443680    CC="$CC -traditional" 
     
    38603696    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    38613697set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    3862 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3863 $as_echo_n "checking for $ac_word... " >&6; } 
     3698{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     3699echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    38643700if test "${ac_cv_prog_CXX+set}" = set; then 
    3865   $as_echo_n "(cached) " >&6 
     3701  echo $ECHO_N "(cached) $ECHO_C" >&6 
    38663702else 
    38673703  if test -n "$CXX"; then 
     
    38763712  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    38773713    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    3878     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3714    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    38793715    break 2 
    38803716  fi 
     
    38873723CXX=$ac_cv_prog_CXX 
    38883724if test -n "$CXX"; then 
    3889   { $as_echo "$as_me:$LINENO: result: $CXX" >&5 
    3890 $as_echo "$CXX" >&6; } 
    3891 else 
    3892   { $as_echo "$as_me:$LINENO: result: no" >&5 
    3893 $as_echo "no" >&6; } 
     3725  { echo "$as_me:$LINENO: result: $CXX" >&5 
     3726echo "${ECHO_T}$CXX" >&6; } 
     3727else 
     3728  { echo "$as_me:$LINENO: result: no" >&5 
     3729echo "${ECHO_T}no" >&6; } 
    38943730fi 
    38953731 
     
    39043740  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    39053741set dummy $ac_prog; ac_word=$2 
    3906 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    3907 $as_echo_n "checking for $ac_word... " >&6; } 
     3742{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     3743echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    39083744if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    3909   $as_echo_n "(cached) " >&6 
     3745  echo $ECHO_N "(cached) $ECHO_C" >&6 
    39103746else 
    39113747  if test -n "$ac_ct_CXX"; then 
     
    39203756  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    39213757    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    3922     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3758    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    39233759    break 2 
    39243760  fi 
     
    39313767ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
    39323768if test -n "$ac_ct_CXX"; then 
    3933   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
    3934 $as_echo "$ac_ct_CXX" >&6; } 
    3935 else 
    3936   { $as_echo "$as_me:$LINENO: result: no" >&5 
    3937 $as_echo "no" >&6; } 
     3769  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     3770echo "${ECHO_T}$ac_ct_CXX" >&6; } 
     3771else 
     3772  { echo "$as_me:$LINENO: result: no" >&5 
     3773echo "${ECHO_T}no" >&6; } 
    39383774fi 
    39393775 
     
    39473783    case $cross_compiling:$ac_tool_warned in 
    39483784yes:) 
    3949 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 
    3950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 
     3785{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     3786whose name does not start with the host triplet.  If you think this 
     3787configuration is useful to you, please write to autoconf@gnu.org." >&5 
     3788echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     3789whose name does not start with the host triplet.  If you think this 
     3790configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
    39513791ac_tool_warned=yes ;; 
    39523792esac 
     
    39583798fi 
    39593799# Provide some information about the compiler. 
    3960 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
    3961 set X $ac_compile 
    3962 ac_compiler=$2 
     3800echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
     3801ac_compiler=`set X $ac_compile; echo $2` 
    39633802{ (ac_try="$ac_compiler --version >&5" 
    39643803case "(($ac_try" in 
     
    39663805  *) ac_try_echo=$ac_try;; 
    39673806esac 
    3968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3969 $as_echo "$ac_try_echo") >&5 
     3807eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    39703808  (eval "$ac_compiler --version >&5") 2>&5 
    39713809  ac_status=$? 
    3972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3810  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39733811  (exit $ac_status); } 
    39743812{ (ac_try="$ac_compiler -v >&5" 
     
    39773815  *) ac_try_echo=$ac_try;; 
    39783816esac 
    3979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3980 $as_echo "$ac_try_echo") >&5 
     3817eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    39813818  (eval "$ac_compiler -v >&5") 2>&5 
    39823819  ac_status=$? 
    3983   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3820  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39843821  (exit $ac_status); } 
    39853822{ (ac_try="$ac_compiler -V >&5" 
     
    39883825  *) ac_try_echo=$ac_try;; 
    39893826esac 
    3990 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    3991 $as_echo "$ac_try_echo") >&5 
     3827eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    39923828  (eval "$ac_compiler -V >&5") 2>&5 
    39933829  ac_status=$? 
    3994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3830  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39953831  (exit $ac_status); } 
    39963832 
    3997 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
    3998 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 
     3833{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     3834echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 
    39993835if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    4000   $as_echo_n "(cached) " >&6 
     3836  echo $ECHO_N "(cached) $ECHO_C" >&6 
    40013837else 
    40023838  cat >conftest.$ac_ext <<_ACEOF 
     
    40243860  *) ac_try_echo=$ac_try;; 
    40253861esac 
    4026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4027 $as_echo "$ac_try_echo") >&5 
     3862eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    40283863  (eval "$ac_compile") 2>conftest.er1 
    40293864  ac_status=$? 
     
    40313866  rm -f conftest.er1 
    40323867  cat conftest.err >&5 
    4033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3868  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40343869  (exit $ac_status); } && { 
    40353870         test -z "$ac_cxx_werror_flag" || 
     
    40383873  ac_compiler_gnu=yes 
    40393874else 
    4040   $as_echo "$as_me: failed program was:" >&5 
     3875  echo "$as_me: failed program was:" >&5 
    40413876sed 's/^/| /' conftest.$ac_ext >&5 
    40423877 
     
    40483883 
    40493884fi 
    4050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
    4051 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 
    4052 if test $ac_compiler_gnu = yes; then 
    4053   GXX=yes 
    4054 else 
    4055   GXX= 
    4056 fi 
     3885{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     3886echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 
     3887GXX=`test $ac_compiler_gnu = yes && echo yes` 
    40573888ac_test_CXXFLAGS=${CXXFLAGS+set} 
    40583889ac_save_CXXFLAGS=$CXXFLAGS 
    4059 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
    4060 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 
     3890{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     3891echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 
    40613892if test "${ac_cv_prog_cxx_g+set}" = set; then 
    4062   $as_echo_n "(cached) " >&6 
     3893  echo $ECHO_N "(cached) $ECHO_C" >&6 
    40633894else 
    40643895  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     
    40873918  *) ac_try_echo=$ac_try;; 
    40883919esac 
    4089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4090 $as_echo "$ac_try_echo") >&5 
     3920eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    40913921  (eval "$ac_compile") 2>conftest.er1 
    40923922  ac_status=$? 
     
    40943924  rm -f conftest.er1 
    40953925  cat conftest.err >&5 
    4096   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3926  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40973927  (exit $ac_status); } && { 
    40983928         test -z "$ac_cxx_werror_flag" || 
     
    41013931  ac_cv_prog_cxx_g=yes 
    41023932else 
    4103   $as_echo "$as_me: failed program was:" >&5 
     3933  echo "$as_me: failed program was:" >&5 
    41043934sed 's/^/| /' conftest.$ac_ext >&5 
    41053935 
     
    41263956  *) ac_try_echo=$ac_try;; 
    41273957esac 
    4128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4129 $as_echo "$ac_try_echo") >&5 
     3958eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41303959  (eval "$ac_compile") 2>conftest.er1 
    41313960  ac_status=$? 
     
    41333962  rm -f conftest.er1 
    41343963  cat conftest.err >&5 
    4135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3964  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41363965  (exit $ac_status); } && { 
    41373966         test -z "$ac_cxx_werror_flag" || 
     
    41403969  : 
    41413970else 
    4142   $as_echo "$as_me: failed program was:" >&5 
     3971  echo "$as_me: failed program was:" >&5 
    41433972sed 's/^/| /' conftest.$ac_ext >&5 
    41443973 
     
    41663995  *) ac_try_echo=$ac_try;; 
    41673996esac 
    4168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
    4169 $as_echo "$ac_try_echo") >&5 
     3997eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    41703998  (eval "$ac_compile") 2>conftest.er1 
    41713999  ac_status=$? 
     
    41734001  rm -f conftest.er1 
    41744002  cat conftest.err >&5 
    4175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4003  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41764004  (exit $ac_status); } && { 
    41774005         test -z "$ac_cxx_werror_flag" || 
     
    41804008  ac_cv_prog_cxx_g=yes 
    41814009else 
    4182   $as_echo "$as_me: failed program was:" >&5 
     4010  echo "$as_me: failed program was:" >&5 
    41834011sed 's/^/| /' conftest.$ac_ext >&5 
    41844012 
     
    41954023   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
    41964024fi 
    4197 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
    4198 $as_echo "$ac_cv_prog_cxx_g" >&6; } 
     4025{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     4026echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 
    41994027if test "$ac_test_CXXFLAGS" = set; then 
    42004028  CXXFLAGS=$ac_save_CXXFLAGS 
     
    42264054  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    42274055set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    4228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
    4229 $as_echo_n "checking for $ac_word... " >&6; } 
     4056{ echo "$as_me:$LINENO: checking for $ac_word" >&5 
     4057echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
    42304058if test "${ac_cv_prog_CC+set}" = set; then 
    4231   $as_echo_n "(cached) " >&6 
     4059  echo $ECHO_N "(cached) $ECHO_C" >&6 
    42324060else 
    42334061  if test -n "$CC"; then 
     
    42424070  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    42434071    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    4244     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     4072    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    42454073    break 2 
    42464074  fi 
     
    42534081CC=$ac_cv_prog_CC 
    42544082if test -n "$CC"; then 
    4255   { $as_echo "$as_me:$LINENO: result: $CC" >&5 
    4256 $as_echo "$CC" >&6; } 
    4257 else 
    4258   { $as_echo "$as_me:$LINENO: result: no" >&5 
    4259 $as_echo "no" >&6; } 
     4083  { echo "$as_me:$LINENO: result: $CC" >&5 
     4084echo "${ECHO_T}$CC" >&6; } 
     4085else 
     4086  { echo "$as_me:$LINENO: result: no" >&5 
     4087echo "${ECHO_T}no" >&6; } 
    42604088fi 
    42614089