PennMUSH Community

Changeset 1265

Show
Ignore:
Timestamp:
09/13/08 23:23:25 (3 months ago)
Author:
shawnw
Message:

Updated configure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/configure

    r1235 r1265  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61
     3# Generated by GNU Autoconf 2.62
    44# 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    77# This configure script is free software; the Free Software Foundation 
    88# gives unlimited permission to copy, distribute and modify it. 
     
    1616  emulate sh 
    1717  NULLCMD=: 
    18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     18  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    1919  # is contrary to our usage.  Disable this feature. 
    2020  alias -g '${1+"$@"}'='"$@"' 
     
    3838as_cr_alnum=$as_cr_Letters$as_cr_digits 
    3939 
     40as_nl=' 
     41' 
     42export as_nl 
     43# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
     48  as_echo='printf %s\n' 
     49  as_echo_n='printf %s' 
     50else 
     51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
     52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
     53    as_echo_n='/usr/ucb/echo -n' 
     54  else 
     55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
     56    as_echo_n_body='eval 
     57      arg=$1; 
     58      case $arg in 
     59      *"$as_nl"*) 
     60    expr "X$arg" : "X\\(.*\\)$as_nl"; 
     61    arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
     62      esac; 
     63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
     64    ' 
     65    export as_echo_n_body 
     66    as_echo_n='sh -c $as_echo_n_body as_echo' 
     67  fi 
     68  export as_echo_body 
     69  as_echo='sh -c $as_echo_body as_echo' 
     70fi 
     71 
    4072# The user is always right. 
    4173if test "${PATH_SEPARATOR+set}" != set; then 
    42   echo "#! /bin/sh" >conf$$.sh 
    43   echo  "exit 0"   >>conf$$.sh 
    44   chmod +x conf$$.sh 
    45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    46     PATH_SEPARATOR=';' 
    47   else 
    48     PATH_SEPARATOR=: 
    49   fi 
    50   rm -f conf$$.sh 
     74  PATH_SEPARATOR=: 
     75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
     76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
     77      PATH_SEPARATOR=';' 
     78  } 
    5179fi 
    5280 
     
    6492# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    6593# splitting by setting IFS to empty value.) 
    66 as_nl=' 
    67 ' 
    6894IFS=" ""    $as_nl" 
    6995 
     
    88114fi 
    89115if test ! -f "$as_myself"; then 
    90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     116  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    91117  { (exit 1); exit 1; } 
    92118fi 
     
    101127 
    102128# NLS nuisances. 
    103 for as_var in \ 
    104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    106   LC_TELEPHONE LC_TIME 
    107 do 
    108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    109     eval $as_var=C; export $as_var 
    110   else 
    111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    112   fi 
    113 done 
     129LC_ALL=C 
     130export LC_ALL 
     131LANGUAGE=C 
     132export LANGUAGE 
    114133 
    115134# Required to use basename. 
     
    133152     X"$0" : 'X\(//\)$' \| \ 
    134153     X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    135 echo X/"$0" | 
     154$as_echo X/"$0" | 
    136155    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    137156        s//\1/ 
     
    159178fi 
    160179 
    161   if test $as_have_required = yes &&   (eval ": 
     180  if test $as_have_required = yes &&   (eval ": 
    162181(as_func_return () { 
    163182  (exit \$1) 
     
    241260  emulate sh 
    242261  NULLCMD=: 
    243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     262  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    244263  # is contrary to our usage.  Disable this feature. 
    245264  alias -g '${1+"$@"}'='"$@"' 
     
    262281  emulate sh 
    263282  NULLCMD=: 
    264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     283  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    265284  # is contrary to our usage.  Disable this feature. 
    266285  alias -g '${1+"$@"}'='"$@"' 
     
    342361      if test "x$CONFIG_SHELL" != x; then 
    343362  for as_var in BASH_ENV ENV 
    344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    345         done 
    346         export CONFIG_SHELL 
    347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     363   do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     364   done 
     365   export CONFIG_SHELL 
     366   exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    348367fi 
    349368 
     
    414433test \$exitcode = 0") || { 
    415434  echo No shell found that supports shell functions. 
    416   echo Please tell autoconf@gnu.org about your system, 
    417   echo including any error possibly output before this 
    418   echo message 
     435  echo Please tell bug-autoconf@gnu.org about your system, 
     436  echo including any error possibly output before this message. 
     437  echo This can help us improve future autoconf versions. 
     438  echo Configuration will now proceed without shell functions. 
    419439} 
    420440 
     
    452472    ' >$as_me.lineno && 
    453473  chmod +x "$as_me.lineno" || 
    454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     474    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    455475   { (exit 1); exit 1; }; } 
    456476 
     
    480500  ECHO_N='-n';; 
    481501esac 
    482  
    483502if expr a : '\(a\)' >/dev/null 2>&1 && 
    484503   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    493512else 
    494513  rm -f conf$$.dir 
    495   mkdir conf$$.dir 
    496 fi 
    497 echo >conf$$.file 
    498 if ln -s conf$$.file conf$$ 2>/dev/null; then 
    499   as_ln_s='ln -s' 
    500   # ... but there are two gotchas: 
    501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    503   # In both cases, we have to default to `cp -p'. 
    504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     514  mkdir conf$$.dir 2>/dev/null 
     515fi 
     516if (echo >conf$$.file) 2>/dev/null; then 
     517  if ln -s conf$$.file conf$$ 2>/dev/null; then 
     518    as_ln_s='ln -s' 
     519    # ... but there are two gotchas: 
     520    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     521    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     522    # In both cases, we have to default to `cp -p'. 
     523    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     524      as_ln_s='cp -p' 
     525  elif ln conf$$.file conf$$ 2>/dev/null; then 
     526    as_ln_s=ln 
     527  else 
    505528    as_ln_s='cp -p' 
    506 elif ln conf$$.file conf$$ 2>/dev/null; then 
    507   as_ln_s=ln 
     529  fi 
    508530else 
    509531  as_ln_s='cp -p' 
     
    530552    eval sh -c '\'' 
    531553      if test -d "$1"; then 
    532         test -d "$1/."; 
     554   test -d "$1/."; 
    533555      else 
    534556    case $1 in 
    535         -*)set "./$1";; 
     557   -*)set "./$1";; 
    536558    esac; 
    537559    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    702724LTLIBOBJS' 
    703725ac_subst_files='' 
     726ac_user_opts=' 
     727enable_option_checking 
     728with_ssl 
     729with_pcre 
     730enable_sql 
     731with_mysql 
     732with_postgresql 
     733with_sqlite3 
     734enable_ipv6 
     735enable_nls 
     736' 
    704737      ac_precious_vars='build_alias 
    705738host_alias 
     
    717750ac_init_help= 
    718751ac_init_version=false 
     752ac_unrecognized_opts= 
     753ac_unrecognized_sep= 
    719754# The variables have the same names as the options, with 
    720755# dashes changed to underlines. 
     
    815850 
    816851  -disable-* | --disable-*) 
    817     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     852    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    818853    # Reject names that are not valid shell variable names. 
    819     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    820       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     854    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     855      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    821856   { (exit 1); exit 1; }; } 
    822     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    823     eval enable_$ac_feature=no ;; 
     857    ac_useropt_orig=$ac_useropt 
     858    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     859    case $ac_user_opts in 
     860      *" 
     861"enable_$ac_useropt" 
     862"*) ;; 
     863      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
     864     ac_unrecognized_sep=', ';; 
     865    esac 
     866    eval enable_$ac_useropt=no ;; 
    824867 
    825868  -docdir | --docdir | --docdi | --doc | --do) 
     
    834877 
    835878  -enable-* | --enable-*) 
    836     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     879    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    837880    # Reject names that are not valid shell variable names. 
    838     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    839       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     881    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     882      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    840883   { (exit 1); exit 1; }; } 
    841     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    842     eval enable_$ac_feature=\$ac_optarg ;; 
     884    ac_useropt_orig=$ac_useropt 
     885    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     886    case $ac_user_opts in 
     887      *" 
     888"enable_$ac_useropt" 
     889"*) ;; 
     890      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
     891     ac_unrecognized_sep=', ';; 
     892    esac 
     893    eval enable_$ac_useropt=\$ac_optarg ;; 
    843894 
    844895  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    10311082 
    10321083  -with-* | --with-*) 
    1033     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1084    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10341085    # Reject names that are not valid shell variable names. 
    1035     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1036       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1086    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1087      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10371088   { (exit 1); exit 1; }; } 
    1038     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1039     eval with_$ac_package=\$ac_optarg ;; 
     1089    ac_useropt_orig=$ac_useropt 
     1090    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1091    case $ac_user_opts in 
     1092      *" 
     1093"with_$ac_useropt" 
     1094"*) ;; 
     1095      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
     1096     ac_unrecognized_sep=', ';; 
     1097    esac 
     1098    eval with_$ac_useropt=\$ac_optarg ;; 
    10401099 
    10411100  -without-* | --without-*) 
    1042     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1101    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10431102    # Reject names that are not valid shell variable names. 
    1044     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1045       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1103    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1104      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10461105   { (exit 1); exit 1; }; } 
    1047     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1048     eval with_$ac_package=no ;; 
     1106    ac_useropt_orig=$ac_useropt 
     1107    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1108    case $ac_user_opts in 
     1109      *" 
     1110"with_$ac_useropt" 
     1111"*) ;; 
     1112      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
     1113     ac_unrecognized_sep=', ';; 
     1114    esac 
     1115    eval with_$ac_useropt=no ;; 
    10491116 
    10501117  --x) 
     
    10661133    x_libraries=$ac_optarg ;; 
    10671134 
    1068   -*) { echo "$as_me: error: unrecognized option: $ac_option 
     1135  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
    10691136Try \`$0 --help' for more information." >&2 
    10701137   { (exit 1); exit 1; }; } 
     
    10751142    # Reject names that are not valid shell variable names. 
    10761143    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1077       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1144      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    10781145   { (exit 1); exit 1; }; } 
    10791146    eval $ac_envvar=\$ac_optarg 
     
    10821149  *) 
    10831150    # FIXME: should be removed in autoconf 3.0. 
    1084     echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1151    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    10851152    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1086       echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1153      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    10871154    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    10881155    ;; 
     
    10931160if test -n "$ac_prev"; then 
    10941161  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1095   { echo "$as_me: error: missing argument to $ac_option" >&2 
     1162  { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
    10961163   { (exit 1); exit 1; }; } 
    10971164fi 
    10981165 
    1099 # Be sure to have absolute directory names. 
     1166if test -n "$ac_unrecognized_opts"; then 
     1167  case $enable_option_checking in 
     1168    no) ;; 
     1169    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 
     1170   { (exit 1); exit 1; }; } ;; 
     1171    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 
     1172  esac 
     1173fi 
     1174 
     1175# Check all directory arguments for consistency. 
    11001176for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    11011177        datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    11041180do 
    11051181  eval ac_val=\$$ac_var 
     1182  # Remove trailing slashes. 
     1183  case $ac_val in 
     1184    */ ) 
     1185      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
     1186      eval $ac_var=\$ac_val;; 
     1187  esac 
     1188  # Be sure to have absolute directory names. 
    11061189  case $ac_val in 
    11071190    [\\/$]* | ?:[\\/]* )  continue;; 
    11081191    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    11091192  esac 
    1110   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1193  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    11111194   { (exit 1); exit 1; }; } 
    11121195done 
     
    11231206  if test "x$build_alias" = x; then 
    11241207    cross_compiling=maybe 
    1125     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1208    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    11261209    If a cross compiler is detected then cross compile mode will be used." >&2 
    11271210  elif test "x$build_alias" != "x$host_alias"; then 
     
    11391222ac_ls_di=`ls -di .` && 
    11401223ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1141   { echo "$as_me: error: Working directory cannot be determined" >&2 
     1224  { $as_echo "$as_me: error: Working directory cannot be determined" >&2 
    11421225   { (exit 1); exit 1; }; } 
    11431226test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1144   { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1227  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
    11451228   { (exit 1); exit 1; }; } 
    11461229 
     
    11501233  ac_srcdir_defaulted=yes 
    11511234  # Try the directory containing this script, then the parent directory. 
    1152   ac_confdir=`$as_dirname -- "$0" || 
    1153 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1154      X"$0" : 'X\(//\)[^/]' \| \ 
    1155      X"$0" : 'X\(//\)$' \| \ 
    1156      X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    1157 echo X"$0" | 
     1235  ac_confdir=`$as_dirname -- "$as_myself" || 
     1236$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1237     X"$as_myself" : 'X\(//\)[^/]' \| \ 
     1238     X"$as_myself" : 'X\(//\)$' \| \ 
     1239     X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
     1240$as_echo X"$as_myself" | 
    11581241    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    11591242        s//\1/ 
     
    11821265if test ! -r "$srcdir/$ac_unique_file"; then 
    11831266  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1184   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1267  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    11851268   { (exit 1); exit 1; }; } 
    11861269fi 
    11871270ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    11881271ac_abs_confdir=`( 
    1189     cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
     1272    cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
    11901273   { (exit 1); exit 1; }; } 
    11911274    pwd)` 
     
    12361319Installation directories: 
    12371320  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1238              [$ac_default_prefix] 
     1321                          [$ac_default_prefix] 
    12391322  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1240              [PREFIX] 
     1323                          [PREFIX] 
    12411324 
    12421325By default, \`make install' will install all the files in 
     
    12481331 
    12491332Fine tuning of the installation directories: 
    1250   --bindir=DIR           user executables [EPREFIX/bin] 
    1251   --sbindir=DIR          system admin executables [EPREFIX/sbin] 
    1252   --libexecdir=DIR       program executables [EPREFIX/libexec] 
    1253   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
    1254   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
    1255   --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
    1256   --libdir=DIR           object code libraries [EPREFIX/lib] 
    1257   --includedir=DIR       C header files [PREFIX/include] 
    1258   --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
    1259   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
    1260   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
    1261   --infodir=DIR          info documentation [DATAROOTDIR/info] 
    1262   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
    1263   --mandir=DIR           man documentation [DATAROOTDIR/man] 
    1264   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE] 
    1265   --htmldir=DIR          html documentation [DOCDIR] 
    1266   --dvidir=DIR           dvi documentation [DOCDIR] 
    1267   --pdfdir=DIR           pdf documentation [DOCDIR] 
    1268   --psdir=DIR            ps documentation [DOCDIR] 
     1333  --bindir=DIR            user executables [EPREFIX/bin] 
     1334  --sbindir=DIR          system admin executables [EPREFIX/sbin] 
     1335  --libexecdir=DIR        program executables [EPREFIX/libexec] 
     1336  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
     1337  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
     1338  --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
     1339  --libdir=DIR            object code libraries [EPREFIX/lib] 
     1340  --includedir=DIR        C header files [PREFIX/include] 
     1341  --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
     1342  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
     1343  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
     1344  --infodir=DIR          info documentation [DATAROOTDIR/info] 
     1345  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
     1346  --mandir=DIR            man documentation [DATAROOTDIR/man] 
     1347  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE] 
     1348  --htmldir=DIR          html documentation [DOCDIR] 
     1349  --dvidir=DIR            dvi documentation [DOCDIR] 
     1350  --pdfdir=DIR            pdf documentation [DOCDIR] 
     1351  --psdir=DIR            ps documentation [DOCDIR] 
    12691352_ACEOF 
    12701353 
     
    12811364 
    12821365Optional Features: 
     1366  --disable-option-checking  ignore unrecognized --enable/--with options 
    12831367  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    12841368  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    13231407  # If there are subdirs, report their specific --help. 
    13241408  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1325     test -d "$ac_dir" || continue 
     1409    test -d "$ac_dir" || 
     1410      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
     1411      continue 
    13261412    ac_builddir=. 
    13271413 
     
    13291415.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    13301416*) 
    1331   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     1417  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    13321418  # A ".." for each directory in $ac_dir_suffix. 
    1333   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     1419  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
    13341420  case $ac_top_builddir_sub in 
    13351421  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    13671453      $SHELL "$ac_srcdir/configure" --help=recursive 
    13681454    else 
    1369       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1455      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    13701456    fi || ac_status=$? 
    13711457    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    13771463  cat <<\_ACEOF 
    13781464configure 
    1379 generated by GNU Autoconf 2.61 
     1465generated by GNU Autoconf 2.62 
    13801466 
    13811467Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1382 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     14682002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    13831469This configure script is free software; the Free Software Foundation 
    13841470gives unlimited permission to copy, distribute and modify it. 
     
    13911477 
    13921478It was created by $as_me, which was 
    1393 generated by GNU Autoconf 2.61.  Invocation command line was 
     1479generated by GNU Autoconf 2.62.  Invocation command line was 
    13941480 
    13951481  $ $0 $@ 
     
    14271513  IFS=$as_save_IFS 
    14281514  test -z "$as_dir" && as_dir=. 
    1429   echo "PATH: $as_dir" 
     1515  $as_echo "PATH: $as_dir" 
    14301516done 
    14311517IFS=$as_save_IFS 
     
    14621548      continue ;; 
    14631549    *\'*) 
    1464       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1550      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    14651551    esac 
    14661552    case $ac_pass in 
     
    15141600    *${as_nl}*) 
    15151601      case $ac_var in #( 
    1516       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1517 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     1602      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1603$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    15181604      esac 
    15191605      case $ac_var in #( 
    15201606      _ | IFS | as_nl) ;; #( 
     1607      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    15211608      *) $as_unset $ac_var ;; 
    15221609      esac ;; 
     
    15481635      eval ac_val=\$$ac_var 
    15491636      case $ac_val in 
    1550       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1637      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15511638      esac 
    1552       echo "$ac_var='\''$ac_val'\''" 
     1639      $as_echo "$ac_var='\''$ac_val'\''" 
    15531640    done | sort 
    15541641    echo 
     
    15651652    eval ac_val=\$$ac_var 
    15661653    case $ac_val in 
    1567     *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1654    *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15681655    esac 
    1569     echo "$ac_var='\''$ac_val'\''" 
     1656    $as_echo "$ac_var='\''$ac_val'\''" 
    15701657      done | sort 
    15711658      echo 
     
    15831670    fi 
    15841671    test "$ac_signal" != 0 && 
    1585       echo "$as_me: caught signal $ac_signal" 
    1586     echo "$as_me: exit $exit_status" 
     1672      $as_echo "$as_me: caught signal $ac_signal" 
     1673    $as_echo "$as_me: exit $exit_status" 
    15871674  } >&5 
    15881675  rm -f core *.core core.conftest.* && 
     
    16261713 
    16271714# Let the site file select an alternate cache file if it wants to. 
    1628 # Prefer explicitly selected file to automatically selected ones. 
     1715# Prefer an explicitly selected file to automatically selected ones. 
     1716ac_site_file1=NONE 
     1717ac_site_file2=NONE 
    16291718if test -n "$CONFIG_SITE"; then 
    1630   set x "$CONFIG_SITE" 
     1719  ac_site_file1=$CONFIG_SITE 
    16311720elif test "x$prefix" != xNONE; then 
    1632   set x "$prefix/share/config.site" "$prefix/etc/config.site" 
    1633 els
    1634   set x "$ac_default_prefix/share/config.site" \ 
    1635     "$ac_default_prefix/etc/config.site" 
    1636 fi 
    1637 shift 
    1638 for ac_site_file 
     1721  ac_site_file1=$prefix/share/config.site 
     1722  ac_site_file2=$prefix/etc/config.sit
     1723else 
     1724  ac_site_file1=$ac_default_prefix/share/config.site 
     1725  ac_site_file2=$ac_default_prefix/etc/config.site 
     1726fi 
     1727for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
    16391728do 
     1729  test "x$ac_site_file" = xNONE && continue 
    16401730  if test -r "$ac_site_file"; then 
    1641     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1642 echo "$as_me: loading site script $ac_site_file" >&6;} 
     1731    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1732$as_echo "$as_me: loading site script $ac_site_file" >&6;} 
    16431733    sed 's/^/| /' "$ac_site_file" >&5 
    16441734    . "$ac_site_file" 
     
    16501740  # files actually), so we avoid doing that. 
    16511741  if test -f "$cache_file"; then 
    1652     { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1653 echo "$as_me: loading cache $cache_file" >&6;} 
     1742    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1743$as_echo "$as_me: loading cache $cache_file" >&6;} 
    16541744    case $cache_file in 
    16551745      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    16581748  fi 
    16591749else 
    1660   { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1661 echo "$as_me: creating cache $cache_file" >&6;} 
     1750  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1751$as_echo "$as_me: creating cache $cache_file" >&6;} 
    16621752  >$cache_file 
    16631753fi 
     
    16731763  case $ac_old_set,$ac_new_set in 
    16741764    set,) 
    1675       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1676 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1765      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1766$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    16771767      ac_cache_corrupted=: ;; 
    16781768    ,set) 
    1679       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1680 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1769      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1770$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    16811771      ac_cache_corrupted=: ;; 
    16821772    ,);; 
    16831773    *) 
    16841774      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1685     { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1686 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1687     { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    1688 echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1689     { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    1690 echo "$as_me:   current value: $ac_new_val" >&2;} 
    1691     ac_cache_corrupted=: 
     1775    # differences in whitespace do not lead to failure. 
     1776    ac_old_val_w=`echo x $ac_old_val` 
     1777    ac_new_val_w=`echo x $ac_new_val` 
     1778    if test "$ac_old_val_w" != "$ac_new_val_w"; then 
     1779      { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1780$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1781      ac_cache_corrupted=: 
     1782    else 
     1783      { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
     1784$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
     1785      eval $ac_var=\$ac_old_val 
     1786    fi 
     1787    { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
     1788$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
     1789    { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
     1790$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
    16921791      fi;; 
    16931792  esac 
     
    16951794  if test "$ac_new_set" = set; then 
    16961795    case $ac_new_val in 
    1697     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1796    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    16981797    *) ac_arg=$ac_var=$ac_new_val ;; 
    16991798    esac 
     
    17051804done 
    17061805if $ac_cache_corrupted; then 
    1707   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1708 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1709   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1710 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1806  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1807$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1808  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1809$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    17111810   { (exit 1); exit 1; }; } 
    17121811fi 
     
    17541853done 
    17551854if test -z "$ac_aux_dir"; then 
    1756   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    1757 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
     1855  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
     1856$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
    17581857   { (exit 1); exit 1; }; } 
    17591858fi 
     
    17701869# Make sure we can run config.sub. 
    17711870$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 
    1772   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
    1773 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
     1871  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
     1872$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
    17741873   { (exit 1); exit 1; }; } 
    17751874 
    1776 { echo "$as_me:$LINENO: checking build system type" >&5 
    1777 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 
     1875{ $as_echo "$as_me:$LINENO: checking build system type" >&5 
     1876$as_echo_n "checking build system type... " >&6; } 
    17781877if test "${ac_cv_build+set}" = set; then 
    1779   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1878  $as_echo_n "(cached) " >&6 
    17801879else 
    17811880  ac_build_alias=$build_alias 
     
    17831882  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
    17841883test "x$ac_build_alias" = x && 
    1785   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    1786 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
     1884  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
     1885$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
    17871886   { (exit 1); exit 1; }; } 
    17881887ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 
    1789   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
    1790 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
     1888  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
     1889$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
    17911890   { (exit 1); exit 1; }; } 
    17921891 
    17931892fi 
    1794 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    1795 echo "${ECHO_T}$ac_cv_build" >&6; } 
     1893{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     1894$as_echo "$ac_cv_build" >&6; } 
    17961895case $ac_cv_build in 
    17971896*-*-*) ;; 
    1798 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
    1799 echo "$as_me: error: invalid value of canonical build" >&2;} 
     1897*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
     1898$as_echo "$as_me: error: invalid value of canonical build" >&2;} 
    18001899   { (exit 1); exit 1; }; };; 
    18011900esac 
     
    18331932# Extract the first word of "cat", so it can be a program name with args. 
    18341933set dummy cat; ac_word=$2 
    1835 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1934{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1935$as_echo_n "checking for $ac_word... " >&6; } 
    18371936if test "${ac_cv_path_CAT+set}" = set; then 
    1838   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1937  $as_echo_n "(cached) " >&6 
    18391938else 
    18401939  case $CAT in 
     
    18511950  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18521951    ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 
    1853     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1952    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18541953    break 2 
    18551954  fi 
     
    18631962CAT=$ac_cv_path_CAT 
    18641963if test -n "$CAT"; then 
    1865   { echo "$as_me:$LINENO: result: $CAT" >&5 
    1866 echo "${ECHO_T}$CAT" >&6; } 
    1867 else 
    1868   { echo "$as_me:$LINENO: result: no" >&5 
    1869 echo "${ECHO_T}no" >&6; } 
     1964  { $as_echo "$as_me:$LINENO: result: $CAT" >&5 
     1965$as_echo "$CAT" >&6; } 
     1966else 
     1967  { $as_echo "$as_me:$LINENO: result: no" >&5 
     1968$as_echo "no" >&6; } 
    18701969fi 
    18711970 
     
    18791978  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    18801979set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1881 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     1980{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     1981$as_echo_n "checking for $ac_word... " >&6; } 
    18831982if test "${ac_cv_prog_CC+set}" = set; then 
    1884   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1983  $as_echo_n "(cached) " >&6 
    18851984else 
    18861985  if test -n "$CC"; then 
     
    18951994  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18961995    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    1897     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     1996    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    18981997    break 2 
    18991998  fi 
     
    19062005CC=$ac_cv_prog_CC 
    19072006if test -n "$CC"; then 
    1908   { echo "$as_me:$LINENO: result: $CC" >&5 
    1909 echo "${ECHO_T}$CC" >&6; } 
    1910 else 
    1911   { echo "$as_me:$LINENO: result: no" >&5 
    1912 echo "${ECHO_T}no" >&6; } 
     2007  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2008$as_echo "$CC" >&6; } 
     2009else 
     2010  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2011$as_echo "no" >&6; } 
    19132012fi 
    19142013 
     
    19192018  # Extract the first word of "gcc", so it can be a program name with args. 
    19202019set dummy gcc; ac_word=$2 
    1921 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2020{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2021$as_echo_n "checking for $ac_word... " >&6; } 
    19232022if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    1924   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2023  $as_echo_n "(cached) " >&6 
    19252024else 
    19262025  if test -n "$ac_ct_CC"; then 
     
    19352034  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19362035    ac_cv_prog_ac_ct_CC="gcc" 
    1937     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2036    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19382037    break 2 
    19392038  fi 
     
    19462045ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    19472046if test -n "$ac_ct_CC"; then 
    1948   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    1949 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    1950 else 
    1951   { echo "$as_me:$LINENO: result: no" >&5 
    1952 echo "${ECHO_T}no" >&6; } 
     2047  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2048$as_echo "$ac_ct_CC" >&6; } 
     2049else 
     2050  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2051$as_echo "no" >&6; } 
    19532052fi 
    19542053 
     
    19582057    case $cross_compiling:$ac_tool_warned in 
    19592058yes:) 
    1960 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2059{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    19612060whose name does not start with the host triplet.  If you think this 
    19622061configuration is useful to you, please write to autoconf@gnu.org." >&5 
    1963 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2062$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    19642063whose name does not start with the host triplet.  If you think this 
    19652064configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    19762075    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    19772076set dummy ${ac_tool_prefix}cc; ac_word=$2 
    1978 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2077{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2078$as_echo_n "checking for $ac_word... " >&6; } 
    19802079if test "${ac_cv_prog_CC+set}" = set; then 
    1981   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2080  $as_echo_n "(cached) " >&6 
    19822081else 
    19832082  if test -n "$CC"; then 
     
    19922091  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19932092    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    1994     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2093    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19952094    break 2 
    19962095  fi 
     
    20032102CC=$ac_cv_prog_CC 
    20042103if test -n "$CC"; then 
    2005   { echo "$as_me:$LINENO: result: $CC" >&5 
    2006 echo "${ECHO_T}$CC" >&6; } 
    2007 else 
    2008   { echo "$as_me:$LINENO: result: no" >&5 
    2009 echo "${ECHO_T}no" >&6; } 
     2104  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2105$as_echo "$CC" >&6; } 
     2106else 
     2107  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2108$as_echo "no" >&6; } 
    20102109fi 
    20112110 
     
    20162115  # Extract the first word of "cc", so it can be a program name with args. 
    20172116set dummy cc; ac_word=$2 
    2018 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2117{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2118$as_echo_n "checking for $ac_word... " >&6; } 
    20202119if test "${ac_cv_prog_CC+set}" = set; then 
    2021   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2120  $as_echo_n "(cached) " >&6 
    20222121else 
    20232122  if test -n "$CC"; then 
     
    20372136     fi 
    20382137    ac_cv_prog_CC="cc" 
    2039     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2138    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20402139    break 2 
    20412140  fi 
     
    20602159CC=$ac_cv_prog_CC 
    20612160if test -n "$CC"; then 
    2062   { echo "$as_me:$LINENO: result: $CC" >&5 
    2063 echo "${ECHO_T}$CC" >&6; } 
    2064 else 
    2065   { echo "$as_me:$LINENO: result: no" >&5 
    2066 echo "${ECHO_T}no" >&6; } 
     2161  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2162$as_echo "$CC" >&6; } 
     2163else 
     2164  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2165$as_echo "no" >&6; } 
    20672166fi 
    20682167 
     
    20752174    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    20762175set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2077 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2176{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2177$as_echo_n "checking for $ac_word... " >&6; } 
    20792178if test "${ac_cv_prog_CC+set}" = set; then 
    2080   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2179  $as_echo_n "(cached) " >&6 
    20812180else 
    20822181  if test -n "$CC"; then 
     
    20912190  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20922191    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    2093     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2192    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20942193    break 2 
    20952194  fi 
     
    21022201CC=$ac_cv_prog_CC 
    21032202if test -n "$CC"; then 
    2104   { echo "$as_me:$LINENO: result: $CC" >&5 
    2105 echo "${ECHO_T}$CC" >&6; } 
    2106 else 
    2107   { echo "$as_me:$LINENO: result: no" >&5 
    2108 echo "${ECHO_T}no" >&6; } 
     2203  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2204$as_echo "$CC" >&6; } 
     2205else 
     2206  { $as_echo "$as_me:$LINENO: result: no" >&5