Ignore:
Timestamp:
Jun 9, 2009, 1:06:53 PM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
9d12aa5
Parents:
bddcaf1 (diff), 68f1afe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge in barnowl-1.1.1 to upstream by unpacking ../barnowl_1.1.1.orig.tar.gz.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • autom4te.cache/output.1

    rbddcaf1 r560b071  
    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.63.
    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
     
    614636#endif"
    615637
    616 ac_subst_vars='SHELL
     638enable_option_checking=no
     639ac_subst_vars='LTLIBOBJS
     640LIB@&t@OBJS
     641subdirs
     642INSTALL_DATA
     643INSTALL_SCRIPT
     644INSTALL_PROGRAM
     645ATHSTATIC
     646XSUBPPFLAGS
     647XSUBPPDIR
     648GLIB_LIBS
     649GLIB_CFLAGS
     650PKG_CONFIG
     651EGREP
     652GREP
     653CPP
     654OBJEXT
     655EXEEXT
     656ac_ct_CC
     657CPPFLAGS
     658LDFLAGS
     659CFLAGS
     660CC
     661target_alias
     662host_alias
     663build_alias
     664LIBS
     665ECHO_T
     666ECHO_N
     667ECHO_C
     668DEFS
     669mandir
     670localedir
     671libdir
     672psdir
     673pdfdir
     674dvidir
     675htmldir
     676infodir
     677docdir
     678oldincludedir
     679includedir
     680localstatedir
     681sharedstatedir
     682sysconfdir
     683datadir
     684datarootdir
     685libexecdir
     686sbindir
     687bindir
     688program_transform_name
     689prefix
     690exec_prefix
     691PACKAGE_BUGREPORT
     692PACKAGE_STRING
     693PACKAGE_VERSION
     694PACKAGE_TARNAME
     695PACKAGE_NAME
    617696PATH_SEPARATOR
    618 PACKAGE_NAME
    619 PACKAGE_TARNAME
    620 PACKAGE_VERSION
    621 PACKAGE_STRING
    622 PACKAGE_BUGREPORT
    623 exec_prefix
    624 prefix
    625 program_transform_name
    626 bindir
    627 sbindir
    628 libexecdir
    629 datarootdir
    630 datadir
    631 sysconfdir
    632 sharedstatedir
    633 localstatedir
    634 includedir
    635 oldincludedir
    636 docdir
    637 infodir
    638 htmldir
    639 dvidir
    640 pdfdir
    641 psdir
    642 libdir
    643 localedir
    644 mandir
    645 DEFS
    646 ECHO_C
    647 ECHO_N
    648 ECHO_T
    649 LIBS
    650 build_alias
    651 host_alias
    652 target_alias
    653 CC
    654 CFLAGS
    655 LDFLAGS
    656 CPPFLAGS
    657 ac_ct_CC
    658 EXEEXT
    659 OBJEXT
    660 CPP
    661 GREP
    662 EGREP
    663 PKG_CONFIG
    664 GLIB_CFLAGS
    665 GLIB_LIBS
    666 XSUBPPDIR
    667 XSUBPPFLAGS
    668 ATHSTATIC
    669 INSTALL_PROGRAM
    670 INSTALL_SCRIPT
    671 INSTALL_DATA
    672 subdirs
    673 LIB@&t@OBJS
    674 LTLIBOBJS'
     697SHELL'
    675698ac_subst_files=''
     699ac_user_opts='
     700enable_option_checking
     701enable_athstatic
     702'
    676703      ac_precious_vars='build_alias
    677704host_alias
     
    691718ac_init_help=
    692719ac_init_version=false
     720ac_unrecognized_opts=
     721ac_unrecognized_sep=
    693722# The variables have the same names as the options, with
    694723# dashes changed to underlines.
     
    789818
    790819  -disable-* | --disable-*)
    791     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     820    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    792821    # Reject names that are not valid shell variable names.
    793     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    794       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     822    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     823      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    795824   { (exit 1); exit 1; }; }
    796     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    797     eval enable_$ac_feature=no ;;
     825    ac_useropt_orig=$ac_useropt
     826    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     827    case $ac_user_opts in
     828      *"
     829"enable_$ac_useropt"
     830"*) ;;
     831      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     832         ac_unrecognized_sep=', ';;
     833    esac
     834    eval enable_$ac_useropt=no ;;
    798835
    799836  -docdir | --docdir | --docdi | --doc | --do)
     
    808845
    809846  -enable-* | --enable-*)
    810     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     847    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    811848    # Reject names that are not valid shell variable names.
    812     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    813       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     849    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     850      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    814851   { (exit 1); exit 1; }; }
    815     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    816     eval enable_$ac_feature=\$ac_optarg ;;
     852    ac_useropt_orig=$ac_useropt
     853    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     854    case $ac_user_opts in
     855      *"
     856"enable_$ac_useropt"
     857"*) ;;
     858      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     859         ac_unrecognized_sep=', ';;
     860    esac
     861    eval enable_$ac_useropt=\$ac_optarg ;;
    817862
    818863  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10051050
    10061051  -with-* | --with-*)
    1007     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1052    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10081053    # Reject names that are not valid shell variable names.
    1009     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1010       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1054    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1055      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10111056   { (exit 1); exit 1; }; }
    1012     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1013     eval with_$ac_package=\$ac_optarg ;;
     1057    ac_useropt_orig=$ac_useropt
     1058    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1059    case $ac_user_opts in
     1060      *"
     1061"with_$ac_useropt"
     1062"*) ;;
     1063      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1064         ac_unrecognized_sep=', ';;
     1065    esac
     1066    eval with_$ac_useropt=\$ac_optarg ;;
    10141067
    10151068  -without-* | --without-*)
    1016     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1069    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10171070    # Reject names that are not valid shell variable names.
    1018     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1019       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1071    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1072      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10201073   { (exit 1); exit 1; }; }
    1021     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1022     eval with_$ac_package=no ;;
     1074    ac_useropt_orig=$ac_useropt
     1075    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1076    case $ac_user_opts in
     1077      *"
     1078"with_$ac_useropt"
     1079"*) ;;
     1080      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1081         ac_unrecognized_sep=', ';;
     1082    esac
     1083    eval with_$ac_useropt=no ;;
    10231084
    10241085  --x)
     
    10401101    x_libraries=$ac_optarg ;;
    10411102
    1042   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1103  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    10431104Try \`$0 --help' for more information." >&2
    10441105   { (exit 1); exit 1; }; }
     
    10491110    # Reject names that are not valid shell variable names.
    10501111    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1051       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1112      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    10521113   { (exit 1); exit 1; }; }
    10531114    eval $ac_envvar=\$ac_optarg
     
    10561117  *)
    10571118    # FIXME: should be removed in autoconf 3.0.
    1058     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1119    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    10591120    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1060       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1121      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    10611122    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    10621123    ;;
     
    10671128if test -n "$ac_prev"; then
    10681129  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1069   { echo "$as_me: error: missing argument to $ac_option" >&2
     1130  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    10701131   { (exit 1); exit 1; }; }
    10711132fi
    10721133
    1073 # Be sure to have absolute directory names.
     1134if test -n "$ac_unrecognized_opts"; then
     1135  case $enable_option_checking in
     1136    no) ;;
     1137    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1138   { (exit 1); exit 1; }; } ;;
     1139    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1140  esac
     1141fi
     1142
     1143# Check all directory arguments for consistency.
    10741144for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    10751145                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    10781148do
    10791149  eval ac_val=\$$ac_var
     1150  # Remove trailing slashes.
     1151  case $ac_val in
     1152    */ )
     1153      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1154      eval $ac_var=\$ac_val;;
     1155  esac
     1156  # Be sure to have absolute directory names.
    10801157  case $ac_val in
    10811158    [\\/$]* | ?:[\\/]* )  continue;;
    10821159    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    10831160  esac
    1084   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1161  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    10851162   { (exit 1); exit 1; }; }
    10861163done
     
    10971174  if test "x$build_alias" = x; then
    10981175    cross_compiling=maybe
    1099     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1176    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11001177    If a cross compiler is detected then cross compile mode will be used." >&2
    11011178  elif test "x$build_alias" != "x$host_alias"; then
     
    11131190ac_ls_di=`ls -di .` &&
    11141191ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1115   { echo "$as_me: error: Working directory cannot be determined" >&2
     1192  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    11161193   { (exit 1); exit 1; }; }
    11171194test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1118   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1195  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11191196   { (exit 1); exit 1; }; }
    11201197
     
    11241201  ac_srcdir_defaulted=yes
    11251202  # Try the directory containing this script, then the parent directory.
    1126   ac_confdir=`$as_dirname -- "$0" ||
    1127 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1128          X"$0" : 'X\(//\)[^/]' \| \
    1129          X"$0" : 'X\(//\)$' \| \
    1130          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1131 echo X"$0" |
     1203  ac_confdir=`$as_dirname -- "$as_myself" ||
     1204$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1205         X"$as_myself" : 'X\(//\)[^/]' \| \
     1206         X"$as_myself" : 'X\(//\)$' \| \
     1207         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1208$as_echo X"$as_myself" |
    11321209    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    11331210            s//\1/
     
    11561233if test ! -r "$srcdir/$ac_unique_file"; then
    11571234  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1158   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1235  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    11591236   { (exit 1); exit 1; }; }
    11601237fi
    11611238ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11621239ac_abs_confdir=`(
    1163         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1240        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    11641241   { (exit 1); exit 1; }; }
    11651242        pwd)`
     
    12101287Installation directories:
    12111288  --prefix=PREFIX         install architecture-independent files in PREFIX
    1212                           [$ac_default_prefix]
     1289                          [$ac_default_prefix]
    12131290  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1214                           [PREFIX]
     1291                          [PREFIX]
    12151292
    12161293By default, \`make install' will install all the files in
     
    12221299
    12231300Fine tuning of the installation directories:
    1224   --bindir=DIR           user executables [EPREFIX/bin]
    1225   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1226   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1227   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1228   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1229   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1230   --libdir=DIR           object code libraries [EPREFIX/lib]
    1231   --includedir=DIR       C header files [PREFIX/include]
    1232   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1233   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1234   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1235   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1236   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1237   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1238   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@
    1239   --htmldir=DIR          html documentation [DOCDIR]
    1240   --dvidir=DIR           dvi documentation [DOCDIR]
    1241   --pdfdir=DIR           pdf documentation [DOCDIR]
    1242   --psdir=DIR            ps documentation [DOCDIR]
     1301  --bindir=DIR            user executables [EPREFIX/bin]
     1302  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1303  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1304  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1305  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1306  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1307  --libdir=DIR            object code libraries [EPREFIX/lib]
     1308  --includedir=DIR        C header files [PREFIX/include]
     1309  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1310  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1311  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1312  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1313  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1314  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1315  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@
     1316  --htmldir=DIR           html documentation [DOCDIR]
     1317  --dvidir=DIR            dvi documentation [DOCDIR]
     1318  --pdfdir=DIR            pdf documentation [DOCDIR]
     1319  --psdir=DIR             ps documentation [DOCDIR]
    12431320_ACEOF
    12441321
     
    12521329
    12531330Optional Features:
     1331  --disable-option-checking  ignore unrecognized --enable/--with options
    12541332  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    12551333  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    12791357  # If there are subdirs, report their specific --help.
    12801358  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1281     test -d "$ac_dir" || continue
     1359    test -d "$ac_dir" ||
     1360      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1361      continue
    12821362    ac_builddir=.
    12831363
     
    12851365.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    12861366*)
    1287   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1367  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    12881368  # A ".." for each directory in $ac_dir_suffix.
    1289   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1369  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    12901370  case $ac_top_builddir_sub in
    12911371  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    13231403      $SHELL "$ac_srcdir/configure" --help=recursive
    13241404    else
    1325       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1405      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    13261406    fi || ac_status=$?
    13271407    cd "$ac_pwd" || { ac_status=$?; break; }
     
    13331413  cat <<\_ACEOF
    13341414configure
    1335 generated by GNU Autoconf 2.61
     1415generated by GNU Autoconf 2.63
    13361416
    13371417Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1338 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     14182002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    13391419This configure script is free software; the Free Software Foundation
    13401420gives unlimited permission to copy, distribute and modify it.
     
    13471427
    13481428It was created by $as_me, which was
    1349 generated by GNU Autoconf 2.61.  Invocation command line was
     1429generated by GNU Autoconf 2.63.  Invocation command line was
    13501430
    13511431  $ $0 $@
     
    13831463  IFS=$as_save_IFS
    13841464  test -z "$as_dir" && as_dir=.
    1385   echo "PATH: $as_dir"
     1465  $as_echo "PATH: $as_dir"
    13861466done
    13871467IFS=$as_save_IFS
     
    14181498      continue ;;
    14191499    *\'*)
    1420       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1500      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    14211501    esac
    14221502    case $ac_pass in
     
    14701550    *${as_nl}*)
    14711551      case $ac_var in #(
    1472       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1473 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1552      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1553$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    14741554      esac
    14751555      case $ac_var in #(
    14761556      _ | IFS | as_nl) ;; #(
     1557      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    14771558      *) $as_unset $ac_var ;;
    14781559      esac ;;
     
    15041585      eval ac_val=\$$ac_var
    15051586      case $ac_val in
    1506       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1587      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15071588      esac
    1508       echo "$ac_var='\''$ac_val'\''"
     1589      $as_echo "$ac_var='\''$ac_val'\''"
    15091590    done | sort
    15101591    echo
     
    15211602        eval ac_val=\$$ac_var
    15221603        case $ac_val in
    1523         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1604        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15241605        esac
    1525         echo "$ac_var='\''$ac_val'\''"
     1606        $as_echo "$ac_var='\''$ac_val'\''"
    15261607      done | sort
    15271608      echo
     
    15391620    fi
    15401621    test "$ac_signal" != 0 &&
    1541       echo "$as_me: caught signal $ac_signal"
    1542     echo "$as_me: exit $exit_status"
     1622      $as_echo "$as_me: caught signal $ac_signal"
     1623    $as_echo "$as_me: exit $exit_status"
    15431624  } >&5
    15441625  rm -f core *.core core.conftest.* &&
     
    15821663
    15831664# Let the site file select an alternate cache file if it wants to.
    1584 # Prefer explicitly selected file to automatically selected ones.
     1665# Prefer an explicitly selected file to automatically selected ones.
     1666ac_site_file1=NONE
     1667ac_site_file2=NONE
    15851668if test -n "$CONFIG_SITE"; then
    1586   set x "$CONFIG_SITE"
     1669  ac_site_file1=$CONFIG_SITE
    15871670elif test "x$prefix" != xNONE; then
    1588   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1589 else
    1590   set x "$ac_default_prefix/share/config.site" \
    1591         "$ac_default_prefix/etc/config.site"
    1592 fi
    1593 shift
    1594 for ac_site_file
     1671  ac_site_file1=$prefix/share/config.site
     1672  ac_site_file2=$prefix/etc/config.site
     1673else
     1674  ac_site_file1=$ac_default_prefix/share/config.site
     1675  ac_site_file2=$ac_default_prefix/etc/config.site
     1676fi
     1677for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    15951678do
     1679  test "x$ac_site_file" = xNONE && continue
    15961680  if test -r "$ac_site_file"; then
    1597     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1598 echo "$as_me: loading site script $ac_site_file" >&6;}
     1681    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1682$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    15991683    sed 's/^/| /' "$ac_site_file" >&5
    16001684    . "$ac_site_file"
     
    16061690  # files actually), so we avoid doing that.
    16071691  if test -f "$cache_file"; then
    1608     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1609 echo "$as_me: loading cache $cache_file" >&6;}
     1692    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1693$as_echo "$as_me: loading cache $cache_file" >&6;}
    16101694    case $cache_file in
    16111695      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    16141698  fi
    16151699else
    1616   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1617 echo "$as_me: creating cache $cache_file" >&6;}
     1700  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1701$as_echo "$as_me: creating cache $cache_file" >&6;}
    16181702  >$cache_file
    16191703fi
     
    16291713  case $ac_old_set,$ac_new_set in
    16301714    set,)
    1631       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1632 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1715      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1716$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    16331717      ac_cache_corrupted=: ;;
    16341718    ,set)
    1635       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1636 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1719      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1720$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    16371721      ac_cache_corrupted=: ;;
    16381722    ,);;
    16391723    *)
    16401724      if test "x$ac_old_val" != "x$ac_new_val"; then
    1641         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1642 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1643         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1644 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1645         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1646 echo "$as_me:   current value: $ac_new_val" >&2;}
    1647         ac_cache_corrupted=:
     1725        # differences in whitespace do not lead to failure.
     1726        ac_old_val_w=`echo x $ac_old_val`
     1727        ac_new_val_w=`echo x $ac_new_val`
     1728        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1729          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1730$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1731          ac_cache_corrupted=:
     1732        else
     1733          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1734$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1735          eval $ac_var=\$ac_old_val
     1736        fi
     1737        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1738$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1739        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1740$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    16481741      fi;;
    16491742  esac
     
    16511744  if test "$ac_new_set" = set; then
    16521745    case $ac_new_val in
    1653     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1746    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    16541747    *) ac_arg=$ac_var=$ac_new_val ;;
    16551748    esac
     
    16611754done
    16621755if $ac_cache_corrupted; then
    1663   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1664 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1665   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1666 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1756  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1757$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1758  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1759$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1760  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1761$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    16671762   { (exit 1); exit 1; }; }
    16681763fi
     
    17031798  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    17041799set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1705 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1800{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1801$as_echo_n "checking for $ac_word... " >&6; }
    17071802if test "${ac_cv_prog_CC+set}" = set; then
    1708   echo $ECHO_N "(cached) $ECHO_C" >&6
     1803  $as_echo_n "(cached) " >&6
    17091804else
    17101805  if test -n "$CC"; then
     
    17191814  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17201815    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1721     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1816    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17221817    break 2
    17231818  fi
     
    17301825CC=$ac_cv_prog_CC
    17311826if test -n "$CC"; then
    1732   { echo "$as_me:$LINENO: result: $CC" >&5
    1733 echo "${ECHO_T}$CC" >&6; }
    1734 else
    1735   { echo "$as_me:$LINENO: result: no" >&5
    1736 echo "${ECHO_T}no" >&6; }
     1827  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1828$as_echo "$CC" >&6; }
     1829else
     1830  { $as_echo "$as_me:$LINENO: result: no" >&5
     1831$as_echo "no" >&6; }
    17371832fi
    17381833
     
    17431838  # Extract the first word of "gcc", so it can be a program name with args.
    17441839set dummy gcc; ac_word=$2
    1745 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1840{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1841$as_echo_n "checking for $ac_word... " >&6; }
    17471842if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1748   echo $ECHO_N "(cached) $ECHO_C" >&6
     1843  $as_echo_n "(cached) " >&6
    17491844else
    17501845  if test -n "$ac_ct_CC"; then
     
    17591854  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17601855    ac_cv_prog_ac_ct_CC="gcc"
    1761     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1856    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17621857    break 2
    17631858  fi
     
    17701865ac_ct_CC=$ac_cv_prog_ac_ct_CC
    17711866if test -n "$ac_ct_CC"; then
    1772   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1773 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1774 else
    1775   { echo "$as_me:$LINENO: result: no" >&5
    1776 echo "${ECHO_T}no" >&6; }
     1867  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1868$as_echo "$ac_ct_CC" >&6; }
     1869else
     1870  { $as_echo "$as_me:$LINENO: result: no" >&5
     1871$as_echo "no" >&6; }
    17771872fi
    17781873
     
    17821877    case $cross_compiling:$ac_tool_warned in
    17831878yes:)
    1784 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1785 whose name does not start with the host triplet.  If you think this
    1786 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1787 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1788 whose name does not start with the host triplet.  If you think this
    1789 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     1879{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     1880$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    17901881ac_tool_warned=yes ;;
    17911882esac
     
    18001891    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    18011892set dummy ${ac_tool_prefix}cc; ac_word=$2
    1802 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1893{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1894$as_echo_n "checking for $ac_word... " >&6; }
    18041895if test "${ac_cv_prog_CC+set}" = set; then
    1805   echo $ECHO_N "(cached) $ECHO_C" >&6
     1896  $as_echo_n "(cached) " >&6
    18061897else
    18071898  if test -n "$CC"; then
     
    18161907  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18171908    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1818     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1909    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18191910    break 2
    18201911  fi
     
    18271918CC=$ac_cv_prog_CC
    18281919if test -n "$CC"; then
    1829   { echo "$as_me:$LINENO: result: $CC" >&5
    1830 echo "${ECHO_T}$CC" >&6; }
    1831 else
    1832   { echo "$as_me:$LINENO: result: no" >&5
    1833 echo "${ECHO_T}no" >&6; }
     1920  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1921$as_echo "$CC" >&6; }
     1922else
     1923  { $as_echo "$as_me:$LINENO: result: no" >&5
     1924$as_echo "no" >&6; }
    18341925fi
    18351926
     
    18401931  # Extract the first word of "cc", so it can be a program name with args.
    18411932set dummy cc; ac_word=$2
    1842 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1933{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1934$as_echo_n "checking for $ac_word... " >&6; }
    18441935if test "${ac_cv_prog_CC+set}" = set; then
    1845   echo $ECHO_N "(cached) $ECHO_C" >&6
     1936  $as_echo_n "(cached) " >&6
    18461937else
    18471938  if test -n "$CC"; then
     
    18611952     fi
    18621953    ac_cv_prog_CC="cc"
    1863     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1954    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18641955    break 2
    18651956  fi
     
    18841975CC=$ac_cv_prog_CC
    18851976if test -n "$CC"; then
    1886   { echo "$as_me:$LINENO: result: $CC" >&5
    1887 echo "${ECHO_T}$CC" >&6; }
    1888 else
    1889   { echo "$as_me:$LINENO: result: no" >&5
    1890 echo "${ECHO_T}no" >&6; }
     1977  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1978$as_echo "$CC" >&6; }
     1979else
     1980  { $as_echo "$as_me:$LINENO: result: no" >&5
     1981$as_echo "no" >&6; }
    18911982fi
    18921983
     
    18991990    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    19001991set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1901 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1902 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1992{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1993$as_echo_n "checking for $ac_word... " >&6; }
    19031994if test "${ac_cv_prog_CC+set}" = set; then
    1904   echo $ECHO_N "(cached) $ECHO_C" >&6
     1995  $as_echo_n "(cached) " >&6
    19051996else
    19061997  if test -n "$CC"; then
     
    19152006  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19162007    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1917     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2008    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19182009    break 2
    19192010  fi
     
    19262017CC=$ac_cv_prog_CC
    19272018if test -n "$CC"; then
    1928   { echo "$as_me:$LINENO: result: $CC" >&5
    1929 echo "${ECHO_T}$CC" >&6; }
    1930 else
    1931   { echo "$as_me:$LINENO: result: no" >&5
    1932 echo "${ECHO_T}no" >&6; }
     2019  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2020$as_echo "$CC" >&6; }
     2021else
     2022  { $as_echo "$as_me:$LINENO: result: no" >&5
     2023$as_echo "no" >&6; }
    19332024fi
    19342025
     
    19432034  # Extract the first word of "$ac_prog", so it can be a program name with args.
    19442035set dummy $ac_prog; ac_word=$2
    1945 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2036{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2037$as_echo_n "checking for $ac_word... " >&6; }
    19472038if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1948   echo $ECHO_N "(cached) $ECHO_C" >&6
     2039  $as_echo_n "(cached) " >&6
    19492040else
    19502041  if test -n "$ac_ct_CC"; then
     
    19592050  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    19602051    ac_cv_prog_ac_ct_CC="$ac_prog"
    1961     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2052    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    19622053    break 2
    19632054  fi
     
    19702061ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19712062if test -n "$ac_ct_CC"; then
    1972   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1973 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1974 else
    1975   { echo "$as_me:$LINENO: result: no" >&5
    1976 echo "${ECHO_T}no" >&6; }
     2063  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2064$as_echo "$ac_ct_CC" >&6; }
     2065else
     2066  { $as_echo "$as_me:$LINENO: result: no" >&5
     2067$as_echo "no" >&6; }
    19772068fi
    19782069
     
    19862077    case $cross_compiling:$ac_tool_warned in
    19872078yes:)
    1988 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1989 whose name does not start with the host triplet.  If you think this
    1990 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1991 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1992 whose name does not start with the host triplet.  If you think this
    1993 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2079{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    19942081ac_tool_warned=yes ;;
    19952082esac
     
    20012088
    20022089
    2003 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2090test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2091$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2092{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    20042093See \`config.log' for more details." >&5
    2005 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2094$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    20062095See \`config.log' for more details." >&2;}
    2007    { (exit 1); exit 1; }; }
     2096   { (exit 1); exit 1; }; }; }
    20082097
    20092098# Provide some information about the compiler.
    2010 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2011 ac_compiler=`set X $ac_compile; echo $2`
     2099$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2100set X $ac_compile
     2101ac_compiler=$2
    20122102{ (ac_try="$ac_compiler --version >&5"
    20132103case "(($ac_try" in
     
    20152105  *) ac_try_echo=$ac_try;;
    20162106esac
    2017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2107eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2108$as_echo "$ac_try_echo") >&5
    20182109  (eval "$ac_compiler --version >&5") 2>&5
    20192110  ac_status=$?
    2020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2111  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20212112  (exit $ac_status); }
    20222113{ (ac_try="$ac_compiler -v >&5"
     
    20252116  *) ac_try_echo=$ac_try;;
    20262117esac
    2027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2118eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2119$as_echo "$ac_try_echo") >&5
    20282120  (eval "$ac_compiler -v >&5") 2>&5
    20292121  ac_status=$?
    2030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2122  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20312123  (exit $ac_status); }
    20322124{ (ac_try="$ac_compiler -V >&5"
     
    20352127  *) ac_try_echo=$ac_try;;
    20362128esac
    2037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2129eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2130$as_echo "$ac_try_echo") >&5
    20382131  (eval "$ac_compiler -V >&5") 2>&5
    20392132  ac_status=$?
    2040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2133  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20412134  (exit $ac_status); }
    20422135
     
    20572150_ACEOF
    20582151ac_clean_files_save=$ac_clean_files
    2059 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2152ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    20602153# Try to create an executable without -o first, disregard a.out.
    20612154# It will help us diagnose broken compilers, and finding out an intuition
    20622155# of exeext.
    2063 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2064 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2065 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2066 #
    2067 # List of possible output files, starting from the most likely.
    2068 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2069 # only as a last resort.  b.out is created by i960 compilers.
    2070 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2071 #
    2072 # The IRIX 6 linker writes into existing files which may not be
    2073 # executable, retaining their permissions.  Remove them first so a
    2074 # subsequent execution test works.
     2156{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2157$as_echo_n "checking for C compiler default output file name... " >&6; }
     2158ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2159
     2160# The possible output files:
     2161ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2162
    20752163ac_rmfiles=
    20762164for ac_file in $ac_files
    20772165do
    20782166  case $ac_file in
    2079     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2167    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20802168    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    20812169  esac
     
    20882176  *) ac_try_echo=$ac_try;;
    20892177esac
    2090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2178eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2179$as_echo "$ac_try_echo") >&5
    20912180  (eval "$ac_link_default") 2>&5
    20922181  ac_status=$?
    2093   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2182  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20942183  (exit $ac_status); }; then
    20952184  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    21022191  test -f "$ac_file" || continue
    21032192  case $ac_file in
    2104     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2193    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    21052194        ;;
    21062195    [ab].out )
     
    21292218fi
    21302219
    2131 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2132 echo "${ECHO_T}$ac_file" >&6; }
     2220{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2221$as_echo "$ac_file" >&6; }
    21332222if test -z "$ac_file"; then
    2134   echo "$as_me: failed program was:" >&5
     2223  $as_echo "$as_me: failed program was:" >&5
    21352224sed 's/^/| /' conftest.$ac_ext >&5
    21362225
    2137 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2226{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2227$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2228{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    21382229See \`config.log' for more details." >&5
    2139 echo "$as_me: error: C compiler cannot create executables
     2230$as_echo "$as_me: error: C compiler cannot create executables
    21402231See \`config.log' for more details." >&2;}
    2141    { (exit 77); exit 77; }; }
     2232   { (exit 77); exit 77; }; }; }
    21422233fi
    21432234
     
    21462237# Check that the compiler produces executables we can run.  If not, either
    21472238# the compiler is broken, or we cross compile.
    2148 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2149 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2239{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2240$as_echo_n "checking whether the C compiler works... " >&6; }
    21502241# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    21512242# If not cross compiling, check that we can run a simple program.
     
    21562247  *) ac_try_echo=$ac_try;;
    21572248esac
    2158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2249eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2250$as_echo "$ac_try_echo") >&5
    21592251  (eval "$ac_try") 2>&5
    21602252  ac_status=$?
    2161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2253  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21622254  (exit $ac_status); }; }; then
    21632255    cross_compiling=no
     
    21662258        cross_compiling=yes
    21672259    else
    2168         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2260        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2261$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2262{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    21692263If you meant to cross compile, use \`--host'.
    21702264See \`config.log' for more details." >&5
    2171 echo "$as_me: error: cannot run C compiled programs.
     2265$as_echo "$as_me: error: cannot run C compiled programs.
    21722266If you meant to cross compile, use \`--host'.
    21732267See \`config.log' for more details." >&2;}
    2174    { (exit 1); exit 1; }; }
     2268   { (exit 1); exit 1; }; }; }
    21752269    fi
    21762270  fi
    21772271fi
    2178 { echo "$as_me:$LINENO: result: yes" >&5
    2179 echo "${ECHO_T}yes" >&6; }
    2180 
    2181 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2272{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2273$as_echo "yes" >&6; }
     2274
     2275rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    21822276ac_clean_files=$ac_clean_files_save
    21832277# Check that the compiler produces executables we can run.  If not, either
    21842278# the compiler is broken, or we cross compile.
    2185 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2186 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2187 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2188 echo "${ECHO_T}$cross_compiling" >&6; }
    2189 
    2190 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2191 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2279{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2280$as_echo_n "checking whether we are cross compiling... " >&6; }
     2281{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2282$as_echo "$cross_compiling" >&6; }
     2283
     2284{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2285$as_echo_n "checking for suffix of executables... " >&6; }
    21922286if { (ac_try="$ac_link"
    21932287case "(($ac_try" in
     
    21952289  *) ac_try_echo=$ac_try;;
    21962290esac
    2197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2291eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2292$as_echo "$ac_try_echo") >&5
    21982293  (eval "$ac_link") 2>&5
    21992294  ac_status=$?
    2200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2295  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22012296  (exit $ac_status); }; then
    22022297  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    22072302  test -f "$ac_file" || continue
    22082303  case $ac_file in
    2209     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2304    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    22102305    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    22112306          break;;
     
    22142309done
    22152310else
    2216   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2311  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2312$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2313{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    22172314See \`config.log' for more details." >&5
    2218 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2315$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    22192316See \`config.log' for more details." >&2;}
    2220    { (exit 1); exit 1; }; }
     2317   { (exit 1); exit 1; }; }; }
    22212318fi
    22222319
    22232320rm -f conftest$ac_cv_exeext
    2224 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2225 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2321{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2322$as_echo "$ac_cv_exeext" >&6; }
    22262323
    22272324rm -f conftest.$ac_ext
    22282325EXEEXT=$ac_cv_exeext
    22292326ac_exeext=$EXEEXT
    2230 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2231 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2327{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2328$as_echo_n "checking for suffix of object files... " >&6; }
    22322329if test "${ac_cv_objext+set}" = set; then
    2233   echo $ECHO_N "(cached) $ECHO_C" >&6
     2330  $as_echo_n "(cached) " >&6
    22342331else
    22352332  cat >conftest.$ac_ext <<_ACEOF
     
    22542351  *) ac_try_echo=$ac_try;;
    22552352esac
    2256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2353eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2354$as_echo "$ac_try_echo") >&5
    22572355  (eval "$ac_compile") 2>&5
    22582356  ac_status=$?
    2259   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2357  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22602358  (exit $ac_status); }; then
    22612359  for ac_file in conftest.o conftest.obj conftest.*; do
    22622360  test -f "$ac_file" || continue;
    22632361  case $ac_file in
    2264     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2362    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    22652363    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    22662364       break;;
     
    22682366done
    22692367else
    2270   echo "$as_me: failed program was:" >&5
     2368  $as_echo "$as_me: failed program was:" >&5
    22712369sed 's/^/| /' conftest.$ac_ext >&5
    22722370
    2273 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2371{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2372$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2373{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    22742374See \`config.log' for more details." >&5
    2275 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2375$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    22762376See \`config.log' for more details." >&2;}
    2277    { (exit 1); exit 1; }; }
     2377   { (exit 1); exit 1; }; }; }
    22782378fi
    22792379
    22802380rm -f conftest.$ac_cv_objext conftest.$ac_ext
    22812381fi
    2282 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2283 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2382{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2383$as_echo "$ac_cv_objext" >&6; }
    22842384OBJEXT=$ac_cv_objext
    22852385ac_objext=$OBJEXT
    2286 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2287 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2386{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2387$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    22882388if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2289   echo $ECHO_N "(cached) $ECHO_C" >&6
     2389  $as_echo_n "(cached) " >&6
    22902390else
    22912391  cat >conftest.$ac_ext <<_ACEOF
     
    23132413  *) ac_try_echo=$ac_try;;
    23142414esac
    2315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2415eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2416$as_echo "$ac_try_echo") >&5
    23162417  (eval "$ac_compile") 2>conftest.er1
    23172418  ac_status=$?
     
    23192420  rm -f conftest.er1
    23202421  cat conftest.err >&5
    2321   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2422  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23222423  (exit $ac_status); } && {
    23232424         test -z "$ac_c_werror_flag" ||
     
    23262427  ac_compiler_gnu=yes
    23272428else
    2328   echo "$as_me: failed program was:" >&5
     2429  $as_echo "$as_me: failed program was:" >&5
    23292430sed 's/^/| /' conftest.$ac_ext >&5
    23302431
     
    23362437
    23372438fi
    2338 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2339 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2340 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2439{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2440$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2441if test $ac_compiler_gnu = yes; then
     2442  GCC=yes
     2443else
     2444  GCC=
     2445fi
    23412446ac_test_CFLAGS=${CFLAGS+set}
    23422447ac_save_CFLAGS=$CFLAGS
    2343 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2344 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2448{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2449$as_echo_n "checking whether $CC accepts -g... " >&6; }
    23452450if test "${ac_cv_prog_cc_g+set}" = set; then
    2346   echo $ECHO_N "(cached) $ECHO_C" >&6
     2451  $as_echo_n "(cached) " >&6
    23472452else
    23482453  ac_save_c_werror_flag=$ac_c_werror_flag
     
    23712476  *) ac_try_echo=$ac_try;;
    23722477esac
    2373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2478eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2479$as_echo "$ac_try_echo") >&5
    23742480  (eval "$ac_compile") 2>conftest.er1
    23752481  ac_status=$?
     
    23772483  rm -f conftest.er1
    23782484  cat conftest.err >&5
    2379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2485  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23802486  (exit $ac_status); } && {
    23812487         test -z "$ac_c_werror_flag" ||
     
    23842490  ac_cv_prog_cc_g=yes
    23852491else
    2386   echo "$as_me: failed program was:" >&5
     2492  $as_echo "$as_me: failed program was:" >&5
    23872493sed 's/^/| /' conftest.$ac_ext >&5
    23882494
     
    24092515  *) ac_try_echo=$ac_try;;
    24102516esac
    2411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2517eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2518$as_echo "$ac_try_echo") >&5
    24122519  (eval "$ac_compile") 2>conftest.er1
    24132520  ac_status=$?
     
    24152522  rm -f conftest.er1
    24162523  cat conftest.err >&5
    2417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2524  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24182525  (exit $ac_status); } && {
    24192526         test -z "$ac_c_werror_flag" ||
     
    24222529  :
    24232530else
    2424   echo "$as_me: failed program was:" >&5
     2531  $as_echo "$as_me: failed program was:" >&5
    24252532sed 's/^/| /' conftest.$ac_ext >&5
    24262533
     
    24482555  *) ac_try_echo=$ac_try;;
    24492556esac
    2450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2557eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2558$as_echo "$ac_try_echo") >&5
    24512559  (eval "$ac_compile") 2>conftest.er1
    24522560  ac_status=$?
     
    24542562  rm -f conftest.er1
    24552563  cat conftest.err >&5
    2456   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2564  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24572565  (exit $ac_status); } && {
    24582566         test -z "$ac_c_werror_flag" ||
     
    24612569  ac_cv_prog_cc_g=yes
    24622570else
    2463   echo "$as_me: failed program was:" >&5
     2571  $as_echo "$as_me: failed program was:" >&5
    24642572sed 's/^/| /' conftest.$ac_ext >&5
    24652573
     
    24762584   ac_c_werror_flag=$ac_save_c_werror_flag
    24772585fi
    2478 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2479 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2586{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2587$as_echo "$ac_cv_prog_cc_g" >&6; }
    24802588if test "$ac_test_CFLAGS" = set; then
    24812589  CFLAGS=$ac_save_CFLAGS
     
    24932601  fi
    24942602fi
    2495 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2496 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2603{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2604$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    24972605if test "${ac_cv_prog_cc_c89+set}" = set; then
    2498   echo $ECHO_N "(cached) $ECHO_C" >&6
     2606  $as_echo_n "(cached) " >&6
    24992607else
    25002608  ac_cv_prog_cc_c89=no
     
    25672675  *) ac_try_echo=$ac_try;;
    25682676esac
    2569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2677eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2678$as_echo "$ac_try_echo") >&5
    25702679  (eval "$ac_compile") 2>conftest.er1
    25712680  ac_status=$?
     
    25732682  rm -f conftest.er1
    25742683  cat conftest.err >&5
    2575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2684  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25762685  (exit $ac_status); } && {
    25772686         test -z "$ac_c_werror_flag" ||
     
    25802689  ac_cv_prog_cc_c89=$ac_arg
    25812690else
    2582   echo "$as_me: failed program was:" >&5
     2691  $as_echo "$as_me: failed program was:" >&5
    25832692sed 's/^/| /' conftest.$ac_ext >&5
    25842693
     
    25962705case "x$ac_cv_prog_cc_c89" in
    25972706  x)
    2598     { echo "$as_me:$LINENO: result: none needed" >&5
    2599 echo "${ECHO_T}none needed" >&6; } ;;
     2707    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     2708$as_echo "none needed" >&6; } ;;
    26002709  xno)
    2601     { echo "$as_me:$LINENO: result: unsupported" >&5
    2602 echo "${ECHO_T}unsupported" >&6; } ;;
     2710    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     2711$as_echo "unsupported" >&6; } ;;
    26032712  *)
    26042713    CC="$CC $ac_cv_prog_cc_c89"
    2605     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2606 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     2714    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2715$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    26072716esac
    26082717
     
    26192728fi
    26202729
    2621 { echo "$as_me:$LINENO: checking for /usr/athena/include" >&5
    2622 echo $ECHO_N "checking for /usr/athena/include... $ECHO_C" >&6; }
     2730{ $as_echo "$as_me:$LINENO: checking for /usr/athena/include" >&5
     2731$as_echo_n "checking for /usr/athena/include... " >&6; }
    26232732if test -d /usr/athena/include; then
    26242733        CFLAGS=${CFLAGS}\ -I/usr/athena/include
    26252734        CPPFLAGS=${CPPFLAGS}\ -I/usr/athena/include
    2626         { echo "$as_me:$LINENO: result: yes" >&5
    2627 echo "${ECHO_T}yes" >&6; }
    2628 else
    2629         { echo "$as_me:$LINENO: result: no" >&5
    2630 echo "${ECHO_T}no" >&6; }
    2631 fi
    2632 { echo "$as_me:$LINENO: checking for /usr/athena/lib" >&5
    2633 echo $ECHO_N "checking for /usr/athena/lib... $ECHO_C" >&6; }
     2735        { $as_echo "$as_me:$LINENO: result: yes" >&5
     2736$as_echo "yes" >&6; }
     2737else
     2738        { $as_echo "$as_me:$LINENO: result: no" >&5
     2739$as_echo "no" >&6; }
     2740fi
     2741{ $as_echo "$as_me:$LINENO: checking for /usr/athena/lib" >&5
     2742$as_echo_n "checking for /usr/athena/lib... " >&6; }
    26342743if test -d /usr/athena/lib; then
    26352744        LDFLAGS=${LDFLAGS}\ -L/usr/athena/lib
    2636         { echo "$as_me:$LINENO: result: yes" >&5
    2637 echo "${ECHO_T}yes" >&6; }
    2638 else
    2639         { echo "$as_me:$LINENO: result: no" >&5
    2640 echo "${ECHO_T}no" >&6; }
    2641 fi
    2642 
    2643 { echo "$as_me:$LINENO: checking for kerberosIV" >&5
    2644 echo $ECHO_N "checking for kerberosIV... $ECHO_C" >&6; }
     2745        { $as_echo "$as_me:$LINENO: result: yes" >&5
     2746$as_echo "yes" >&6; }
     2747else
     2748        { $as_echo "$as_me:$LINENO: result: no" >&5
     2749$as_echo "no" >&6; }
     2750fi
     2751
     2752{ $as_echo "$as_me:$LINENO: checking for kerberosIV" >&5
     2753$as_echo_n "checking for kerberosIV... " >&6; }
    26452754if test -d /usr/include/kerberosIV; then
    26462755        CFLAGS=${CFLAGS}\ -I/usr/include/kerberosIV
    26472756        CPPFLAGS=${CPPFLAGS}\ -I/usr/include/kerberosIV
    2648         { echo "$as_me:$LINENO: result: yes" >&5
    2649 echo "${ECHO_T}yes" >&6; }
     2757        { $as_echo "$as_me:$LINENO: result: yes" >&5
     2758$as_echo "yes" >&6; }
    26502759elif test -d /usr/local/include/kerberosIV; then
    26512760        CFLAGS=${CFLAGS}\ -I/usr/local/include/kerberosIV
    26522761        CPPFLAGS=${CPPFLAGS}\ -I/usr/local/include/kerberosIV
    2653         { echo "$as_me:$LINENO: result: yes" >&5
    2654 echo "${ECHO_T}yes" >&6; }
     2762        { $as_echo "$as_me:$LINENO: result: yes" >&5
     2763$as_echo "yes" >&6; }
    26552764elif test -d /usr/include/openssl; then
    26562765        CFLAGS=${CFLAGS}\ -I/usr/include/openssl
    26572766        CPPFLAGS=${CPPFLAGS}\ -I/usr/include/openssl
    2658         { echo "$as_me:$LINENO: result: OpenSSL DES found instead" >&5
    2659 echo "${ECHO_T}OpenSSL DES found instead" >&6; }
    2660 else
    2661         { echo "$as_me:$LINENO: result: no" >&5
    2662 echo "${ECHO_T}no" >&6; }
     2767        { $as_echo "$as_me:$LINENO: result: OpenSSL DES found instead" >&5
     2768$as_echo "OpenSSL DES found instead" >&6; }
     2769else
     2770        { $as_echo "$as_me:$LINENO: result: no" >&5
     2771$as_echo "no" >&6; }
    26632772fi
    26642773PROTECT_CFLAGS=${PROTECT_CFLAGS-"-fstack-protector"}
    26652774SAVE_CFLAGS=$CFLAGS
    26662775CFLAGS="$CFLAGS $PROTECT_CFLAGS"
    2667 { echo "$as_me:$LINENO: checking whether protection cflags work" >&5
    2668 echo $ECHO_N "checking whether protection cflags work... $ECHO_C" >&6; }
     2776{ $as_echo "$as_me:$LINENO: checking whether protection cflags work" >&5
     2777$as_echo_n "checking whether protection cflags work... " >&6; }
    26692778
    26702779cat >conftest.$ac_ext <<_ACEOF
     
    26772786  *) ac_try_echo=$ac_try;;
    26782787esac
    2679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2788eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2789$as_echo "$ac_try_echo") >&5
    26802790  (eval "$ac_compile") 2>conftest.er1
    26812791  ac_status=$?
     
    26832793  rm -f conftest.er1
    26842794  cat conftest.err >&5
    2685   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2795  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26862796  (exit $ac_status); } && {
    26872797         test -z "$ac_c_werror_flag" ||
    26882798         test ! -s conftest.err
    26892799       } && test -s conftest.$ac_objext; then
    2690   { echo "$as_me:$LINENO: result: yes" >&5
    2691 echo "${ECHO_T}yes" >&6; }
    2692 else
    2693   echo "$as_me: failed program was:" >&5
     2800  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2801$as_echo "yes" >&6; }
     2802else
     2803  $as_echo "$as_me: failed program was:" >&5
    26942804sed 's/^/| /' conftest.$ac_ext >&5
    26952805
    2696         { echo "$as_me:$LINENO: result: no" >&5
    2697 echo "${ECHO_T}no" >&6; }
     2806        { $as_echo "$as_me:$LINENO: result: no" >&5
     2807$as_echo "no" >&6; }
    26982808    CFLAGS=$SAVE_CFLAGS
    26992809fi
     
    27032813
    27042814
    2705 { echo "$as_me:$LINENO: checking for __stack_chk_guard in -lssp" >&5
    2706 echo $ECHO_N "checking for __stack_chk_guard in -lssp... $ECHO_C" >&6; }
     2815{ $as_echo "$as_me:$LINENO: checking for __stack_chk_guard in -lssp" >&5
     2816$as_echo_n "checking for __stack_chk_guard in -lssp... " >&6; }
    27072817if test "${ac_cv_lib_ssp___stack_chk_guard+set}" = set; then
    2708   echo $ECHO_N "(cached) $ECHO_C" >&6
     2818  $as_echo_n "(cached) " >&6
    27092819else
    27102820  ac_check_lib_save_LIBS=$LIBS
     
    27382848  *) ac_try_echo=$ac_try;;
    27392849esac
    2740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2850eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2851$as_echo "$ac_try_echo") >&5
    27412852  (eval "$ac_link") 2>conftest.er1
    27422853  ac_status=$?
     
    27442855  rm -f conftest.er1
    27452856  cat conftest.err >&5
    2746   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2857  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27472858  (exit $ac_status); } && {
    27482859         test -z "$ac_c_werror_flag" ||
    27492860         test ! -s conftest.err
    2750        } && test -s conftest$ac_exeext &&
    2751        $as_test_x conftest$ac_exeext; then
     2861       } && test -s conftest$ac_exeext && {
     2862         test "$cross_compiling" = yes ||
     2863         $as_test_x conftest$ac_exeext
     2864       }; then
    27522865  ac_cv_lib_ssp___stack_chk_guard=yes
    27532866else
    2754   echo "$as_me: failed program was:" >&5
     2867  $as_echo "$as_me: failed program was:" >&5
    27552868sed 's/^/| /' conftest.$ac_ext >&5
    27562869
     
    27582871fi
    27592872
     2873rm -rf conftest.dSYM
    27602874rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    27612875      conftest$ac_exeext conftest.$ac_ext
    27622876LIBS=$ac_check_lib_save_LIBS
    27632877fi
    2764 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssp___stack_chk_guard" >&5
    2765 echo "${ECHO_T}$ac_cv_lib_ssp___stack_chk_guard" >&6; }
    2766 if test $ac_cv_lib_ssp___stack_chk_guard = yes; then
     2878{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ssp___stack_chk_guard" >&5
     2879$as_echo "$ac_cv_lib_ssp___stack_chk_guard" >&6; }
     2880if test "x$ac_cv_lib_ssp___stack_chk_guard" = x""yes; then
    27672881  cat >>confdefs.h <<_ACEOF
    27682882@%:@define HAVE_LIBSSP 1
     
    27742888
    27752889
    2776 { echo "$as_me:$LINENO: checking for initscr in -lncursesw" >&5
    2777 echo $ECHO_N "checking for initscr in -lncursesw... $ECHO_C" >&6; }
     2890{ $as_echo "$as_me:$LINENO: checking for initscr in -lncursesw" >&5
     2891$as_echo_n "checking for initscr in -lncursesw... " >&6; }
    27782892if test "${ac_cv_lib_ncursesw_initscr+set}" = set; then
    2779   echo $ECHO_N "(cached) $ECHO_C" >&6
     2893  $as_echo_n "(cached) " >&6
    27802894else
    27812895  ac_check_lib_save_LIBS=$LIBS
     
    28092923  *) ac_try_echo=$ac_try;;
    28102924esac
    2811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2925eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2926$as_echo "$ac_try_echo") >&5
    28122927  (eval "$ac_link") 2>conftest.er1
    28132928  ac_status=$?
     
    28152930  rm -f conftest.er1
    28162931  cat conftest.err >&5
    2817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2932  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28182933  (exit $ac_status); } && {
    28192934         test -z "$ac_c_werror_flag" ||
    28202935         test ! -s conftest.err
    2821        } && test -s conftest$ac_exeext &&
    2822        $as_test_x conftest$ac_exeext; then
     2936       } && test -s conftest$ac_exeext && {
     2937         test "$cross_compiling" = yes ||
     2938         $as_test_x conftest$ac_exeext
     2939       }; then
    28232940  ac_cv_lib_ncursesw_initscr=yes
    28242941else
    2825   echo "$as_me: failed program was:" >&5
     2942  $as_echo "$as_me: failed program was:" >&5
    28262943sed 's/^/| /' conftest.$ac_ext >&5
    28272944
     
    28292946fi
    28302947
     2948rm -rf conftest.dSYM
    28312949rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    28322950      conftest$ac_exeext conftest.$ac_ext
    28332951LIBS=$ac_check_lib_save_LIBS
    28342952fi
    2835 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncursesw_initscr" >&5
    2836 echo "${ECHO_T}$ac_cv_lib_ncursesw_initscr" >&6; }
    2837 if test $ac_cv_lib_ncursesw_initscr = yes; then
     2953{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncursesw_initscr" >&5
     2954$as_echo "$ac_cv_lib_ncursesw_initscr" >&6; }
     2955if test "x$ac_cv_lib_ncursesw_initscr" = x""yes; then
    28382956  cat >>confdefs.h <<_ACEOF
    28392957@%:@define HAVE_LIBNCURSESW 1
     
    28432961
    28442962else
    2845   { { echo "$as_me:$LINENO: error: No libncursesw found." >&5
    2846 echo "$as_me: error: No libncursesw found." >&2;}
     2963  { { $as_echo "$as_me:$LINENO: error: No libncursesw found." >&5
     2964$as_echo "$as_me: error: No libncursesw found." >&2;}
    28472965   { (exit 1); exit 1; }; }
    28482966fi
    28492967
    28502968
    2851 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
    2852 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6; }
     2969{ $as_echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
     2970$as_echo_n "checking for com_err in -lcom_err... " >&6; }
    28532971if test "${ac_cv_lib_com_err_com_err+set}" = set; then
    2854   echo $ECHO_N "(cached) $ECHO_C" >&6
     2972  $as_echo_n "(cached) " >&6
    28552973else
    28562974  ac_check_lib_save_LIBS=$LIBS
     
    28843002  *) ac_try_echo=$ac_try;;
    28853003esac
    2886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3004eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3005$as_echo "$ac_try_echo") >&5
    28873006  (eval "$ac_link") 2>conftest.er1
    28883007  ac_status=$?
     
    28903009  rm -f conftest.er1
    28913010  cat conftest.err >&5
    2892   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3011  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28933012  (exit $ac_status); } && {
    28943013         test -z "$ac_c_werror_flag" ||
    28953014         test ! -s conftest.err
    2896        } && test -s conftest$ac_exeext &&
    2897        $as_test_x conftest$ac_exeext; then
     3015       } && test -s conftest$ac_exeext && {
     3016         test "$cross_compiling" = yes ||
     3017         $as_test_x conftest$ac_exeext
     3018       }; then
    28983019  ac_cv_lib_com_err_com_err=yes
    28993020else
    2900   echo "$as_me: failed program was:" >&5
     3021  $as_echo "$as_me: failed program was:" >&5
    29013022sed 's/^/| /' conftest.$ac_ext >&5
    29023023
     
    29043025fi
    29053026
     3027rm -rf conftest.dSYM
    29063028rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    29073029      conftest$ac_exeext conftest.$ac_ext
    29083030LIBS=$ac_check_lib_save_LIBS
    29093031fi
    2910 { echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
    2911 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6; }
    2912 if test $ac_cv_lib_com_err_com_err = yes; then
     3032{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
     3033$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
     3034if test "x$ac_cv_lib_com_err_com_err" = x""yes; then
    29133035  cat >>confdefs.h <<_ACEOF
    29143036@%:@define HAVE_LIBCOM_ERR 1
     
    29203042
    29213043
    2922 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    2923 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
     3044{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     3045$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    29243046if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    2925   echo $ECHO_N "(cached) $ECHO_C" >&6
     3047  $as_echo_n "(cached) " >&6
    29263048else
    29273049  ac_check_lib_save_LIBS=$LIBS
     
    29553077  *) ac_try_echo=$ac_try;;
    29563078esac
    2957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3079eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3080$as_echo "$ac_try_echo") >&5
    29583081  (eval "$ac_link") 2>conftest.er1
    29593082  ac_status=$?
     
    29613084  rm -f conftest.er1
    29623085  cat conftest.err >&5
    2963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3086  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29643087  (exit $ac_status); } && {
    29653088         test -z "$ac_c_werror_flag" ||
    29663089         test ! -s conftest.err
    2967        } && test -s conftest$ac_exeext &&
    2968        $as_test_x conftest$ac_exeext; then
     3090       } && test -s conftest$ac_exeext && {
     3091         test "$cross_compiling" = yes ||
     3092         $as_test_x conftest$ac_exeext
     3093       }; then
    29693094  ac_cv_lib_nsl_gethostbyname=yes
    29703095else
    2971   echo "$as_me: failed program was:" >&5
     3096  $as_echo "$as_me: failed program was:" >&5
    29723097sed 's/^/| /' conftest.$ac_ext >&5
    29733098
     
    29753100fi
    29763101
     3102rm -rf conftest.dSYM
    29773103rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    29783104      conftest$ac_exeext conftest.$ac_ext
    29793105LIBS=$ac_check_lib_save_LIBS
    29803106fi
    2981 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    2982 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
    2983 if test $ac_cv_lib_nsl_gethostbyname = yes; then
     3107{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     3108$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
     3109if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
    29843110  cat >>confdefs.h <<_ACEOF
    29853111@%:@define HAVE_LIBNSL 1
     
    29913117
    29923118
    2993 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
    2994 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
     3119{ $as_echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
     3120$as_echo_n "checking for socket in -lsocket... " >&6; }
    29953121if test "${ac_cv_lib_socket_socket+set}" = set; then
    2996   echo $ECHO_N "(cached) $ECHO_C" >&6
     3122  $as_echo_n "(cached) " >&6
    29973123else
    29983124  ac_check_lib_save_LIBS=$LIBS
     
    30263152  *) ac_try_echo=$ac_try;;
    30273153esac
    3028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3154eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3155$as_echo "$ac_try_echo") >&5
    30293156  (eval "$ac_link") 2>conftest.er1
    30303157  ac_status=$?
     
    30323159  rm -f conftest.er1
    30333160  cat conftest.err >&5
    3034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3161  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30353162  (exit $ac_status); } && {
    30363163         test -z "$ac_c_werror_flag" ||
    30373164         test ! -s conftest.err
    3038        } && test -s conftest$ac_exeext &&
    3039        $as_test_x conftest$ac_exeext; then
     3165       } && test -s conftest$ac_exeext && {
     3166         test "$cross_compiling" = yes ||
     3167         $as_test_x conftest$ac_exeext
     3168       }; then
    30403169  ac_cv_lib_socket_socket=yes
    30413170else
    3042   echo "$as_me: failed program was:" >&5
     3171  $as_echo "$as_me: failed program was:" >&5
    30433172sed 's/^/| /' conftest.$ac_ext >&5
    30443173
     
    30463175fi
    30473176
     3177rm -rf conftest.dSYM
    30483178rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    30493179      conftest$ac_exeext conftest.$ac_ext
    30503180LIBS=$ac_check_lib_save_LIBS
    30513181fi
    3052 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
    3053 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
    3054 if test $ac_cv_lib_socket_socket = yes; then
     3182{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
     3183$as_echo "$ac_cv_lib_socket_socket" >&6; }
     3184if test "x$ac_cv_lib_socket_socket" = x""yes; then
    30553185  cat >>confdefs.h <<_ACEOF
    30563186@%:@define HAVE_LIBSOCKET 1
     
    30623192
    30633193
    3064 { echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
    3065 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6; }
     3194{ $as_echo "$as_me:$LINENO: checking for des_cbc_encrypt in -ldes425" >&5
     3195$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
    30663196if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
    3067   echo $ECHO_N "(cached) $ECHO_C" >&6
     3197  $as_echo_n "(cached) " >&6
    30683198else
    30693199  ac_check_lib_save_LIBS=$LIBS
     
    30973227  *) ac_try_echo=$ac_try;;
    30983228esac
    3099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3229eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3230$as_echo "$ac_try_echo") >&5
    31003231  (eval "$ac_link") 2>conftest.er1
    31013232  ac_status=$?
     
    31033234  rm -f conftest.er1
    31043235  cat conftest.err >&5
    3105   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3236  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31063237  (exit $ac_status); } && {
    31073238         test -z "$ac_c_werror_flag" ||
    31083239         test ! -s conftest.err
    3109        } && test -s conftest$ac_exeext &&
    3110        $as_test_x conftest$ac_exeext; then
     3240       } && test -s conftest$ac_exeext && {
     3241         test "$cross_compiling" = yes ||
     3242         $as_test_x conftest$ac_exeext
     3243       }; then
    31113244  ac_cv_lib_des425_des_cbc_encrypt=yes
    31123245else
    3113   echo "$as_me: failed program was:" >&5
     3246  $as_echo "$as_me: failed program was:" >&5
    31143247sed 's/^/| /' conftest.$ac_ext >&5
    31153248
     
    31173250fi
    31183251
     3252rm -rf conftest.dSYM
    31193253rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    31203254      conftest$ac_exeext conftest.$ac_ext
    31213255LIBS=$ac_check_lib_save_LIBS
    31223256fi
    3123 { echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
    3124 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
    3125 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
     3257{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
     3258$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
     3259if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then
    31263260  cat >>confdefs.h <<_ACEOF
    31273261@%:@define HAVE_LIBDES425 1
     
    31323266else
    31333267 
    3134 { echo "$as_me:$LINENO: checking for DES_cbc_encrypt in -lcrypto" >&5
    3135 echo $ECHO_N "checking for DES_cbc_encrypt in -lcrypto... $ECHO_C" >&6; }
     3268{ $as_echo "$as_me:$LINENO: checking for DES_cbc_encrypt in -lcrypto" >&5
     3269$as_echo_n "checking for DES_cbc_encrypt in -lcrypto... " >&6; }
    31363270if test "${ac_cv_lib_crypto_DES_cbc_encrypt+set}" = set; then
    3137   echo $ECHO_N "(cached) $ECHO_C" >&6
     3271  $as_echo_n "(cached) " >&6
    31383272else
    31393273  ac_check_lib_save_LIBS=$LIBS
     
    31673301  *) ac_try_echo=$ac_try;;
    31683302esac
    3169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3303eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3304$as_echo "$ac_try_echo") >&5
    31703305  (eval "$ac_link") 2>conftest.er1
    31713306  ac_status=$?
     
    31733308  rm -f conftest.er1
    31743309  cat conftest.err >&5
    3175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3310  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31763311  (exit $ac_status); } && {
    31773312         test -z "$ac_c_werror_flag" ||
    31783313         test ! -s conftest.err
    3179        } && test -s conftest$ac_exeext &&
    3180        $as_test_x conftest$ac_exeext; then
     3314       } && test -s conftest$ac_exeext && {
     3315         test "$cross_compiling" = yes ||
     3316         $as_test_x conftest$ac_exeext
     3317       }; then
    31813318  ac_cv_lib_crypto_DES_cbc_encrypt=yes
    31823319else
    3183   echo "$as_me: failed program was:" >&5
     3320  $as_echo "$as_me: failed program was:" >&5
    31843321sed 's/^/| /' conftest.$ac_ext >&5
    31853322
     
    31873324fi
    31883325
     3326rm -rf conftest.dSYM
    31893327rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    31903328      conftest$ac_exeext conftest.$ac_ext
    31913329LIBS=$ac_check_lib_save_LIBS
    31923330fi
    3193 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_DES_cbc_encrypt" >&5
    3194 echo "${ECHO_T}$ac_cv_lib_crypto_DES_cbc_encrypt" >&6; }
    3195 if test $ac_cv_lib_crypto_DES_cbc_encrypt = yes; then
     3331{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_DES_cbc_encrypt" >&5
     3332$as_echo "$ac_cv_lib_crypto_DES_cbc_encrypt" >&6; }
     3333if test "x$ac_cv_lib_crypto_DES_cbc_encrypt" = x""yes; then
    31963334  cat >>confdefs.h <<_ACEOF
    31973335@%:@define HAVE_LIBCRYPTO 1
     
    32053343
    32063344
    3207 { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5
    3208 echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; }
     3345{ $as_echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5
     3346$as_echo_n "checking for res_search in -lresolv... " >&6; }
    32093347if test "${ac_cv_lib_resolv_res_search+set}" = set; then
    3210   echo $ECHO_N "(cached) $ECHO_C" >&6
     3348  $as_echo_n "(cached) " >&6
    32113349else
    32123350  ac_check_lib_save_LIBS=$LIBS
     
    32403378  *) ac_try_echo=$ac_try;;
    32413379esac
    3242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3380eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3381$as_echo "$ac_try_echo") >&5
    32433382  (eval "$ac_link") 2>conftest.er1
    32443383  ac_status=$?
     
    32463385  rm -f conftest.er1
    32473386  cat conftest.err >&5
    3248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3387  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32493388  (exit $ac_status); } && {
    32503389         test -z "$ac_c_werror_flag" ||
    32513390         test ! -s conftest.err
    3252        } && test -s conftest$ac_exeext &&
    3253        $as_test_x conftest$ac_exeext; then
     3391       } && test -s conftest$ac_exeext && {
     3392         test "$cross_compiling" = yes ||
     3393         $as_test_x conftest$ac_exeext
     3394       }; then
    32543395  ac_cv_lib_resolv_res_search=yes
    32553396else
    3256   echo "$as_me: failed program was:" >&5
     3397  $as_echo "$as_me: failed program was:" >&5
    32573398sed 's/^/| /' conftest.$ac_ext >&5
    32583399
     
    32603401fi
    32613402
     3403rm -rf conftest.dSYM
    32623404rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    32633405      conftest$ac_exeext conftest.$ac_ext
    32643406LIBS=$ac_check_lib_save_LIBS
    32653407fi
    3266 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5
    3267 echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; }
    3268 if test $ac_cv_lib_resolv_res_search = yes; then
     3408{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5
     3409$as_echo "$ac_cv_lib_resolv_res_search" >&6; }
     3410if test "x$ac_cv_lib_resolv_res_search" = x""yes; then
    32693411  cat >>confdefs.h <<_ACEOF
    32703412@%:@define HAVE_LIBRESOLV 1
     
    32763418
    32773419
    3278 { echo "$as_me:$LINENO: checking for ZGetSender in -lzephyr" >&5
    3279 echo $ECHO_N "checking for ZGetSender in -lzephyr... $ECHO_C" >&6; }
     3420{ $as_echo "$as_me:$LINENO: checking for ZGetSender in -lzephyr" >&5
     3421$as_echo_n "checking for ZGetSender in -lzephyr... " >&6; }
    32803422if test "${ac_cv_lib_zephyr_ZGetSender+set}" = set; then
    3281   echo $ECHO_N "(cached) $ECHO_C" >&6
     3423  $as_echo_n "(cached) " >&6
    32823424else
    32833425  ac_check_lib_save_LIBS=$LIBS
     
    33113453  *) ac_try_echo=$ac_try;;
    33123454esac
    3313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3455eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3456$as_echo "$ac_try_echo") >&5
    33143457  (eval "$ac_link") 2>conftest.er1
    33153458  ac_status=$?
     
    33173460  rm -f conftest.er1
    33183461  cat conftest.err >&5
    3319   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3462  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33203463  (exit $ac_status); } && {
    33213464         test -z "$ac_c_werror_flag" ||
    33223465         test ! -s conftest.err
    3323        } && test -s conftest$ac_exeext &&
    3324        $as_test_x conftest$ac_exeext; then
     3466       } && test -s conftest$ac_exeext && {
     3467         test "$cross_compiling" = yes ||
     3468         $as_test_x conftest$ac_exeext
     3469       }; then
    33253470  ac_cv_lib_zephyr_ZGetSender=yes
    33263471else
    3327   echo "$as_me: failed program was:" >&5
     3472  $as_echo "$as_me: failed program was:" >&5
    33283473sed 's/^/| /' conftest.$ac_ext >&5
    33293474
     
    33313476fi
    33323477
     3478rm -rf conftest.dSYM
    33333479rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    33343480      conftest$ac_exeext conftest.$ac_ext
    33353481LIBS=$ac_check_lib_save_LIBS
    33363482fi
    3337 { echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZGetSender" >&5
    3338 echo "${ECHO_T}$ac_cv_lib_zephyr_ZGetSender" >&6; }
    3339 if test $ac_cv_lib_zephyr_ZGetSender = yes; then
     3483{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZGetSender" >&5
     3484$as_echo "$ac_cv_lib_zephyr_ZGetSender" >&6; }
     3485if test "x$ac_cv_lib_zephyr_ZGetSender" = x""yes; then
    33403486  cat >>confdefs.h <<_ACEOF
    33413487@%:@define HAVE_LIBZEPHYR 1
     
    33463492fi
    33473493
    3348 { echo "$as_me:$LINENO: checking for ZInitLocationInfo in -lzephyr" >&5
    3349 echo $ECHO_N "checking for ZInitLocationInfo in -lzephyr... $ECHO_C" >&6; }
     3494{ $as_echo "$as_me:$LINENO: checking for ZInitLocationInfo in -lzephyr" >&5
     3495$as_echo_n "checking for ZInitLocationInfo in -lzephyr... " >&6; }
    33503496if test "${ac_cv_lib_zephyr_ZInitLocationInfo+set}" = set; then
    3351   echo $ECHO_N "(cached) $ECHO_C" >&6
     3497  $as_echo_n "(cached) " >&6
    33523498else
    33533499  ac_check_lib_save_LIBS=$LIBS
     
    33813527  *) ac_try_echo=$ac_try;;
    33823528esac
    3383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3529eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3530$as_echo "$ac_try_echo") >&5
    33843531  (eval "$ac_link") 2>conftest.er1
    33853532  ac_status=$?
     
    33873534  rm -f conftest.er1
    33883535  cat conftest.err >&5
    3389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3536  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33903537  (exit $ac_status); } && {
    33913538         test -z "$ac_c_werror_flag" ||
    33923539         test ! -s conftest.err
    3393        } && test -s conftest$ac_exeext &&
    3394        $as_test_x conftest$ac_exeext; then
     3540       } && test -s conftest$ac_exeext && {
     3541         test "$cross_compiling" = yes ||
     3542         $as_test_x conftest$ac_exeext
     3543       }; then
    33953544  ac_cv_lib_zephyr_ZInitLocationInfo=yes
    33963545else
    3397   echo "$as_me: failed program was:" >&5
     3546  $as_echo "$as_me: failed program was:" >&5
    33983547sed 's/^/| /' conftest.$ac_ext >&5
    33993548
     
    34013550fi
    34023551
     3552rm -rf conftest.dSYM
    34033553rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    34043554      conftest$ac_exeext conftest.$ac_ext
    34053555LIBS=$ac_check_lib_save_LIBS
    34063556fi
    3407 { echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZInitLocationInfo" >&5
    3408 echo "${ECHO_T}$ac_cv_lib_zephyr_ZInitLocationInfo" >&6; }
    3409 if test $ac_cv_lib_zephyr_ZInitLocationInfo = yes; then
     3557{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_zephyr_ZInitLocationInfo" >&5
     3558$as_echo "$ac_cv_lib_zephyr_ZInitLocationInfo" >&6; }
     3559if test "x$ac_cv_lib_zephyr_ZInitLocationInfo" = x""yes; then
    34103560 
    34113561cat >>confdefs.h <<\_ACEOF
    3412 @%:@define HAVE_LIBZEPHYR_ZINITLOCATIONINFO
    3413 _ACEOF
    3414 
    3415 fi
    3416 
    3417 
    3418 # Check whether --enable-athstatic was given.
     3562@%:@define HAVE_LIBZEPHYR_ZINITLOCATIONINFO /**/
     3563_ACEOF
     3564
     3565fi
     3566
     3567
     3568@%:@ Check whether --enable-athstatic was given.
    34193569if test "${enable_athstatic+set}" = set; then
    34203570  enableval=$enable_athstatic; ATHSTATIC=./athstatic
     
    34313581for ac_func in use_default_colors resizeterm des_string_to_key des_key_sched des_ecb_encrypt
    34323582do
    3433 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    3434 { echo "$as_me:$LINENO: checking for $ac_func" >&5
    3435 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
     3583as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     3584{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     3585$as_echo_n "checking for $ac_func... " >&6; }
    34363586if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    3437   echo $ECHO_N "(cached) $ECHO_C" >&6
     3587  $as_echo_n "(cached) " >&6
    34383588else
    34393589  cat >conftest.$ac_ext <<_ACEOF
     
    34883638  *) ac_try_echo=$ac_try;;
    34893639esac
    3490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3640eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3641$as_echo "$ac_try_echo") >&5
    34913642  (eval "$ac_link") 2>conftest.er1
    34923643  ac_status=$?
     
    34943645  rm -f conftest.er1
    34953646  cat conftest.err >&5
    3496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3647  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34973648  (exit $ac_status); } && {
    34983649         test -z "$ac_c_werror_flag" ||
    34993650         test ! -s conftest.err
    3500        } && test -s conftest$ac_exeext &&
    3501        $as_test_x conftest$ac_exeext; then
     3651       } && test -s conftest$ac_exeext && {
     3652         test "$cross_compiling" = yes ||
     3653         $as_test_x conftest$ac_exeext
     3654       }; then
    35023655  eval "$as_ac_var=yes"
    35033656else
    3504   echo "$as_me: failed program was:" >&5
     3657  $as_echo "$as_me: failed program was:" >&5
    35053658sed 's/^/| /' conftest.$ac_ext >&5
    35063659
     
    35083661fi
    35093662
     3663rm -rf conftest.dSYM
    35103664rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    35113665      conftest$ac_exeext conftest.$ac_ext
    35123666fi
    3513 ac_res=`eval echo '${'$as_ac_var'}'`
    3514                { echo "$as_me:$LINENO: result: $ac_res" >&5
    3515 echo "${ECHO_T}$ac_res" >&6; }
    3516 if test `eval echo '${'$as_ac_var'}'` = yes; then
     3667ac_res=`eval 'as_val=${'$as_ac_var'}
     3668                 $as_echo "$as_val"'`
     3669               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     3670$as_echo "$ac_res" >&6; }
     3671as_val=`eval 'as_val=${'$as_ac_var'}
     3672                 $as_echo "$as_val"'`
     3673   if test "x$as_val" = x""yes; then
    35173674  cat >>confdefs.h <<_ACEOF
    3518 @%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     3675@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    35193676_ACEOF
    35203677 
     
    35273684for ac_func in DES_string_to_key  DES_ecb_encrypt DES_key_sched
    35283685do
    3529 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    3530 { echo "$as_me:$LINENO: checking for $ac_func" >&5
    3531 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
     3686as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
     3687{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
     3688$as_echo_n "checking for $ac_func... " >&6; }
    35323689if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    3533   echo $ECHO_N "(cached) $ECHO_C" >&6
     3690  $as_echo_n "(cached) " >&6
    35343691else
    35353692  cat >conftest.$ac_ext <<_ACEOF
     
    35843741  *) ac_try_echo=$ac_try;;
    35853742esac
    3586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3743eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3744$as_echo "$ac_try_echo") >&5
    35873745  (eval "$ac_link") 2>conftest.er1
    35883746  ac_status=$?
     
    35903748  rm -f conftest.er1
    35913749  cat conftest.err >&5
    3592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3750  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35933751  (exit $ac_status); } && {
    35943752         test -z "$ac_c_werror_flag" ||
    35953753         test ! -s conftest.err
    3596        } && test -s conftest$ac_exeext &&
    3597        $as_test_x conftest$ac_exeext; then
     3754       } && test -s conftest$ac_exeext && {
     3755         test "$cross_compiling" = yes ||
     3756         $as_test_x conftest$ac_exeext
     3757       }; then
    35983758  eval "$as_ac_var=yes"
    35993759else
    3600   echo "$as_me: failed program was:" >&5
     3760  $as_echo "$as_me: failed program was:" >&5
    36013761sed 's/^/| /' conftest.$ac_ext >&5
    36023762
     
    36043764fi
    36053765
     3766rm -rf conftest.dSYM
    36063767rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    36073768      conftest$ac_exeext conftest.$ac_ext
    36083769fi
    3609 ac_res=`eval echo '${'$as_ac_var'}'`
    3610                { echo "$as_me:$LINENO: result: $ac_res" >&5
    3611 echo "${ECHO_T}$ac_res" >&6; }
    3612 if test `eval echo '${'$as_ac_var'}'` = yes; then
     3770ac_res=`eval 'as_val=${'$as_ac_var'}
     3771                 $as_echo "$as_val"'`
     3772               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     3773$as_echo "$ac_res" >&6; }
     3774as_val=`eval 'as_val=${'$as_ac_var'}
     3775                 $as_echo "$as_val"'`
     3776   if test "x$as_val" = x""yes; then
    36133777  cat >>confdefs.h <<_ACEOF
    3614 @%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     3778@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    36153779_ACEOF
    36163780 
     
    36193783
    36203784
    3621 { echo "$as_me:$LINENO: checking for des_ecb_encrypt prototype" >&5
    3622 echo $ECHO_N "checking for des_ecb_encrypt prototype... $ECHO_C" >&6; }
     3785{ $as_echo "$as_me:$LINENO: checking for des_ecb_encrypt prototype" >&5
     3786$as_echo_n "checking for des_ecb_encrypt prototype... " >&6; }
    36233787cat >conftest.$ac_ext <<_ACEOF
    36243788/* confdefs.h.  */
     
    36433807  *) ac_try_echo=$ac_try;;
    36443808esac
    3645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3809eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3810$as_echo "$ac_try_echo") >&5
    36463811  (eval "$ac_compile") 2>conftest.er1
    36473812  ac_status=$?
     
    36493814  rm -f conftest.er1
    36503815  cat conftest.err >&5
    3651   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3816  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36523817  (exit $ac_status); } && {
    36533818         test -z "$ac_c_werror_flag" ||
     
    36563821  ac_cv_des_ecb_encrypt_proto=no
    36573822else
    3658   echo "$as_me: failed program was:" >&5
     3823  $as_echo "$as_me: failed program was:" >&5
    36593824sed 's/^/| /' conftest.$ac_ext >&5
    36603825
     
    36633828
    36643829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    3665 { echo "$as_me:$LINENO: result: $ac_cv_des_ecb_encrypt_proto" >&5
    3666 echo "${ECHO_T}$ac_cv_des_ecb_encrypt_proto" >&6; }
     3830{ $as_echo "$as_me:$LINENO: result: $ac_cv_des_ecb_encrypt_proto" >&5
     3831$as_echo "$ac_cv_des_ecb_encrypt_proto" >&6; }
    36673832if test "$ac_cv_des_ecb_encrypt_proto" = yes; then
    36683833       
    36693834cat >>confdefs.h <<\_ACEOF
    3670 @%:@define HAVE_DES_ECB_ENCRYPT_PROTO
     3835@%:@define HAVE_DES_ECB_ENCRYPT_PROTO /**/
    36713836_ACEOF
    36723837
     
    36783843ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    36793844ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3680 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    3681 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
     3845{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3846$as_echo_n "checking how to run the C preprocessor... " >&6; }
    36823847# On Suns, sometimes $CPP names a directory.
    36833848if test -n "$CPP" && test -d "$CPP"; then
     
    36863851if test -z "$CPP"; then
    36873852  if test "${ac_cv_prog_CPP+set}" = set; then
    3688   echo $ECHO_N "(cached) $ECHO_C" >&6
     3853  $as_echo_n "(cached) " >&6
    36893854else
    36903855      # Double quotes because CPP needs to be expanded
     
    37183883  *) ac_try_echo=$ac_try;;
    37193884esac
    3720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3885eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3886$as_echo "$ac_try_echo") >&5
    37213887  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37223888  ac_status=$?
     
    37243890  rm -f conftest.er1
    37253891  cat conftest.err >&5
    3726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3892  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37273893  (exit $ac_status); } >/dev/null && {
    37283894         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    37313897  :
    37323898else
    3733   echo "$as_me: failed program was:" >&5
     3899  $as_echo "$as_me: failed program was:" >&5
    37343900sed 's/^/| /' conftest.$ac_ext >&5
    37353901
     
    37553921  *) ac_try_echo=$ac_try;;
    37563922esac
    3757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3923eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3924$as_echo "$ac_try_echo") >&5
    37583925  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    37593926  ac_status=$?
     
    37613928  rm -f conftest.er1
    37623929  cat conftest.err >&5
    3763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3930  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37643931  (exit $ac_status); } >/dev/null && {
    37653932         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    37693936continue
    37703937else
    3771   echo "$as_me: failed program was:" >&5
     3938  $as_echo "$as_me: failed program was:" >&5
    37723939sed 's/^/| /' conftest.$ac_ext >&5
    37733940
     
    37943961  ac_cv_prog_CPP=$CPP
    37953962fi
    3796 { echo "$as_me:$LINENO: result: $CPP" >&5
    3797 echo "${ECHO_T}$CPP" >&6; }
     3963{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3964$as_echo "$CPP" >&6; }
    37983965ac_preproc_ok=false
    37993966for ac_c_preproc_warn_flag in '' yes
     
    38233990  *) ac_try_echo=$ac_try;;
    38243991esac
    3825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3992eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3993$as_echo "$ac_try_echo") >&5
    38263994  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38273995  ac_status=$?
     
    38293997  rm -f conftest.er1
    38303998  cat conftest.err >&5
    3831   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3999  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38324000  (exit $ac_status); } >/dev/null && {
    38334001         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    38364004  :
    38374005else
    3838   echo "$as_me: failed program was:" >&5
     4006  $as_echo "$as_me: failed program was:" >&5
    38394007sed 's/^/| /' conftest.$ac_ext >&5
    38404008
     
    38604028  *) ac_try_echo=$ac_try;;
    38614029esac
    3862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4030eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4031$as_echo "$ac_try_echo") >&5
    38634032  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    38644033  ac_status=$?
     
    38664035  rm -f conftest.er1
    38674036  cat conftest.err >&5
    3868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4037  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38694038  (exit $ac_status); } >/dev/null && {
    38704039         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    38744043continue
    38754044else
    3876   echo "$as_me: failed program was:" >&5
     4045  $as_echo "$as_me: failed program was:" >&5
    38774046sed 's/^/| /' conftest.$ac_ext >&5
    38784047
     
    38904059  :
    38914060else
    3892   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4061  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4063{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    38934064See \`config.log' for more details." >&5
    3894 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4065$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    38954066See \`config.log' for more details." >&2;}
    3896    { (exit 1); exit 1; }; }
     4067   { (exit 1); exit 1; }; }; }
    38974068fi
    38984069
     
    39044075
    39054076
    3906 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    3907 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
     4077{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4078$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
    39084079if test "${ac_cv_path_GREP+set}" = set; then
    3909   echo $ECHO_N "(cached) $ECHO_C" >&6
    3910 else
    3911   # Extract the first word of "grep ggrep" to use in msg output
    3912 if test -z "$GREP"; then
    3913 set dummy grep ggrep; ac_prog_name=$2
    3914 if test "${ac_cv_path_GREP+set}" = set; then
    3915   echo $ECHO_N "(cached) $ECHO_C" >&6
    3916 else
     4080  $as_echo_n "(cached) " >&6
     4081else
     4082  if test -z "$GREP"; then
    39174083  ac_path_GREP_found=false
    3918 # Loop through the user's path and test for each of PROGNAME-LIST
    3919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4084  # Loop through the user's path and test for each of PROGNAME-LIST
     4085  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    39204086for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    39214087do
     
    39234089  test -z "$as_dir" && as_dir=.
    39244090  for ac_prog in grep ggrep; do
    3925   for ac_exec_ext in '' $ac_executable_extensions; do
    3926     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    3927     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    3928     # Check for GNU ac_path_GREP and select it if it is found.
     4091    for ac_exec_ext in '' $ac_executable_extensions; do
     4092      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4093      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4094# Check for GNU ac_path_GREP and select it if it is found.
    39294095  # Check for GNU $ac_path_GREP
    39304096case `"$ac_path_GREP" --version 2>&1` in
     
    39334099*)
    39344100  ac_count=0
    3935   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     4101  $as_echo_n 0123456789 >"conftest.in"
    39364102  while :
    39374103  do
     
    39394105    mv "conftest.tmp" "conftest.in"
    39404106    cp "conftest.in" "conftest.nl"
    3941     echo 'GREP' >> "conftest.nl"
     4107    $as_echo 'GREP' >> "conftest.nl"
    39424108    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    39434109    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    39544120esac
    39554121
    3956 
    3957     $ac_path_GREP_found && break 3
     4122      $ac_path_GREP_found && break 3
     4123    done
    39584124  done
    39594125done
    3960 
    3961 done
    39624126IFS=$as_save_IFS
    3963 
    3964 
    3965 fi
    3966 
    3967 GREP="$ac_cv_path_GREP"
    3968 if test -z "$GREP"; then
    3969   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    3970 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4127  if test -z "$ac_cv_path_GREP"; then
     4128    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4129$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    39714130   { (exit 1); exit 1; }; }
    3972 fi
    3973 
     4131  fi
    39744132else
    39754133  ac_cv_path_GREP=$GREP
    39764134fi
    39774135
    3978 
    3979 fi
    3980 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    3981 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
     4136fi
     4137{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4138$as_echo "$ac_cv_path_GREP" >&6; }
    39824139 GREP="$ac_cv_path_GREP"
    39834140 
    39844141
    3985 { echo "$as_me:$LINENO: checking for egrep" >&5
    3986 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
     4142{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
     4143$as_echo_n "checking for egrep... " >&6; }
    39874144if test "${ac_cv_path_EGREP+set}" = set; then
    3988   echo $ECHO_N "(cached) $ECHO_C" >&6
     4145  $as_echo_n "(cached) " >&6
    39894146else
    39904147  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    39914148   then ac_cv_path_EGREP="$GREP -E"
    39924149   else
    3993      # Extract the first word of "egrep" to use in msg output
    3994 if test -z "$EGREP"; then
    3995 set dummy egrep; ac_prog_name=$2
    3996 if test "${ac_cv_path_EGREP+set}" = set; then
    3997   echo $ECHO_N "(cached) $ECHO_C" >&6
    3998 else
     4150     if test -z "$EGREP"; then
    39994151  ac_path_EGREP_found=false
    4000 # Loop through the user's path and test for each of PROGNAME-LIST
    4001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4152  # Loop through the user's path and test for each of PROGNAME-LIST
     4153  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    40024154for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    40034155do
     
    40054157  test -z "$as_dir" && as_dir=.
    40064158  for ac_prog in egrep; do
    4007   for ac_exec_ext in '' $ac_executable_extensions; do
    4008     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4009     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    4010     # Check for GNU ac_path_EGREP and select it if it is found.
     4159    for ac_exec_ext in '' $ac_executable_extensions; do
     4160      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4161      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4162# Check for GNU ac_path_EGREP and select it if it is found.
    40114163  # Check for GNU $ac_path_EGREP
    40124164case `"$ac_path_EGREP" --version 2>&1` in
     
    40154167*)
    40164168  ac_count=0
    4017   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
     4169  $as_echo_n 0123456789 >"conftest.in"
    40184170  while :
    40194171  do
     
    40214173    mv "conftest.tmp" "conftest.in"
    40224174    cp "conftest.in" "conftest.nl"
    4023     echo 'EGREP' >> "conftest.nl"
     4175    $as_echo 'EGREP' >> "conftest.nl"
    40244176    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    40254177    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    40364188esac
    40374189
    4038 
    4039     $ac_path_EGREP_found && break 3
     4190      $ac_path_EGREP_found && break 3
     4191    done
    40404192  done
    40414193done
    4042 
    4043 done
    40444194IFS=$as_save_IFS
    4045 
    4046 
    4047 fi
    4048 
    4049 EGREP="$ac_cv_path_EGREP"
    4050 if test -z "$EGREP"; then
    4051   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4052 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4195  if test -z "$ac_cv_path_EGREP"; then
     4196    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4197$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    40534198   { (exit 1); exit 1; }; }
    4054 fi
    4055 
     4199  fi
    40564200else
    40574201  ac_cv_path_EGREP=$EGREP
    40584202fi
    40594203
    4060 
    40614204   fi
    40624205fi
    4063 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    4064 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     4206{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4207$as_echo "$ac_cv_path_EGREP" >&6; }
    40654208 EGREP="$ac_cv_path_EGREP"
    40664209 
    40674210
    4068 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4069 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
     4211{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4212$as_echo_n "checking for ANSI C header files... " >&6; }
    40704213if test "${ac_cv_header_stdc+set}" = set; then
    4071   echo $ECHO_N "(cached) $ECHO_C" >&6
     4214  $as_echo_n "(cached) " >&6
    40724215else
    40734216  cat >conftest.$ac_ext <<_ACEOF
     
    40964239  *) ac_try_echo=$ac_try;;
    40974240esac
    4098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4241eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4242$as_echo "$ac_try_echo") >&5
    40994243  (eval "$ac_compile") 2>conftest.er1
    41004244  ac_status=$?
     
    41024246  rm -f conftest.er1
    41034247  cat conftest.err >&5
    4104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4248  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41054249  (exit $ac_status); } && {
    41064250         test -z "$ac_c_werror_flag" ||
     
    41094253  ac_cv_header_stdc=yes
    41104254else
    4111   echo "$as_me: failed program was:" >&5
     4255  $as_echo "$as_me: failed program was:" >&5
    41124256sed 's/^/| /' conftest.$ac_ext >&5
    41134257
     
    42014345  *) ac_try_echo=$ac_try;;
    42024346esac
    4203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4347eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4348$as_echo "$ac_try_echo") >&5
    42044349  (eval "$ac_link") 2>&5
    42054350  ac_status=$?
    4206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4351  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42074352  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    42084353  { (case "(($ac_try" in
     
    42104355  *) ac_try_echo=$ac_try;;
    42114356esac
    4212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4357eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4358$as_echo "$ac_try_echo") >&5
    42134359  (eval "$ac_try") 2>&5
    42144360  ac_status=$?
    4215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4361  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42164362  (exit $ac_status); }; }; then
    42174363  :
    42184364else
    4219   echo "$as_me: program exited with status $ac_status" >&5
    4220 echo "$as_me: failed program was:" >&5
     4365  $as_echo "$as_me: program exited with status $ac_status" >&5
     4366$as_echo "$as_me: failed program was:" >&5
    42214367sed 's/^/| /' conftest.$ac_ext >&5
    42224368
     
    42244370ac_cv_header_stdc=no
    42254371fi
     4372rm -rf conftest.dSYM
    42264373rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    42274374fi
     
    42304377fi
    42314378fi
    4232 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    4233 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
     4379{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     4380$as_echo "$ac_cv_header_stdc" >&6; }
    42344381if test $ac_cv_header_stdc = yes; then
    42354382 
     
    42404387fi
    42414388
    4242 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
    4243 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
     4389{ $as_echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
     4390$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
    42444391if test "${ac_cv_header_sys_wait_h+set}" = set; then
    4245   echo $ECHO_N "(cached) $ECHO_C" >&6
     4392  $as_echo_n "(cached) " >&6
    42464393else
    42474394  cat >conftest.$ac_ext <<_ACEOF
     
    42764423  *) ac_try_echo=$ac_try;;
    42774424esac
    4278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4425eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4426$as_echo "$ac_try_echo") >&5
    42794427  (eval "$ac_compile") 2>conftest.er1
    42804428  ac_status=$?
     
    42824430  rm -f conftest.er1
    42834431  cat conftest.err >&5
    4284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4432  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42854433  (exit $ac_status); } && {
    42864434         test -z "$ac_c_werror_flag" ||
     
    42894437  ac_cv_header_sys_wait_h=yes
    42904438else
    4291   echo "$as_me: failed program was:" >&5
     4439  $as_echo "$as_me: failed program was:" >&5
    42924440sed 's/^/| /' conftest.$ac_ext >&5
    42934441
     
    42974445rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    42984446fi
    4299 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
    4300 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
     4447{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
     4448$as_echo "$ac_cv_header_sys_wait_h" >&6; }
    43014449if test $ac_cv_header_sys_wait_h = yes; then
    43024450 
     
    43204468                  inttypes.h stdint.h unistd.h
    43214469do
    4322 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    4323 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4324 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4470as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4471{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4472$as_echo_n "checking for $ac_header... " >&6; }
    43254473if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4326   echo $ECHO_N "(cached) $ECHO_C" >&6
     4474  $as_echo_n "(cached) " >&6
    43274475else
    43284476  cat >conftest.$ac_ext <<_ACEOF
     
    43424490  *) ac_try_echo=$ac_try;;
    43434491esac
    4344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4492eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4493$as_echo "$ac_try_echo") >&5
    43454494  (eval "$ac_compile") 2>conftest.er1
    43464495  ac_status=$?
     
    43484497  rm -f conftest.er1
    43494498  cat conftest.err >&5
    4350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4499  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43514500  (exit $ac_status); } && {
    43524501         test -z "$ac_c_werror_flag" ||
     
    43554504  eval "$as_ac_Header=yes"
    43564505else
    4357   echo "$as_me: failed program was:" >&5
     4506  $as_echo "$as_me: failed program was:" >&5
    43584507sed 's/^/| /' conftest.$ac_ext >&5
    43594508
     
    43634512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    43644513fi
    4365 ac_res=`eval echo '${'$as_ac_Header'}'`
    4366                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4367 echo "${ECHO_T}$ac_res" >&6; }
    4368 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4514ac_res=`eval 'as_val=${'$as_ac_Header'}
     4515                 $as_echo "$as_val"'`
     4516               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4517$as_echo "$ac_res" >&6; }
     4518as_val=`eval 'as_val=${'$as_ac_Header'}
     4519                 $as_echo "$as_val"'`
     4520   if test "x$as_val" = x""yes; then
    43694521  cat >>confdefs.h <<_ACEOF
    4370 @%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4522@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    43714523_ACEOF
    43724524 
     
    43834535for ac_header in strings.h sys/ioctl.h sys/filio.h unistd.h com_err.h
    43844536do
    4385 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     4537as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    43864538if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4387   { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4388 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4539  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4540$as_echo_n "checking for $ac_header... " >&6; }
    43894541if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4390   echo $ECHO_N "(cached) $ECHO_C" >&6
    4391 fi
    4392 ac_res=`eval echo '${'$as_ac_Header'}'`
    4393                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4394 echo "${ECHO_T}$ac_res" >&6; }
     4542  $as_echo_n "(cached) " >&6
     4543fi
     4544ac_res=`eval 'as_val=${'$as_ac_Header'}
     4545                 $as_echo "$as_val"'`
     4546               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4547$as_echo "$ac_res" >&6; }
    43954548else
    43964549  # Is the header compilable?
    4397 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
    4398 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
     4550{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
     4551$as_echo_n "checking $ac_header usability... " >&6; }
    43994552cat >conftest.$ac_ext <<_ACEOF
    44004553/* confdefs.h.  */
     
    44124565  *) ac_try_echo=$ac_try;;
    44134566esac
    4414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4567eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4568$as_echo "$ac_try_echo") >&5
    44154569  (eval "$ac_compile") 2>conftest.er1
    44164570  ac_status=$?
     
    44184572  rm -f conftest.er1
    44194573  cat conftest.err >&5
    4420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4574  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44214575  (exit $ac_status); } && {
    44224576         test -z "$ac_c_werror_flag" ||
     
    44254579  ac_header_compiler=yes
    44264580else
    4427   echo "$as_me: failed program was:" >&5
     4581  $as_echo "$as_me: failed program was:" >&5
    44284582sed 's/^/| /' conftest.$ac_ext >&5
    44294583
     
    44324586
    44334587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    4434 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    4435 echo "${ECHO_T}$ac_header_compiler" >&6; }
     4588{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     4589$as_echo "$ac_header_compiler" >&6; }
    44364590
    44374591# Is the header present?
    4438 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
    4439 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
     4592{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
     4593$as_echo_n "checking $ac_header presence... " >&6; }
    44404594cat >conftest.$ac_ext <<_ACEOF
    44414595/* confdefs.h.  */
     
    44514605  *) ac_try_echo=$ac_try;;
    44524606esac
    4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4607eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4608$as_echo "$ac_try_echo") >&5
    44544609  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    44554610  ac_status=$?
     
    44574612  rm -f conftest.er1
    44584613  cat conftest.err >&5
    4459   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4614  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44604615  (exit $ac_status); } >/dev/null && {
    44614616         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    44644619  ac_header_preproc=yes
    44654620else
    4466   echo "$as_me: failed program was:" >&5
     4621  $as_echo "$as_me: failed program was:" >&5
    44674622sed 's/^/| /' conftest.$ac_ext >&5
    44684623
     
    44714626
    44724627rm -f conftest.err conftest.$ac_ext
    4473 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    4474 echo "${ECHO_T}$ac_header_preproc" >&6; }
     4628{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     4629$as_echo "$ac_header_preproc" >&6; }
    44754630
    44764631# So?  What about this header?
    44774632case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    44784633  yes:no: )
    4479     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    4480 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4481     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4482 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     4634    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     4635$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     4636    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     4637$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    44834638    ac_header_preproc=yes
    44844639    ;;
    44854640  no:yes:* )
    4486     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    4487 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4488     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4489 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4490     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4491 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4492     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4493 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    4494     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    4495 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4496     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4497 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     4641    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     4642$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     4643    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     4644$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     4645    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     4646$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     4647    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     4648$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4649    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4650$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4651    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     4652$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    44984653   
    44994654    ;;
    45004655esac
    4501 { echo "$as_me:$LINENO: checking for $ac_header" >&5
    4502 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
     4656{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
     4657$as_echo_n "checking for $ac_header... " >&6; }
    45034658if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    4504   echo $ECHO_N "(cached) $ECHO_C" >&6
     4659  $as_echo_n "(cached) " >&6
    45054660else
    45064661  eval "$as_ac_Header=\$ac_header_preproc"
    45074662fi
    4508 ac_res=`eval echo '${'$as_ac_Header'}'`
    4509                { echo "$as_me:$LINENO: result: $ac_res" >&5
    4510 echo "${ECHO_T}$ac_res" >&6; }
    4511 
    4512 fi
    4513 if test `eval echo '${'$as_ac_Header'}'` = yes; then
     4663ac_res=`eval 'as_val=${'$as_ac_Header'}
     4664                 $as_echo "$as_val"'`
     4665               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
     4666$as_echo "$ac_res" >&6; }
     4667
     4668fi
     4669as_val=`eval 'as_val=${'$as_ac_Header'}
     4670                 $as_echo "$as_val"'`
     4671   if test "x$as_val" = x""yes; then
    45144672  cat >>confdefs.h <<_ACEOF
    4515 @%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
     4673@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
    45164674_ACEOF
    45174675 
     
    45254683CFLAGS=${CFLAGS}\ ${FOO}
    45264684
    4527 { echo "$as_me:$LINENO: checking for the perl xsubpp precompiler" >&5
    4528 echo $ECHO_N "checking for the perl xsubpp precompiler... $ECHO_C" >&6; }
     4685{ $as_echo "$as_me:$LINENO: checking for the perl xsubpp precompiler" >&5
     4686$as_echo_n "checking for the perl xsubpp precompiler... " >&6; }
    45294687XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    45304688if test -n "${XSUBPPDIR}"; then
    4531    { echo "$as_me:$LINENO: result: ${XSUBPPDIR}" >&5
    4532 echo "${ECHO_T}${XSUBPPDIR}" >&6; }
    4533 else
    4534    { { echo "$as_me:$LINENO: error: not found" >&5
    4535 echo "$as_me: error: not found" >&2;}
     4689   { $as_echo "$as_me:$LINENO: result: ${XSUBPPDIR}" >&5
     4690$as_echo "${XSUBPPDIR}" >&6; }
     4691else
     4692   { { $as_echo "$as_me:$LINENO: error: not found" >&5
     4693$as_echo "$as_me: error: not found" >&2;}
    45364694   { (exit 1); exit 1; }; }
    45374695fi
     
    45534711  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
    45544712set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
    4555 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4713{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4714$as_echo_n "checking for $ac_word... " >&6; }
    45574715if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
    4558   echo $ECHO_N "(cached) $ECHO_C" >&6
     4716  $as_echo_n "(cached) " >&6
    45594717else
    45604718  case $PKG_CONFIG in
     
    45714729  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    45724730    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    4573     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4731    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    45744732    break 2
    45754733  fi
     
    45834741PKG_CONFIG=$ac_cv_path_PKG_CONFIG
    45844742if test -n "$PKG_CONFIG"; then
    4585   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
    4586 echo "${ECHO_T}$PKG_CONFIG" >&6; }
    4587 else
    4588   { echo "$as_me:$LINENO: result: no" >&5
    4589 echo "${ECHO_T}no" >&6; }
     4743  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
     4744$as_echo "$PKG_CONFIG" >&6; }
     4745else
     4746  { $as_echo "$as_me:$LINENO: result: no" >&5
     4747$as_echo "no" >&6; }
    45904748fi
    45914749
     
    45964754  # Extract the first word of "pkg-config", so it can be a program name with args.
    45974755set dummy pkg-config; ac_word=$2
    4598 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4599 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4756{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4757$as_echo_n "checking for $ac_word... " >&6; }
    46004758if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
    4601   echo $ECHO_N "(cached) $ECHO_C" >&6
     4759  $as_echo_n "(cached) " >&6
    46024760else
    46034761  case $ac_pt_PKG_CONFIG in
     
    46144772  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    46154773    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
    4616     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4774    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    46174775    break 2
    46184776  fi
     
    46264784ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
    46274785if test -n "$ac_pt_PKG_CONFIG"; then
    4628   { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
    4629 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
    4630 else
    4631   { echo "$as_me:$LINENO: result: no" >&5
    4632 echo "${ECHO_T}no" >&6; }
     4786  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
     4787$as_echo "$ac_pt_PKG_CONFIG" >&6; }
     4788else
     4789  { $as_echo "$as_me:$LINENO: result: no" >&5
     4790$as_echo "no" >&6; }
    46334791fi
    46344792
     
    46384796    case $cross_compiling:$ac_tool_warned in
    46394797yes:)
    4640 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    4641 whose name does not start with the host triplet.  If you think this
    4642 configuration is useful to you, please write to autoconf@gnu.org." >&5
    4643 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    4644 whose name does not start with the host triplet.  If you think this
    4645 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     4798{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4799$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    46464800ac_tool_warned=yes ;;
    46474801esac
     
    46554809if test -n "$PKG_CONFIG"; then
    46564810        _pkg_min_version=0.9.0
    4657         { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
    4658 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
     4811        { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
     4812$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
    46594813        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
    4660                 { echo "$as_me:$LINENO: result: yes" >&5
    4661 echo "${ECHO_T}yes" >&6; }
     4814                { $as_echo "$as_me:$LINENO: result: yes" >&5
     4815$as_echo "yes" >&6; }
    46624816        else
    4663                 { echo "$as_me:$LINENO: result: no" >&5
    4664 echo "${ECHO_T}no" >&6; }
     4817                { $as_echo "$as_me:$LINENO: result: no" >&5
     4818$as_echo "no" >&6; }
    46654819                PKG_CONFIG=""
    46664820        fi
     
    46694823
    46704824pkg_failed=no
    4671 { echo "$as_me:$LINENO: checking for GLIB" >&5
    4672 echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; }
     4825{ $as_echo "$as_me:$LINENO: checking for GLIB" >&5
     4826$as_echo_n "checking for GLIB... " >&6; }
    46734827
    46744828if test -n "$PKG_CONFIG"; then
     
    46774831    else
    46784832        if test -n "$PKG_CONFIG" && \
    4679     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
     4833    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
    46804834  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
    46814835  ac_status=$?
    4682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4836  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46834837  (exit $ac_status); }; then
    46844838  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
     
    46954849    else
    46964850        if test -n "$PKG_CONFIG" && \
    4697     { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
     4851    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
    46984852  ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
    46994853  ac_status=$?
    4700   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4854  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47014855  (exit $ac_status); }; then
    47024856  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
     
    47264880        echo "$GLIB_PKG_ERRORS" >&5
    47274881
    4728         { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
     4882        { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met:
    47294883
    47304884$GLIB_PKG_ERRORS
     
    47374891See the pkg-config man page for more details.
    47384892" >&5
    4739 echo "$as_me: error: Package requirements (glib-2.0) were not met:
     4893$as_echo "$as_me: error: Package requirements (glib-2.0) were not met:
    47404894
    47414895$GLIB_PKG_ERRORS
     
    47504904   { (exit 1); exit 1; }; }
    47514905elif test $pkg_failed = untried; then
    4752         { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
     4906        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     4907$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     4908{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
    47534909is in your PATH or set the PKG_CONFIG environment variable to the full
    47544910path to pkg-config.
     
    47604916To get pkg-config, see <http://pkg-config.freedesktop.org/>.
    47614917See \`config.log' for more details." >&5
    4762 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
     4918$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
    47634919is in your PATH or set the PKG_CONFIG environment variable to the full
    47644920path to pkg-config.
     
    47704926To get pkg-config, see <http://pkg-config.freedesktop.org/>.
    47714927See \`config.log' for more details." >&2;}
    4772    { (exit 1); exit 1; }; }
     4928   { (exit 1); exit 1; }; }; }
    47734929else
    47744930        GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
    47754931        GLIB_LIBS=$pkg_cv_GLIB_LIBS
    4776         { echo "$as_me:$LINENO: result: yes" >&5
    4777 echo "${ECHO_T}yes" >&6; }
     4932        { $as_echo "$as_me:$LINENO: result: yes" >&5
     4933$as_echo "yes" >&6; }
    47784934        :
    47794935fi
     
    48074963done
    48084964if test -z "$ac_aux_dir"; then
    4809   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    4810 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     4965  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     4966$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    48114967   { (exit 1); exit 1; }; }
    48124968fi
     
    48344990# OS/2's system install, which has a completely different semantic
    48354991# ./install, which can be erroneously created by make from ./install.sh.
    4836 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    4837 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     4992# Reject install programs that cannot install multiple files.
     4993{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     4994$as_echo_n "checking for a BSD-compatible install... " >&6; }
    48384995if test -z "$INSTALL"; then
    48394996if test "${ac_cv_path_install+set}" = set; then
    4840   echo $ECHO_N "(cached) $ECHO_C" >&6
     4997  $as_echo_n "(cached) " >&6
    48414998else
    48424999  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    48675024            :
    48685025          else
    4869             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    4870             break 3
     5026            rm -rf conftest.one conftest.two conftest.dir
     5027            echo one > conftest.one
     5028            echo two > conftest.two
     5029            mkdir conftest.dir
     5030            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     5031              test -s conftest.one && test -s conftest.two &&
     5032              test -s conftest.dir/conftest.one &&
     5033              test -s conftest.dir/conftest.two
     5034            then
     5035              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     5036              break 3
     5037            fi
    48715038          fi
    48725039        fi
     
    48755042    ;;
    48765043esac
     5044
    48775045done
    48785046IFS=$as_save_IFS
    48795047
     5048rm -rf conftest.one conftest.two conftest.dir
    48805049
    48815050fi
     
    48905059  fi
    48915060fi
    4892 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    4893 echo "${ECHO_T}$INSTALL" >&6; }
     5061{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     5062$as_echo "$INSTALL" >&6; }
    48945063
    48955064# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    49005069
    49015070test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     5071
     5072
    49025073
    49035074
     
    49345105    *${as_nl}*)
    49355106      case $ac_var in #(
    4936       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    4937 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     5107      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     5108$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    49385109      esac
    49395110      case $ac_var in #(
    49405111      _ | IFS | as_nl) ;; #(
     5112      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    49415113      *) $as_unset $ac_var ;;
    49425114      esac ;;
     
    49715143  if test -w "$cache_file"; then
    49725144    test "x$cache_file" != "x/dev/null" &&
    4973       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    4974 echo "$as_me: updating cache $cache_file" >&6;}
     5145      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     5146$as_echo "$as_me: updating cache $cache_file" >&6;}
    49755147    cat confcache >$cache_file
    49765148  else
    4977     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    4978 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     5149    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     5150$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    49795151  fi
    49805152fi
     
    49925164  # 1. Remove the extension, and $U if already installed.
    49935165  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    4994   ac_i=`echo "$ac_i" | sed "$ac_script"`
     5166  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    49955167  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    49965168  #    will be set to the directory where LIBOBJS objects are built.
     
    50055177
    50065178: ${CONFIG_STATUS=./config.status}
     5179ac_write_fail=0
    50075180ac_clean_files_save=$ac_clean_files
    50085181ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    5009 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    5010 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    5011 cat >$CONFIG_STATUS <<_ACEOF
     5182{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     5183$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     5184cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    50125185#! $SHELL
    50135186# Generated by $as_me.
     
    50225195_ACEOF
    50235196
    5024 cat >>$CONFIG_STATUS <<\_ACEOF
     5197cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    50255198## --------------------- ##
    50265199## M4sh Initialization.  ##
     
    50325205  emulate sh
    50335206  NULLCMD=:
    5034   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     5207  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    50355208  # is contrary to our usage.  Disable this feature.
    50365209  alias -g '${1+"$@"}'='"$@"'
     
    50545227as_cr_alnum=$as_cr_Letters$as_cr_digits
    50555228
     5229as_nl='
     5230'
     5231export as_nl
     5232# Printing a long string crashes Solaris 7 /usr/bin/printf.
     5233as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     5234as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     5235as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     5236if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     5237  as_echo='printf %s\n'
     5238  as_echo_n='printf %s'
     5239else
     5240  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     5241    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     5242    as_echo_n='/usr/ucb/echo -n'
     5243  else
     5244    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     5245    as_echo_n_body='eval
     5246      arg=$1;
     5247      case $arg in
     5248      *"$as_nl"*)
     5249        expr "X$arg" : "X\\(.*\\)$as_nl";
     5250        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     5251      esac;
     5252      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     5253    '
     5254    export as_echo_n_body
     5255    as_echo_n='sh -c $as_echo_n_body as_echo'
     5256  fi
     5257  export as_echo_body
     5258  as_echo='sh -c $as_echo_body as_echo'
     5259fi
     5260
    50565261# The user is always right.
    50575262if test "${PATH_SEPARATOR+set}" != set; then
    5058   echo "#! /bin/sh" >conf$$.sh
    5059   echo  "exit 0"   >>conf$$.sh
    5060   chmod +x conf$$.sh
    5061   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    5062     PATH_SEPARATOR=';'
    5063   else
    5064     PATH_SEPARATOR=:
    5065   fi
    5066   rm -f conf$$.sh
     5263  PATH_SEPARATOR=:
     5264  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     5265    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     5266      PATH_SEPARATOR=';'
     5267  }
    50675268fi
    50685269
     
    50805281# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    50815282# splitting by setting IFS to empty value.)
    5082 as_nl='
    5083 '
    50845283IFS=" ""        $as_nl"
    50855284
     
    51045303fi
    51055304if test ! -f "$as_myself"; then
    5106   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     5305  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    51075306  { (exit 1); exit 1; }
    51085307fi
     
    51175316
    51185317# NLS nuisances.
    5119 for as_var in \
    5120   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    5121   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    5122   LC_TELEPHONE LC_TIME
    5123 do
    5124   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    5125     eval $as_var=C; export $as_var
    5126   else
    5127     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    5128   fi
    5129 done
     5318LC_ALL=C
     5319export LC_ALL
     5320LANGUAGE=C
     5321export LANGUAGE
    51305322
    51315323# Required to use basename.
     
    51495341         X"$0" : 'X\(//\)$' \| \
    51505342         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    5151 echo X/"$0" |
     5343$as_echo X/"$0" |
    51525344    sed '/^.*\/\([^/][^/]*\)\/*$/{
    51535345            s//\1/
     
    52005392    ' >$as_me.lineno &&
    52015393  chmod +x "$as_me.lineno" ||
    5202     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     5394    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    52035395   { (exit 1); exit 1; }; }
    52045396
     
    52285420  ECHO_N='-n';;
    52295421esac
    5230 
    52315422if expr a : '\(a\)' >/dev/null 2>&1 &&
    52325423   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    52415432else
    52425433  rm -f conf$$.dir
    5243   mkdir conf$$.dir
    5244 fi
    5245 echo >conf$$.file
    5246 if ln -s conf$$.file conf$$ 2>/dev/null; then
    5247   as_ln_s='ln -s'
    5248   # ... but there are two gotchas:
    5249   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    5250   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    5251   # In both cases, we have to default to `cp -p'.
    5252   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     5434  mkdir conf$$.dir 2>/dev/null
     5435fi
     5436if (echo >conf$$.file) 2>/dev/null; then
     5437  if ln -s conf$$.file conf$$ 2>/dev/null; then
     5438    as_ln_s='ln -s'
     5439    # ... but there are two gotchas:
     5440    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     5441    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     5442    # In both cases, we have to default to `cp -p'.
     5443    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     5444      as_ln_s='cp -p'
     5445  elif ln conf$$.file conf$$ 2>/dev/null; then
     5446    as_ln_s=ln
     5447  else
    52535448    as_ln_s='cp -p'
    5254 elif ln conf$$.file conf$$ 2>/dev/null; then
    5255   as_ln_s=ln
     5449  fi
    52565450else
    52575451  as_ln_s='cp -p'
     
    52785472    eval sh -c '\''
    52795473      if test -d "$1"; then
    5280         test -d "$1/.";
     5474        test -d "$1/.";
    52815475      else
    52825476        case $1 in
    5283         -*)set "./$1";;
     5477        -*)set "./$1";;
    52845478        esac;
    52855479        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    53045498ac_log="
    53055499This file was extended by $as_me, which was
    5306 generated by GNU Autoconf 2.61.  Invocation command line was
     5500generated by GNU Autoconf 2.63.  Invocation command line was
    53075501
    53085502  CONFIG_FILES    = $CONFIG_FILES
     
    53175511_ACEOF
    53185512
    5319 cat >>$CONFIG_STATUS <<_ACEOF
     5513case $ac_config_files in *"
     5514"*) set x $ac_config_files; shift; ac_config_files=$*;;
     5515esac
     5516
     5517case $ac_config_headers in *"
     5518"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     5519esac
     5520
     5521
     5522cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    53205523# Files that config.status was made for.
    53215524config_files="$ac_config_files"
     
    53245527_ACEOF
    53255528
    5326 cat >>$CONFIG_STATUS <<\_ACEOF
     5529cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    53275530ac_cs_usage="\
    53285531\`$as_me' instantiates files from templates according to the
    53295532current configuration.
    53305533
    5331 Usage: $0 [OPTIONS] [FILE]...
     5534Usage: $0 [OPTION]... [FILE]...
    53325535
    53335536  -h, --help       print this help, then exit
    53345537  -V, --version    print version number and configuration settings, then exit
    5335   -q, --quiet      do not print progress messages
     5538  -q, --quiet, --silent
     5539                   do not print progress messages
    53365540  -d, --debug      don't remove temporary files
    53375541      --recheck    update $as_me by reconfiguring in the same conditions
    5338   --file=FILE[:TEMPLATE]
    5339                    instantiate the configuration file FILE
    5340   --header=FILE[:TEMPLATE]
    5341                    instantiate the configuration header FILE
     5542      --file=FILE[:TEMPLATE]
     5543                   instantiate the configuration file FILE
     5544      --header=FILE[:TEMPLATE]
     5545                   instantiate the configuration header FILE
    53425546
    53435547Configuration files:
     
    53505554
    53515555_ACEOF
    5352 cat >>$CONFIG_STATUS <<_ACEOF
     5556cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    53535557ac_cs_version="\\
    53545558config.status
    5355 configured by $0, generated by GNU Autoconf 2.61,
    5356   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    5357 
    5358 Copyright (C) 2006 Free Software Foundation, Inc.
     5559configured by $0, generated by GNU Autoconf 2.63,
     5560  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     5561
     5562Copyright (C) 2008 Free Software Foundation, Inc.
    53595563This config.status script is free software; the Free Software Foundation
    53605564gives unlimited permission to copy, distribute and modify it."
     
    53635567srcdir='$srcdir'
    53645568INSTALL='$INSTALL'
    5365 _ACEOF
    5366 
    5367 cat >>$CONFIG_STATUS <<\_ACEOF
    5368 # If no file are specified by the user, then we need to provide default
    5369 # value.  By we need to know if files were specified by the user.
     5569test -n "\$AWK" || AWK=awk
     5570_ACEOF
     5571
     5572cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     5573# The default lists apply if the user does not specify any file.
    53705574ac_need_defaults=:
    53715575while test $# != 0
     
    53895593    ac_cs_recheck=: ;;
    53905594  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    5391     echo "$ac_cs_version"; exit ;;
     5595    $as_echo "$ac_cs_version"; exit ;;
    53925596  --debug | --debu | --deb | --de | --d | -d )
    53935597    debug=: ;;
    53945598  --file | --fil | --fi | --f )
    53955599    $ac_shift
    5396     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     5600    case $ac_optarg in
     5601    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     5602    esac
     5603    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    53975604    ac_need_defaults=false;;
    53985605  --header | --heade | --head | --hea )
    53995606    $ac_shift
    5400     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     5607    case $ac_optarg in
     5608    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     5609    esac
     5610    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
    54015611    ac_need_defaults=false;;
    54025612  --he | --h)
    54035613    # Conflict between --help and --header
    5404     { echo "$as_me: error: ambiguous option: $1
     5614    { $as_echo "$as_me: error: ambiguous option: $1
    54055615Try \`$0 --help' for more information." >&2
    54065616   { (exit 1); exit 1; }; };;
    54075617  --help | --hel | -h )
    5408     echo "$ac_cs_usage"; exit ;;
     5618    $as_echo "$ac_cs_usage"; exit ;;
    54095619  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    54105620  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    54125622
    54135623  # This is an error.
    5414   -*) { echo "$as_me: error: unrecognized option: $1
     5624  -*) { $as_echo "$as_me: error: unrecognized option: $1
    54155625Try \`$0 --help' for more information." >&2
    54165626   { (exit 1); exit 1; }; } ;;
     
    54315641
    54325642_ACEOF
    5433 cat >>$CONFIG_STATUS <<_ACEOF
     5643cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    54345644if \$ac_cs_recheck; then
    5435   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    5436   CONFIG_SHELL=$SHELL
     5645  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     5646  shift
     5647  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     5648  CONFIG_SHELL='$SHELL'
    54375649  export CONFIG_SHELL
    5438   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    5439 fi
    5440 
    5441 _ACEOF
    5442 cat >>$CONFIG_STATUS <<\_ACEOF
     5650  exec "\$@"
     5651fi
     5652
     5653_ACEOF
     5654cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    54435655exec 5>>config.log
    54445656{
     
    54475659@%:@@%:@ Running $as_me. @%:@@%:@
    54485660_ASBOX
    5449   echo "$ac_log"
     5661  $as_echo "$ac_log"
    54505662} >&5
    54515663
    54525664_ACEOF
    5453 cat >>$CONFIG_STATUS <<_ACEOF
    5454 _ACEOF
    5455 
    5456 cat >>$CONFIG_STATUS <<\_ACEOF
     5665cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     5666_ACEOF
     5667
     5668cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    54575669
    54585670# Handling of arguments.
     
    54635675    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    54645676
    5465   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    5466 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     5677  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     5678$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    54675679   { (exit 1); exit 1; }; };;
    54685680  esac
     
    55045716} ||
    55055717{
    5506    echo "$me: cannot create a temporary directory in ." >&2
     5718   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    55075719   { (exit 1); exit 1; }
    55085720}
    55095721
    5510 #
    5511 # Set up the sed scripts for CONFIG_FILES section.
    5512 #
    5513 
    5514 # No need to generate the scripts if there are no CONFIG_FILES.
    5515 # This happens for instance when ./config.status config.h
     5722# Set up the scripts for CONFIG_FILES section.
     5723# No need to generate them if there are no CONFIG_FILES.
     5724# This happens for instance with `./config.status config.h'.
    55165725if test -n "$CONFIG_FILES"; then
    55175726
    5518 _ACEOF
    5519 
    5520 
    5521 
     5727
     5728ac_cr='
     5729'
     5730ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     5731if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     5732  ac_cs_awk_cr='\\r'
     5733else
     5734  ac_cs_awk_cr=$ac_cr
     5735fi
     5736
     5737echo 'BEGIN {' >"$tmp/subs1.awk" &&
     5738_ACEOF
     5739
     5740
     5741{
     5742  echo "cat >conf$$subs.awk <<_ACEOF" &&
     5743  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     5744  echo "_ACEOF"
     5745} >conf$$subs.sh ||
     5746  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     5747$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     5748   { (exit 1); exit 1; }; }
     5749ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    55225750ac_delim='%!_!# '
    55235751for ac_last_try in false false false false false :; do
    5524   cat >conf$$subs.sed <<_ACEOF
    5525 SHELL!$SHELL$ac_delim
    5526 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    5527 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    5528 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    5529 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    5530 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    5531 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    5532 exec_prefix!$exec_prefix$ac_delim
    5533 prefix!$prefix$ac_delim
    5534 program_transform_name!$program_transform_name$ac_delim
    5535 bindir!$bindir$ac_delim
    5536 sbindir!$sbindir$ac_delim
    5537 libexecdir!$libexecdir$ac_delim
    5538 datarootdir!$datarootdir$ac_delim
    5539 datadir!$datadir$ac_delim
    5540 sysconfdir!$sysconfdir$ac_delim
    5541 sharedstatedir!$sharedstatedir$ac_delim
    5542 localstatedir!$localstatedir$ac_delim
    5543 includedir!$includedir$ac_delim
    5544 oldincludedir!$oldincludedir$ac_delim
    5545 docdir!$docdir$ac_delim
    5546 infodir!$infodir$ac_delim
    5547 htmldir!$htmldir$ac_delim
    5548 dvidir!$dvidir$ac_delim
    5549 pdfdir!$pdfdir$ac_delim
    5550 psdir!$psdir$ac_delim
    5551 libdir!$libdir$ac_delim
    5552 localedir!$localedir$ac_delim
    5553 mandir!$mandir$ac_delim
    5554 DEFS!$DEFS$ac_delim
    5555 ECHO_C!$ECHO_C$ac_delim
    5556 ECHO_N!$ECHO_N$ac_delim
    5557 ECHO_T!$ECHO_T$ac_delim
    5558 LIBS!$LIBS$ac_delim
    5559 build_alias!$build_alias$ac_delim
    5560 host_alias!$host_alias$ac_delim
    5561 target_alias!$target_alias$ac_delim
    5562 CC!$CC$ac_delim
    5563 CFLAGS!$CFLAGS$ac_delim
    5564 LDFLAGS!$LDFLAGS$ac_delim
    5565 CPPFLAGS!$CPPFLAGS$ac_delim
    5566 ac_ct_CC!$ac_ct_CC$ac_delim
    5567 EXEEXT!$EXEEXT$ac_delim
    5568 OBJEXT!$OBJEXT$ac_delim
    5569 CPP!$CPP$ac_delim
    5570 GREP!$GREP$ac_delim
    5571 EGREP!$EGREP$ac_delim
    5572 PKG_CONFIG!$PKG_CONFIG$ac_delim
    5573 GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
    5574 GLIB_LIBS!$GLIB_LIBS$ac_delim
    5575 XSUBPPDIR!$XSUBPPDIR$ac_delim
    5576 XSUBPPFLAGS!$XSUBPPFLAGS$ac_delim
    5577 ATHSTATIC!$ATHSTATIC$ac_delim
    5578 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    5579 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    5580 INSTALL_DATA!$INSTALL_DATA$ac_delim
    5581 subdirs!$subdirs$ac_delim
    5582 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    5583 LTLIBOBJS!$LTLIBOBJS$ac_delim
    5584 _ACEOF
    5585 
    5586   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 59; then
     5752  . ./conf$$subs.sh ||
     5753    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     5754$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     5755   { (exit 1); exit 1; }; }
     5756
     5757  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     5758  if test $ac_delim_n = $ac_delim_num; then
    55875759    break
    55885760  elif $ac_last_try; then
    5589     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    5590 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     5761    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     5762$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    55915763   { (exit 1); exit 1; }; }
    55925764  else
     
    55945766  fi
    55955767done
    5596 
    5597 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    5598 if test -n "$ac_eof"; then
    5599   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    5600   ac_eof=`expr $ac_eof + 1`
    5601 fi
    5602 
    5603 cat >>$CONFIG_STATUS <<_ACEOF
    5604 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    5605 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    5606 _ACEOF
    5607 sed '
    5608 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    5609 s/^/s,@/; s/!/@,|#_!!_#|/
    5610 :n
    5611 t n
    5612 s/'"$ac_delim"'$/,g/; t
    5613 s/$/\\/; p
    5614 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    5615 ' >>$CONFIG_STATUS <conf$$subs.sed
    5616 rm -f conf$$subs.sed
    5617 cat >>$CONFIG_STATUS <<_ACEOF
    5618 :end
    5619 s/|#_!!_#|//g
    5620 CEOF$ac_eof
    5621 _ACEOF
    5622 
     5768rm -f conf$$subs.sh
     5769
     5770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     5771cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     5772_ACEOF
     5773sed -n '
     5774h
     5775s/^/S["/; s/!.*/"]=/
     5776p
     5777g
     5778s/^[^!]*!//
     5779:repl
     5780t repl
     5781s/'"$ac_delim"'$//
     5782t delim
     5783:nl
     5784h
     5785s/\(.\{148\}\).*/\1/
     5786t more1
     5787s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     5788p
     5789n
     5790b repl
     5791:more1
     5792s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     5793p
     5794g
     5795s/.\{148\}//
     5796t nl
     5797:delim
     5798h
     5799s/\(.\{148\}\).*/\1/
     5800t more2
     5801s/["\\]/\\&/g; s/^/"/; s/$/"/
     5802p
     5803b
     5804:more2
     5805s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     5806p
     5807g
     5808s/.\{148\}//
     5809t delim
     5810' <conf$$subs.awk | sed '
     5811/^[^""]/{
     5812  N
     5813  s/\n//
     5814}
     5815' >>$CONFIG_STATUS || ac_write_fail=1
     5816rm -f conf$$subs.awk
     5817cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     5818_ACAWK
     5819cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     5820  for (key in S) S_is_set[key] = 1
     5821  FS = ""
     5822
     5823}
     5824{
     5825  line = $ 0
     5826  nfields = split(line, field, "@")
     5827  substed = 0
     5828  len = length(field[1])
     5829  for (i = 2; i < nfields; i++) {
     5830    key = field[i]
     5831    keylen = length(key)
     5832    if (S_is_set[key]) {
     5833      value = S[key]
     5834      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     5835      len += length(value) + length(field[++i])
     5836      substed = 1
     5837    } else
     5838      len += 1 + keylen
     5839  }
     5840
     5841  print line
     5842}
     5843
     5844_ACAWK
     5845_ACEOF
     5846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     5847if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     5848  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     5849else
     5850  cat
     5851fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     5852  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     5853$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     5854   { (exit 1); exit 1; }; }
     5855_ACEOF
    56235856
    56245857# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    56375870fi
    56385871
    5639 cat >>$CONFIG_STATUS <<\_ACEOF
     5872cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    56405873fi # test -n "$CONFIG_FILES"
    56415874
    5642 
    5643 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS   
     5875# Set up the scripts for CONFIG_HEADERS section.
     5876# No need to generate them if there are no CONFIG_HEADERS.
     5877# This happens for instance with `./config.status Makefile'.
     5878if test -n "$CONFIG_HEADERS"; then
     5879cat >"$tmp/defines.awk" <<\_ACAWK ||
     5880BEGIN {
     5881_ACEOF
     5882
     5883# Transform confdefs.h into an awk script `defines.awk', embedded as
     5884# here-document in config.status, that substitutes the proper values into
     5885# config.h.in to produce config.h.
     5886
     5887# Create a delimiter string that does not exist in confdefs.h, to ease
     5888# handling of long lines.
     5889ac_delim='%!_!# '
     5890for ac_last_try in false false :; do
     5891  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     5892  if test -z "$ac_t"; then
     5893    break
     5894  elif $ac_last_try; then
     5895    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     5896$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     5897   { (exit 1); exit 1; }; }
     5898  else
     5899    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     5900  fi
     5901done
     5902
     5903# For the awk script, D is an array of macro values keyed by name,
     5904# likewise P contains macro parameters if any.  Preserve backslash
     5905# newline sequences.
     5906
     5907ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     5908sed -n '
     5909s/.\{148\}/&'"$ac_delim"'/g
     5910t rset
     5911:rset
     5912s/^[     ]*#[    ]*define[       ][      ]*/ /
     5913t def
     5914d
     5915:def
     5916s/\\$//
     5917t bsnl
     5918s/["\\]/\\&/g
     5919s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     5920D["\1"]=" \3"/p
     5921s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
     5922d
     5923:bsnl
     5924s/["\\]/\\&/g
     5925s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     5926D["\1"]=" \3\\\\\\n"\\/p
     5927t cont
     5928s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     5929t cont
     5930d
     5931:cont
     5932n
     5933s/.\{148\}/&'"$ac_delim"'/g
     5934t clear
     5935:clear
     5936s/\\$//
     5937t bsnlc
     5938s/["\\]/\\&/g; s/^/"/; s/$/"/p
     5939d
     5940:bsnlc
     5941s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     5942b cont
     5943' <confdefs.h | sed '
     5944s/'"$ac_delim"'/"\\\
     5945"/g' >>$CONFIG_STATUS || ac_write_fail=1
     5946
     5947cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     5948  for (key in D) D_is_set[key] = 1
     5949  FS = ""
     5950}
     5951/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     5952  line = \$ 0
     5953  split(line, arg, " ")
     5954  if (arg[1] == "#") {
     5955    defundef = arg[2]
     5956    mac1 = arg[3]
     5957  } else {
     5958    defundef = substr(arg[1], 2)
     5959    mac1 = arg[2]
     5960  }
     5961  split(mac1, mac2, "(") #)
     5962  macro = mac2[1]
     5963  prefix = substr(line, 1, index(line, defundef) - 1)
     5964  if (D_is_set[macro]) {
     5965    # Preserve the white space surrounding the "#".
     5966    print prefix "define", macro P[macro] D[macro]
     5967    next
     5968  } else {
     5969    # Replace #undef with comments.  This is necessary, for example,
     5970    # in the case of _POSIX_SOURCE, which is predefined and required
     5971    # on some systems where configure will not decide to define it.
     5972    if (defundef == "undef") {
     5973      print "/*", prefix defundef, macro, "*/"
     5974      next
     5975    }
     5976  }
     5977}
     5978{ print }
     5979_ACAWK
     5980_ACEOF
     5981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     5982  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     5983$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     5984   { (exit 1); exit 1; }; }
     5985fi # test -n "$CONFIG_HEADERS"
     5986
     5987
     5988eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     5989shift
     5990for ac_tag
    56445991do
    56455992  case $ac_tag in
     
    56485995  case $ac_mode$ac_tag in
    56495996  :[FHL]*:*);;
    5650   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    5651 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     5997  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     5998$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    56525999   { (exit 1); exit 1; }; };;
    56536000  :[FH]-) ac_tag=-:-;;
     
    56786025           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    56796026           esac ||
    5680            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    5681 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     6027           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     6028$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    56826029   { (exit 1); exit 1; }; };;
    56836030      esac
    5684       ac_file_inputs="$ac_file_inputs $ac_f"
     6031      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     6032      ac_file_inputs="$ac_file_inputs '$ac_f'"
    56856033    done
    56866034
     
    56886036    # use $as_me), people would be surprised to read:
    56896037    #    /* config.h.  Generated by config.status.  */
    5690     configure_input="Generated from "`IFS=:
    5691           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     6038    configure_input='Generated from '`
     6039          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     6040        `' by configure.'
    56926041    if test x"$ac_file" != x-; then
    56936042      configure_input="$ac_file.  $configure_input"
    5694       { echo "$as_me:$LINENO: creating $ac_file" >&5
    5695 echo "$as_me: creating $ac_file" >&6;}
     6043      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     6044$as_echo "$as_me: creating $ac_file" >&6;}
    56966045    fi
     6046    # Neutralize special characters interpreted by sed in replacement strings.
     6047    case $configure_input in #(
     6048    *\&* | *\|* | *\\* )
     6049       ac_sed_conf_input=`$as_echo "$configure_input" |
     6050       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     6051    *) ac_sed_conf_input=$configure_input;;
     6052    esac
    56976053
    56986054    case $ac_tag in
    5699     *:-:* | *:-) cat >"$tmp/stdin";;
     6055    *:-:* | *:-) cat >"$tmp/stdin" \
     6056      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     6057$as_echo "$as_me: error: could not create $ac_file" >&2;}
     6058   { (exit 1); exit 1; }; } ;;
    57006059    esac
    57016060    ;;
     
    57076066         X"$ac_file" : 'X\(//\)$' \| \
    57086067         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    5709 echo X"$ac_file" |
     6068$as_echo X"$ac_file" |
    57106069    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    57116070            s//\1/
     
    57336092    while :; do
    57346093      case $as_dir in #(
    5735       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     6094      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    57366095      *) as_qdir=$as_dir;;
    57376096      esac
     
    57426101         X"$as_dir" : 'X\(//\)$' \| \
    57436102         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    5744 echo X"$as_dir" |
     6103$as_echo X"$as_dir" |
    57456104    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    57466105            s//\1/
     
    57636122    done
    57646123    test -z "$as_dirs" || eval "mkdir $as_dirs"
    5765   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    5766 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     6124  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     6125$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    57676126   { (exit 1); exit 1; }; }; }
    57686127  ac_builddir=.
     
    57716130.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    57726131*)
    5773   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     6132  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    57746133  # A ".." for each directory in $ac_dir_suffix.
    5775   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     6134  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    57766135  case $ac_top_builddir_sub in
    57776136  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    58136172_ACEOF
    58146173
    5815 cat >>$CONFIG_STATUS <<\_ACEOF
     6174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    58166175# If the template does not know about datarootdir, expand it.
    58176176# FIXME: This hack should be removed a few years after 2.60.
    58186177ac_datarootdir_hack=; ac_datarootdir_seen=
    58196178
    5820 case `sed -n '/datarootdir/ {
     6179ac_sed_dataroot='
     6180/datarootdir/ {
    58216181  p
    58226182  q
     
    58276187/@localedir@/p
    58286188/@mandir@/p
    5829 ' $ac_file_inputs` in
     6189'
     6190case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    58306191*datarootdir*) ac_datarootdir_seen=yes;;
    58316192*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    5832   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    5833 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    5834 _ACEOF
    5835 cat >>$CONFIG_STATUS <<_ACEOF
     6193  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     6194$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     6195_ACEOF
     6196cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    58366197  ac_datarootdir_hack='
    58376198  s&@datadir@&$datadir&g
     
    58476208# Shell code in configure.ac might set extrasub.
    58486209# FIXME: do we really want to maintain this feature?
    5849 cat >>$CONFIG_STATUS <<_ACEOF
    5850   sed "$ac_vpsub
     6210cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6211ac_sed_extra="$ac_vpsub
    58516212$extrasub
    58526213_ACEOF
    5853 cat >>$CONFIG_STATUS <<\_ACEOF
     6214cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    58546215:t
    58556216/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    5856 s&@configure_input@&$configure_input&;t t
     6217s|@configure_input@|$ac_sed_conf_input|;t t
    58576218s&@top_builddir@&$ac_top_builddir_sub&;t t
     6219s&@top_build_prefix@&$ac_top_build_prefix&;t t
    58586220s&@srcdir@&$ac_srcdir&;t t
    58596221s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    58656227s&@INSTALL@&$ac_INSTALL&;t t
    58666228$ac_datarootdir_hack
    5867 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     6229"
     6230eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     6231  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     6232$as_echo "$as_me: error: could not create $ac_file" >&2;}
     6233   { (exit 1); exit 1; }; }
    58686234
    58696235test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    58706236  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    58716237  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    5872   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     6238  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    58736239which seems to be undefined.  Please make sure it is defined." >&5
    5874 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     6240$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    58756241which seems to be undefined.  Please make sure it is defined." >&2;}
    58766242
    58776243  rm -f "$tmp/stdin"
    58786244  case $ac_file in
    5879   -) cat "$tmp/out"; rm -f "$tmp/out";;
    5880   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    5881   esac
     6245  -) cat "$tmp/out" && rm -f "$tmp/out";;
     6246  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     6247  esac \
     6248  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     6249$as_echo "$as_me: error: could not create $ac_file" >&2;}
     6250   { (exit 1); exit 1; }; }
    58826251 ;;
    58836252  :H)
     
    58856254  # CONFIG_HEADER
    58866255  #
    5887 _ACEOF
    5888 
    5889 # Transform confdefs.h into a sed script `conftest.defines', that
    5890 # substitutes the proper values into config.h.in to produce config.h.
    5891 rm -f conftest.defines conftest.tail
    5892 # First, append a space to every undef/define line, to ease matching.
    5893 echo 's/$/ /' >conftest.defines
    5894 # Then, protect against being on the right side of a sed subst, or in
    5895 # an unquoted here document, in config.status.  If some macros were
    5896 # called several times there might be several #defines for the same
    5897 # symbol, which is useless.  But do not sort them, since the last
    5898 # AC_DEFINE must be honored.
    5899 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    5900 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
    5901 # NAME is the cpp macro being defined, VALUE is the value it is being given.
    5902 # PARAMS is the parameter list in the macro definition--in most cases, it's
    5903 # just an empty string.
    5904 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
    5905 ac_dB='\\)[      (].*,\\1define\\2'
    5906 ac_dC=' '
    5907 ac_dD=' ,'
    5908 
    5909 uniq confdefs.h |
    5910   sed -n '
    5911         t rset
    5912         :rset
    5913         s/^[     ]*#[    ]*define[       ][      ]*//
    5914         t ok
    5915         d
    5916         :ok
    5917         s/[\\&,]/\\&/g
    5918         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
    5919         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
    5920   ' >>conftest.defines
    5921 
    5922 # Remove the space that was appended to ease matching.
    5923 # Then replace #undef with comments.  This is necessary, for
    5924 # example, in the case of _POSIX_SOURCE, which is predefined and required
    5925 # on some systems where configure will not decide to define it.
    5926 # (The regexp can be short, since the line contains either #define or #undef.)
    5927 echo 's/ $//
    5928 s,^[     #]*u.*,/* & */,' >>conftest.defines
    5929 
    5930 # Break up conftest.defines:
    5931 ac_max_sed_lines=50
    5932 
    5933 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
    5934 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
    5935 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
    5936 # et cetera.
    5937 ac_in='$ac_file_inputs'
    5938 ac_out='"$tmp/out1"'
    5939 ac_nxt='"$tmp/out2"'
    5940 
    5941 while :
    5942 do
    5943   # Write a here document:
    5944     cat >>$CONFIG_STATUS <<_ACEOF
    5945     # First, check the format of the line:
    5946     cat >"\$tmp/defines.sed" <<\\CEOF
    5947 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
    5948 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
    5949 b
    5950 :def
    5951 _ACEOF
    5952   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
    5953   echo 'CEOF
    5954     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
    5955   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
    5956   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
    5957   grep . conftest.tail >/dev/null || break
    5958   rm -f conftest.defines
    5959   mv conftest.tail conftest.defines
    5960 done
    5961 rm -f conftest.defines conftest.tail
    5962 
    5963 echo "ac_result=$ac_in" >>$CONFIG_STATUS
    5964 cat >>$CONFIG_STATUS <<\_ACEOF
    59656256  if test x"$ac_file" != x-; then
    5966     echo "/* $configure_input  */" >"$tmp/config.h"
    5967     cat "$ac_result" >>"$tmp/config.h"
    5968     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
    5969       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    5970 echo "$as_me: $ac_file is unchanged" >&6;}
     6257    {
     6258      $as_echo "/* $configure_input  */" \
     6259      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     6260    } >"$tmp/config.h" \
     6261      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     6262$as_echo "$as_me: error: could not create $ac_file" >&2;}
     6263   { (exit 1); exit 1; }; }
     6264    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     6265      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     6266$as_echo "$as_me: $ac_file is unchanged" >&6;}
    59716267    else
    5972       rm -f $ac_file
    5973       mv "$tmp/config.h" $ac_file
     6268      rm -f "$ac_file"
     6269      mv "$tmp/config.h" "$ac_file" \
     6270        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     6271$as_echo "$as_me: error: could not create $ac_file" >&2;}
     6272   { (exit 1); exit 1; }; }
    59746273    fi
    59756274  else
    5976     echo "/* $configure_input  */"
    5977     cat "$ac_result"
     6275    $as_echo "/* $configure_input  */" \
     6276      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     6277      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     6278$as_echo "$as_me: error: could not create -" >&2;}
     6279   { (exit 1); exit 1; }; }
    59786280  fi
    5979   rm -f "$tmp/out12"
    59806281 ;;
    59816282 
     
    59906291chmod +x $CONFIG_STATUS
    59916292ac_clean_files=$ac_clean_files_save
     6293
     6294test $ac_write_fail = 0 ||
     6295  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     6296$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     6297   { (exit 1); exit 1; }; }
    59926298
    59936299
     
    60186324if test "$no_recursion" != yes; then
    60196325
    6020   # Remove --cache-file and --srcdir arguments so they do not pile up.
     6326  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
     6327  # so they do not pile up.
    60216328  ac_sub_configure_args=
    60226329  ac_prev=
     
    60476354    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    60486355      ;;
     6356    --disable-option-checking)
     6357      ;;
    60496358    *)
    60506359      case $ac_arg in
    6051       *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     6360      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    60526361      esac
    60536362      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    60596368  ac_arg="--prefix=$prefix"
    60606369  case $ac_arg in
    6061   *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     6370  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    60626371  esac
    60636372  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    60686377  fi
    60696378
     6379  # Always prepend --disable-option-checking to silence warnings, since
     6380  # different subdirs can have different --enable and --with options.
     6381  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
     6382
    60706383  ac_popdir=`pwd`
    60716384  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    60766389
    60776390    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    6078     echo "$as_me:$LINENO: $ac_msg" >&5
    6079     echo "$ac_msg" >&6
     6391    $as_echo "$as_me:$LINENO: $ac_msg" >&5
     6392    $as_echo "$ac_msg" >&6
    60806393    { as_dir="$ac_dir"
    60816394  case $as_dir in #(
     
    60866399    while :; do
    60876400      case $as_dir in #(
    6088       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     6401      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    60896402      *) as_qdir=$as_dir;;
    60906403      esac
     
    60956408         X"$as_dir" : 'X\(//\)$' \| \
    60966409         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    6097 echo X"$as_dir" |
     6410$as_echo X"$as_dir" |
    60986411    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    60996412            s//\1/
     
    61166429    done
    61176430    test -z "$as_dirs" || eval "mkdir $as_dirs"
    6118   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    6119 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     6431  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     6432$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    61206433   { (exit 1); exit 1; }; }; }
    61216434    ac_builddir=.
     
    61246437.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    61256438*)
    6126   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     6439  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    61276440  # A ".." for each directory in $ac_dir_suffix.
    6128   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     6441  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    61296442  case $ac_top_builddir_sub in
    61306443  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    61656478      ac_sub_configure=$ac_aux_dir/configure
    61666479    else
    6167       { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    6168 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     6480      { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     6481$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    61696482      ac_sub_configure=
    61706483    fi
     
    61796492      esac
    61806493
    6181       { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    6182 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     6494      { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     6495$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    61836496      # The eval makes quoting arguments work.
    61846497      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    61856498           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    6186         { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    6187 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     6499        { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     6500$as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    61886501   { (exit 1); exit 1; }; }
    61896502    fi
     
    61926505  done
    61936506fi
    6194 
     6507if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     6508  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     6509$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     6510fi
     6511
Note: See TracChangeset for help on using the changeset viewer.