Changeset 6b4469f


Ignore:
Timestamp:
Jun 9, 2009, 1:09:46 PM (16 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
3c7c655
Parents:
35200e7 (diff), 560b071 (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 commit 'upstream/1.1.1' into debian
Files:
14 added
28 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r484b14d r6b4469f  
    33*.par
    44*~
     5.#*
    56META.yml
    67Makefile
     8Makefile.old
    79TAGS
     10\#*#
    811aclocal.m4
    912autom4te.cache
  • ChangeLog

    r879e90dc r68f1afe  
     11.1.1
     2 * Fix bogus errors 'subscribing to login messages'. -nelhage
     3 * Correctly send Zephyr login notices at startup. -nelhage
     4 * Fix compilation with Zephyr support. -alexmv
     5 * Fix an issue with incoming Zephyrs being delayed. -asedeno
     6 * Fix display of zpunt lines. -asedeno
     7 * Handle invalid regular expressions better (fix a segfault). -nelhage
     8 * Correctly handle zpunts with recipient %me%. -nelhage
     9 * Always send outgoing Zephyrs in utf-8. -nelhage
     10 * Fix documentation for 'zsig' and 'zisgproc'. -nelhage
     11 * Fix personal replies on webzephyr. -geofft
     12 * Fix two memory leaks formatting messages. -nelhage, andersk
     13 * Fix Makefile on platforms with Solaris tar. -nelhage
     14
    1151.1
    216 * Support building with -fstack-protector. -hartmans
  • Makefile.in

    rf200413 r8e9acd2  
    133133        ${INSTALL} -d ${DESTDIR}${datadir}/lib
    134134        ${INSTALL} -d ${DESTDIR}${datadir}/modules
    135         tar -C perl/lib --exclude .svn -cf - . | tar -C ${DESTDIR}${datadir}/lib -xf -
     135        (cd perl/lib && tar --exclude .svn -cf - . ) | (cd ${DESTDIR}${datadir}/lib && tar -xf - )
    136136        for i in $(PERL_MODULES); do \
    137137                ${INSTALL_DATA} perl/modules/$$i/$$i.par ${DESTDIR}${datadir}/modules/$$i.par; \
  • aclocal.m4

    rbddcaf1 r560b071  
    1 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
     1# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  • autogen.sh

    • Property mode changed from 100644 to 100755
  • autom4te.cache/output.0

    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
  • 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
  • autom4te.cache/requests

    rbddcaf1 r560b071  
    1 # This file was generated by Autom4te Wed Jul 23 10:17:38 UTC 2008.
     1# This file was generated by Autom4te Tue Feb 10 11:42:58 UTC 2009.
    22# It contains the lists of macros which have been traced.
    33# It can be safely removed.
     
    4747                        'm4_pattern_forbid' => 1,
    4848                        'AC_INIT' => 1,
     49                        '_AM_COND_IF' => 1,
    4950                        'AC_CANONICAL_TARGET' => 1,
    5051                        'AC_SUBST' => 1,
     
    6566                        '_m4_warn' => 1,
    6667                        'AM_PROG_CXX_C_O' => 1,
     68                        '_AM_COND_ENDIF' => 1,
    6769                        'AM_ENABLE_MULTILIB' => 1,
    6870                        'AC_CONFIG_FILES' => 1,
     
    8587                        'AC_DEFINE_TRACE_LITERAL' => 1,
    8688                        'm4_include' => 1,
     89                        '_AM_COND_ELSE' => 1,
    8790                        'AC_SUBST_TRACE' => 1
    8891                      }
  • autom4te.cache/traces.0

    rbddcaf1 r560b071  
    156156m4trace:configure.ac:68: -2- m4_pattern_allow([^HAVE_LIBZEPHYR_ZINITLOCATIONINFO$])
    157157m4trace:configure.ac:79: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
    158 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
     158You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
    159159configure.ac:79: the top level])
    160160m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_DES_ECB_ENCRYPT_PROTO$])
     
    163163m4trace:configure.ac:90: -1- m4_pattern_allow([^CPP$])
    164164m4trace:configure.ac:90: -1- m4_pattern_allow([^GREP$])
    165 m4trace:configure.ac:90: -1- m4_pattern_allow([^GREP$])
    166 m4trace:configure.ac:90: -1- m4_pattern_allow([^EGREP$])
    167165m4trace:configure.ac:90: -1- m4_pattern_allow([^EGREP$])
    168166m4trace:configure.ac:90: -1- m4_pattern_allow([^STDC_HEADERS$])
  • autom4te.cache/traces.1

    rbddcaf1 r560b071  
    234234#undef HAVE_DES_KEY_SCHED])
    235235m4trace:configure.ac:79: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
    236 You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
     236You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
    237237configure.ac:79: the top level])
    238238m4trace:configure.ac:86: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DES_ECB_ENCRYPT_PROTO])
     
    252252m4trace:configure.ac:90: -1- AC_SUBST_TRACE([GREP])
    253253m4trace:configure.ac:90: -1- m4_pattern_allow([^GREP$])
    254 m4trace:configure.ac:90: -1- AC_SUBST([GREP])
    255 m4trace:configure.ac:90: -1- AC_SUBST_TRACE([GREP])
    256 m4trace:configure.ac:90: -1- m4_pattern_allow([^GREP$])
    257 m4trace:configure.ac:90: -1- AC_SUBST([EGREP])
    258 m4trace:configure.ac:90: -1- AC_SUBST_TRACE([EGREP])
    259 m4trace:configure.ac:90: -1- m4_pattern_allow([^EGREP$])
    260254m4trace:configure.ac:90: -1- AC_SUBST([EGREP])
    261255m4trace:configure.ac:90: -1- AC_SUBST_TRACE([EGREP])
     
    344338m4trace:configure.ac:138: -1- m4_pattern_allow([^LTLIBOBJS$])
    345339m4trace:configure.ac:138: -1- AC_SUBST_TRACE([top_builddir])
     340m4trace:configure.ac:138: -1- AC_SUBST_TRACE([top_build_prefix])
    346341m4trace:configure.ac:138: -1- AC_SUBST_TRACE([srcdir])
    347342m4trace:configure.ac:138: -1- AC_SUBST_TRACE([abs_srcdir])
  • configure

    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
     640LIBOBJS
     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 LIBOBJS
    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
     3562#define HAVE_LIBZEPHYR_ZINITLOCATIONINFO /**/
    34133563_ACEOF
    34143564
     
    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 LIBOBJS!$LIBOBJS$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
  • filter.c

    rf34dd65 re6a4dd5  
    9595      owl_filterelement_create_perl(fe, *(argv+1));
    9696    } else {
    97       owl_filterelement_create_re(fe, *argv, *(argv+1));
     97      if(owl_filterelement_create_re(fe, *argv, *(argv+1))) {
     98        goto err;
     99      }
    98100    }
    99101    i += 2;
  • filterelement.c

    rf446454 re6a4dd5  
    213213}
    214214
    215 void owl_filterelement_create_re(owl_filterelement *fe, char *field, char *re)
     215int owl_filterelement_create_re(owl_filterelement *fe, char *field, char *re)
    216216{
    217217  owl_filterelement_create(fe);
    218218  fe->field=owl_strdup(field);
    219   owl_regex_create(&(fe->re), re);
     219  if(owl_regex_create(&(fe->re), re)) {
     220    free(fe->field);
     221    fe->field = NULL;
     222    return (-1);
     223  }
    220224  fe->match_message = owl_filterelement_match_re;
    221225  fe->print_elt = owl_filterelement_print_re;
     226  return 0;
    222227}
    223228
  • functions.c

    r45cf49f re6c59ba  
    23382338    owl_fmtext_append_normal(&fm, tmp);
    23392339    owl_free(tmp);
    2340     owl_fmtext_append_normal(&fm, buff);
    23412340  }
    23422341  owl_function_popless_fmtext(&fm);
     
    28272826    recipexpr = owl_sprintf("");
    28282827  } else {
     2828    if(!strcmp(recip, "%me%")) {
     2829      recip = owl_zephyr_get_sender();
     2830    }
    28292831    quoted=owl_text_quote(recip, OWL_REGEX_QUOTECHARS, OWL_REGEX_QUOTEWITH);
    28302832    owl_text_tr(quoted, ' ', '.');
  • libfaim/autom4te.cache/output.0

    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
     
    578600
    579601ac_unique_file="bos.c"
    580 ac_subst_vars='SHELL
     602ac_subst_vars='LTLIBOBJS
     603LIB@&t@OBJS
     604RANLIB
     605OBJEXT
     606EXEEXT
     607ac_ct_CC
     608CPPFLAGS
     609LDFLAGS
     610CFLAGS
     611CC
     612target_alias
     613host_alias
     614build_alias
     615LIBS
     616ECHO_T
     617ECHO_N
     618ECHO_C
     619DEFS
     620mandir
     621localedir
     622libdir
     623psdir
     624pdfdir
     625dvidir
     626htmldir
     627infodir
     628docdir
     629oldincludedir
     630includedir
     631localstatedir
     632sharedstatedir
     633sysconfdir
     634datadir
     635datarootdir
     636libexecdir
     637sbindir
     638bindir
     639program_transform_name
     640prefix
     641exec_prefix
     642PACKAGE_BUGREPORT
     643PACKAGE_STRING
     644PACKAGE_VERSION
     645PACKAGE_TARNAME
     646PACKAGE_NAME
    581647PATH_SEPARATOR
    582 PACKAGE_NAME
    583 PACKAGE_TARNAME
    584 PACKAGE_VERSION
    585 PACKAGE_STRING
    586 PACKAGE_BUGREPORT
    587 exec_prefix
    588 prefix
    589 program_transform_name
    590 bindir
    591 sbindir
    592 libexecdir
    593 datarootdir
    594 datadir
    595 sysconfdir
    596 sharedstatedir
    597 localstatedir
    598 includedir
    599 oldincludedir
    600 docdir
    601 infodir
    602 htmldir
    603 dvidir
    604 pdfdir
    605 psdir
    606 libdir
    607 localedir
    608 mandir
    609 DEFS
    610 ECHO_C
    611 ECHO_N
    612 ECHO_T
    613 LIBS
    614 build_alias
    615 host_alias
    616 target_alias
    617 CC
    618 CFLAGS
    619 LDFLAGS
    620 CPPFLAGS
    621 ac_ct_CC
    622 EXEEXT
    623 OBJEXT
    624 RANLIB
    625 LIB@&t@OBJS
    626 LTLIBOBJS'
     648SHELL'
    627649ac_subst_files=''
     650ac_user_opts='
     651enable_option_checking
     652'
    628653      ac_precious_vars='build_alias
    629654host_alias
     
    639664ac_init_help=
    640665ac_init_version=false
     666ac_unrecognized_opts=
     667ac_unrecognized_sep=
    641668# The variables have the same names as the options, with
    642669# dashes changed to underlines.
     
    737764
    738765  -disable-* | --disable-*)
    739     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     766    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    740767    # Reject names that are not valid shell variable names.
    741     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    742       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     768    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     769      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    743770   { (exit 1); exit 1; }; }
    744     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    745     eval enable_$ac_feature=no ;;
     771    ac_useropt_orig=$ac_useropt
     772    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     773    case $ac_user_opts in
     774      *"
     775"enable_$ac_useropt"
     776"*) ;;
     777      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     778         ac_unrecognized_sep=', ';;
     779    esac
     780    eval enable_$ac_useropt=no ;;
    746781
    747782  -docdir | --docdir | --docdi | --doc | --do)
     
    756791
    757792  -enable-* | --enable-*)
    758     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     793    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    759794    # Reject names that are not valid shell variable names.
    760     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    761       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     795    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     796      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    762797   { (exit 1); exit 1; }; }
    763     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    764     eval enable_$ac_feature=\$ac_optarg ;;
     798    ac_useropt_orig=$ac_useropt
     799    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     800    case $ac_user_opts in
     801      *"
     802"enable_$ac_useropt"
     803"*) ;;
     804      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     805         ac_unrecognized_sep=', ';;
     806    esac
     807    eval enable_$ac_useropt=\$ac_optarg ;;
    765808
    766809  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    953996
    954997  -with-* | --with-*)
    955     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     998    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    956999    # Reject names that are not valid shell variable names.
    957     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    958       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1000    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1001      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    9591002   { (exit 1); exit 1; }; }
    960     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    961     eval with_$ac_package=\$ac_optarg ;;
     1003    ac_useropt_orig=$ac_useropt
     1004    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1005    case $ac_user_opts in
     1006      *"
     1007"with_$ac_useropt"
     1008"*) ;;
     1009      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1010         ac_unrecognized_sep=', ';;
     1011    esac
     1012    eval with_$ac_useropt=\$ac_optarg ;;
    9621013
    9631014  -without-* | --without-*)
    964     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1015    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    9651016    # Reject names that are not valid shell variable names.
    966     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    967       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1017    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1018      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    9681019   { (exit 1); exit 1; }; }
    969     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    970     eval with_$ac_package=no ;;
     1020    ac_useropt_orig=$ac_useropt
     1021    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1022    case $ac_user_opts in
     1023      *"
     1024"with_$ac_useropt"
     1025"*) ;;
     1026      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1027         ac_unrecognized_sep=', ';;
     1028    esac
     1029    eval with_$ac_useropt=no ;;
    9711030
    9721031  --x)
     
    9881047    x_libraries=$ac_optarg ;;
    9891048
    990   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1049  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    9911050Try \`$0 --help' for more information." >&2
    9921051   { (exit 1); exit 1; }; }
     
    9971056    # Reject names that are not valid shell variable names.
    9981057    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    999       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1058      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    10001059   { (exit 1); exit 1; }; }
    10011060    eval $ac_envvar=\$ac_optarg
     
    10041063  *)
    10051064    # FIXME: should be removed in autoconf 3.0.
    1006     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1065    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    10071066    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1008       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1067      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    10091068    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    10101069    ;;
     
    10151074if test -n "$ac_prev"; then
    10161075  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1017   { echo "$as_me: error: missing argument to $ac_option" >&2
     1076  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    10181077   { (exit 1); exit 1; }; }
    10191078fi
    10201079
    1021 # Be sure to have absolute directory names.
     1080if test -n "$ac_unrecognized_opts"; then
     1081  case $enable_option_checking in
     1082    no) ;;
     1083    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1084   { (exit 1); exit 1; }; } ;;
     1085    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1086  esac
     1087fi
     1088
     1089# Check all directory arguments for consistency.
    10221090for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    10231091                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    10261094do
    10271095  eval ac_val=\$$ac_var
     1096  # Remove trailing slashes.
     1097  case $ac_val in
     1098    */ )
     1099      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1100      eval $ac_var=\$ac_val;;
     1101  esac
     1102  # Be sure to have absolute directory names.
    10281103  case $ac_val in
    10291104    [\\/$]* | ?:[\\/]* )  continue;;
    10301105    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    10311106  esac
    1032   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1107  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    10331108   { (exit 1); exit 1; }; }
    10341109done
     
    10451120  if test "x$build_alias" = x; then
    10461121    cross_compiling=maybe
    1047     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1122    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    10481123    If a cross compiler is detected then cross compile mode will be used." >&2
    10491124  elif test "x$build_alias" != "x$host_alias"; then
     
    10611136ac_ls_di=`ls -di .` &&
    10621137ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1063   { echo "$as_me: error: Working directory cannot be determined" >&2
     1138  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    10641139   { (exit 1); exit 1; }; }
    10651140test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1066   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1141  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    10671142   { (exit 1); exit 1; }; }
    10681143
     
    10721147  ac_srcdir_defaulted=yes
    10731148  # Try the directory containing this script, then the parent directory.
    1074   ac_confdir=`$as_dirname -- "$0" ||
    1075 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1076          X"$0" : 'X\(//\)[^/]' \| \
    1077          X"$0" : 'X\(//\)$' \| \
    1078          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1079 echo X"$0" |
     1149  ac_confdir=`$as_dirname -- "$as_myself" ||
     1150$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1151         X"$as_myself" : 'X\(//\)[^/]' \| \
     1152         X"$as_myself" : 'X\(//\)$' \| \
     1153         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1154$as_echo X"$as_myself" |
    10801155    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    10811156            s//\1/
     
    11041179if test ! -r "$srcdir/$ac_unique_file"; then
    11051180  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1106   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1181  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    11071182   { (exit 1); exit 1; }; }
    11081183fi
    11091184ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11101185ac_abs_confdir=`(
    1111         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1186        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    11121187   { (exit 1); exit 1; }; }
    11131188        pwd)`
     
    11581233Installation directories:
    11591234  --prefix=PREFIX         install architecture-independent files in PREFIX
    1160                           [$ac_default_prefix]
     1235                          [$ac_default_prefix]
    11611236  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1162                           [PREFIX]
     1237                          [PREFIX]
    11631238
    11641239By default, \`make install' will install all the files in
     
    11701245
    11711246Fine tuning of the installation directories:
    1172   --bindir=DIR           user executables [EPREFIX/bin]
    1173   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1174   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1175   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1176   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1177   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1178   --libdir=DIR           object code libraries [EPREFIX/lib]
    1179   --includedir=DIR       C header files [PREFIX/include]
    1180   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1181   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1182   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1183   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1184   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1185   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1186   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@
    1187   --htmldir=DIR          html documentation [DOCDIR]
    1188   --dvidir=DIR           dvi documentation [DOCDIR]
    1189   --pdfdir=DIR           pdf documentation [DOCDIR]
    1190   --psdir=DIR            ps documentation [DOCDIR]
     1247  --bindir=DIR            user executables [EPREFIX/bin]
     1248  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1249  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1250  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1251  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1252  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1253  --libdir=DIR            object code libraries [EPREFIX/lib]
     1254  --includedir=DIR        C header files [PREFIX/include]
     1255  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1256  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1257  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1258  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1259  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1260  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1261  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/PACKAGE@:>@
     1262  --htmldir=DIR           html documentation [DOCDIR]
     1263  --dvidir=DIR            dvi documentation [DOCDIR]
     1264  --pdfdir=DIR            pdf documentation [DOCDIR]
     1265  --psdir=DIR             ps documentation [DOCDIR]
    11911266_ACEOF
    11921267
     
    12181293  # If there are subdirs, report their specific --help.
    12191294  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1220     test -d "$ac_dir" || continue
     1295    test -d "$ac_dir" ||
     1296      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1297      continue
    12211298    ac_builddir=.
    12221299
     
    12241301.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    12251302*)
    1226   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1303  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    12271304  # A ".." for each directory in $ac_dir_suffix.
    1228   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1305  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    12291306  case $ac_top_builddir_sub in
    12301307  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    12621339      $SHELL "$ac_srcdir/configure" --help=recursive
    12631340    else
    1264       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1341      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    12651342    fi || ac_status=$?
    12661343    cd "$ac_pwd" || { ac_status=$?; break; }
     
    12721349  cat <<\_ACEOF
    12731350configure
    1274 generated by GNU Autoconf 2.61
     1351generated by GNU Autoconf 2.63
    12751352
    12761353Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1277 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     13542002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    12781355This configure script is free software; the Free Software Foundation
    12791356gives unlimited permission to copy, distribute and modify it.
     
    12861363
    12871364It was created by $as_me, which was
    1288 generated by GNU Autoconf 2.61.  Invocation command line was
     1365generated by GNU Autoconf 2.63.  Invocation command line was
    12891366
    12901367  $ $0 $@
     
    13221399  IFS=$as_save_IFS
    13231400  test -z "$as_dir" && as_dir=.
    1324   echo "PATH: $as_dir"
     1401  $as_echo "PATH: $as_dir"
    13251402done
    13261403IFS=$as_save_IFS
     
    13571434      continue ;;
    13581435    *\'*)
    1359       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1436      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    13601437    esac
    13611438    case $ac_pass in
     
    14091486    *${as_nl}*)
    14101487      case $ac_var in #(
    1411       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1412 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1488      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1489$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    14131490      esac
    14141491      case $ac_var in #(
    14151492      _ | IFS | as_nl) ;; #(
     1493      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    14161494      *) $as_unset $ac_var ;;
    14171495      esac ;;
     
    14431521      eval ac_val=\$$ac_var
    14441522      case $ac_val in
    1445       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1523      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    14461524      esac
    1447       echo "$ac_var='\''$ac_val'\''"
     1525      $as_echo "$ac_var='\''$ac_val'\''"
    14481526    done | sort
    14491527    echo
     
    14601538        eval ac_val=\$$ac_var
    14611539        case $ac_val in
    1462         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1540        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    14631541        esac
    1464         echo "$ac_var='\''$ac_val'\''"
     1542        $as_echo "$ac_var='\''$ac_val'\''"
    14651543      done | sort
    14661544      echo
     
    14781556    fi
    14791557    test "$ac_signal" != 0 &&
    1480       echo "$as_me: caught signal $ac_signal"
    1481     echo "$as_me: exit $exit_status"
     1558      $as_echo "$as_me: caught signal $ac_signal"
     1559    $as_echo "$as_me: exit $exit_status"
    14821560  } >&5
    14831561  rm -f core *.core core.conftest.* &&
     
    15211599
    15221600# Let the site file select an alternate cache file if it wants to.
    1523 # Prefer explicitly selected file to automatically selected ones.
     1601# Prefer an explicitly selected file to automatically selected ones.
     1602ac_site_file1=NONE
     1603ac_site_file2=NONE
    15241604if test -n "$CONFIG_SITE"; then
    1525   set x "$CONFIG_SITE"
     1605  ac_site_file1=$CONFIG_SITE
    15261606elif test "x$prefix" != xNONE; then
    1527   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1528 else
    1529   set x "$ac_default_prefix/share/config.site" \
    1530         "$ac_default_prefix/etc/config.site"
    1531 fi
    1532 shift
    1533 for ac_site_file
     1607  ac_site_file1=$prefix/share/config.site
     1608  ac_site_file2=$prefix/etc/config.site
     1609else
     1610  ac_site_file1=$ac_default_prefix/share/config.site
     1611  ac_site_file2=$ac_default_prefix/etc/config.site
     1612fi
     1613for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    15341614do
     1615  test "x$ac_site_file" = xNONE && continue
    15351616  if test -r "$ac_site_file"; then
    1536     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1537 echo "$as_me: loading site script $ac_site_file" >&6;}
     1617    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1618$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    15381619    sed 's/^/| /' "$ac_site_file" >&5
    15391620    . "$ac_site_file"
     
    15451626  # files actually), so we avoid doing that.
    15461627  if test -f "$cache_file"; then
    1547     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1548 echo "$as_me: loading cache $cache_file" >&6;}
     1628    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1629$as_echo "$as_me: loading cache $cache_file" >&6;}
    15491630    case $cache_file in
    15501631      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    15531634  fi
    15541635else
    1555   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1556 echo "$as_me: creating cache $cache_file" >&6;}
     1636  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1637$as_echo "$as_me: creating cache $cache_file" >&6;}
    15571638  >$cache_file
    15581639fi
     
    15681649  case $ac_old_set,$ac_new_set in
    15691650    set,)
    1570       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1571 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1651      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1652$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    15721653      ac_cache_corrupted=: ;;
    15731654    ,set)
    1574       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1575 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1655      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1656$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    15761657      ac_cache_corrupted=: ;;
    15771658    ,);;
    15781659    *)
    15791660      if test "x$ac_old_val" != "x$ac_new_val"; then
    1580         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1581 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1582         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1583 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1584         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1585 echo "$as_me:   current value: $ac_new_val" >&2;}
    1586         ac_cache_corrupted=:
     1661        # differences in whitespace do not lead to failure.
     1662        ac_old_val_w=`echo x $ac_old_val`
     1663        ac_new_val_w=`echo x $ac_new_val`
     1664        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1665          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1666$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1667          ac_cache_corrupted=:
     1668        else
     1669          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1670$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1671          eval $ac_var=\$ac_old_val
     1672        fi
     1673        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1674$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1675        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1676$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    15871677      fi;;
    15881678  esac
     
    15901680  if test "$ac_new_set" = set; then
    15911681    case $ac_new_val in
    1592     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1682    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    15931683    *) ac_arg=$ac_var=$ac_new_val ;;
    15941684    esac
     
    16001690done
    16011691if $ac_cache_corrupted; then
    1602   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1603 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1604   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1605 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1692  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1694  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1695$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1696  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1697$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    16061698   { (exit 1); exit 1; }; }
    16071699fi
     
    16401732  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16411733set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1642 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1734{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1735$as_echo_n "checking for $ac_word... " >&6; }
    16441736if test "${ac_cv_prog_CC+set}" = set; then
    1645   echo $ECHO_N "(cached) $ECHO_C" >&6
     1737  $as_echo_n "(cached) " >&6
    16461738else
    16471739  if test -n "$CC"; then
     
    16561748  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16571749    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1658     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1750    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16591751    break 2
    16601752  fi
     
    16671759CC=$ac_cv_prog_CC
    16681760if test -n "$CC"; then
    1669   { echo "$as_me:$LINENO: result: $CC" >&5
    1670 echo "${ECHO_T}$CC" >&6; }
    1671 else
    1672   { echo "$as_me:$LINENO: result: no" >&5
    1673 echo "${ECHO_T}no" >&6; }
     1761  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1762$as_echo "$CC" >&6; }
     1763else
     1764  { $as_echo "$as_me:$LINENO: result: no" >&5
     1765$as_echo "no" >&6; }
    16741766fi
    16751767
     
    16801772  # Extract the first word of "gcc", so it can be a program name with args.
    16811773set dummy gcc; ac_word=$2
    1682 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1774{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1775$as_echo_n "checking for $ac_word... " >&6; }
    16841776if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1685   echo $ECHO_N "(cached) $ECHO_C" >&6
     1777  $as_echo_n "(cached) " >&6
    16861778else
    16871779  if test -n "$ac_ct_CC"; then
     
    16961788  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16971789    ac_cv_prog_ac_ct_CC="gcc"
    1698     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1790    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16991791    break 2
    17001792  fi
     
    17071799ac_ct_CC=$ac_cv_prog_ac_ct_CC
    17081800if test -n "$ac_ct_CC"; then
    1709   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1710 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1711 else
    1712   { echo "$as_me:$LINENO: result: no" >&5
    1713 echo "${ECHO_T}no" >&6; }
     1801  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1802$as_echo "$ac_ct_CC" >&6; }
     1803else
     1804  { $as_echo "$as_me:$LINENO: result: no" >&5
     1805$as_echo "no" >&6; }
    17141806fi
    17151807
     
    17191811    case $cross_compiling:$ac_tool_warned in
    17201812yes:)
    1721 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1722 whose name does not start with the host triplet.  If you think this
    1723 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1724 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1725 whose name does not start with the host triplet.  If you think this
    1726 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     1813{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     1814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    17271815ac_tool_warned=yes ;;
    17281816esac
     
    17371825    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    17381826set dummy ${ac_tool_prefix}cc; ac_word=$2
    1739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1827{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1828$as_echo_n "checking for $ac_word... " >&6; }
    17411829if test "${ac_cv_prog_CC+set}" = set; then
    1742   echo $ECHO_N "(cached) $ECHO_C" >&6
     1830  $as_echo_n "(cached) " >&6
    17431831else
    17441832  if test -n "$CC"; then
     
    17531841  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17541842    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1755     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1843    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17561844    break 2
    17571845  fi
     
    17641852CC=$ac_cv_prog_CC
    17651853if test -n "$CC"; then
    1766   { echo "$as_me:$LINENO: result: $CC" >&5
    1767 echo "${ECHO_T}$CC" >&6; }
    1768 else
    1769   { echo "$as_me:$LINENO: result: no" >&5
    1770 echo "${ECHO_T}no" >&6; }
     1854  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1855$as_echo "$CC" >&6; }
     1856else
     1857  { $as_echo "$as_me:$LINENO: result: no" >&5
     1858$as_echo "no" >&6; }
    17711859fi
    17721860
     
    17771865  # Extract the first word of "cc", so it can be a program name with args.
    17781866set dummy cc; ac_word=$2
    1779 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1867{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1868$as_echo_n "checking for $ac_word... " >&6; }
    17811869if test "${ac_cv_prog_CC+set}" = set; then
    1782   echo $ECHO_N "(cached) $ECHO_C" >&6
     1870  $as_echo_n "(cached) " >&6
    17831871else
    17841872  if test -n "$CC"; then
     
    17981886     fi
    17991887    ac_cv_prog_CC="cc"
    1800     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1888    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18011889    break 2
    18021890  fi
     
    18211909CC=$ac_cv_prog_CC
    18221910if test -n "$CC"; then
    1823   { echo "$as_me:$LINENO: result: $CC" >&5
    1824 echo "${ECHO_T}$CC" >&6; }
    1825 else
    1826   { echo "$as_me:$LINENO: result: no" >&5
    1827 echo "${ECHO_T}no" >&6; }
     1911  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1912$as_echo "$CC" >&6; }
     1913else
     1914  { $as_echo "$as_me:$LINENO: result: no" >&5
     1915$as_echo "no" >&6; }
    18281916fi
    18291917
     
    18361924    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18371925set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1838 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1926{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1927$as_echo_n "checking for $ac_word... " >&6; }
    18401928if test "${ac_cv_prog_CC+set}" = set; then
    1841   echo $ECHO_N "(cached) $ECHO_C" >&6
     1929  $as_echo_n "(cached) " >&6
    18421930else
    18431931  if test -n "$CC"; then
     
    18521940  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18531941    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1854     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1942    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18551943    break 2
    18561944  fi
     
    18631951CC=$ac_cv_prog_CC
    18641952if test -n "$CC"; then
    1865   { echo "$as_me:$LINENO: result: $CC" >&5
    1866 echo "${ECHO_T}$CC" >&6; }
    1867 else
    1868   { echo "$as_me:$LINENO: result: no" >&5
    1869 echo "${ECHO_T}no" >&6; }
     1953  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1954$as_echo "$CC" >&6; }
     1955else
     1956  { $as_echo "$as_me:$LINENO: result: no" >&5
     1957$as_echo "no" >&6; }
    18701958fi
    18711959
     
    18801968  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18811969set dummy $ac_prog; ac_word=$2
    1882 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1970{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1971$as_echo_n "checking for $ac_word... " >&6; }
    18841972if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1885   echo $ECHO_N "(cached) $ECHO_C" >&6
     1973  $as_echo_n "(cached) " >&6
    18861974else
    18871975  if test -n "$ac_ct_CC"; then
     
    18961984  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18971985    ac_cv_prog_ac_ct_CC="$ac_prog"
    1898     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1986    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18991987    break 2
    19001988  fi
     
    19071995ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19081996if test -n "$ac_ct_CC"; then
    1909   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1910 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1911 else
    1912   { echo "$as_me:$LINENO: result: no" >&5
    1913 echo "${ECHO_T}no" >&6; }
     1997  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1998$as_echo "$ac_ct_CC" >&6; }
     1999else
     2000  { $as_echo "$as_me:$LINENO: result: no" >&5
     2001$as_echo "no" >&6; }
    19142002fi
    19152003
     
    19232011    case $cross_compiling:$ac_tool_warned in
    19242012yes:)
    1925 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1926 whose name does not start with the host triplet.  If you think this
    1927 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1928 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1929 whose name does not start with the host triplet.  If you think this
    1930 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2013{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2014$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    19312015ac_tool_warned=yes ;;
    19322016esac
     
    19382022
    19392023
    1940 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2024test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2025$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2026{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19412027See \`config.log' for more details." >&5
    1942 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2028$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19432029See \`config.log' for more details." >&2;}
    1944    { (exit 1); exit 1; }; }
     2030   { (exit 1); exit 1; }; }; }
    19452031
    19462032# Provide some information about the compiler.
    1947 echo "$as_me:$LINENO: checking for C compiler version" >&5
    1948 ac_compiler=`set X $ac_compile; echo $2`
     2033$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2034set X $ac_compile
     2035ac_compiler=$2
    19492036{ (ac_try="$ac_compiler --version >&5"
    19502037case "(($ac_try" in
     
    19522039  *) ac_try_echo=$ac_try;;
    19532040esac
    1954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2041eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2042$as_echo "$ac_try_echo") >&5
    19552043  (eval "$ac_compiler --version >&5") 2>&5
    19562044  ac_status=$?
    1957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2045  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19582046  (exit $ac_status); }
    19592047{ (ac_try="$ac_compiler -v >&5"
     
    19622050  *) ac_try_echo=$ac_try;;
    19632051esac
    1964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2052eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2053$as_echo "$ac_try_echo") >&5
    19652054  (eval "$ac_compiler -v >&5") 2>&5
    19662055  ac_status=$?
    1967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2056  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19682057  (exit $ac_status); }
    19692058{ (ac_try="$ac_compiler -V >&5"
     
    19722061  *) ac_try_echo=$ac_try;;
    19732062esac
    1974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2063eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2064$as_echo "$ac_try_echo") >&5
    19752065  (eval "$ac_compiler -V >&5") 2>&5
    19762066  ac_status=$?
    1977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2067  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19782068  (exit $ac_status); }
    19792069
     
    19942084_ACEOF
    19952085ac_clean_files_save=$ac_clean_files
    1996 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2086ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19972087# Try to create an executable without -o first, disregard a.out.
    19982088# It will help us diagnose broken compilers, and finding out an intuition
    19992089# of exeext.
    2000 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2001 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2002 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2003 #
    2004 # List of possible output files, starting from the most likely.
    2005 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2006 # only as a last resort.  b.out is created by i960 compilers.
    2007 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2008 #
    2009 # The IRIX 6 linker writes into existing files which may not be
    2010 # executable, retaining their permissions.  Remove them first so a
    2011 # subsequent execution test works.
     2090{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2091$as_echo_n "checking for C compiler default output file name... " >&6; }
     2092ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2093
     2094# The possible output files:
     2095ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2096
    20122097ac_rmfiles=
    20132098for ac_file in $ac_files
    20142099do
    20152100  case $ac_file in
    2016     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2101    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20172102    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    20182103  esac
     
    20252110  *) ac_try_echo=$ac_try;;
    20262111esac
    2027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2112eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2113$as_echo "$ac_try_echo") >&5
    20282114  (eval "$ac_link_default") 2>&5
    20292115  ac_status=$?
    2030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2116  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20312117  (exit $ac_status); }; then
    20322118  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    20392125  test -f "$ac_file" || continue
    20402126  case $ac_file in
    2041     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2127    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    20422128        ;;
    20432129    [ab].out )
     
    20662152fi
    20672153
    2068 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2069 echo "${ECHO_T}$ac_file" >&6; }
     2154{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2155$as_echo "$ac_file" >&6; }
    20702156if test -z "$ac_file"; then
    2071   echo "$as_me: failed program was:" >&5
     2157  $as_echo "$as_me: failed program was:" >&5
    20722158sed 's/^/| /' conftest.$ac_ext >&5
    20732159
    2074 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2160{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2162{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20752163See \`config.log' for more details." >&5
    2076 echo "$as_me: error: C compiler cannot create executables
     2164$as_echo "$as_me: error: C compiler cannot create executables
    20772165See \`config.log' for more details." >&2;}
    2078    { (exit 77); exit 77; }; }
     2166   { (exit 77); exit 77; }; }; }
    20792167fi
    20802168
     
    20832171# Check that the compiler produces executables we can run.  If not, either
    20842172# the compiler is broken, or we cross compile.
    2085 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2086 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2173{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2174$as_echo_n "checking whether the C compiler works... " >&6; }
    20872175# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20882176# If not cross compiling, check that we can run a simple program.
     
    20932181  *) ac_try_echo=$ac_try;;
    20942182esac
    2095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2183eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2184$as_echo "$ac_try_echo") >&5
    20962185  (eval "$ac_try") 2>&5
    20972186  ac_status=$?
    2098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2187  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20992188  (exit $ac_status); }; }; then
    21002189    cross_compiling=no
     
    21032192        cross_compiling=yes
    21042193    else
    2105         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2194        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2195$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2196{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    21062197If you meant to cross compile, use \`--host'.
    21072198See \`config.log' for more details." >&5
    2108 echo "$as_me: error: cannot run C compiled programs.
     2199$as_echo "$as_me: error: cannot run C compiled programs.
    21092200If you meant to cross compile, use \`--host'.
    21102201See \`config.log' for more details." >&2;}
    2111    { (exit 1); exit 1; }; }
     2202   { (exit 1); exit 1; }; }; }
    21122203    fi
    21132204  fi
    21142205fi
    2115 { echo "$as_me:$LINENO: result: yes" >&5
    2116 echo "${ECHO_T}yes" >&6; }
    2117 
    2118 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2206{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2207$as_echo "yes" >&6; }
     2208
     2209rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    21192210ac_clean_files=$ac_clean_files_save
    21202211# Check that the compiler produces executables we can run.  If not, either
    21212212# the compiler is broken, or we cross compile.
    2122 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2123 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2124 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2125 echo "${ECHO_T}$cross_compiling" >&6; }
    2126 
    2127 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2128 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2213{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2214$as_echo_n "checking whether we are cross compiling... " >&6; }
     2215{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2216$as_echo "$cross_compiling" >&6; }
     2217
     2218{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2219$as_echo_n "checking for suffix of executables... " >&6; }
    21292220if { (ac_try="$ac_link"
    21302221case "(($ac_try" in
     
    21322223  *) ac_try_echo=$ac_try;;
    21332224esac
    2134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2225eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2226$as_echo "$ac_try_echo") >&5
    21352227  (eval "$ac_link") 2>&5
    21362228  ac_status=$?
    2137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2229  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21382230  (exit $ac_status); }; then
    21392231  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    21442236  test -f "$ac_file" || continue
    21452237  case $ac_file in
    2146     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2238    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    21472239    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    21482240          break;;
     
    21512243done
    21522244else
    2153   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2245  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2246$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2247{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    21542248See \`config.log' for more details." >&5
    2155 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2249$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    21562250See \`config.log' for more details." >&2;}
    2157    { (exit 1); exit 1; }; }
     2251   { (exit 1); exit 1; }; }; }
    21582252fi
    21592253
    21602254rm -f conftest$ac_cv_exeext
    2161 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2162 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2255{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2256$as_echo "$ac_cv_exeext" >&6; }
    21632257
    21642258rm -f conftest.$ac_ext
    21652259EXEEXT=$ac_cv_exeext
    21662260ac_exeext=$EXEEXT
    2167 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2168 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2261{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2262$as_echo_n "checking for suffix of object files... " >&6; }
    21692263if test "${ac_cv_objext+set}" = set; then
    2170   echo $ECHO_N "(cached) $ECHO_C" >&6
     2264  $as_echo_n "(cached) " >&6
    21712265else
    21722266  cat >conftest.$ac_ext <<_ACEOF
     
    21912285  *) ac_try_echo=$ac_try;;
    21922286esac
    2193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2288$as_echo "$ac_try_echo") >&5
    21942289  (eval "$ac_compile") 2>&5
    21952290  ac_status=$?
    2196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2291  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21972292  (exit $ac_status); }; then
    21982293  for ac_file in conftest.o conftest.obj conftest.*; do
    21992294  test -f "$ac_file" || continue;
    22002295  case $ac_file in
    2201     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2296    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    22022297    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    22032298       break;;
     
    22052300done
    22062301else
    2207   echo "$as_me: failed program was:" >&5
     2302  $as_echo "$as_me: failed program was:" >&5
    22082303sed 's/^/| /' conftest.$ac_ext >&5
    22092304
    2210 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2305{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2306$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2307{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    22112308See \`config.log' for more details." >&5
    2212 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2309$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    22132310See \`config.log' for more details." >&2;}
    2214    { (exit 1); exit 1; }; }
     2311   { (exit 1); exit 1; }; }; }
    22152312fi
    22162313
    22172314rm -f conftest.$ac_cv_objext conftest.$ac_ext
    22182315fi
    2219 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2220 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2316{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2317$as_echo "$ac_cv_objext" >&6; }
    22212318OBJEXT=$ac_cv_objext
    22222319ac_objext=$OBJEXT
    2223 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2224 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2320{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2321$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    22252322if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2226   echo $ECHO_N "(cached) $ECHO_C" >&6
     2323  $as_echo_n "(cached) " >&6
    22272324else
    22282325  cat >conftest.$ac_ext <<_ACEOF
     
    22502347  *) ac_try_echo=$ac_try;;
    22512348esac
    2252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2349eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2350$as_echo "$ac_try_echo") >&5
    22532351  (eval "$ac_compile") 2>conftest.er1
    22542352  ac_status=$?
     
    22562354  rm -f conftest.er1
    22572355  cat conftest.err >&5
    2258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2356  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22592357  (exit $ac_status); } && {
    22602358         test -z "$ac_c_werror_flag" ||
     
    22632361  ac_compiler_gnu=yes
    22642362else
    2265   echo "$as_me: failed program was:" >&5
     2363  $as_echo "$as_me: failed program was:" >&5
    22662364sed 's/^/| /' conftest.$ac_ext >&5
    22672365
     
    22732371
    22742372fi
    2275 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2276 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2277 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2373{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2374$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2375if test $ac_compiler_gnu = yes; then
     2376  GCC=yes
     2377else
     2378  GCC=
     2379fi
    22782380ac_test_CFLAGS=${CFLAGS+set}
    22792381ac_save_CFLAGS=$CFLAGS
    2280 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2281 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2382{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2383$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22822384if test "${ac_cv_prog_cc_g+set}" = set; then
    2283   echo $ECHO_N "(cached) $ECHO_C" >&6
     2385  $as_echo_n "(cached) " >&6
    22842386else
    22852387  ac_save_c_werror_flag=$ac_c_werror_flag
     
    23082410  *) ac_try_echo=$ac_try;;
    23092411esac
    2310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2413$as_echo "$ac_try_echo") >&5
    23112414  (eval "$ac_compile") 2>conftest.er1
    23122415  ac_status=$?
     
    23142417  rm -f conftest.er1
    23152418  cat conftest.err >&5
    2316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23172420  (exit $ac_status); } && {
    23182421         test -z "$ac_c_werror_flag" ||
     
    23212424  ac_cv_prog_cc_g=yes
    23222425else
    2323   echo "$as_me: failed program was:" >&5
     2426  $as_echo "$as_me: failed program was:" >&5
    23242427sed 's/^/| /' conftest.$ac_ext >&5
    23252428
     
    23462449  *) ac_try_echo=$ac_try;;
    23472450esac
    2348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2451eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2452$as_echo "$ac_try_echo") >&5
    23492453  (eval "$ac_compile") 2>conftest.er1
    23502454  ac_status=$?
     
    23522456  rm -f conftest.er1
    23532457  cat conftest.err >&5
    2354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2458  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23552459  (exit $ac_status); } && {
    23562460         test -z "$ac_c_werror_flag" ||
     
    23592463  :
    23602464else
    2361   echo "$as_me: failed program was:" >&5
     2465  $as_echo "$as_me: failed program was:" >&5
    23622466sed 's/^/| /' conftest.$ac_ext >&5
    23632467
     
    23852489  *) ac_try_echo=$ac_try;;
    23862490esac
    2387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2491eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2492$as_echo "$ac_try_echo") >&5
    23882493  (eval "$ac_compile") 2>conftest.er1
    23892494  ac_status=$?
     
    23912496  rm -f conftest.er1
    23922497  cat conftest.err >&5
    2393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2498  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23942499  (exit $ac_status); } && {
    23952500         test -z "$ac_c_werror_flag" ||
     
    23982503  ac_cv_prog_cc_g=yes
    23992504else
    2400   echo "$as_me: failed program was:" >&5
     2505  $as_echo "$as_me: failed program was:" >&5
    24012506sed 's/^/| /' conftest.$ac_ext >&5
    24022507
     
    24132518   ac_c_werror_flag=$ac_save_c_werror_flag
    24142519fi
    2415 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2416 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2520{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2521$as_echo "$ac_cv_prog_cc_g" >&6; }
    24172522if test "$ac_test_CFLAGS" = set; then
    24182523  CFLAGS=$ac_save_CFLAGS
     
    24302535  fi
    24312536fi
    2432 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2433 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2537{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2538$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    24342539if test "${ac_cv_prog_cc_c89+set}" = set; then
    2435   echo $ECHO_N "(cached) $ECHO_C" >&6
     2540  $as_echo_n "(cached) " >&6
    24362541else
    24372542  ac_cv_prog_cc_c89=no
     
    25042609  *) ac_try_echo=$ac_try;;
    25052610esac
    2506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2611eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2612$as_echo "$ac_try_echo") >&5
    25072613  (eval "$ac_compile") 2>conftest.er1
    25082614  ac_status=$?
     
    25102616  rm -f conftest.er1
    25112617  cat conftest.err >&5
    2512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2618  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25132619  (exit $ac_status); } && {
    25142620         test -z "$ac_c_werror_flag" ||
     
    25172623  ac_cv_prog_cc_c89=$ac_arg
    25182624else
    2519   echo "$as_me: failed program was:" >&5
     2625  $as_echo "$as_me: failed program was:" >&5
    25202626sed 's/^/| /' conftest.$ac_ext >&5
    25212627
     
    25332639case "x$ac_cv_prog_cc_c89" in
    25342640  x)
    2535     { echo "$as_me:$LINENO: result: none needed" >&5
    2536 echo "${ECHO_T}none needed" >&6; } ;;
     2641    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     2642$as_echo "none needed" >&6; } ;;
    25372643  xno)
    2538     { echo "$as_me:$LINENO: result: unsupported" >&5
    2539 echo "${ECHO_T}unsupported" >&6; } ;;
     2644    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     2645$as_echo "unsupported" >&6; } ;;
    25402646  *)
    25412647    CC="$CC $ac_cv_prog_cc_c89"
    2542     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2543 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     2648    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2649$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    25442650esac
    25452651
     
    25572663  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    25582664set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2665{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2666$as_echo_n "checking for $ac_word... " >&6; }
    25612667if test "${ac_cv_prog_RANLIB+set}" = set; then
    2562   echo $ECHO_N "(cached) $ECHO_C" >&6
     2668  $as_echo_n "(cached) " >&6
    25632669else
    25642670  if test -n "$RANLIB"; then
     
    25732679  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25742680    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2575     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2681    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25762682    break 2
    25772683  fi
     
    25842690RANLIB=$ac_cv_prog_RANLIB
    25852691if test -n "$RANLIB"; then
    2586   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    2587 echo "${ECHO_T}$RANLIB" >&6; }
    2588 else
    2589   { echo "$as_me:$LINENO: result: no" >&5
    2590 echo "${ECHO_T}no" >&6; }
     2692  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     2693$as_echo "$RANLIB" >&6; }
     2694else
     2695  { $as_echo "$as_me:$LINENO: result: no" >&5
     2696$as_echo "no" >&6; }
    25912697fi
    25922698
     
    25972703  # Extract the first word of "ranlib", so it can be a program name with args.
    25982704set dummy ranlib; ac_word=$2
    2599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2705{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2706$as_echo_n "checking for $ac_word... " >&6; }
    26012707if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2602   echo $ECHO_N "(cached) $ECHO_C" >&6
     2708  $as_echo_n "(cached) " >&6
    26032709else
    26042710  if test -n "$ac_ct_RANLIB"; then
     
    26132719  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26142720    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2615     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2721    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26162722    break 2
    26172723  fi
     
    26242730ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    26252731if test -n "$ac_ct_RANLIB"; then
    2626   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2627 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    2628 else
    2629   { echo "$as_me:$LINENO: result: no" >&5
    2630 echo "${ECHO_T}no" >&6; }
     2732  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2733$as_echo "$ac_ct_RANLIB" >&6; }
     2734else
     2735  { $as_echo "$as_me:$LINENO: result: no" >&5
     2736$as_echo "no" >&6; }
    26312737fi
    26322738
     
    26362742    case $cross_compiling:$ac_tool_warned in
    26372743yes:)
    2638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2639 whose name does not start with the host triplet.  If you think this
    2640 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2642 whose name does not start with the host triplet.  If you think this
    2643 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2744{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2745$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    26442746ac_tool_warned=yes ;;
    26452747esac
     
    26812783    *${as_nl}*)
    26822784      case $ac_var in #(
    2683       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    2684 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     2785      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     2786$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    26852787      esac
    26862788      case $ac_var in #(
    26872789      _ | IFS | as_nl) ;; #(
     2790      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    26882791      *) $as_unset $ac_var ;;
    26892792      esac ;;
     
    27182821  if test -w "$cache_file"; then
    27192822    test "x$cache_file" != "x/dev/null" &&
    2720       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    2721 echo "$as_me: updating cache $cache_file" >&6;}
     2823      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     2824$as_echo "$as_me: updating cache $cache_file" >&6;}
    27222825    cat confcache >$cache_file
    27232826  else
    2724     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    2725 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     2827    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     2828$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    27262829  fi
    27272830fi
     
    27402843# look for a macro that doesn't take arguments.
    27412844ac_script='
     2845:mline
     2846/\\$/{
     2847 N
     2848 s,\\\n,,
     2849 b mline
     2850}
    27422851t clear
    27432852:clear
     
    27692878  # 1. Remove the extension, and $U if already installed.
    27702879  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    2771   ac_i=`echo "$ac_i" | sed "$ac_script"`
     2880  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    27722881  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    27732882  #    will be set to the directory where LIBOBJS objects are built.
     
    27822891
    27832892: ${CONFIG_STATUS=./config.status}
     2893ac_write_fail=0
    27842894ac_clean_files_save=$ac_clean_files
    27852895ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    2786 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    2787 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    2788 cat >$CONFIG_STATUS <<_ACEOF
     2896{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     2897$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     2898cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    27892899#! $SHELL
    27902900# Generated by $as_me.
     
    27992909_ACEOF
    28002910
    2801 cat >>$CONFIG_STATUS <<\_ACEOF
     2911cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    28022912## --------------------- ##
    28032913## M4sh Initialization.  ##
     
    28092919  emulate sh
    28102920  NULLCMD=:
    2811   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     2921  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    28122922  # is contrary to our usage.  Disable this feature.
    28132923  alias -g '${1+"$@"}'='"$@"'
     
    28312941as_cr_alnum=$as_cr_Letters$as_cr_digits
    28322942
     2943as_nl='
     2944'
     2945export as_nl
     2946# Printing a long string crashes Solaris 7 /usr/bin/printf.
     2947as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     2948as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     2949as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     2950if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     2951  as_echo='printf %s\n'
     2952  as_echo_n='printf %s'
     2953else
     2954  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     2955    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     2956    as_echo_n='/usr/ucb/echo -n'
     2957  else
     2958    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     2959    as_echo_n_body='eval
     2960      arg=$1;
     2961      case $arg in
     2962      *"$as_nl"*)
     2963        expr "X$arg" : "X\\(.*\\)$as_nl";
     2964        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     2965      esac;
     2966      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     2967    '
     2968    export as_echo_n_body
     2969    as_echo_n='sh -c $as_echo_n_body as_echo'
     2970  fi
     2971  export as_echo_body
     2972  as_echo='sh -c $as_echo_body as_echo'
     2973fi
     2974
    28332975# The user is always right.
    28342976if test "${PATH_SEPARATOR+set}" != set; then
    2835   echo "#! /bin/sh" >conf$$.sh
    2836   echo  "exit 0"   >>conf$$.sh
    2837   chmod +x conf$$.sh
    2838   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    2839     PATH_SEPARATOR=';'
    2840   else
    2841     PATH_SEPARATOR=:
    2842   fi
    2843   rm -f conf$$.sh
     2977  PATH_SEPARATOR=:
     2978  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     2979    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     2980      PATH_SEPARATOR=';'
     2981  }
    28442982fi
    28452983
     
    28572995# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    28582996# splitting by setting IFS to empty value.)
    2859 as_nl='
    2860 '
    28612997IFS=" ""        $as_nl"
    28622998
     
    28813017fi
    28823018if test ! -f "$as_myself"; then
    2883   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     3019  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    28843020  { (exit 1); exit 1; }
    28853021fi
     
    28943030
    28953031# NLS nuisances.
    2896 for as_var in \
    2897   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    2898   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    2899   LC_TELEPHONE LC_TIME
    2900 do
    2901   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    2902     eval $as_var=C; export $as_var
    2903   else
    2904     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    2905   fi
    2906 done
     3032LC_ALL=C
     3033export LC_ALL
     3034LANGUAGE=C
     3035export LANGUAGE
    29073036
    29083037# Required to use basename.
     
    29263055         X"$0" : 'X\(//\)$' \| \
    29273056         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    2928 echo X/"$0" |
     3057$as_echo X/"$0" |
    29293058    sed '/^.*\/\([^/][^/]*\)\/*$/{
    29303059            s//\1/
     
    29773106    ' >$as_me.lineno &&
    29783107  chmod +x "$as_me.lineno" ||
    2979     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     3108    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    29803109   { (exit 1); exit 1; }; }
    29813110
     
    30053134  ECHO_N='-n';;
    30063135esac
    3007 
    30083136if expr a : '\(a\)' >/dev/null 2>&1 &&
    30093137   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    30183146else
    30193147  rm -f conf$$.dir
    3020   mkdir conf$$.dir
    3021 fi
    3022 echo >conf$$.file
    3023 if ln -s conf$$.file conf$$ 2>/dev/null; then
    3024   as_ln_s='ln -s'
    3025   # ... but there are two gotchas:
    3026   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    3027   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    3028   # In both cases, we have to default to `cp -p'.
    3029   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     3148  mkdir conf$$.dir 2>/dev/null
     3149fi
     3150if (echo >conf$$.file) 2>/dev/null; then
     3151  if ln -s conf$$.file conf$$ 2>/dev/null; then
     3152    as_ln_s='ln -s'
     3153    # ... but there are two gotchas:
     3154    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     3155    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     3156    # In both cases, we have to default to `cp -p'.
     3157    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     3158      as_ln_s='cp -p'
     3159  elif ln conf$$.file conf$$ 2>/dev/null; then
     3160    as_ln_s=ln
     3161  else
    30303162    as_ln_s='cp -p'
    3031 elif ln conf$$.file conf$$ 2>/dev/null; then
    3032   as_ln_s=ln
     3163  fi
    30333164else
    30343165  as_ln_s='cp -p'
     
    30553186    eval sh -c '\''
    30563187      if test -d "$1"; then
    3057         test -d "$1/.";
     3188        test -d "$1/.";
    30583189      else
    30593190        case $1 in
    3060         -*)set "./$1";;
     3191        -*)set "./$1";;
    30613192        esac;
    30623193        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    30813212ac_log="
    30823213This file was extended by $as_me, which was
    3083 generated by GNU Autoconf 2.61.  Invocation command line was
     3214generated by GNU Autoconf 2.63.  Invocation command line was
    30843215
    30853216  CONFIG_FILES    = $CONFIG_FILES
     
    30943225_ACEOF
    30953226
    3096 cat >>$CONFIG_STATUS <<_ACEOF
     3227case $ac_config_files in *"
     3228"*) set x $ac_config_files; shift; ac_config_files=$*;;
     3229esac
     3230
     3231
     3232
     3233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    30973234# Files that config.status was made for.
    30983235config_files="$ac_config_files"
     
    31003237_ACEOF
    31013238
    3102 cat >>$CONFIG_STATUS <<\_ACEOF
     3239cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    31033240ac_cs_usage="\
    31043241\`$as_me' instantiates files from templates according to the
    31053242current configuration.
    31063243
    3107 Usage: $0 [OPTIONS] [FILE]...
     3244Usage: $0 [OPTION]... [FILE]...
    31083245
    31093246  -h, --help       print this help, then exit
    31103247  -V, --version    print version number and configuration settings, then exit
    3111   -q, --quiet      do not print progress messages
     3248  -q, --quiet, --silent
     3249                   do not print progress messages
    31123250  -d, --debug      don't remove temporary files
    31133251      --recheck    update $as_me by reconfiguring in the same conditions
    3114   --file=FILE[:TEMPLATE]
    3115                    instantiate the configuration file FILE
     3252      --file=FILE[:TEMPLATE]
     3253                   instantiate the configuration file FILE
    31163254
    31173255Configuration files:
     
    31213259
    31223260_ACEOF
    3123 cat >>$CONFIG_STATUS <<_ACEOF
     3261cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    31243262ac_cs_version="\\
    31253263config.status
    3126 configured by $0, generated by GNU Autoconf 2.61,
    3127   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    3128 
    3129 Copyright (C) 2006 Free Software Foundation, Inc.
     3264configured by $0, generated by GNU Autoconf 2.63,
     3265  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     3266
     3267Copyright (C) 2008 Free Software Foundation, Inc.
    31303268This config.status script is free software; the Free Software Foundation
    31313269gives unlimited permission to copy, distribute and modify it."
     
    31333271ac_pwd='$ac_pwd'
    31343272srcdir='$srcdir'
    3135 _ACEOF
    3136 
    3137 cat >>$CONFIG_STATUS <<\_ACEOF
    3138 # If no file are specified by the user, then we need to provide default
    3139 # value.  By we need to know if files were specified by the user.
     3273test -n "\$AWK" || AWK=awk
     3274_ACEOF
     3275
     3276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     3277# The default lists apply if the user does not specify any file.
    31403278ac_need_defaults=:
    31413279while test $# != 0
     
    31593297    ac_cs_recheck=: ;;
    31603298  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    3161     echo "$ac_cs_version"; exit ;;
     3299    $as_echo "$ac_cs_version"; exit ;;
    31623300  --debug | --debu | --deb | --de | --d | -d )
    31633301    debug=: ;;
    31643302  --file | --fil | --fi | --f )
    31653303    $ac_shift
    3166     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     3304    case $ac_optarg in
     3305    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     3306    esac
     3307    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    31673308    ac_need_defaults=false;;
    31683309  --he | --h |  --help | --hel | -h )
    3169     echo "$ac_cs_usage"; exit ;;
     3310    $as_echo "$ac_cs_usage"; exit ;;
    31703311  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    31713312  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    31733314
    31743315  # This is an error.
    3175   -*) { echo "$as_me: error: unrecognized option: $1
     3316  -*) { $as_echo "$as_me: error: unrecognized option: $1
    31763317Try \`$0 --help' for more information." >&2
    31773318   { (exit 1); exit 1; }; } ;;
     
    31923333
    31933334_ACEOF
    3194 cat >>$CONFIG_STATUS <<_ACEOF
     3335cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    31953336if \$ac_cs_recheck; then
    3196   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    3197   CONFIG_SHELL=$SHELL
     3337  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     3338  shift
     3339  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     3340  CONFIG_SHELL='$SHELL'
    31983341  export CONFIG_SHELL
    3199   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    3200 fi
    3201 
    3202 _ACEOF
    3203 cat >>$CONFIG_STATUS <<\_ACEOF
     3342  exec "\$@"
     3343fi
     3344
     3345_ACEOF
     3346cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    32043347exec 5>>config.log
    32053348{
     
    32083351@%:@@%:@ Running $as_me. @%:@@%:@
    32093352_ASBOX
    3210   echo "$ac_log"
     3353  $as_echo "$ac_log"
    32113354} >&5
    32123355
    32133356_ACEOF
    3214 cat >>$CONFIG_STATUS <<_ACEOF
    3215 _ACEOF
    3216 
    3217 cat >>$CONFIG_STATUS <<\_ACEOF
     3357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3358_ACEOF
     3359
     3360cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    32183361
    32193362# Handling of arguments.
     
    32233366    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    32243367
    3225   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    3226 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     3368  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     3369$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    32273370   { (exit 1); exit 1; }; };;
    32283371  esac
     
    32633406} ||
    32643407{
    3265    echo "$me: cannot create a temporary directory in ." >&2
     3408   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    32663409   { (exit 1); exit 1; }
    32673410}
    32683411
    3269 #
    3270 # Set up the sed scripts for CONFIG_FILES section.
    3271 #
    3272 
    3273 # No need to generate the scripts if there are no CONFIG_FILES.
    3274 # This happens for instance when ./config.status config.h
     3412# Set up the scripts for CONFIG_FILES section.
     3413# No need to generate them if there are no CONFIG_FILES.
     3414# This happens for instance with `./config.status config.h'.
    32753415if test -n "$CONFIG_FILES"; then
    32763416
    3277 _ACEOF
    3278 
    3279 
    3280 
     3417
     3418ac_cr='
     3419'
     3420ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     3421if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     3422  ac_cs_awk_cr='\\r'
     3423else
     3424  ac_cs_awk_cr=$ac_cr
     3425fi
     3426
     3427echo 'BEGIN {' >"$tmp/subs1.awk" &&
     3428_ACEOF
     3429
     3430
     3431{
     3432  echo "cat >conf$$subs.awk <<_ACEOF" &&
     3433  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     3434  echo "_ACEOF"
     3435} >conf$$subs.sh ||
     3436  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3437$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3438   { (exit 1); exit 1; }; }
     3439ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    32813440ac_delim='%!_!# '
    32823441for ac_last_try in false false false false false :; do
    3283   cat >conf$$subs.sed <<_ACEOF
    3284 SHELL!$SHELL$ac_delim
    3285 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    3286 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    3287 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    3288 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    3289 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    3290 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    3291 exec_prefix!$exec_prefix$ac_delim
    3292 prefix!$prefix$ac_delim
    3293 program_transform_name!$program_transform_name$ac_delim
    3294 bindir!$bindir$ac_delim
    3295 sbindir!$sbindir$ac_delim
    3296 libexecdir!$libexecdir$ac_delim
    3297 datarootdir!$datarootdir$ac_delim
    3298 datadir!$datadir$ac_delim
    3299 sysconfdir!$sysconfdir$ac_delim
    3300 sharedstatedir!$sharedstatedir$ac_delim
    3301 localstatedir!$localstatedir$ac_delim
    3302 includedir!$includedir$ac_delim
    3303 oldincludedir!$oldincludedir$ac_delim
    3304 docdir!$docdir$ac_delim
    3305 infodir!$infodir$ac_delim
    3306 htmldir!$htmldir$ac_delim
    3307 dvidir!$dvidir$ac_delim
    3308 pdfdir!$pdfdir$ac_delim
    3309 psdir!$psdir$ac_delim
    3310 libdir!$libdir$ac_delim
    3311 localedir!$localedir$ac_delim
    3312 mandir!$mandir$ac_delim
    3313 DEFS!$DEFS$ac_delim
    3314 ECHO_C!$ECHO_C$ac_delim
    3315 ECHO_N!$ECHO_N$ac_delim
    3316 ECHO_T!$ECHO_T$ac_delim
    3317 LIBS!$LIBS$ac_delim
    3318 build_alias!$build_alias$ac_delim
    3319 host_alias!$host_alias$ac_delim
    3320 target_alias!$target_alias$ac_delim
    3321 CC!$CC$ac_delim
    3322 CFLAGS!$CFLAGS$ac_delim
    3323 LDFLAGS!$LDFLAGS$ac_delim
    3324 CPPFLAGS!$CPPFLAGS$ac_delim
    3325 ac_ct_CC!$ac_ct_CC$ac_delim
    3326 EXEEXT!$EXEEXT$ac_delim
    3327 OBJEXT!$OBJEXT$ac_delim
    3328 RANLIB!$RANLIB$ac_delim
    3329 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    3330 LTLIBOBJS!$LTLIBOBJS$ac_delim
    3331 _ACEOF
    3332 
    3333   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 47; then
     3442  . ./conf$$subs.sh ||
     3443    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3444$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3445   { (exit 1); exit 1; }; }
     3446
     3447  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     3448  if test $ac_delim_n = $ac_delim_num; then
    33343449    break
    33353450  elif $ac_last_try; then
    3336     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    3337 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3451    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3452$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    33383453   { (exit 1); exit 1; }; }
    33393454  else
     
    33413456  fi
    33423457done
    3343 
    3344 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    3345 if test -n "$ac_eof"; then
    3346   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    3347   ac_eof=`expr $ac_eof + 1`
    3348 fi
    3349 
    3350 cat >>$CONFIG_STATUS <<_ACEOF
    3351 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    3352 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    3353 _ACEOF
    3354 sed '
    3355 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    3356 s/^/s,@/; s/!/@,|#_!!_#|/
    3357 :n
    3358 t n
    3359 s/'"$ac_delim"'$/,g/; t
    3360 s/$/\\/; p
    3361 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    3362 ' >>$CONFIG_STATUS <conf$$subs.sed
    3363 rm -f conf$$subs.sed
    3364 cat >>$CONFIG_STATUS <<_ACEOF
    3365 :end
    3366 s/|#_!!_#|//g
    3367 CEOF$ac_eof
    3368 _ACEOF
    3369 
     3458rm -f conf$$subs.sh
     3459
     3460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3461cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     3462_ACEOF
     3463sed -n '
     3464h
     3465s/^/S["/; s/!.*/"]=/
     3466p
     3467g
     3468s/^[^!]*!//
     3469:repl
     3470t repl
     3471s/'"$ac_delim"'$//
     3472t delim
     3473:nl
     3474h
     3475s/\(.\{148\}\).*/\1/
     3476t more1
     3477s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     3478p
     3479n
     3480b repl
     3481:more1
     3482s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     3483p
     3484g
     3485s/.\{148\}//
     3486t nl
     3487:delim
     3488h
     3489s/\(.\{148\}\).*/\1/
     3490t more2
     3491s/["\\]/\\&/g; s/^/"/; s/$/"/
     3492p
     3493b
     3494:more2
     3495s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     3496p
     3497g
     3498s/.\{148\}//
     3499t delim
     3500' <conf$$subs.awk | sed '
     3501/^[^""]/{
     3502  N
     3503  s/\n//
     3504}
     3505' >>$CONFIG_STATUS || ac_write_fail=1
     3506rm -f conf$$subs.awk
     3507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3508_ACAWK
     3509cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     3510  for (key in S) S_is_set[key] = 1
     3511  FS = ""
     3512
     3513}
     3514{
     3515  line = $ 0
     3516  nfields = split(line, field, "@")
     3517  substed = 0
     3518  len = length(field[1])
     3519  for (i = 2; i < nfields; i++) {
     3520    key = field[i]
     3521    keylen = length(key)
     3522    if (S_is_set[key]) {
     3523      value = S[key]
     3524      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     3525      len += length(value) + length(field[++i])
     3526      substed = 1
     3527    } else
     3528      len += 1 + keylen
     3529  }
     3530
     3531  print line
     3532}
     3533
     3534_ACAWK
     3535_ACEOF
     3536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     3537if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     3538  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     3539else
     3540  cat
     3541fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     3542  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     3543$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     3544   { (exit 1); exit 1; }; }
     3545_ACEOF
    33703546
    33713547# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    33843560fi
    33853561
    3386 cat >>$CONFIG_STATUS <<\_ACEOF
     3562cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    33873563fi # test -n "$CONFIG_FILES"
    33883564
    33893565
    3390 for ac_tag in  :F $CONFIG_FILES     
     3566eval set X "  :F $CONFIG_FILES      "
     3567shift
     3568for ac_tag
    33913569do
    33923570  case $ac_tag in
     
    33953573  case $ac_mode$ac_tag in
    33963574  :[FHL]*:*);;
    3397   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    3398 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     3575  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     3576$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    33993577   { (exit 1); exit 1; }; };;
    34003578  :[FH]-) ac_tag=-:-;;
     
    34253603           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    34263604           esac ||
    3427            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    3428 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     3605           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     3606$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    34293607   { (exit 1); exit 1; }; };;
    34303608      esac
    3431       ac_file_inputs="$ac_file_inputs $ac_f"
     3609      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     3610      ac_file_inputs="$ac_file_inputs '$ac_f'"
    34323611    done
    34333612
     
    34353614    # use $as_me), people would be surprised to read:
    34363615    #    /* config.h.  Generated by config.status.  */
    3437     configure_input="Generated from "`IFS=:
    3438           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     3616    configure_input='Generated from '`
     3617          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     3618        `' by configure.'
    34393619    if test x"$ac_file" != x-; then
    34403620      configure_input="$ac_file.  $configure_input"
    3441       { echo "$as_me:$LINENO: creating $ac_file" >&5
    3442 echo "$as_me: creating $ac_file" >&6;}
     3621      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     3622$as_echo "$as_me: creating $ac_file" >&6;}
    34433623    fi
     3624    # Neutralize special characters interpreted by sed in replacement strings.
     3625    case $configure_input in #(
     3626    *\&* | *\|* | *\\* )
     3627       ac_sed_conf_input=`$as_echo "$configure_input" |
     3628       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     3629    *) ac_sed_conf_input=$configure_input;;
     3630    esac
    34443631
    34453632    case $ac_tag in
    3446     *:-:* | *:-) cat >"$tmp/stdin";;
     3633    *:-:* | *:-) cat >"$tmp/stdin" \
     3634      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3635$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3636   { (exit 1); exit 1; }; } ;;
    34473637    esac
    34483638    ;;
     
    34543644         X"$ac_file" : 'X\(//\)$' \| \
    34553645         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    3456 echo X"$ac_file" |
     3646$as_echo X"$ac_file" |
    34573647    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    34583648            s//\1/
     
    34803670    while :; do
    34813671      case $as_dir in #(
    3482       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     3672      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    34833673      *) as_qdir=$as_dir;;
    34843674      esac
     
    34893679         X"$as_dir" : 'X\(//\)$' \| \
    34903680         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    3491 echo X"$as_dir" |
     3681$as_echo X"$as_dir" |
    34923682    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    34933683            s//\1/
     
    35103700    done
    35113701    test -z "$as_dirs" || eval "mkdir $as_dirs"
    3512   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    3513 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     3702  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     3703$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    35143704   { (exit 1); exit 1; }; }; }
    35153705  ac_builddir=.
     
    35183708.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    35193709*)
    3520   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     3710  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    35213711  # A ".." for each directory in $ac_dir_suffix.
    3522   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     3712  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    35233713  case $ac_top_builddir_sub in
    35243714  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    35563746_ACEOF
    35573747
    3558 cat >>$CONFIG_STATUS <<\_ACEOF
     3748cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    35593749# If the template does not know about datarootdir, expand it.
    35603750# FIXME: This hack should be removed a few years after 2.60.
    35613751ac_datarootdir_hack=; ac_datarootdir_seen=
    35623752
    3563 case `sed -n '/datarootdir/ {
     3753ac_sed_dataroot='
     3754/datarootdir/ {
    35643755  p
    35653756  q
     
    35703761/@localedir@/p
    35713762/@mandir@/p
    3572 ' $ac_file_inputs` in
     3763'
     3764case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    35733765*datarootdir*) ac_datarootdir_seen=yes;;
    35743766*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    3575   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    3576 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    3577 _ACEOF
    3578 cat >>$CONFIG_STATUS <<_ACEOF
     3767  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     3768$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     3769_ACEOF
     3770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    35793771  ac_datarootdir_hack='
    35803772  s&@datadir@&$datadir&g
     
    35903782# Shell code in configure.ac might set extrasub.
    35913783# FIXME: do we really want to maintain this feature?
    3592 cat >>$CONFIG_STATUS <<_ACEOF
    3593   sed "$ac_vpsub
     3784cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3785ac_sed_extra="$ac_vpsub
    35943786$extrasub
    35953787_ACEOF
    3596 cat >>$CONFIG_STATUS <<\_ACEOF
     3788cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    35973789:t
    35983790/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    3599 s&@configure_input@&$configure_input&;t t
     3791s|@configure_input@|$ac_sed_conf_input|;t t
    36003792s&@top_builddir@&$ac_top_builddir_sub&;t t
     3793s&@top_build_prefix@&$ac_top_build_prefix&;t t
    36013794s&@srcdir@&$ac_srcdir&;t t
    36023795s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    36073800s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
    36083801$ac_datarootdir_hack
    3609 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     3802"
     3803eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     3804  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3805$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3806   { (exit 1); exit 1; }; }
    36103807
    36113808test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    36123809  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    36133810  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    3614   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3811  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    36153812which seems to be undefined.  Please make sure it is defined." >&5
    3616 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3813$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    36173814which seems to be undefined.  Please make sure it is defined." >&2;}
    36183815
    36193816  rm -f "$tmp/stdin"
    36203817  case $ac_file in
    3621   -) cat "$tmp/out"; rm -f "$tmp/out";;
    3622   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    3623   esac
     3818  -) cat "$tmp/out" && rm -f "$tmp/out";;
     3819  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     3820  esac \
     3821  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3822$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3823   { (exit 1); exit 1; }; }
    36243824 ;;
    36253825 
     
    36353835chmod +x $CONFIG_STATUS
    36363836ac_clean_files=$ac_clean_files_save
     3837
     3838test $ac_write_fail = 0 ||
     3839  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     3840$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     3841   { (exit 1); exit 1; }; }
    36373842
    36383843
     
    36573862  $ac_cs_success || { (exit 1); exit 1; }
    36583863fi
    3659 
     3864if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     3865  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     3866$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     3867fi
     3868
  • libfaim/autom4te.cache/requests

    rbddcaf1 r560b071  
    1 # This file was generated by Autom4te Wed Jul 23 10:17:38 UTC 2008.
     1# This file was generated by Autom4te Tue Feb 10 11:42:58 UTC 2009.
    22# It contains the lists of macros which have been traced.
    33# It can be safely removed.
     
    2020                        'AC_INIT' => 1,
    2121                        'AC_CANONICAL_TARGET' => 1,
     22                        '_AM_COND_IF' => 1,
    2223                        'AC_CONFIG_LIBOBJ_DIR' => 1,
    2324                        'AC_SUBST' => 1,
     
    3940                        '_m4_warn' => 1,
    4041                        'AM_PROG_CXX_C_O' => 1,
     42                        '_AM_COND_ENDIF' => 1,
    4143                        'AM_ENABLE_MULTILIB' => 1,
    4244                        'AC_CONFIG_FILES' => 1,
     
    4547                        'AM_GNU_GETTEXT' => 1,
    4648                        'AC_LIBSOURCE' => 1,
     49                        'AC_CANONICAL_BUILD' => 1,
    4750                        'AM_PROG_FC_C_O' => 1,
    48                         'AC_CANONICAL_BUILD' => 1,
    4951                        'AC_FC_FREEFORM' => 1,
    5052                        'AH_OUTPUT' => 1,
     
    6062                        'AC_DEFINE_TRACE_LITERAL' => 1,
    6163                        'm4_include' => 1,
     64                        '_AM_COND_ELSE' => 1,
    6265                        'AU_DEFUN' => 1,
    6366                        'AC_SUBST_TRACE' => 1
  • libfaim/autom4te.cache/traces.0

    rbddcaf1 r560b071  
    189189m4trace:configure.ac:13: -1- m4_pattern_allow([^LTLIBOBJS$])
    190190m4trace:configure.ac:13: -1- AC_SUBST_TRACE([top_builddir])
     191m4trace:configure.ac:13: -1- AC_SUBST_TRACE([top_build_prefix])
    191192m4trace:configure.ac:13: -1- AC_SUBST_TRACE([srcdir])
    192193m4trace:configure.ac:13: -1- AC_SUBST_TRACE([abs_srcdir])
  • libfaim/configure

    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
     
    578600
    579601ac_unique_file="bos.c"
    580 ac_subst_vars='SHELL
     602ac_subst_vars='LTLIBOBJS
     603LIBOBJS
     604RANLIB
     605OBJEXT
     606EXEEXT
     607ac_ct_CC
     608CPPFLAGS
     609LDFLAGS
     610CFLAGS
     611CC
     612target_alias
     613host_alias
     614build_alias
     615LIBS
     616ECHO_T
     617ECHO_N
     618ECHO_C
     619DEFS
     620mandir
     621localedir
     622libdir
     623psdir
     624pdfdir
     625dvidir
     626htmldir
     627infodir
     628docdir
     629oldincludedir
     630includedir
     631localstatedir
     632sharedstatedir
     633sysconfdir
     634datadir
     635datarootdir
     636libexecdir
     637sbindir
     638bindir
     639program_transform_name
     640prefix
     641exec_prefix
     642PACKAGE_BUGREPORT
     643PACKAGE_STRING
     644PACKAGE_VERSION
     645PACKAGE_TARNAME
     646PACKAGE_NAME
    581647PATH_SEPARATOR
    582 PACKAGE_NAME
    583 PACKAGE_TARNAME
    584 PACKAGE_VERSION
    585 PACKAGE_STRING
    586 PACKAGE_BUGREPORT
    587 exec_prefix
    588 prefix
    589 program_transform_name
    590 bindir
    591 sbindir
    592 libexecdir
    593 datarootdir
    594 datadir
    595 sysconfdir
    596 sharedstatedir
    597 localstatedir
    598 includedir
    599 oldincludedir
    600 docdir
    601 infodir
    602 htmldir
    603 dvidir
    604 pdfdir
    605 psdir
    606 libdir
    607 localedir
    608 mandir
    609 DEFS
    610 ECHO_C
    611 ECHO_N
    612 ECHO_T
    613 LIBS
    614 build_alias
    615 host_alias
    616 target_alias
    617 CC
    618 CFLAGS
    619 LDFLAGS
    620 CPPFLAGS
    621 ac_ct_CC
    622 EXEEXT
    623 OBJEXT
    624 RANLIB
    625 LIBOBJS
    626 LTLIBOBJS'
     648SHELL'
    627649ac_subst_files=''
     650ac_user_opts='
     651enable_option_checking
     652'
    628653      ac_precious_vars='build_alias
    629654host_alias
     
    639664ac_init_help=
    640665ac_init_version=false
     666ac_unrecognized_opts=
     667ac_unrecognized_sep=
    641668# The variables have the same names as the options, with
    642669# dashes changed to underlines.
     
    737764
    738765  -disable-* | --disable-*)
    739     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     766    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    740767    # Reject names that are not valid shell variable names.
    741     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    742       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     768    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     769      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    743770   { (exit 1); exit 1; }; }
    744     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    745     eval enable_$ac_feature=no ;;
     771    ac_useropt_orig=$ac_useropt
     772    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     773    case $ac_user_opts in
     774      *"
     775"enable_$ac_useropt"
     776"*) ;;
     777      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     778         ac_unrecognized_sep=', ';;
     779    esac
     780    eval enable_$ac_useropt=no ;;
    746781
    747782  -docdir | --docdir | --docdi | --doc | --do)
     
    756791
    757792  -enable-* | --enable-*)
    758     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     793    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    759794    # Reject names that are not valid shell variable names.
    760     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    761       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     795    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     796      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    762797   { (exit 1); exit 1; }; }
    763     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    764     eval enable_$ac_feature=\$ac_optarg ;;
     798    ac_useropt_orig=$ac_useropt
     799    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     800    case $ac_user_opts in
     801      *"
     802"enable_$ac_useropt"
     803"*) ;;
     804      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     805         ac_unrecognized_sep=', ';;
     806    esac
     807    eval enable_$ac_useropt=\$ac_optarg ;;
    765808
    766809  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    953996
    954997  -with-* | --with-*)
    955     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     998    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    956999    # Reject names that are not valid shell variable names.
    957     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    958       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1000    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1001      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    9591002   { (exit 1); exit 1; }; }
    960     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    961     eval with_$ac_package=\$ac_optarg ;;
     1003    ac_useropt_orig=$ac_useropt
     1004    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1005    case $ac_user_opts in
     1006      *"
     1007"with_$ac_useropt"
     1008"*) ;;
     1009      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1010         ac_unrecognized_sep=', ';;
     1011    esac
     1012    eval with_$ac_useropt=\$ac_optarg ;;
    9621013
    9631014  -without-* | --without-*)
    964     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1015    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    9651016    # Reject names that are not valid shell variable names.
    966     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    967       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1017    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1018      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    9681019   { (exit 1); exit 1; }; }
    969     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    970     eval with_$ac_package=no ;;
     1020    ac_useropt_orig=$ac_useropt
     1021    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1022    case $ac_user_opts in
     1023      *"
     1024"with_$ac_useropt"
     1025"*) ;;
     1026      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1027         ac_unrecognized_sep=', ';;
     1028    esac
     1029    eval with_$ac_useropt=no ;;
    9711030
    9721031  --x)
     
    9881047    x_libraries=$ac_optarg ;;
    9891048
    990   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1049  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    9911050Try \`$0 --help' for more information." >&2
    9921051   { (exit 1); exit 1; }; }
     
    9971056    # Reject names that are not valid shell variable names.
    9981057    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    999       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1058      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    10001059   { (exit 1); exit 1; }; }
    10011060    eval $ac_envvar=\$ac_optarg
     
    10041063  *)
    10051064    # FIXME: should be removed in autoconf 3.0.
    1006     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1065    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    10071066    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1008       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1067      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    10091068    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    10101069    ;;
     
    10151074if test -n "$ac_prev"; then
    10161075  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1017   { echo "$as_me: error: missing argument to $ac_option" >&2
     1076  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    10181077   { (exit 1); exit 1; }; }
    10191078fi
    10201079
    1021 # Be sure to have absolute directory names.
     1080if test -n "$ac_unrecognized_opts"; then
     1081  case $enable_option_checking in
     1082    no) ;;
     1083    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1084   { (exit 1); exit 1; }; } ;;
     1085    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1086  esac
     1087fi
     1088
     1089# Check all directory arguments for consistency.
    10221090for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    10231091                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    10261094do
    10271095  eval ac_val=\$$ac_var
     1096  # Remove trailing slashes.
     1097  case $ac_val in
     1098    */ )
     1099      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1100      eval $ac_var=\$ac_val;;
     1101  esac
     1102  # Be sure to have absolute directory names.
    10281103  case $ac_val in
    10291104    [\\/$]* | ?:[\\/]* )  continue;;
    10301105    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    10311106  esac
    1032   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1107  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    10331108   { (exit 1); exit 1; }; }
    10341109done
     
    10451120  if test "x$build_alias" = x; then
    10461121    cross_compiling=maybe
    1047     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1122    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    10481123    If a cross compiler is detected then cross compile mode will be used." >&2
    10491124  elif test "x$build_alias" != "x$host_alias"; then
     
    10611136ac_ls_di=`ls -di .` &&
    10621137ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1063   { echo "$as_me: error: Working directory cannot be determined" >&2
     1138  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    10641139   { (exit 1); exit 1; }; }
    10651140test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1066   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1141  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    10671142   { (exit 1); exit 1; }; }
    10681143
     
    10721147  ac_srcdir_defaulted=yes
    10731148  # Try the directory containing this script, then the parent directory.
    1074   ac_confdir=`$as_dirname -- "$0" ||
    1075 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1076          X"$0" : 'X\(//\)[^/]' \| \
    1077          X"$0" : 'X\(//\)$' \| \
    1078          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1079 echo X"$0" |
     1149  ac_confdir=`$as_dirname -- "$as_myself" ||
     1150$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1151         X"$as_myself" : 'X\(//\)[^/]' \| \
     1152         X"$as_myself" : 'X\(//\)$' \| \
     1153         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1154$as_echo X"$as_myself" |
    10801155    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    10811156            s//\1/
     
    11041179if test ! -r "$srcdir/$ac_unique_file"; then
    11051180  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1106   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1181  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    11071182   { (exit 1); exit 1; }; }
    11081183fi
    11091184ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11101185ac_abs_confdir=`(
    1111         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1186        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    11121187   { (exit 1); exit 1; }; }
    11131188        pwd)`
     
    11581233Installation directories:
    11591234  --prefix=PREFIX         install architecture-independent files in PREFIX
    1160                           [$ac_default_prefix]
     1235                          [$ac_default_prefix]
    11611236  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1162                           [PREFIX]
     1237                          [PREFIX]
    11631238
    11641239By default, \`make install' will install all the files in
     
    11701245
    11711246Fine tuning of the installation directories:
    1172   --bindir=DIR           user executables [EPREFIX/bin]
    1173   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1174   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1175   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1176   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1177   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1178   --libdir=DIR           object code libraries [EPREFIX/lib]
    1179   --includedir=DIR       C header files [PREFIX/include]
    1180   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1181   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1182   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1183   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1184   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1185   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1186   --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
    1187   --htmldir=DIR          html documentation [DOCDIR]
    1188   --dvidir=DIR           dvi documentation [DOCDIR]
    1189   --pdfdir=DIR           pdf documentation [DOCDIR]
    1190   --psdir=DIR            ps documentation [DOCDIR]
     1247  --bindir=DIR            user executables [EPREFIX/bin]
     1248  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1249  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1250  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1251  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1252  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1253  --libdir=DIR            object code libraries [EPREFIX/lib]
     1254  --includedir=DIR        C header files [PREFIX/include]
     1255  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1256  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1257  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1258  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1259  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1260  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1261  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
     1262  --htmldir=DIR           html documentation [DOCDIR]
     1263  --dvidir=DIR            dvi documentation [DOCDIR]
     1264  --pdfdir=DIR            pdf documentation [DOCDIR]
     1265  --psdir=DIR             ps documentation [DOCDIR]
    11911266_ACEOF
    11921267
     
    12181293  # If there are subdirs, report their specific --help.
    12191294  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1220     test -d "$ac_dir" || continue
     1295    test -d "$ac_dir" ||
     1296      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1297      continue
    12211298    ac_builddir=.
    12221299
     
    12241301.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    12251302*)
    1226   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1303  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    12271304  # A ".." for each directory in $ac_dir_suffix.
    1228   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1305  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    12291306  case $ac_top_builddir_sub in
    12301307  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    12621339      $SHELL "$ac_srcdir/configure" --help=recursive
    12631340    else
    1264       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1341      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    12651342    fi || ac_status=$?
    12661343    cd "$ac_pwd" || { ac_status=$?; break; }
     
    12721349  cat <<\_ACEOF
    12731350configure
    1274 generated by GNU Autoconf 2.61
     1351generated by GNU Autoconf 2.63
    12751352
    12761353Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1277 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     13542002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    12781355This configure script is free software; the Free Software Foundation
    12791356gives unlimited permission to copy, distribute and modify it.
     
    12861363
    12871364It was created by $as_me, which was
    1288 generated by GNU Autoconf 2.61.  Invocation command line was
     1365generated by GNU Autoconf 2.63.  Invocation command line was
    12891366
    12901367  $ $0 $@
     
    13221399  IFS=$as_save_IFS
    13231400  test -z "$as_dir" && as_dir=.
    1324   echo "PATH: $as_dir"
     1401  $as_echo "PATH: $as_dir"
    13251402done
    13261403IFS=$as_save_IFS
     
    13571434      continue ;;
    13581435    *\'*)
    1359       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1436      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    13601437    esac
    13611438    case $ac_pass in
     
    14091486    *${as_nl}*)
    14101487      case $ac_var in #(
    1411       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1412 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1488      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1489$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    14131490      esac
    14141491      case $ac_var in #(
    14151492      _ | IFS | as_nl) ;; #(
     1493      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    14161494      *) $as_unset $ac_var ;;
    14171495      esac ;;
     
    14431521      eval ac_val=\$$ac_var
    14441522      case $ac_val in
    1445       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1523      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    14461524      esac
    1447       echo "$ac_var='\''$ac_val'\''"
     1525      $as_echo "$ac_var='\''$ac_val'\''"
    14481526    done | sort
    14491527    echo
     
    14601538        eval ac_val=\$$ac_var
    14611539        case $ac_val in
    1462         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1540        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    14631541        esac
    1464         echo "$ac_var='\''$ac_val'\''"
     1542        $as_echo "$ac_var='\''$ac_val'\''"
    14651543      done | sort
    14661544      echo
     
    14781556    fi
    14791557    test "$ac_signal" != 0 &&
    1480       echo "$as_me: caught signal $ac_signal"
    1481     echo "$as_me: exit $exit_status"
     1558      $as_echo "$as_me: caught signal $ac_signal"
     1559    $as_echo "$as_me: exit $exit_status"
    14821560  } >&5
    14831561  rm -f core *.core core.conftest.* &&
     
    15211599
    15221600# Let the site file select an alternate cache file if it wants to.
    1523 # Prefer explicitly selected file to automatically selected ones.
     1601# Prefer an explicitly selected file to automatically selected ones.
     1602ac_site_file1=NONE
     1603ac_site_file2=NONE
    15241604if test -n "$CONFIG_SITE"; then
    1525   set x "$CONFIG_SITE"
     1605  ac_site_file1=$CONFIG_SITE
    15261606elif test "x$prefix" != xNONE; then
    1527   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1528 else
    1529   set x "$ac_default_prefix/share/config.site" \
    1530         "$ac_default_prefix/etc/config.site"
    1531 fi
    1532 shift
    1533 for ac_site_file
     1607  ac_site_file1=$prefix/share/config.site
     1608  ac_site_file2=$prefix/etc/config.site
     1609else
     1610  ac_site_file1=$ac_default_prefix/share/config.site
     1611  ac_site_file2=$ac_default_prefix/etc/config.site
     1612fi
     1613for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    15341614do
     1615  test "x$ac_site_file" = xNONE && continue
    15351616  if test -r "$ac_site_file"; then
    1536     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1537 echo "$as_me: loading site script $ac_site_file" >&6;}
     1617    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1618$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    15381619    sed 's/^/| /' "$ac_site_file" >&5
    15391620    . "$ac_site_file"
     
    15451626  # files actually), so we avoid doing that.
    15461627  if test -f "$cache_file"; then
    1547     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1548 echo "$as_me: loading cache $cache_file" >&6;}
     1628    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1629$as_echo "$as_me: loading cache $cache_file" >&6;}
    15491630    case $cache_file in
    15501631      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    15531634  fi
    15541635else
    1555   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1556 echo "$as_me: creating cache $cache_file" >&6;}
     1636  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1637$as_echo "$as_me: creating cache $cache_file" >&6;}
    15571638  >$cache_file
    15581639fi
     
    15681649  case $ac_old_set,$ac_new_set in
    15691650    set,)
    1570       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1571 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1651      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1652$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    15721653      ac_cache_corrupted=: ;;
    15731654    ,set)
    1574       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1575 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1655      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1656$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    15761657      ac_cache_corrupted=: ;;
    15771658    ,);;
    15781659    *)
    15791660      if test "x$ac_old_val" != "x$ac_new_val"; then
    1580         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1581 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1582         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1583 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1584         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1585 echo "$as_me:   current value: $ac_new_val" >&2;}
    1586         ac_cache_corrupted=:
     1661        # differences in whitespace do not lead to failure.
     1662        ac_old_val_w=`echo x $ac_old_val`
     1663        ac_new_val_w=`echo x $ac_new_val`
     1664        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1665          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1666$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1667          ac_cache_corrupted=:
     1668        else
     1669          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1670$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1671          eval $ac_var=\$ac_old_val
     1672        fi
     1673        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1674$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1675        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1676$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    15871677      fi;;
    15881678  esac
     
    15901680  if test "$ac_new_set" = set; then
    15911681    case $ac_new_val in
    1592     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1682    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    15931683    *) ac_arg=$ac_var=$ac_new_val ;;
    15941684    esac
     
    16001690done
    16011691if $ac_cache_corrupted; then
    1602   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1603 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1604   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1605 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1692  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1694  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1695$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1696  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1697$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    16061698   { (exit 1); exit 1; }; }
    16071699fi
     
    16401732  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    16411733set dummy ${ac_tool_prefix}gcc; ac_word=$2
    1642 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1643 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1734{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1735$as_echo_n "checking for $ac_word... " >&6; }
    16441736if test "${ac_cv_prog_CC+set}" = set; then
    1645   echo $ECHO_N "(cached) $ECHO_C" >&6
     1737  $as_echo_n "(cached) " >&6
    16461738else
    16471739  if test -n "$CC"; then
     
    16561748  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16571749    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    1658     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1750    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16591751    break 2
    16601752  fi
     
    16671759CC=$ac_cv_prog_CC
    16681760if test -n "$CC"; then
    1669   { echo "$as_me:$LINENO: result: $CC" >&5
    1670 echo "${ECHO_T}$CC" >&6; }
    1671 else
    1672   { echo "$as_me:$LINENO: result: no" >&5
    1673 echo "${ECHO_T}no" >&6; }
     1761  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1762$as_echo "$CC" >&6; }
     1763else
     1764  { $as_echo "$as_me:$LINENO: result: no" >&5
     1765$as_echo "no" >&6; }
    16741766fi
    16751767
     
    16801772  # Extract the first word of "gcc", so it can be a program name with args.
    16811773set dummy gcc; ac_word=$2
    1682 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1774{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1775$as_echo_n "checking for $ac_word... " >&6; }
    16841776if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1685   echo $ECHO_N "(cached) $ECHO_C" >&6
     1777  $as_echo_n "(cached) " >&6
    16861778else
    16871779  if test -n "$ac_ct_CC"; then
     
    16961788  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    16971789    ac_cv_prog_ac_ct_CC="gcc"
    1698     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1790    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    16991791    break 2
    17001792  fi
     
    17071799ac_ct_CC=$ac_cv_prog_ac_ct_CC
    17081800if test -n "$ac_ct_CC"; then
    1709   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1710 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1711 else
    1712   { echo "$as_me:$LINENO: result: no" >&5
    1713 echo "${ECHO_T}no" >&6; }
     1801  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1802$as_echo "$ac_ct_CC" >&6; }
     1803else
     1804  { $as_echo "$as_me:$LINENO: result: no" >&5
     1805$as_echo "no" >&6; }
    17141806fi
    17151807
     
    17191811    case $cross_compiling:$ac_tool_warned in
    17201812yes:)
    1721 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1722 whose name does not start with the host triplet.  If you think this
    1723 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1724 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1725 whose name does not start with the host triplet.  If you think this
    1726 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     1813{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     1814$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    17271815ac_tool_warned=yes ;;
    17281816esac
     
    17371825    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    17381826set dummy ${ac_tool_prefix}cc; ac_word=$2
    1739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1827{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1828$as_echo_n "checking for $ac_word... " >&6; }
    17411829if test "${ac_cv_prog_CC+set}" = set; then
    1742   echo $ECHO_N "(cached) $ECHO_C" >&6
     1830  $as_echo_n "(cached) " >&6
    17431831else
    17441832  if test -n "$CC"; then
     
    17531841  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    17541842    ac_cv_prog_CC="${ac_tool_prefix}cc"
    1755     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1843    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    17561844    break 2
    17571845  fi
     
    17641852CC=$ac_cv_prog_CC
    17651853if test -n "$CC"; then
    1766   { echo "$as_me:$LINENO: result: $CC" >&5
    1767 echo "${ECHO_T}$CC" >&6; }
    1768 else
    1769   { echo "$as_me:$LINENO: result: no" >&5
    1770 echo "${ECHO_T}no" >&6; }
     1854  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1855$as_echo "$CC" >&6; }
     1856else
     1857  { $as_echo "$as_me:$LINENO: result: no" >&5
     1858$as_echo "no" >&6; }
    17711859fi
    17721860
     
    17771865  # Extract the first word of "cc", so it can be a program name with args.
    17781866set dummy cc; ac_word=$2
    1779 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1867{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1868$as_echo_n "checking for $ac_word... " >&6; }
    17811869if test "${ac_cv_prog_CC+set}" = set; then
    1782   echo $ECHO_N "(cached) $ECHO_C" >&6
     1870  $as_echo_n "(cached) " >&6
    17831871else
    17841872  if test -n "$CC"; then
     
    17981886     fi
    17991887    ac_cv_prog_CC="cc"
    1800     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1888    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18011889    break 2
    18021890  fi
     
    18211909CC=$ac_cv_prog_CC
    18221910if test -n "$CC"; then
    1823   { echo "$as_me:$LINENO: result: $CC" >&5
    1824 echo "${ECHO_T}$CC" >&6; }
    1825 else
    1826   { echo "$as_me:$LINENO: result: no" >&5
    1827 echo "${ECHO_T}no" >&6; }
     1911  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1912$as_echo "$CC" >&6; }
     1913else
     1914  { $as_echo "$as_me:$LINENO: result: no" >&5
     1915$as_echo "no" >&6; }
    18281916fi
    18291917
     
    18361924    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    18371925set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    1838 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1926{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1927$as_echo_n "checking for $ac_word... " >&6; }
    18401928if test "${ac_cv_prog_CC+set}" = set; then
    1841   echo $ECHO_N "(cached) $ECHO_C" >&6
     1929  $as_echo_n "(cached) " >&6
    18421930else
    18431931  if test -n "$CC"; then
     
    18521940  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18531941    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    1854     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1942    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18551943    break 2
    18561944  fi
     
    18631951CC=$ac_cv_prog_CC
    18641952if test -n "$CC"; then
    1865   { echo "$as_me:$LINENO: result: $CC" >&5
    1866 echo "${ECHO_T}$CC" >&6; }
    1867 else
    1868   { echo "$as_me:$LINENO: result: no" >&5
    1869 echo "${ECHO_T}no" >&6; }
     1953  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     1954$as_echo "$CC" >&6; }
     1955else
     1956  { $as_echo "$as_me:$LINENO: result: no" >&5
     1957$as_echo "no" >&6; }
    18701958fi
    18711959
     
    18801968  # Extract the first word of "$ac_prog", so it can be a program name with args.
    18811969set dummy $ac_prog; ac_word=$2
    1882 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    1883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1970{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     1971$as_echo_n "checking for $ac_word... " >&6; }
    18841972if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    1885   echo $ECHO_N "(cached) $ECHO_C" >&6
     1973  $as_echo_n "(cached) " >&6
    18861974else
    18871975  if test -n "$ac_ct_CC"; then
     
    18961984  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    18971985    ac_cv_prog_ac_ct_CC="$ac_prog"
    1898     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1986    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    18991987    break 2
    19001988  fi
     
    19071995ac_ct_CC=$ac_cv_prog_ac_ct_CC
    19081996if test -n "$ac_ct_CC"; then
    1909   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    1910 echo "${ECHO_T}$ac_ct_CC" >&6; }
    1911 else
    1912   { echo "$as_me:$LINENO: result: no" >&5
    1913 echo "${ECHO_T}no" >&6; }
     1997  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     1998$as_echo "$ac_ct_CC" >&6; }
     1999else
     2000  { $as_echo "$as_me:$LINENO: result: no" >&5
     2001$as_echo "no" >&6; }
    19142002fi
    19152003
     
    19232011    case $cross_compiling:$ac_tool_warned in
    19242012yes:)
    1925 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    1926 whose name does not start with the host triplet.  If you think this
    1927 configuration is useful to you, please write to autoconf@gnu.org." >&5
    1928 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    1929 whose name does not start with the host triplet.  If you think this
    1930 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2013{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2014$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    19312015ac_tool_warned=yes ;;
    19322016esac
     
    19382022
    19392023
    1940 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2024test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2025$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2026{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    19412027See \`config.log' for more details." >&5
    1942 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2028$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    19432029See \`config.log' for more details." >&2;}
    1944    { (exit 1); exit 1; }; }
     2030   { (exit 1); exit 1; }; }; }
    19452031
    19462032# Provide some information about the compiler.
    1947 echo "$as_me:$LINENO: checking for C compiler version" >&5
    1948 ac_compiler=`set X $ac_compile; echo $2`
     2033$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2034set X $ac_compile
     2035ac_compiler=$2
    19492036{ (ac_try="$ac_compiler --version >&5"
    19502037case "(($ac_try" in
     
    19522039  *) ac_try_echo=$ac_try;;
    19532040esac
    1954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2041eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2042$as_echo "$ac_try_echo") >&5
    19552043  (eval "$ac_compiler --version >&5") 2>&5
    19562044  ac_status=$?
    1957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2045  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19582046  (exit $ac_status); }
    19592047{ (ac_try="$ac_compiler -v >&5"
     
    19622050  *) ac_try_echo=$ac_try;;
    19632051esac
    1964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2052eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2053$as_echo "$ac_try_echo") >&5
    19652054  (eval "$ac_compiler -v >&5") 2>&5
    19662055  ac_status=$?
    1967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2056  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19682057  (exit $ac_status); }
    19692058{ (ac_try="$ac_compiler -V >&5"
     
    19722061  *) ac_try_echo=$ac_try;;
    19732062esac
    1974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2063eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2064$as_echo "$ac_try_echo") >&5
    19752065  (eval "$ac_compiler -V >&5") 2>&5
    19762066  ac_status=$?
    1977   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2067  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19782068  (exit $ac_status); }
    19792069
     
    19942084_ACEOF
    19952085ac_clean_files_save=$ac_clean_files
    1996 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2086ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    19972087# Try to create an executable without -o first, disregard a.out.
    19982088# It will help us diagnose broken compilers, and finding out an intuition
    19992089# of exeext.
    2000 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2001 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2002 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2003 #
    2004 # List of possible output files, starting from the most likely.
    2005 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2006 # only as a last resort.  b.out is created by i960 compilers.
    2007 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2008 #
    2009 # The IRIX 6 linker writes into existing files which may not be
    2010 # executable, retaining their permissions.  Remove them first so a
    2011 # subsequent execution test works.
     2090{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2091$as_echo_n "checking for C compiler default output file name... " >&6; }
     2092ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2093
     2094# The possible output files:
     2095ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2096
    20122097ac_rmfiles=
    20132098for ac_file in $ac_files
    20142099do
    20152100  case $ac_file in
    2016     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2101    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    20172102    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    20182103  esac
     
    20252110  *) ac_try_echo=$ac_try;;
    20262111esac
    2027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2112eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2113$as_echo "$ac_try_echo") >&5
    20282114  (eval "$ac_link_default") 2>&5
    20292115  ac_status=$?
    2030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2116  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20312117  (exit $ac_status); }; then
    20322118  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    20392125  test -f "$ac_file" || continue
    20402126  case $ac_file in
    2041     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2127    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    20422128        ;;
    20432129    [ab].out )
     
    20662152fi
    20672153
    2068 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2069 echo "${ECHO_T}$ac_file" >&6; }
     2154{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2155$as_echo "$ac_file" >&6; }
    20702156if test -z "$ac_file"; then
    2071   echo "$as_me: failed program was:" >&5
     2157  $as_echo "$as_me: failed program was:" >&5
    20722158sed 's/^/| /' conftest.$ac_ext >&5
    20732159
    2074 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2160{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2162{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    20752163See \`config.log' for more details." >&5
    2076 echo "$as_me: error: C compiler cannot create executables
     2164$as_echo "$as_me: error: C compiler cannot create executables
    20772165See \`config.log' for more details." >&2;}
    2078    { (exit 77); exit 77; }; }
     2166   { (exit 77); exit 77; }; }; }
    20792167fi
    20802168
     
    20832171# Check that the compiler produces executables we can run.  If not, either
    20842172# the compiler is broken, or we cross compile.
    2085 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2086 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2173{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2174$as_echo_n "checking whether the C compiler works... " >&6; }
    20872175# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    20882176# If not cross compiling, check that we can run a simple program.
     
    20932181  *) ac_try_echo=$ac_try;;
    20942182esac
    2095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2183eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2184$as_echo "$ac_try_echo") >&5
    20962185  (eval "$ac_try") 2>&5
    20972186  ac_status=$?
    2098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2187  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    20992188  (exit $ac_status); }; }; then
    21002189    cross_compiling=no
     
    21032192        cross_compiling=yes
    21042193    else
    2105         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2194        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2195$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2196{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    21062197If you meant to cross compile, use \`--host'.
    21072198See \`config.log' for more details." >&5
    2108 echo "$as_me: error: cannot run C compiled programs.
     2199$as_echo "$as_me: error: cannot run C compiled programs.
    21092200If you meant to cross compile, use \`--host'.
    21102201See \`config.log' for more details." >&2;}
    2111    { (exit 1); exit 1; }; }
     2202   { (exit 1); exit 1; }; }; }
    21122203    fi
    21132204  fi
    21142205fi
    2115 { echo "$as_me:$LINENO: result: yes" >&5
    2116 echo "${ECHO_T}yes" >&6; }
    2117 
    2118 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2206{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2207$as_echo "yes" >&6; }
     2208
     2209rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    21192210ac_clean_files=$ac_clean_files_save
    21202211# Check that the compiler produces executables we can run.  If not, either
    21212212# the compiler is broken, or we cross compile.
    2122 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2123 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2124 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2125 echo "${ECHO_T}$cross_compiling" >&6; }
    2126 
    2127 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2128 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2213{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2214$as_echo_n "checking whether we are cross compiling... " >&6; }
     2215{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2216$as_echo "$cross_compiling" >&6; }
     2217
     2218{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2219$as_echo_n "checking for suffix of executables... " >&6; }
    21292220if { (ac_try="$ac_link"
    21302221case "(($ac_try" in
     
    21322223  *) ac_try_echo=$ac_try;;
    21332224esac
    2134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2225eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2226$as_echo "$ac_try_echo") >&5
    21352227  (eval "$ac_link") 2>&5
    21362228  ac_status=$?
    2137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2229  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21382230  (exit $ac_status); }; then
    21392231  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    21442236  test -f "$ac_file" || continue
    21452237  case $ac_file in
    2146     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2238    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    21472239    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    21482240          break;;
     
    21512243done
    21522244else
    2153   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2245  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2246$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2247{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    21542248See \`config.log' for more details." >&5
    2155 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2249$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    21562250See \`config.log' for more details." >&2;}
    2157    { (exit 1); exit 1; }; }
     2251   { (exit 1); exit 1; }; }; }
    21582252fi
    21592253
    21602254rm -f conftest$ac_cv_exeext
    2161 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2162 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2255{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2256$as_echo "$ac_cv_exeext" >&6; }
    21632257
    21642258rm -f conftest.$ac_ext
    21652259EXEEXT=$ac_cv_exeext
    21662260ac_exeext=$EXEEXT
    2167 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2168 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2261{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2262$as_echo_n "checking for suffix of object files... " >&6; }
    21692263if test "${ac_cv_objext+set}" = set; then
    2170   echo $ECHO_N "(cached) $ECHO_C" >&6
     2264  $as_echo_n "(cached) " >&6
    21712265else
    21722266  cat >conftest.$ac_ext <<_ACEOF
     
    21912285  *) ac_try_echo=$ac_try;;
    21922286esac
    2193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2287eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2288$as_echo "$ac_try_echo") >&5
    21942289  (eval "$ac_compile") 2>&5
    21952290  ac_status=$?
    2196   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2291  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    21972292  (exit $ac_status); }; then
    21982293  for ac_file in conftest.o conftest.obj conftest.*; do
    21992294  test -f "$ac_file" || continue;
    22002295  case $ac_file in
    2201     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2296    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    22022297    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    22032298       break;;
     
    22052300done
    22062301else
    2207   echo "$as_me: failed program was:" >&5
     2302  $as_echo "$as_me: failed program was:" >&5
    22082303sed 's/^/| /' conftest.$ac_ext >&5
    22092304
    2210 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2305{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2306$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2307{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    22112308See \`config.log' for more details." >&5
    2212 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2309$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    22132310See \`config.log' for more details." >&2;}
    2214    { (exit 1); exit 1; }; }
     2311   { (exit 1); exit 1; }; }; }
    22152312fi
    22162313
    22172314rm -f conftest.$ac_cv_objext conftest.$ac_ext
    22182315fi
    2219 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2220 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2316{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2317$as_echo "$ac_cv_objext" >&6; }
    22212318OBJEXT=$ac_cv_objext
    22222319ac_objext=$OBJEXT
    2223 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2224 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2320{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2321$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    22252322if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2226   echo $ECHO_N "(cached) $ECHO_C" >&6
     2323  $as_echo_n "(cached) " >&6
    22272324else
    22282325  cat >conftest.$ac_ext <<_ACEOF
     
    22502347  *) ac_try_echo=$ac_try;;
    22512348esac
    2252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2349eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2350$as_echo "$ac_try_echo") >&5
    22532351  (eval "$ac_compile") 2>conftest.er1
    22542352  ac_status=$?
     
    22562354  rm -f conftest.er1
    22572355  cat conftest.err >&5
    2258   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2356  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    22592357  (exit $ac_status); } && {
    22602358         test -z "$ac_c_werror_flag" ||
     
    22632361  ac_compiler_gnu=yes
    22642362else
    2265   echo "$as_me: failed program was:" >&5
     2363  $as_echo "$as_me: failed program was:" >&5
    22662364sed 's/^/| /' conftest.$ac_ext >&5
    22672365
     
    22732371
    22742372fi
    2275 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2276 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    2277 GCC=`test $ac_compiler_gnu = yes && echo yes`
     2373{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2374$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     2375if test $ac_compiler_gnu = yes; then
     2376  GCC=yes
     2377else
     2378  GCC=
     2379fi
    22782380ac_test_CFLAGS=${CFLAGS+set}
    22792381ac_save_CFLAGS=$CFLAGS
    2280 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2281 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     2382{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2383$as_echo_n "checking whether $CC accepts -g... " >&6; }
    22822384if test "${ac_cv_prog_cc_g+set}" = set; then
    2283   echo $ECHO_N "(cached) $ECHO_C" >&6
     2385  $as_echo_n "(cached) " >&6
    22842386else
    22852387  ac_save_c_werror_flag=$ac_c_werror_flag
     
    23082410  *) ac_try_echo=$ac_try;;
    23092411esac
    2310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2413$as_echo "$ac_try_echo") >&5
    23112414  (eval "$ac_compile") 2>conftest.er1
    23122415  ac_status=$?
     
    23142417  rm -f conftest.er1
    23152418  cat conftest.err >&5
    2316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23172420  (exit $ac_status); } && {
    23182421         test -z "$ac_c_werror_flag" ||
     
    23212424  ac_cv_prog_cc_g=yes
    23222425else
    2323   echo "$as_me: failed program was:" >&5
     2426  $as_echo "$as_me: failed program was:" >&5
    23242427sed 's/^/| /' conftest.$ac_ext >&5
    23252428
     
    23462449  *) ac_try_echo=$ac_try;;
    23472450esac
    2348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2451eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2452$as_echo "$ac_try_echo") >&5
    23492453  (eval "$ac_compile") 2>conftest.er1
    23502454  ac_status=$?
     
    23522456  rm -f conftest.er1
    23532457  cat conftest.err >&5
    2354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2458  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23552459  (exit $ac_status); } && {
    23562460         test -z "$ac_c_werror_flag" ||
     
    23592463  :
    23602464else
    2361   echo "$as_me: failed program was:" >&5
     2465  $as_echo "$as_me: failed program was:" >&5
    23622466sed 's/^/| /' conftest.$ac_ext >&5
    23632467
     
    23852489  *) ac_try_echo=$ac_try;;
    23862490esac
    2387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2491eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2492$as_echo "$ac_try_echo") >&5
    23882493  (eval "$ac_compile") 2>conftest.er1
    23892494  ac_status=$?
     
    23912496  rm -f conftest.er1
    23922497  cat conftest.err >&5
    2393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2498  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    23942499  (exit $ac_status); } && {
    23952500         test -z "$ac_c_werror_flag" ||
     
    23982503  ac_cv_prog_cc_g=yes
    23992504else
    2400   echo "$as_me: failed program was:" >&5
     2505  $as_echo "$as_me: failed program was:" >&5
    24012506sed 's/^/| /' conftest.$ac_ext >&5
    24022507
     
    24132518   ac_c_werror_flag=$ac_save_c_werror_flag
    24142519fi
    2415 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2416 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     2520{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2521$as_echo "$ac_cv_prog_cc_g" >&6; }
    24172522if test "$ac_test_CFLAGS" = set; then
    24182523  CFLAGS=$ac_save_CFLAGS
     
    24302535  fi
    24312536fi
    2432 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2433 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     2537{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2538$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    24342539if test "${ac_cv_prog_cc_c89+set}" = set; then
    2435   echo $ECHO_N "(cached) $ECHO_C" >&6
     2540  $as_echo_n "(cached) " >&6
    24362541else
    24372542  ac_cv_prog_cc_c89=no
     
    25042609  *) ac_try_echo=$ac_try;;
    25052610esac
    2506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2611eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2612$as_echo "$ac_try_echo") >&5
    25072613  (eval "$ac_compile") 2>conftest.er1
    25082614  ac_status=$?
     
    25102616  rm -f conftest.er1
    25112617  cat conftest.err >&5
    2512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2618  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25132619  (exit $ac_status); } && {
    25142620         test -z "$ac_c_werror_flag" ||
     
    25172623  ac_cv_prog_cc_c89=$ac_arg
    25182624else
    2519   echo "$as_me: failed program was:" >&5
     2625  $as_echo "$as_me: failed program was:" >&5
    25202626sed 's/^/| /' conftest.$ac_ext >&5
    25212627
     
    25332639case "x$ac_cv_prog_cc_c89" in
    25342640  x)
    2535     { echo "$as_me:$LINENO: result: none needed" >&5
    2536 echo "${ECHO_T}none needed" >&6; } ;;
     2641    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     2642$as_echo "none needed" >&6; } ;;
    25372643  xno)
    2538     { echo "$as_me:$LINENO: result: unsupported" >&5
    2539 echo "${ECHO_T}unsupported" >&6; } ;;
     2644    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     2645$as_echo "unsupported" >&6; } ;;
    25402646  *)
    25412647    CC="$CC $ac_cv_prog_cc_c89"
    2542     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    2543 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     2648    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2649$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    25442650esac
    25452651
     
    25572663  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    25582664set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2665{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2666$as_echo_n "checking for $ac_word... " >&6; }
    25612667if test "${ac_cv_prog_RANLIB+set}" = set; then
    2562   echo $ECHO_N "(cached) $ECHO_C" >&6
     2668  $as_echo_n "(cached) " >&6
    25632669else
    25642670  if test -n "$RANLIB"; then
     
    25732679  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25742680    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2575     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2681    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25762682    break 2
    25772683  fi
     
    25842690RANLIB=$ac_cv_prog_RANLIB
    25852691if test -n "$RANLIB"; then
    2586   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    2587 echo "${ECHO_T}$RANLIB" >&6; }
    2588 else
    2589   { echo "$as_me:$LINENO: result: no" >&5
    2590 echo "${ECHO_T}no" >&6; }
     2692  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     2693$as_echo "$RANLIB" >&6; }
     2694else
     2695  { $as_echo "$as_me:$LINENO: result: no" >&5
     2696$as_echo "no" >&6; }
    25912697fi
    25922698
     
    25972703  # Extract the first word of "ranlib", so it can be a program name with args.
    25982704set dummy ranlib; ac_word=$2
    2599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2705{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2706$as_echo_n "checking for $ac_word... " >&6; }
    26012707if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2602   echo $ECHO_N "(cached) $ECHO_C" >&6
     2708  $as_echo_n "(cached) " >&6
    26032709else
    26042710  if test -n "$ac_ct_RANLIB"; then
     
    26132719  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26142720    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2615     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2721    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26162722    break 2
    26172723  fi
     
    26242730ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    26252731if test -n "$ac_ct_RANLIB"; then
    2626   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2627 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    2628 else
    2629   { echo "$as_me:$LINENO: result: no" >&5
    2630 echo "${ECHO_T}no" >&6; }
     2732  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2733$as_echo "$ac_ct_RANLIB" >&6; }
     2734else
     2735  { $as_echo "$as_me:$LINENO: result: no" >&5
     2736$as_echo "no" >&6; }
    26312737fi
    26322738
     
    26362742    case $cross_compiling:$ac_tool_warned in
    26372743yes:)
    2638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2639 whose name does not start with the host triplet.  If you think this
    2640 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2642 whose name does not start with the host triplet.  If you think this
    2643 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2744{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2745$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    26442746ac_tool_warned=yes ;;
    26452747esac
     
    26812783    *${as_nl}*)
    26822784      case $ac_var in #(
    2683       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    2684 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     2785      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     2786$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    26852787      esac
    26862788      case $ac_var in #(
    26872789      _ | IFS | as_nl) ;; #(
     2790      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    26882791      *) $as_unset $ac_var ;;
    26892792      esac ;;
     
    27182821  if test -w "$cache_file"; then
    27192822    test "x$cache_file" != "x/dev/null" &&
    2720       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    2721 echo "$as_me: updating cache $cache_file" >&6;}
     2823      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     2824$as_echo "$as_me: updating cache $cache_file" >&6;}
    27222825    cat confcache >$cache_file
    27232826  else
    2724     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    2725 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     2827    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     2828$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    27262829  fi
    27272830fi
     
    27402843# look for a macro that doesn't take arguments.
    27412844ac_script='
     2845:mline
     2846/\\$/{
     2847 N
     2848 s,\\\n,,
     2849 b mline
     2850}
    27422851t clear
    27432852:clear
     
    27692878  # 1. Remove the extension, and $U if already installed.
    27702879  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    2771   ac_i=`echo "$ac_i" | sed "$ac_script"`
     2880  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    27722881  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    27732882  #    will be set to the directory where LIBOBJS objects are built.
     
    27822891
    27832892: ${CONFIG_STATUS=./config.status}
     2893ac_write_fail=0
    27842894ac_clean_files_save=$ac_clean_files
    27852895ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    2786 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    2787 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    2788 cat >$CONFIG_STATUS <<_ACEOF
     2896{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     2897$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     2898cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    27892899#! $SHELL
    27902900# Generated by $as_me.
     
    27992909_ACEOF
    28002910
    2801 cat >>$CONFIG_STATUS <<\_ACEOF
     2911cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    28022912## --------------------- ##
    28032913## M4sh Initialization.  ##
     
    28092919  emulate sh
    28102920  NULLCMD=:
    2811   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     2921  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    28122922  # is contrary to our usage.  Disable this feature.
    28132923  alias -g '${1+"$@"}'='"$@"'
     
    28312941as_cr_alnum=$as_cr_Letters$as_cr_digits
    28322942
     2943as_nl='
     2944'
     2945export as_nl
     2946# Printing a long string crashes Solaris 7 /usr/bin/printf.
     2947as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     2948as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     2949as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     2950if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     2951  as_echo='printf %s\n'
     2952  as_echo_n='printf %s'
     2953else
     2954  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     2955    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     2956    as_echo_n='/usr/ucb/echo -n'
     2957  else
     2958    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     2959    as_echo_n_body='eval
     2960      arg=$1;
     2961      case $arg in
     2962      *"$as_nl"*)
     2963        expr "X$arg" : "X\\(.*\\)$as_nl";
     2964        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     2965      esac;
     2966      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     2967    '
     2968    export as_echo_n_body
     2969    as_echo_n='sh -c $as_echo_n_body as_echo'
     2970  fi
     2971  export as_echo_body
     2972  as_echo='sh -c $as_echo_body as_echo'
     2973fi
     2974
    28332975# The user is always right.
    28342976if test "${PATH_SEPARATOR+set}" != set; then
    2835   echo "#! /bin/sh" >conf$$.sh
    2836   echo  "exit 0"   >>conf$$.sh
    2837   chmod +x conf$$.sh
    2838   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    2839     PATH_SEPARATOR=';'
    2840   else
    2841     PATH_SEPARATOR=:
    2842   fi
    2843   rm -f conf$$.sh
     2977  PATH_SEPARATOR=:
     2978  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     2979    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     2980      PATH_SEPARATOR=';'
     2981  }
    28442982fi
    28452983
     
    28572995# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    28582996# splitting by setting IFS to empty value.)
    2859 as_nl='
    2860 '
    28612997IFS=" ""        $as_nl"
    28622998
     
    28813017fi
    28823018if test ! -f "$as_myself"; then
    2883   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     3019  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    28843020  { (exit 1); exit 1; }
    28853021fi
     
    28943030
    28953031# NLS nuisances.
    2896 for as_var in \
    2897   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    2898   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    2899   LC_TELEPHONE LC_TIME
    2900 do
    2901   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    2902     eval $as_var=C; export $as_var
    2903   else
    2904     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    2905   fi
    2906 done
     3032LC_ALL=C
     3033export LC_ALL
     3034LANGUAGE=C
     3035export LANGUAGE
    29073036
    29083037# Required to use basename.
     
    29263055         X"$0" : 'X\(//\)$' \| \
    29273056         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    2928 echo X/"$0" |
     3057$as_echo X/"$0" |
    29293058    sed '/^.*\/\([^/][^/]*\)\/*$/{
    29303059            s//\1/
     
    29773106    ' >$as_me.lineno &&
    29783107  chmod +x "$as_me.lineno" ||
    2979     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     3108    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    29803109   { (exit 1); exit 1; }; }
    29813110
     
    30053134  ECHO_N='-n';;
    30063135esac
    3007 
    30083136if expr a : '\(a\)' >/dev/null 2>&1 &&
    30093137   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    30183146else
    30193147  rm -f conf$$.dir
    3020   mkdir conf$$.dir
    3021 fi
    3022 echo >conf$$.file
    3023 if ln -s conf$$.file conf$$ 2>/dev/null; then
    3024   as_ln_s='ln -s'
    3025   # ... but there are two gotchas:
    3026   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    3027   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    3028   # In both cases, we have to default to `cp -p'.
    3029   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     3148  mkdir conf$$.dir 2>/dev/null
     3149fi
     3150if (echo >conf$$.file) 2>/dev/null; then
     3151  if ln -s conf$$.file conf$$ 2>/dev/null; then
     3152    as_ln_s='ln -s'
     3153    # ... but there are two gotchas:
     3154    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     3155    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     3156    # In both cases, we have to default to `cp -p'.
     3157    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     3158      as_ln_s='cp -p'
     3159  elif ln conf$$.file conf$$ 2>/dev/null; then
     3160    as_ln_s=ln
     3161  else
    30303162    as_ln_s='cp -p'
    3031 elif ln conf$$.file conf$$ 2>/dev/null; then
    3032   as_ln_s=ln
     3163  fi
    30333164else
    30343165  as_ln_s='cp -p'
     
    30553186    eval sh -c '\''
    30563187      if test -d "$1"; then
    3057         test -d "$1/.";
     3188        test -d "$1/.";
    30583189      else
    30593190        case $1 in
    3060         -*)set "./$1";;
     3191        -*)set "./$1";;
    30613192        esac;
    30623193        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    30813212ac_log="
    30823213This file was extended by $as_me, which was
    3083 generated by GNU Autoconf 2.61.  Invocation command line was
     3214generated by GNU Autoconf 2.63.  Invocation command line was
    30843215
    30853216  CONFIG_FILES    = $CONFIG_FILES
     
    30943225_ACEOF
    30953226
    3096 cat >>$CONFIG_STATUS <<_ACEOF
     3227case $ac_config_files in *"
     3228"*) set x $ac_config_files; shift; ac_config_files=$*;;
     3229esac
     3230
     3231
     3232
     3233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    30973234# Files that config.status was made for.
    30983235config_files="$ac_config_files"
     
    31003237_ACEOF
    31013238
    3102 cat >>$CONFIG_STATUS <<\_ACEOF
     3239cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    31033240ac_cs_usage="\
    31043241\`$as_me' instantiates files from templates according to the
    31053242current configuration.
    31063243
    3107 Usage: $0 [OPTIONS] [FILE]...
     3244Usage: $0 [OPTION]... [FILE]...
    31083245
    31093246  -h, --help       print this help, then exit
    31103247  -V, --version    print version number and configuration settings, then exit
    3111   -q, --quiet      do not print progress messages
     3248  -q, --quiet, --silent
     3249                   do not print progress messages
    31123250  -d, --debug      don't remove temporary files
    31133251      --recheck    update $as_me by reconfiguring in the same conditions
    3114   --file=FILE[:TEMPLATE]
    3115                    instantiate the configuration file FILE
     3252      --file=FILE[:TEMPLATE]
     3253                   instantiate the configuration file FILE
    31163254
    31173255Configuration files:
     
    31213259
    31223260_ACEOF
    3123 cat >>$CONFIG_STATUS <<_ACEOF
     3261cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    31243262ac_cs_version="\\
    31253263config.status
    3126 configured by $0, generated by GNU Autoconf 2.61,
    3127   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    3128 
    3129 Copyright (C) 2006 Free Software Foundation, Inc.
     3264configured by $0, generated by GNU Autoconf 2.63,
     3265  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     3266
     3267Copyright (C) 2008 Free Software Foundation, Inc.
    31303268This config.status script is free software; the Free Software Foundation
    31313269gives unlimited permission to copy, distribute and modify it."
     
    31333271ac_pwd='$ac_pwd'
    31343272srcdir='$srcdir'
    3135 _ACEOF
    3136 
    3137 cat >>$CONFIG_STATUS <<\_ACEOF
    3138 # If no file are specified by the user, then we need to provide default
    3139 # value.  By we need to know if files were specified by the user.
     3273test -n "\$AWK" || AWK=awk
     3274_ACEOF
     3275
     3276cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     3277# The default lists apply if the user does not specify any file.
    31403278ac_need_defaults=:
    31413279while test $# != 0
     
    31593297    ac_cs_recheck=: ;;
    31603298  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    3161     echo "$ac_cs_version"; exit ;;
     3299    $as_echo "$ac_cs_version"; exit ;;
    31623300  --debug | --debu | --deb | --de | --d | -d )
    31633301    debug=: ;;
    31643302  --file | --fil | --fi | --f )
    31653303    $ac_shift
    3166     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     3304    case $ac_optarg in
     3305    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     3306    esac
     3307    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    31673308    ac_need_defaults=false;;
    31683309  --he | --h |  --help | --hel | -h )
    3169     echo "$ac_cs_usage"; exit ;;
     3310    $as_echo "$ac_cs_usage"; exit ;;
    31703311  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    31713312  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    31733314
    31743315  # This is an error.
    3175   -*) { echo "$as_me: error: unrecognized option: $1
     3316  -*) { $as_echo "$as_me: error: unrecognized option: $1
    31763317Try \`$0 --help' for more information." >&2
    31773318   { (exit 1); exit 1; }; } ;;
     
    31923333
    31933334_ACEOF
    3194 cat >>$CONFIG_STATUS <<_ACEOF
     3335cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    31953336if \$ac_cs_recheck; then
    3196   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    3197   CONFIG_SHELL=$SHELL
     3337  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     3338  shift
     3339  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     3340  CONFIG_SHELL='$SHELL'
    31983341  export CONFIG_SHELL
    3199   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    3200 fi
    3201 
    3202 _ACEOF
    3203 cat >>$CONFIG_STATUS <<\_ACEOF
     3342  exec "\$@"
     3343fi
     3344
     3345_ACEOF
     3346cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    32043347exec 5>>config.log
    32053348{
     
    32083351## Running $as_me. ##
    32093352_ASBOX
    3210   echo "$ac_log"
     3353  $as_echo "$ac_log"
    32113354} >&5
    32123355
    32133356_ACEOF
    3214 cat >>$CONFIG_STATUS <<_ACEOF
    3215 _ACEOF
    3216 
    3217 cat >>$CONFIG_STATUS <<\_ACEOF
     3357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3358_ACEOF
     3359
     3360cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    32183361
    32193362# Handling of arguments.
     
    32233366    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    32243367
    3225   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    3226 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     3368  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     3369$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    32273370   { (exit 1); exit 1; }; };;
    32283371  esac
     
    32633406} ||
    32643407{
    3265    echo "$me: cannot create a temporary directory in ." >&2
     3408   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    32663409   { (exit 1); exit 1; }
    32673410}
    32683411
    3269 #
    3270 # Set up the sed scripts for CONFIG_FILES section.
    3271 #
    3272 
    3273 # No need to generate the scripts if there are no CONFIG_FILES.
    3274 # This happens for instance when ./config.status config.h
     3412# Set up the scripts for CONFIG_FILES section.
     3413# No need to generate them if there are no CONFIG_FILES.
     3414# This happens for instance with `./config.status config.h'.
    32753415if test -n "$CONFIG_FILES"; then
    32763416
    3277 _ACEOF
    3278 
    3279 
    3280 
     3417
     3418ac_cr='
     3419'
     3420ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     3421if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     3422  ac_cs_awk_cr='\\r'
     3423else
     3424  ac_cs_awk_cr=$ac_cr
     3425fi
     3426
     3427echo 'BEGIN {' >"$tmp/subs1.awk" &&
     3428_ACEOF
     3429
     3430
     3431{
     3432  echo "cat >conf$$subs.awk <<_ACEOF" &&
     3433  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     3434  echo "_ACEOF"
     3435} >conf$$subs.sh ||
     3436  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3437$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3438   { (exit 1); exit 1; }; }
     3439ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    32813440ac_delim='%!_!# '
    32823441for ac_last_try in false false false false false :; do
    3283   cat >conf$$subs.sed <<_ACEOF
    3284 SHELL!$SHELL$ac_delim
    3285 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    3286 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    3287 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    3288 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    3289 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    3290 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    3291 exec_prefix!$exec_prefix$ac_delim
    3292 prefix!$prefix$ac_delim
    3293 program_transform_name!$program_transform_name$ac_delim
    3294 bindir!$bindir$ac_delim
    3295 sbindir!$sbindir$ac_delim
    3296 libexecdir!$libexecdir$ac_delim
    3297 datarootdir!$datarootdir$ac_delim
    3298 datadir!$datadir$ac_delim
    3299 sysconfdir!$sysconfdir$ac_delim
    3300 sharedstatedir!$sharedstatedir$ac_delim
    3301 localstatedir!$localstatedir$ac_delim
    3302 includedir!$includedir$ac_delim
    3303 oldincludedir!$oldincludedir$ac_delim
    3304 docdir!$docdir$ac_delim
    3305 infodir!$infodir$ac_delim
    3306 htmldir!$htmldir$ac_delim
    3307 dvidir!$dvidir$ac_delim
    3308 pdfdir!$pdfdir$ac_delim
    3309 psdir!$psdir$ac_delim
    3310 libdir!$libdir$ac_delim
    3311 localedir!$localedir$ac_delim
    3312 mandir!$mandir$ac_delim
    3313 DEFS!$DEFS$ac_delim
    3314 ECHO_C!$ECHO_C$ac_delim
    3315 ECHO_N!$ECHO_N$ac_delim
    3316 ECHO_T!$ECHO_T$ac_delim
    3317 LIBS!$LIBS$ac_delim
    3318 build_alias!$build_alias$ac_delim
    3319 host_alias!$host_alias$ac_delim
    3320 target_alias!$target_alias$ac_delim
    3321 CC!$CC$ac_delim
    3322 CFLAGS!$CFLAGS$ac_delim
    3323 LDFLAGS!$LDFLAGS$ac_delim
    3324 CPPFLAGS!$CPPFLAGS$ac_delim
    3325 ac_ct_CC!$ac_ct_CC$ac_delim
    3326 EXEEXT!$EXEEXT$ac_delim
    3327 OBJEXT!$OBJEXT$ac_delim
    3328 RANLIB!$RANLIB$ac_delim
    3329 LIBOBJS!$LIBOBJS$ac_delim
    3330 LTLIBOBJS!$LTLIBOBJS$ac_delim
    3331 _ACEOF
    3332 
    3333   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 47; then
     3442  . ./conf$$subs.sh ||
     3443    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3444$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3445   { (exit 1); exit 1; }; }
     3446
     3447  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     3448  if test $ac_delim_n = $ac_delim_num; then
    33343449    break
    33353450  elif $ac_last_try; then
    3336     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    3337 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     3451    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     3452$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    33383453   { (exit 1); exit 1; }; }
    33393454  else
     
    33413456  fi
    33423457done
    3343 
    3344 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    3345 if test -n "$ac_eof"; then
    3346   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    3347   ac_eof=`expr $ac_eof + 1`
    3348 fi
    3349 
    3350 cat >>$CONFIG_STATUS <<_ACEOF
    3351 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    3352 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    3353 _ACEOF
    3354 sed '
    3355 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    3356 s/^/s,@/; s/!/@,|#_!!_#|/
    3357 :n
    3358 t n
    3359 s/'"$ac_delim"'$/,g/; t
    3360 s/$/\\/; p
    3361 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    3362 ' >>$CONFIG_STATUS <conf$$subs.sed
    3363 rm -f conf$$subs.sed
    3364 cat >>$CONFIG_STATUS <<_ACEOF
    3365 :end
    3366 s/|#_!!_#|//g
    3367 CEOF$ac_eof
    3368 _ACEOF
    3369 
     3458rm -f conf$$subs.sh
     3459
     3460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3461cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     3462_ACEOF
     3463sed -n '
     3464h
     3465s/^/S["/; s/!.*/"]=/
     3466p
     3467g
     3468s/^[^!]*!//
     3469:repl
     3470t repl
     3471s/'"$ac_delim"'$//
     3472t delim
     3473:nl
     3474h
     3475s/\(.\{148\}\).*/\1/
     3476t more1
     3477s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     3478p
     3479n
     3480b repl
     3481:more1
     3482s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     3483p
     3484g
     3485s/.\{148\}//
     3486t nl
     3487:delim
     3488h
     3489s/\(.\{148\}\).*/\1/
     3490t more2
     3491s/["\\]/\\&/g; s/^/"/; s/$/"/
     3492p
     3493b
     3494:more2
     3495s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     3496p
     3497g
     3498s/.\{148\}//
     3499t delim
     3500' <conf$$subs.awk | sed '
     3501/^[^""]/{
     3502  N
     3503  s/\n//
     3504}
     3505' >>$CONFIG_STATUS || ac_write_fail=1
     3506rm -f conf$$subs.awk
     3507cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3508_ACAWK
     3509cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     3510  for (key in S) S_is_set[key] = 1
     3511  FS = ""
     3512
     3513}
     3514{
     3515  line = $ 0
     3516  nfields = split(line, field, "@")
     3517  substed = 0
     3518  len = length(field[1])
     3519  for (i = 2; i < nfields; i++) {
     3520    key = field[i]
     3521    keylen = length(key)
     3522    if (S_is_set[key]) {
     3523      value = S[key]
     3524      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     3525      len += length(value) + length(field[++i])
     3526      substed = 1
     3527    } else
     3528      len += 1 + keylen
     3529  }
     3530
     3531  print line
     3532}
     3533
     3534_ACAWK
     3535_ACEOF
     3536cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     3537if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     3538  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     3539else
     3540  cat
     3541fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     3542  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     3543$as_echo "$as_me: error: could not setup config files machinery" >&2;}
     3544   { (exit 1); exit 1; }; }
     3545_ACEOF
    33703546
    33713547# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    33843560fi
    33853561
    3386 cat >>$CONFIG_STATUS <<\_ACEOF
     3562cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    33873563fi # test -n "$CONFIG_FILES"
    33883564
    33893565
    3390 for ac_tag in  :F $CONFIG_FILES
     3566eval set X "  :F $CONFIG_FILES      "
     3567shift
     3568for ac_tag
    33913569do
    33923570  case $ac_tag in
     
    33953573  case $ac_mode$ac_tag in
    33963574  :[FHL]*:*);;
    3397   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    3398 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     3575  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     3576$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    33993577   { (exit 1); exit 1; }; };;
    34003578  :[FH]-) ac_tag=-:-;;
     
    34253603           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    34263604           esac ||
    3427            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    3428 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     3605           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     3606$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    34293607   { (exit 1); exit 1; }; };;
    34303608      esac
    3431       ac_file_inputs="$ac_file_inputs $ac_f"
     3609      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     3610      ac_file_inputs="$ac_file_inputs '$ac_f'"
    34323611    done
    34333612
     
    34353614    # use $as_me), people would be surprised to read:
    34363615    #    /* config.h.  Generated by config.status.  */
    3437     configure_input="Generated from "`IFS=:
    3438           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     3616    configure_input='Generated from '`
     3617          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     3618        `' by configure.'
    34393619    if test x"$ac_file" != x-; then
    34403620      configure_input="$ac_file.  $configure_input"
    3441       { echo "$as_me:$LINENO: creating $ac_file" >&5
    3442 echo "$as_me: creating $ac_file" >&6;}
     3621      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     3622$as_echo "$as_me: creating $ac_file" >&6;}
    34433623    fi
     3624    # Neutralize special characters interpreted by sed in replacement strings.
     3625    case $configure_input in #(
     3626    *\&* | *\|* | *\\* )
     3627       ac_sed_conf_input=`$as_echo "$configure_input" |
     3628       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     3629    *) ac_sed_conf_input=$configure_input;;
     3630    esac
    34443631
    34453632    case $ac_tag in
    3446     *:-:* | *:-) cat >"$tmp/stdin";;
     3633    *:-:* | *:-) cat >"$tmp/stdin" \
     3634      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3635$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3636   { (exit 1); exit 1; }; } ;;
    34473637    esac
    34483638    ;;
     
    34543644         X"$ac_file" : 'X\(//\)$' \| \
    34553645         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    3456 echo X"$ac_file" |
     3646$as_echo X"$ac_file" |
    34573647    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    34583648            s//\1/
     
    34803670    while :; do
    34813671      case $as_dir in #(
    3482       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     3672      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    34833673      *) as_qdir=$as_dir;;
    34843674      esac
     
    34893679         X"$as_dir" : 'X\(//\)$' \| \
    34903680         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    3491 echo X"$as_dir" |
     3681$as_echo X"$as_dir" |
    34923682    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    34933683            s//\1/
     
    35103700    done
    35113701    test -z "$as_dirs" || eval "mkdir $as_dirs"
    3512   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    3513 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     3702  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     3703$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    35143704   { (exit 1); exit 1; }; }; }
    35153705  ac_builddir=.
     
    35183708.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    35193709*)
    3520   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     3710  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    35213711  # A ".." for each directory in $ac_dir_suffix.
    3522   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     3712  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    35233713  case $ac_top_builddir_sub in
    35243714  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    35563746_ACEOF
    35573747
    3558 cat >>$CONFIG_STATUS <<\_ACEOF
     3748cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    35593749# If the template does not know about datarootdir, expand it.
    35603750# FIXME: This hack should be removed a few years after 2.60.
    35613751ac_datarootdir_hack=; ac_datarootdir_seen=
    35623752
    3563 case `sed -n '/datarootdir/ {
     3753ac_sed_dataroot='
     3754/datarootdir/ {
    35643755  p
    35653756  q
     
    35703761/@localedir@/p
    35713762/@mandir@/p
    3572 ' $ac_file_inputs` in
     3763'
     3764case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    35733765*datarootdir*) ac_datarootdir_seen=yes;;
    35743766*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    3575   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    3576 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    3577 _ACEOF
    3578 cat >>$CONFIG_STATUS <<_ACEOF
     3767  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     3768$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     3769_ACEOF
     3770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    35793771  ac_datarootdir_hack='
    35803772  s&@datadir@&$datadir&g
     
    35903782# Shell code in configure.ac might set extrasub.
    35913783# FIXME: do we really want to maintain this feature?
    3592 cat >>$CONFIG_STATUS <<_ACEOF
    3593   sed "$ac_vpsub
     3784cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     3785ac_sed_extra="$ac_vpsub
    35943786$extrasub
    35953787_ACEOF
    3596 cat >>$CONFIG_STATUS <<\_ACEOF
     3788cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    35973789:t
    35983790/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    3599 s&@configure_input@&$configure_input&;t t
     3791s|@configure_input@|$ac_sed_conf_input|;t t
    36003792s&@top_builddir@&$ac_top_builddir_sub&;t t
     3793s&@top_build_prefix@&$ac_top_build_prefix&;t t
    36013794s&@srcdir@&$ac_srcdir&;t t
    36023795s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    36073800s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
    36083801$ac_datarootdir_hack
    3609 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     3802"
     3803eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     3804  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3805$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3806   { (exit 1); exit 1; }; }
    36103807
    36113808test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    36123809  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    36133810  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    3614   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3811  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    36153812which seems to be undefined.  Please make sure it is defined." >&5
    3616 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3813$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    36173814which seems to be undefined.  Please make sure it is defined." >&2;}
    36183815
    36193816  rm -f "$tmp/stdin"
    36203817  case $ac_file in
    3621   -) cat "$tmp/out"; rm -f "$tmp/out";;
    3622   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    3623   esac
     3818  -) cat "$tmp/out" && rm -f "$tmp/out";;
     3819  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     3820  esac \
     3821  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     3822$as_echo "$as_me: error: could not create $ac_file" >&2;}
     3823   { (exit 1); exit 1; }; }
    36243824 ;;
    36253825
     
    36353835chmod +x $CONFIG_STATUS
    36363836ac_clean_files=$ac_clean_files_save
     3837
     3838test $ac_write_fail = 0 ||
     3839  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     3840$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     3841   { (exit 1); exit 1; }; }
    36373842
    36383843
     
    36573862  $ac_cs_success || { (exit 1); exit 1; }
    36583863fi
    3659 
     3864if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     3865  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     3866$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     3867fi
     3868
  • owl.c

    re05337e r5657d53  
    449449      owl_global_set_noneedrefresh(&g);
    450450    }
     451
     452    /* Some calls into libzephyr call Z_WaitForNotice(), which has its
     453     * own select loop and may leave zephyrs on the queue. Check for
     454     * them now, and process any we find. */
     455    owl_zephyr_process_events(NULL);
    451456
    452457    /* select on FDs we know about. */
  • owl.h

    r879e90dc r19cc0b7e  
    5252
    5353#ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.1"
     54#define OWL_VERSION_STRING "1.1.1"
    5555#endif
    5656
  • perl/modules/IRC/lib/BarnOwl/Module/IRC.pm

    re0fba58 r1b62a55  
    175175        {
    176176            summary => 'Join an IRC channel',
    177             usage   => 'irc-join [-a ALIAS] #channel',
     177            usage   => 'irc-join [-a ALIAS] #channel [KEY]',
    178178
    179179            description => <<END_DESCR
     
    431431    $channels{$chan} ||= [];
    432432    push @{$channels{$chan}}, $conn;
    433     $conn->conn->join($chan);
     433    $conn->conn->join($chan, @_);
    434434}
    435435
  • perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm

    r4df2568 r32620ac  
    110110    my $body = strip_irc_formatting([$evt->args]->[0]);
    111111    my $nick = $self->nick;
    112     BarnOwl::beep() if $body =~ /\b\Q$nick\E\b/;
    113112    $body = '* '.$evt->nick.' '.$body if $evt->type eq 'caction';
    114113    my $msg = $self->new_message($evt,
  • perlwrap.pm

    r19aeff4 r2b6de9d  
    632632    if($sender && $self->opcode eq WEBZEPHYR_OPCODE) {
    633633        $class = WEBZEPHYR_CLASS;
    634         $instance = $self->sender;
     634        $instance = $self->pretty_sender;
     635        $instance =~ s/-webzephyr$//;
    635636        $to = WEBZEPHYR_PRINCIPAL;
    636637    } elsif($self->class eq WEBZEPHYR_CLASS
     
    663664
    664665    if (lc $class ne 'message') {
    665         $cmd .= " -c " . BarnOwl::quote($self->class);
     666        $cmd .= " -c " . BarnOwl::quote($class);
    666667    }
    667668    if (lc $instance ne 'personal') {
    668         $cmd .= " -i " . BarnOwl::quote($self->instance);
     669        $cmd .= " -i " . BarnOwl::quote($instance);
    669670    }
    670671    if ($to ne '') {
  • style.c

    r864ed35 re574a00  
    5151  OWL_PERL_CALL_METHOD(s->perlobj,
    5252                       "format_message",
    53                        XPUSHs(owl_perlconfig_message2hashref(m));,
     53                       XPUSHs(sv_2mortal(owl_perlconfig_message2hashref(m)));,
    5454                       "Error in format_message: %s",
    5555                       0,
     
    7777  owl_free(indent);
    7878  if(sv)
    79     SvREFCNT_dec(body);
     79    SvREFCNT_dec(sv);
    8080}
    8181
  • util.c

    rf34dd65 r4b17a6c  
    725725  }
    726726}
    727 /* Attempts to convert 'in' to ISO-8859-1. Returns that if possible,
    728    else returns UTF-8.
     727/*
     728 * Validate 'in' as UTF-8, and either return a copy of it, or an empty
     729 * string if it is invalid utf-8.
    729730 */
    730 char * owl_get_iso_8859_1_if_possible(char *in)
     731char * owl_validate_utf8(char *in)
    731732{
    732733  char *out;
    733734  if (g_utf8_validate(in, -1, NULL)) {
    734     out = g_convert(in, -1,
    735                     "ISO-8859-1", "UTF-8",
    736                     NULL, NULL, NULL);
    737     if (!out) {
    738       out = owl_strdup(in);
    739     }
    740   }
    741   else {
     735    out = owl_strdup(in);
     736  } else {
    742737    out = owl_strdup("");
    743738  }
  • variable.c

    r4f15e8e r81a96af  
    195195               "name of a program to run that will generate zsigs",
    196196               "This program should produce a zsig on stdout when run.\n"
    197                "Note that it is important that this program not block.\n" ),
     197               "Note that it is important that this program not block.\n\n"
     198               "See the documentation for 'zsig' for more information about\n"
     199               "how the outgoing zsig is chosen."
     200               ),
    198201
    199202  OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL,
     
    211214
    212215  OWLVAR_STRING( "zsig" /* %OwlVarStub */, "",
    213                  "zephyr signature",
    214                  "If 'zsigproc' is not set, this string will be used\n"
    215                  "as a zsig.  If this is also unset, the 'zwrite-signature'\n"
    216                  "zephyr variable will be used instead.\n"),
     216                 "zephyr signature",
     217                 "The zsig to get on outgoing messages. If this variable is\n"
     218                 "unset, 'zsigproc' will be run to generate a zsig. If that is\n"
     219                 "also unset, the 'zwrite-signature' zephyr variable will be\n"
     220                 "used instead.\n"),
    217221
    218222  OWLVAR_STRING( "appendtosepbar" /* %OwlVarStub */, "",
  • zephyr.c

    re05337e r79d7d98  
    1010
    1111static GList *deferred_subs = NULL;
     12
     13#ifdef HAVE_LIBZEPHYR
    1214typedef struct _owl_sub_list {                            /* noproto */
    1315  ZSubscription_t *subs;
     
    1517} owl_sub_list;
    1618
    17 #ifdef HAVE_LIBZEPHYR
    1819Code_t ZResetAuthentication();
    1920#endif
  • zwrite.c

    r823671c r4b17a6c  
    4242        break;
    4343      }
    44       z->class=owl_get_iso_8859_1_if_possible(myargv[1]);
     44      z->class=owl_validate_utf8(myargv[1]);
    4545      myargv+=2;
    4646      myargc-=2;
     
    5050        break;
    5151      }
    52       z->inst=owl_get_iso_8859_1_if_possible(myargv[1]);
     52      z->inst=owl_validate_utf8(myargv[1]);
    5353      myargv+=2;
    5454      myargc-=2;
     
    5858        break;
    5959      }
    60       z->realm=owl_get_iso_8859_1_if_possible(myargv[1]);
     60      z->realm=owl_validate_utf8(myargv[1]);
    6161      myargv+=2;
    6262      myargc-=2;
     
    6666        break;
    6767      }
    68       z->zsig=owl_get_iso_8859_1_if_possible(myargv[1]);
     68      z->zsig=owl_validate_utf8(myargv[1]);
    6969      myargv+=2;
    7070      myargc-=2;
     
    7474        break;
    7575      }
    76       z->opcode=owl_get_iso_8859_1_if_possible(myargv[1]);
     76      z->opcode=owl_validate_utf8(myargv[1]);
    7777      myargv+=2;
    7878      myargc-=2;
     
    9191      myargv++;
    9292      myargc--;
    93       z->message=owl_get_iso_8859_1_if_possible("");
     93      z->message = owl_strdup("");
    9494      while (myargc) {
    9595        z->message=owl_realloc(z->message, strlen(z->message)+strlen(myargv[0])+5);
     
    111111    } else {
    112112      /* anything unattached is a recipient */
    113       owl_list_append_element(&(z->recips), owl_get_iso_8859_1_if_possible(myargv[0]));
     113      owl_list_append_element(&(z->recips), owl_validate_utf8(myargv[0]));
    114114      myargv++;
    115115      myargc--;
     
    152152
    153153    if (zsigowlvar && *zsigowlvar) {
    154       z->zsig=owl_get_iso_8859_1_if_possible(zsigowlvar);
     154      z->zsig=owl_validate_utf8(zsigowlvar);
    155155    } else if (zsigproc && *zsigproc) {
    156156      FILE *file;
     
    167167      if (!file) {
    168168        if (zsigzvar && *zsigzvar) {
    169           z->zsig=owl_get_iso_8859_1_if_possible(zsigzvar);
     169          z->zsig=owl_validate_utf8(zsigzvar);
    170170        }
    171171      } else {
     
    181181      }
    182182    } else if (zsigzvar) {
    183       z->zsig=owl_get_iso_8859_1_if_possible(zsigzvar);
     183      z->zsig=owl_validate_utf8(zsigzvar);
    184184    } else if (((pw=getpwuid(getuid()))!=NULL) && (pw->pw_gecos)) {
    185       z->zsig=owl_get_iso_8859_1_if_possible(pw->pw_gecos);
     185      z->zsig=owl_validate_utf8(pw->pw_gecos);
    186186      ptr=strchr(z->zsig, ',');
    187187      if (ptr) {
     
    240240      tmp = NULL;
    241241    }
    242     tmp = owl_get_iso_8859_1_if_possible(msg);
     242    tmp = owl_validate_utf8(msg);
    243243    z->message=owl_sprintf("%s\n%s", toline, tmp);
    244244    owl_free(toline);
    245245  } else {
    246     z->message=owl_get_iso_8859_1_if_possible(msg);
     246    z->message=owl_validate_utf8(msg);
    247247  }
    248248  if (tmp) owl_free(tmp);
     
    321321{
    322322  if (z->opcode) owl_free(z->opcode);
    323   z->opcode=owl_get_iso_8859_1_if_possible(opcode);
     323  z->opcode=owl_validate_utf8(opcode);
    324324}
    325325
Note: See TracChangeset for help on using the changeset viewer.