Ignore:
Timestamp:
2013-09-27T19:20:47+12:00 (11 years ago)
Author:
ak19
Message:

Repeating the changes made to greenstone configure files in gs2build and build-src configure files. Updating configure for mac (leopard), which only likes if stmts that use test and not the square brackets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/configure

    r28309 r28328  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.63.
     3# Generated by GNU Autoconf 2.61.
    44#
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     6# 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     18  # Zsh 3.x and 4.x performs 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
    40 as_nl='
    41 '
    42 export as_nl
    43 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    44 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    45 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    46 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    47 if (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'
    50 else
    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'
    70 fi
    71 
    7240# The user is always right.
    7341if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     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
    7951fi
    8052
     
    9264# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9365# splitting by setting IFS to empty value.)
     66as_nl='
     67'
    9468IFS=" ""    $as_nl"
    9569
     
    11488fi
    11589if test ! -f "$as_myself"; then
    116   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     90  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11791  { (exit 1); exit 1; }
    11892fi
     
    127101
    128102# NLS nuisances.
    129 LC_ALL=C
    130 export LC_ALL
    131 LANGUAGE=C
    132 export LANGUAGE
     103for 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
     107do
     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
     113done
    133114
    134115# Required to use basename.
     
    152133     X"$0" : 'X\(//\)$' \| \
    153134     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    154 $as_echo X/"$0" |
     135echo X/"$0" |
    155136    sed '/^.*\/\([^/][^/]*\)\/*$/{
    156137        s//\1/
     
    178159fi
    179160
    180   if test $as_have_required = yes &&     (eval ":
     161  if test $as_have_required = yes &&     (eval ":
    181162(as_func_return () {
    182163  (exit \$1)
     
    260241  emulate sh
    261242  NULLCMD=:
    262   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     243  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    263244  # is contrary to our usage.  Disable this feature.
    264245  alias -g '${1+"$@"}'='"$@"'
     
    281262  emulate sh
    282263  NULLCMD=:
    283   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     264  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    284265  # is contrary to our usage.  Disable this feature.
    285266  alias -g '${1+"$@"}'='"$@"'
     
    361342      if test "x$CONFIG_SHELL" != x; then
    362343  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    367348fi
    368349
     
    433414test \$exitcode = 0") || {
    434415  echo No shell found that supports shell functions.
    435   echo Please tell [email protected] 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.
     416  echo Please tell [email protected] about your system,
     417  echo including any error possibly output before this
     418  echo message
    439419}
    440420
     
    472452    ' >$as_me.lineno &&
    473453  chmod +x "$as_me.lineno" ||
    474     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     454    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    475455   { (exit 1); exit 1; }; }
    476456
     
    500480  ECHO_N='-n';;
    501481esac
     482
    502483if expr a : '\(a\)' >/dev/null 2>&1 &&
    503484   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    512493else
    513494  rm -f conf$$.dir
    514   mkdir conf$$.dir 2>/dev/null
    515 fi
    516 if (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
     495  mkdir conf$$.dir
     496fi
     497echo >conf$$.file
     498if 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 ||
    528505    as_ln_s='cp -p'
    529   fi
     506elif ln conf$$.file conf$$ 2>/dev/null; then
     507  as_ln_s=ln
    530508else
    531509  as_ln_s='cp -p'
     
    552530    eval sh -c '\''
    553531      if test -d "$1"; then
    554     test -d "$1/.";
     532        test -d "$1/.";
    555533      else
    556534    case $1 in
    557     -*)set "./$1";;
     535        -*)set "./$1";;
    558536    esac;
    559537    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    635613#endif"
    636614
    637 enable_option_checking=no
    638 ac_subst_vars='LTLIBOBJS
     615ac_subst_vars='SHELL
     616PATH_SEPARATOR
     617PACKAGE_NAME
     618PACKAGE_TARNAME
     619PACKAGE_VERSION
     620PACKAGE_STRING
     621PACKAGE_BUGREPORT
     622exec_prefix
     623prefix
     624program_transform_name
     625bindir
     626sbindir
     627libexecdir
     628datarootdir
     629datadir
     630sysconfdir
     631sharedstatedir
     632localstatedir
     633includedir
     634oldincludedir
     635docdir
     636infodir
     637htmldir
     638dvidir
     639pdfdir
     640psdir
     641libdir
     642localedir
     643mandir
     644DEFS
     645ECHO_C
     646ECHO_N
     647ECHO_T
     648LIBS
     649build_alias
     650host_alias
     651target_alias
     652PACKAGE
     653VERSION
     654USE_FASTCGI
     655USE_LANGACTION
     656USE_CORBA
     657MICO_DIR
     658USE_Z3950
     659USE_YAZ
     660ENABLE_JAVA
     661USE_WVWARE
     662USE_JDBM
     663USE_GDBM
     664ENABLE_ACCENTFOLD
     665USE_SQLITE
     666ENABLE_GNOMELIB_EXT
     667LDFLAGS
     668CFLAGS
     669CC
     670CPPFLAGS
     671ac_ct_CC
     672EXEEXT
     673OBJEXT
     674CXX
     675CXXFLAGS
     676ac_ct_CXX
     677JAVAC
     678JAVACFLAGS
     679JAVA
     680uudecode
     681AWK
     682YACC
     683YFLAGS
     684build
     685build_cpu
     686build_vendor
     687build_os
     688host
     689host_cpu
     690host_vendor
     691host_os
     692target
     693target_cpu
     694target_vendor
     695target_os
     696INSTALL_PROGRAM
     697INSTALL_SCRIPT
     698INSTALL_DATA
     699LN_S
     700SET_MAKE
     701RANLIB
     702STRIP
     703ARCH_DEP_FLAGS
     704MICO_VER
     705CPP
     706GREP
     707EGREP
     708U
     709ANSI2KNR
     710ALLOCA
     711LIBOBJS
     712STATIC
     713gsdlos
     714MODULEDIRS
    639715subdirs
    640 MODULEDIRS
    641 gsdlos
    642 STATIC
    643 LIBOBJS
    644 ALLOCA
    645 ANSI2KNR
    646 U
    647 EGREP
    648 GREP
    649 CPP
    650 MICO_VER
    651 ARCH_DEP_FLAGS
    652 STRIP
    653 RANLIB
    654 SET_MAKE
    655 LN_S
    656 INSTALL_DATA
    657 INSTALL_SCRIPT
    658 INSTALL_PROGRAM
    659 target_os
    660 target_vendor
    661 target_cpu
    662 target
    663 host_os
    664 host_vendor
    665 host_cpu
    666 host
    667 build_os
    668 build_vendor
    669 build_cpu
    670 build
    671 YFLAGS
    672 YACC
    673 AWK
    674 uudecode
    675 JAVA
    676 JAVACFLAGS
    677 JAVAC
    678 ac_ct_CXX
    679 CXXFLAGS
    680 CXX
    681 OBJEXT
    682 EXEEXT
    683 ac_ct_CC
    684 CPPFLAGS
    685 CC
    686 CFLAGS
    687 LDFLAGS
    688 ENABLE_GNOMELIB_EXT
    689 USE_SQLITE
    690 ENABLE_ACCENTFOLD
    691 USE_GDBM
    692 USE_JDBM
    693 USE_WVWARE
    694 ENABLE_JAVA
    695 USE_YAZ
    696 USE_Z3950
    697 MICO_DIR
    698 USE_CORBA
    699 USE_LANGACTION
    700 USE_FASTCGI
    701 VERSION
    702 PACKAGE
    703 target_alias
    704 host_alias
    705 build_alias
    706 LIBS
    707 ECHO_T
    708 ECHO_N
    709 ECHO_C
    710 DEFS
    711 mandir
    712 localedir
    713 libdir
    714 psdir
    715 pdfdir
    716 dvidir
    717 htmldir
    718 infodir
    719 docdir
    720 oldincludedir
    721 includedir
    722 localstatedir
    723 sharedstatedir
    724 sysconfdir
    725 datadir
    726 datarootdir
    727 libexecdir
    728 sbindir
    729 bindir
    730 program_transform_name
    731 prefix
    732 exec_prefix
    733 PACKAGE_BUGREPORT
    734 PACKAGE_STRING
    735 PACKAGE_VERSION
    736 PACKAGE_TARNAME
    737 PACKAGE_NAME
    738 PATH_SEPARATOR
    739 SHELL'
     716LTLIBOBJS'
    740717ac_subst_files=''
    741 ac_user_opts='
    742 enable_option_checking
    743 enable_corba
    744 with_micodir
    745 enable_z3950
    746 enable_yaz
    747 enable_java
    748 enable_wvware
    749 enable_jdbm
    750 enable_gdbm
    751 enable_accentfold
    752 enable_sqlite
    753 enable_gnome_lib_ext
    754 with_dmalloc
    755 with_regex
    756 '
    757718      ac_precious_vars='build_alias
    758719host_alias
     
    774735ac_init_help=
    775736ac_init_version=false
    776 ac_unrecognized_opts=
    777 ac_unrecognized_sep=
    778737# The variables have the same names as the options, with
    779738# dashes changed to underlines.
     
    874833
    875834  -disable-* | --disable-*)
    876     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     835    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    877836    # Reject names that are not valid shell variable names.
    878     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    879       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     837    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     838      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    880839   { (exit 1); exit 1; }; }
    881     ac_useropt_orig=$ac_useropt
    882     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    883     case $ac_user_opts in
    884       *"
    885 "enable_$ac_useropt"
    886 "*) ;;
    887       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    888      ac_unrecognized_sep=', ';;
    889     esac
    890     eval enable_$ac_useropt=no ;;
     840    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     841    eval enable_$ac_feature=no ;;
    891842
    892843  -docdir | --docdir | --docdi | --doc | --do)
     
    901852
    902853  -enable-* | --enable-*)
    903     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     854    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    904855    # Reject names that are not valid shell variable names.
    905     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    906       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     856    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     857      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    907858   { (exit 1); exit 1; }; }
    908     ac_useropt_orig=$ac_useropt
    909     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    910     case $ac_user_opts in
    911       *"
    912 "enable_$ac_useropt"
    913 "*) ;;
    914       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    915      ac_unrecognized_sep=', ';;
    916     esac
    917     eval enable_$ac_useropt=\$ac_optarg ;;
     859    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     860    eval enable_$ac_feature=\$ac_optarg ;;
    918861
    919862  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11061049
    11071050  -with-* | --with-*)
    1108     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1051    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11091052    # Reject names that are not valid shell variable names.
    1110     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1111       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1053    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1054      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11121055   { (exit 1); exit 1; }; }
    1113     ac_useropt_orig=$ac_useropt
    1114     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1115     case $ac_user_opts in
    1116       *"
    1117 "with_$ac_useropt"
    1118 "*) ;;
    1119       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1120      ac_unrecognized_sep=', ';;
    1121     esac
    1122     eval with_$ac_useropt=\$ac_optarg ;;
     1056    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1057    eval with_$ac_package=\$ac_optarg ;;
    11231058
    11241059  -without-* | --without-*)
    1125     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1060    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11261061    # Reject names that are not valid shell variable names.
    1127     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1128       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1062    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1063      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11291064   { (exit 1); exit 1; }; }
    1130     ac_useropt_orig=$ac_useropt
    1131     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1132     case $ac_user_opts in
    1133       *"
    1134 "with_$ac_useropt"
    1135 "*) ;;
    1136       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1137      ac_unrecognized_sep=', ';;
    1138     esac
    1139     eval with_$ac_useropt=no ;;
     1065    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1066    eval with_$ac_package=no ;;
    11401067
    11411068  --x)
     
    11571084    x_libraries=$ac_optarg ;;
    11581085
    1159   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1086  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11601087Try \`$0 --help' for more information." >&2
    11611088   { (exit 1); exit 1; }; }
     
    11661093    # Reject names that are not valid shell variable names.
    11671094    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1168       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1095      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11691096   { (exit 1); exit 1; }; }
    11701097    eval $ac_envvar=\$ac_optarg
     
    11731100  *)
    11741101    # FIXME: should be removed in autoconf 3.0.
    1175     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1102    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11761103    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1177       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1104      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11781105    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11791106    ;;
     
    11841111if test -n "$ac_prev"; then
    11851112  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1186   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1113  { echo "$as_me: error: missing argument to $ac_option" >&2
    11871114   { (exit 1); exit 1; }; }
    11881115fi
    11891116
    1190 if test -n "$ac_unrecognized_opts"; then
    1191   case $enable_option_checking in
    1192     no) ;;
    1193     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1194    { (exit 1); exit 1; }; } ;;
    1195     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1196   esac
    1197 fi
    1198 
    1199 # Check all directory arguments for consistency.
     1117# Be sure to have absolute directory names.
    12001118for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12011119        datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12041122do
    12051123  eval ac_val=\$$ac_var
    1206   # Remove trailing slashes.
    1207   case $ac_val in
    1208     */ )
    1209       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1210       eval $ac_var=\$ac_val;;
    1211   esac
    1212   # Be sure to have absolute directory names.
    12131124  case $ac_val in
    12141125    [\\/$]* | ?:[\\/]* )  continue;;
    12151126    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12161127  esac
    1217   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1128  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12181129   { (exit 1); exit 1; }; }
    12191130done
     
    12301141  if test "x$build_alias" = x; then
    12311142    cross_compiling=maybe
    1232     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1143    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12331144    If a cross compiler is detected then cross compile mode will be used." >&2
    12341145  elif test "x$build_alias" != "x$host_alias"; then
     
    12461157ac_ls_di=`ls -di .` &&
    12471158ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1248   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1159  { echo "$as_me: error: Working directory cannot be determined" >&2
    12491160   { (exit 1); exit 1; }; }
    12501161test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1251   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1162  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12521163   { (exit 1); exit 1; }; }
    12531164
     
    12571168  ac_srcdir_defaulted=yes
    12581169  # Try the directory containing this script, then the parent directory.
    1259   ac_confdir=`$as_dirname -- "$as_myself" ||
    1260 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1261      X"$as_myself" : 'X\(//\)[^/]' \| \
    1262      X"$as_myself" : 'X\(//\)$' \| \
    1263      X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1264 $as_echo X"$as_myself" |
     1170  ac_confdir=`$as_dirname -- "$0" ||
     1171$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1172     X"$0" : 'X\(//\)[^/]' \| \
     1173     X"$0" : 'X\(//\)$' \| \
     1174     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1175echo X"$0" |
    12651176    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12661177        s//\1/
     
    12891200if test ! -r "$srcdir/$ac_unique_file"; then
    12901201  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1291   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1202  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12921203   { (exit 1); exit 1; }; }
    12931204fi
    12941205ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12951206ac_abs_confdir=`(
    1296     cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1207    cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    12971208   { (exit 1); exit 1; }; }
    12981209    pwd)`
     
    13431254Installation directories:
    13441255  --prefix=PREFIX         install architecture-independent files in PREFIX
    1345                           [$ac_default_prefix]
     1256              [$ac_default_prefix]
    13461257  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1347                           [PREFIX]
     1258              [PREFIX]
    13481259
    13491260By default, \`make install' will install all the files in
     
    13551266
    13561267Fine tuning of the installation directories:
    1357   --bindir=DIR            user executables [EPREFIX/bin]
    1358   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1359   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1360   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1361   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1362   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1363   --libdir=DIR            object code libraries [EPREFIX/lib]
    1364   --includedir=DIR        C header files [PREFIX/include]
    1365   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1366   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1367   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1368   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1369   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1370   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1371   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
    1372   --htmldir=DIR           html documentation [DOCDIR]
    1373   --dvidir=DIR            dvi documentation [DOCDIR]
    1374   --pdfdir=DIR            pdf documentation [DOCDIR]
    1375   --psdir=DIR             ps documentation [DOCDIR]
     1268  --bindir=DIR           user executables [EPREFIX/bin]
     1269  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1270  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1271  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1272  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1273  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1274  --libdir=DIR           object code libraries [EPREFIX/lib]
     1275  --includedir=DIR       C header files [PREFIX/include]
     1276  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1277  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1278  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1279  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1280  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1281  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1282  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
     1283  --htmldir=DIR          html documentation [DOCDIR]
     1284  --dvidir=DIR           dvi documentation [DOCDIR]
     1285  --pdfdir=DIR           pdf documentation [DOCDIR]
     1286  --psdir=DIR            ps documentation [DOCDIR]
    13761287_ACEOF
    13771288
     
    13901301
    13911302Optional Features:
    1392   --disable-option-checking  ignore unrecognized --enable/--with options
    13931303  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13941304  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14391349  # If there are subdirs, report their specific --help.
    14401350  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1441     test -d "$ac_dir" ||
    1442       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1443       continue
     1351    test -d "$ac_dir" || continue
    14441352    ac_builddir=.
    14451353
     
    14471355.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14481356*)
    1449   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1357  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14501358  # A ".." for each directory in $ac_dir_suffix.
    1451   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1359  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14521360  case $ac_top_builddir_sub in
    14531361  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14851393      $SHELL "$ac_srcdir/configure" --help=recursive
    14861394    else
    1487       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1395      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14881396    fi || ac_status=$?
    14891397    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14951403  cat <<\_ACEOF
    14961404configure
    1497 generated by GNU Autoconf 2.63
     1405generated by GNU Autoconf 2.61
    14981406
    14991407Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1500 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14082002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15011409This configure script is free software; the Free Software Foundation
    15021410gives unlimited permission to copy, distribute and modify it.
     
    15091417
    15101418It was created by $as_me, which was
    1511 generated by GNU Autoconf 2.63.  Invocation command line was
     1419generated by GNU Autoconf 2.61.  Invocation command line was
    15121420
    15131421  $ $0 $@
     
    15451453  IFS=$as_save_IFS
    15461454  test -z "$as_dir" && as_dir=.
    1547   $as_echo "PATH: $as_dir"
     1455  echo "PATH: $as_dir"
    15481456done
    15491457IFS=$as_save_IFS
     
    15801488      continue ;;
    15811489    *\'*)
    1582       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1490      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15831491    esac
    15841492    case $ac_pass in
     
    16321540    *${as_nl}*)
    16331541      case $ac_var in #(
    1634       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1635 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1542      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1543echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16361544      esac
    16371545      case $ac_var in #(
    16381546      _ | IFS | as_nl) ;; #(
    1639       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16401547      *) $as_unset $ac_var ;;
    16411548      esac ;;
     
    16671574      eval ac_val=\$$ac_var
    16681575      case $ac_val in
    1669       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1576      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16701577      esac
    1671       $as_echo "$ac_var='\''$ac_val'\''"
     1578      echo "$ac_var='\''$ac_val'\''"
    16721579    done | sort
    16731580    echo
     
    16841591    eval ac_val=\$$ac_var
    16851592    case $ac_val in
    1686     *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1593    *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16871594    esac
    1688     $as_echo "$ac_var='\''$ac_val'\''"
     1595    echo "$ac_var='\''$ac_val'\''"
    16891596      done | sort
    16901597      echo
     
    17021609    fi
    17031610    test "$ac_signal" != 0 &&
    1704       $as_echo "$as_me: caught signal $ac_signal"
    1705     $as_echo "$as_me: exit $exit_status"
     1611      echo "$as_me: caught signal $ac_signal"
     1612    echo "$as_me: exit $exit_status"
    17061613  } >&5
    17071614  rm -f core *.core core.conftest.* &&
     
    17451652
    17461653# Let the site file select an alternate cache file if it wants to.
    1747 # Prefer an explicitly selected file to automatically selected ones.
    1748 ac_site_file1=NONE
    1749 ac_site_file2=NONE
     1654# Prefer explicitly selected file to automatically selected ones.
    17501655if test -n "$CONFIG_SITE"; then
    1751   ac_site_file1=$CONFIG_SITE
     1656  set x "$CONFIG_SITE"
    17521657elif test "x$prefix" != xNONE; then
    1753   ac_site_file1=$prefix/share/config.site
    1754   ac_site_file2=$prefix/etc/config.site
    1755 else
    1756   ac_site_file1=$ac_default_prefix/share/config.site
    1757   ac_site_file2=$ac_default_prefix/etc/config.site
    1758 fi
    1759 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1658  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1659else
     1660  set x "$ac_default_prefix/share/config.site" \
     1661    "$ac_default_prefix/etc/config.site"
     1662fi
     1663shift
     1664for ac_site_file
    17601665do
    1761   test "x$ac_site_file" = xNONE && continue
    17621666  if test -r "$ac_site_file"; then
    1763     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1764 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1667    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1668echo "$as_me: loading site script $ac_site_file" >&6;}
    17651669    sed 's/^/| /' "$ac_site_file" >&5
    17661670    . "$ac_site_file"
     
    17721676  # files actually), so we avoid doing that.
    17731677  if test -f "$cache_file"; then
    1774     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1775 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1678    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1679echo "$as_me: loading cache $cache_file" >&6;}
    17761680    case $cache_file in
    17771681      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17801684  fi
    17811685else
    1782   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1783 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1686  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1687echo "$as_me: creating cache $cache_file" >&6;}
    17841688  >$cache_file
    17851689fi
     
    17951699  case $ac_old_set,$ac_new_set in
    17961700    set,)
    1797       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1798 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1701      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1702echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17991703      ac_cache_corrupted=: ;;
    18001704    ,set)
    1801       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1802 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1705      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1706echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18031707      ac_cache_corrupted=: ;;
    18041708    ,);;
    18051709    *)
    18061710      if test "x$ac_old_val" != "x$ac_new_val"; then
    1807     # differences in whitespace do not lead to failure.
    1808     ac_old_val_w=`echo x $ac_old_val`
    1809     ac_new_val_w=`echo x $ac_new_val`
    1810     if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1811       { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1812 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1813       ac_cache_corrupted=:
    1814     else
    1815       { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1816 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1817       eval $ac_var=\$ac_old_val
    1818     fi
    1819     { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1820 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1821     { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1822 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1711    { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1712echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1713    { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1714echo "$as_me:   former value:  $ac_old_val" >&2;}
     1715    { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1716echo "$as_me:   current value: $ac_new_val" >&2;}
     1717    ac_cache_corrupted=:
    18231718      fi;;
    18241719  esac
     
    18261721  if test "$ac_new_set" = set; then
    18271722    case $ac_new_val in
    1828     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1723    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18291724    *) ac_arg=$ac_var=$ac_new_val ;;
    18301725    esac
     
    18361731done
    18371732if $ac_cache_corrupted; then
    1838   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1840   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1841 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1842   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1843 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1733  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1734echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1735  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1736echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18441737   { (exit 1); exit 1; }; }
    18451738fi
     
    19121805  USE_CORBA=1
    19131806  cat >>confdefs.h <<\_ACEOF
    1914 #define USE_CORBA /**/
     1807#define USE_CORBA
    19151808_ACEOF
    19161809
     
    19441837  USE_Z3950=1
    19451838  cat >>confdefs.h <<\_ACEOF
    1946 #define USE_Z3950 /**/
     1839#define USE_Z3950
    19471840_ACEOF
    19481841
     
    19621855  USE_YAZ=1
    19631856  cat >>confdefs.h <<\_ACEOF
    1964 #define USE_YAZ /**/
     1857#define USE_YAZ
    19651858_ACEOF
    19661859
     
    20001893  USE_WVWARE=1
    20011894  cat >>confdefs.h <<\_ACEOF
    2002 #define USE_WVWARE /**/
     1895#define USE_WVWARE
    20031896_ACEOF
    20041897
     
    20181911  USE_JDBM=1
    20191912  cat >>confdefs.h <<\_ACEOF
    2020 #define USE_JDBM /**/
     1913#define USE_JDBM
    20211914_ACEOF
    20221915
     
    20361929  USE_GDBM=1
    20371930  cat >>confdefs.h <<\_ACEOF
    2038 #define USE_GDBM /**/
     1931#define USE_GDBM
    20391932_ACEOF
    20401933
     
    20541947  ENABLE_ACCENTFOLD=1
    20551948  cat >>confdefs.h <<\_ACEOF
    2056 #define ENABLE_ACCENTFOLD /**/
     1949#define ENABLE_ACCENTFOLD
    20571950_ACEOF
    20581951
     
    20721965  USE_SQLITE=1
    20731966  cat >>confdefs.h <<\_ACEOF
    2074 #define USE_SQLITE /**/
     1967#define USE_SQLITE
    20751968_ACEOF
    20761969
     
    21282021  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    21292022set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2130 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2131 $as_echo_n "checking for $ac_word... " >&6; }
     2023{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2024echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21322025if test "${ac_cv_prog_CC+set}" = set; then
    2133   $as_echo_n "(cached) " >&6
     2026  echo $ECHO_N "(cached) $ECHO_C" >&6
    21342027else
    21352028  if test -n "$CC"; then
     
    21442037  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21452038    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2146     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2039    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21472040    break 2
    21482041  fi
     
    21552048CC=$ac_cv_prog_CC
    21562049if test -n "$CC"; then
    2157   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2158 $as_echo "$CC" >&6; }
    2159 else
    2160   { $as_echo "$as_me:$LINENO: result: no" >&5
    2161 $as_echo "no" >&6; }
     2050  { echo "$as_me:$LINENO: result: $CC" >&5
     2051echo "${ECHO_T}$CC" >&6; }
     2052else
     2053  { echo "$as_me:$LINENO: result: no" >&5
     2054echo "${ECHO_T}no" >&6; }
    21622055fi
    21632056
     
    21682061  # Extract the first word of "gcc", so it can be a program name with args.
    21692062set dummy gcc; ac_word=$2
    2170 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2171 $as_echo_n "checking for $ac_word... " >&6; }
     2063{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2064echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    21722065if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2173   $as_echo_n "(cached) " >&6
     2066  echo $ECHO_N "(cached) $ECHO_C" >&6
    21742067else
    21752068  if test -n "$ac_ct_CC"; then
     
    21842077  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21852078    ac_cv_prog_ac_ct_CC="gcc"
    2186     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2079    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21872080    break 2
    21882081  fi
     
    21952088ac_ct_CC=$ac_cv_prog_ac_ct_CC
    21962089if test -n "$ac_ct_CC"; then
    2197   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2198 $as_echo "$ac_ct_CC" >&6; }
    2199 else
    2200   { $as_echo "$as_me:$LINENO: result: no" >&5
    2201 $as_echo "no" >&6; }
     2090  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2091echo "${ECHO_T}$ac_ct_CC" >&6; }
     2092else
     2093  { echo "$as_me:$LINENO: result: no" >&5
     2094echo "${ECHO_T}no" >&6; }
    22022095fi
    22032096
     
    22072100    case $cross_compiling:$ac_tool_warned in
    22082101yes:)
    2209 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2102{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2103whose name does not start with the host triplet.  If you think this
     2104configuration is useful to you, please write to [email protected]." >&5
     2105echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2106whose name does not start with the host triplet.  If you think this
     2107configuration is useful to you, please write to [email protected]." >&2;}
    22112108ac_tool_warned=yes ;;
    22122109esac
     
    22212118    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    22222119set dummy ${ac_tool_prefix}cc; ac_word=$2
    2223 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2224 $as_echo_n "checking for $ac_word... " >&6; }
     2120{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2121echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22252122if test "${ac_cv_prog_CC+set}" = set; then
    2226   $as_echo_n "(cached) " >&6
     2123  echo $ECHO_N "(cached) $ECHO_C" >&6
    22272124else
    22282125  if test -n "$CC"; then
     
    22372134  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22382135    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2239     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2136    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22402137    break 2
    22412138  fi
     
    22482145CC=$ac_cv_prog_CC
    22492146if test -n "$CC"; then
    2250   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2251 $as_echo "$CC" >&6; }
    2252 else
    2253   { $as_echo "$as_me:$LINENO: result: no" >&5
    2254 $as_echo "no" >&6; }
     2147  { echo "$as_me:$LINENO: result: $CC" >&5
     2148echo "${ECHO_T}$CC" >&6; }
     2149else
     2150  { echo "$as_me:$LINENO: result: no" >&5
     2151echo "${ECHO_T}no" >&6; }
    22552152fi
    22562153
     
    22612158  # Extract the first word of "cc", so it can be a program name with args.
    22622159set dummy cc; ac_word=$2
    2263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2264 $as_echo_n "checking for $ac_word... " >&6; }
     2160{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2161echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22652162if test "${ac_cv_prog_CC+set}" = set; then
    2266   $as_echo_n "(cached) " >&6
     2163  echo $ECHO_N "(cached) $ECHO_C" >&6
    22672164else
    22682165  if test -n "$CC"; then
     
    22822179     fi
    22832180    ac_cv_prog_CC="cc"
    2284     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2181    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22852182    break 2
    22862183  fi
     
    23052202CC=$ac_cv_prog_CC
    23062203if test -n "$CC"; then
    2307   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2308 $as_echo "$CC" >&6; }
    2309 else
    2310   { $as_echo "$as_me:$LINENO: result: no" >&5
    2311 $as_echo "no" >&6; }
     2204  { echo "$as_me:$LINENO: result: $CC" >&5
     2205echo "${ECHO_T}$CC" >&6; }
     2206else
     2207  { echo "$as_me:$LINENO: result: no" >&5
     2208echo "${ECHO_T}no" >&6; }
    23122209fi
    23132210
     
    23202217    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    23212218set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2323 $as_echo_n "checking for $ac_word... " >&6; }
     2219{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2220echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23242221if test "${ac_cv_prog_CC+set}" = set; then
    2325   $as_echo_n "(cached) " >&6
     2222  echo $ECHO_N "(cached) $ECHO_C" >&6
    23262223else
    23272224  if test -n "$CC"; then
     
    23362233  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23372234    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2338     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2235    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23392236    break 2
    23402237  fi
     
    23472244CC=$ac_cv_prog_CC
    23482245if test -n "$CC"; then
    2349   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2350 $as_echo "$CC" >&6; }
    2351 else
    2352   { $as_echo "$as_me:$LINENO: result: no" >&5
    2353 $as_echo "no" >&6; }
     2246  { echo "$as_me:$LINENO: result: $CC" >&5
     2247echo "${ECHO_T}$CC" >&6; }
     2248else
     2249  { echo "$as_me:$LINENO: result: no" >&5
     2250echo "${ECHO_T}no" >&6; }
    23542251fi
    23552252
     
    23642261  # Extract the first word of "$ac_prog", so it can be a program name with args.
    23652262set dummy $ac_prog; ac_word=$2
    2366 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2367 $as_echo_n "checking for $ac_word... " >&6; }
     2263{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23682265if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2369   $as_echo_n "(cached) " >&6
     2266  echo $ECHO_N "(cached) $ECHO_C" >&6
    23702267else
    23712268  if test -n "$ac_ct_CC"; then
     
    23802277  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23812278    ac_cv_prog_ac_ct_CC="$ac_prog"
    2382     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2279    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23832280    break 2
    23842281  fi
     
    23912288ac_ct_CC=$ac_cv_prog_ac_ct_CC
    23922289if test -n "$ac_ct_CC"; then
    2393   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2394 $as_echo "$ac_ct_CC" >&6; }
    2395 else
    2396   { $as_echo "$as_me:$LINENO: result: no" >&5
    2397 $as_echo "no" >&6; }
     2290  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2291echo "${ECHO_T}$ac_ct_CC" >&6; }
     2292else
     2293  { echo "$as_me:$LINENO: result: no" >&5
     2294echo "${ECHO_T}no" >&6; }
    23982295fi
    23992296
     
    24072304    case $cross_compiling:$ac_tool_warned in
    24082305yes:)
    2409 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2306{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2307whose name does not start with the host triplet.  If you think this
     2308configuration is useful to you, please write to [email protected]." >&5
     2309echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2310whose name does not start with the host triplet.  If you think this
     2311configuration is useful to you, please write to [email protected]." >&2;}
    24112312ac_tool_warned=yes ;;
    24122313esac
     
    24182319
    24192320
    2420 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2422 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2321test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    24232322See \`config.log' for more details." >&5
    2424 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2323echo "$as_me: error: no acceptable C compiler found in \$PATH
    24252324See \`config.log' for more details." >&2;}
    2426    { (exit 1); exit 1; }; }; }
     2325   { (exit 1); exit 1; }; }
    24272326
    24282327# Provide some information about the compiler.
    2429 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2430 set X $ac_compile
    2431 ac_compiler=$2
     2328echo "$as_me:$LINENO: checking for C compiler version" >&5
     2329ac_compiler=`set X $ac_compile; echo $2`
    24322330{ (ac_try="$ac_compiler --version >&5"
    24332331case "(($ac_try" in
     
    24352333  *) ac_try_echo=$ac_try;;
    24362334esac
    2437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2438 $as_echo "$ac_try_echo") >&5
     2335eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24392336  (eval "$ac_compiler --version >&5") 2>&5
    24402337  ac_status=$?
    2441   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2338  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24422339  (exit $ac_status); }
    24432340{ (ac_try="$ac_compiler -v >&5"
     
    24462343  *) ac_try_echo=$ac_try;;
    24472344esac
    2448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2449 $as_echo "$ac_try_echo") >&5
     2345eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24502346  (eval "$ac_compiler -v >&5") 2>&5
    24512347  ac_status=$?
    2452   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2348  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24532349  (exit $ac_status); }
    24542350{ (ac_try="$ac_compiler -V >&5"
     
    24572353  *) ac_try_echo=$ac_try;;
    24582354esac
    2459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2460 $as_echo "$ac_try_echo") >&5
     2355eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    24612356  (eval "$ac_compiler -V >&5") 2>&5
    24622357  ac_status=$?
    2463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2358  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    24642359  (exit $ac_status); }
    24652360
     
    24802375_ACEOF
    24812376ac_clean_files_save=$ac_clean_files
    2482 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2377ac_clean_files="$ac_clean_files a.out a.exe b.out"
    24832378# Try to create an executable without -o first, disregard a.out.
    24842379# It will help us diagnose broken compilers, and finding out an intuition
    24852380# of exeext.
    2486 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2487 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2488 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2489 
    2490 # The possible output files:
    2491 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2492 
     2381{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2382echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2383ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2384#
     2385# List of possible output files, starting from the most likely.
     2386# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2387# only as a last resort.  b.out is created by i960 compilers.
     2388ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2389#
     2390# The IRIX 6 linker writes into existing files which may not be
     2391# executable, retaining their permissions.  Remove them first so a
     2392# subsequent execution test works.
    24932393ac_rmfiles=
    24942394for ac_file in $ac_files
    24952395do
    24962396  case $ac_file in
    2497     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2397    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    24982398    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    24992399  esac
     
    25062406  *) ac_try_echo=$ac_try;;
    25072407esac
    2508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2509 $as_echo "$ac_try_echo") >&5
     2408eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25102409  (eval "$ac_link_default") 2>&5
    25112410  ac_status=$?
    2512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2411  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25132412  (exit $ac_status); }; then
    25142413  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    25212420  test -f "$ac_file" || continue
    25222421  case $ac_file in
    2523     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2422    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    25242423    ;;
    25252424    [ab].out )
     
    25482447fi
    25492448
    2550 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2551 $as_echo "$ac_file" >&6; }
     2449{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2450echo "${ECHO_T}$ac_file" >&6; }
    25522451if test -z "$ac_file"; then
    2553   $as_echo "$as_me: failed program was:" >&5
     2452  echo "$as_me: failed program was:" >&5
    25542453sed 's/^/| /' conftest.$ac_ext >&5
    25552454
    2556 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2557 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2558 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2455{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    25592456See \`config.log' for more details." >&5
    2560 $as_echo "$as_me: error: C compiler cannot create executables
     2457echo "$as_me: error: C compiler cannot create executables
    25612458See \`config.log' for more details." >&2;}
    2562    { (exit 77); exit 77; }; }; }
     2459   { (exit 77); exit 77; }; }
    25632460fi
    25642461
     
    25672464# Check that the compiler produces executables we can run.  If not, either
    25682465# the compiler is broken, or we cross compile.
    2569 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2570 $as_echo_n "checking whether the C compiler works... " >&6; }
     2466{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2467echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    25712468# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    25722469# If not cross compiling, check that we can run a simple program.
     
    25772474  *) ac_try_echo=$ac_try;;
    25782475esac
    2579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2580 $as_echo "$ac_try_echo") >&5
     2476eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    25812477  (eval "$ac_try") 2>&5
    25822478  ac_status=$?
    2583   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2479  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25842480  (exit $ac_status); }; }; then
    25852481    cross_compiling=no
     
    25882484    cross_compiling=yes
    25892485    else
    2590     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2591 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2592 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2486    { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    25932487If you meant to cross compile, use \`--host'.
    25942488See \`config.log' for more details." >&5
    2595 $as_echo "$as_me: error: cannot run C compiled programs.
     2489echo "$as_me: error: cannot run C compiled programs.
    25962490If you meant to cross compile, use \`--host'.
    25972491See \`config.log' for more details." >&2;}
    2598    { (exit 1); exit 1; }; }; }
     2492   { (exit 1); exit 1; }; }
    25992493    fi
    26002494  fi
    26012495fi
    2602 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2603 $as_echo "yes" >&6; }
    2604 
    2605 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2496{ echo "$as_me:$LINENO: result: yes" >&5
     2497echo "${ECHO_T}yes" >&6; }
     2498
     2499rm -f a.out a.exe conftest$ac_cv_exeext b.out
    26062500ac_clean_files=$ac_clean_files_save
    26072501# Check that the compiler produces executables we can run.  If not, either
    26082502# the compiler is broken, or we cross compile.
    2609 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2610 $as_echo_n "checking whether we are cross compiling... " >&6; }
    2611 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2612 $as_echo "$cross_compiling" >&6; }
    2613 
    2614 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2615 $as_echo_n "checking for suffix of executables... " >&6; }
     2503{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2504echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2505{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2506echo "${ECHO_T}$cross_compiling" >&6; }
     2507
     2508{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2509echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    26162510if { (ac_try="$ac_link"
    26172511case "(($ac_try" in
     
    26192513  *) ac_try_echo=$ac_try;;
    26202514esac
    2621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2622 $as_echo "$ac_try_echo") >&5
     2515eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26232516  (eval "$ac_link") 2>&5
    26242517  ac_status=$?
    2625   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2518  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26262519  (exit $ac_status); }; then
    26272520  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    26322525  test -f "$ac_file" || continue
    26332526  case $ac_file in
    2634     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2527    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    26352528    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    26362529      break;;
     
    26392532done
    26402533else
    2641   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2642 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2643 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2534  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    26442535See \`config.log' for more details." >&5
    2645 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2536echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    26462537See \`config.log' for more details." >&2;}
    2647    { (exit 1); exit 1; }; }; }
     2538   { (exit 1); exit 1; }; }
    26482539fi
    26492540
    26502541rm -f conftest$ac_cv_exeext
    2651 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2652 $as_echo "$ac_cv_exeext" >&6; }
     2542{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2543echo "${ECHO_T}$ac_cv_exeext" >&6; }
    26532544
    26542545rm -f conftest.$ac_ext
    26552546EXEEXT=$ac_cv_exeext
    26562547ac_exeext=$EXEEXT
    2657 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2658 $as_echo_n "checking for suffix of object files... " >&6; }
     2548{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2549echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    26592550if test "${ac_cv_objext+set}" = set; then
    2660   $as_echo_n "(cached) " >&6
     2551  echo $ECHO_N "(cached) $ECHO_C" >&6
    26612552else
    26622553  cat >conftest.$ac_ext <<_ACEOF
     
    26812572  *) ac_try_echo=$ac_try;;
    26822573esac
    2683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2684 $as_echo "$ac_try_echo") >&5
     2574eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    26852575  (eval "$ac_compile") 2>&5
    26862576  ac_status=$?
    2687   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2577  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26882578  (exit $ac_status); }; then
    26892579  for ac_file in conftest.o conftest.obj conftest.*; do
    26902580  test -f "$ac_file" || continue;
    26912581  case $ac_file in
    2692     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     2582    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    26932583    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    26942584       break;;
     
    26962586done
    26972587else
    2698   $as_echo "$as_me: failed program was:" >&5
     2588  echo "$as_me: failed program was:" >&5
    26992589sed 's/^/| /' conftest.$ac_ext >&5
    27002590
    2701 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2702 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2703 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2591{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    27042592See \`config.log' for more details." >&5
    2705 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2593echo "$as_me: error: cannot compute suffix of object files: cannot compile
    27062594See \`config.log' for more details." >&2;}
    2707    { (exit 1); exit 1; }; }; }
     2595   { (exit 1); exit 1; }; }
    27082596fi
    27092597
    27102598rm -f conftest.$ac_cv_objext conftest.$ac_ext
    27112599fi
    2712 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    2713 $as_echo "$ac_cv_objext" >&6; }
     2600{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2601echo "${ECHO_T}$ac_cv_objext" >&6; }
    27142602OBJEXT=$ac_cv_objext
    27152603ac_objext=$OBJEXT
    2716 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    2717 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     2604{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2605echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    27182606if test "${ac_cv_c_compiler_gnu+set}" = set; then
    2719   $as_echo_n "(cached) " >&6
     2607  echo $ECHO_N "(cached) $ECHO_C" >&6
    27202608else
    27212609  cat >conftest.$ac_ext <<_ACEOF
     
    27432631  *) ac_try_echo=$ac_try;;
    27442632esac
    2745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2746 $as_echo "$ac_try_echo") >&5
     2633eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    27472634  (eval "$ac_compile") 2>conftest.er1
    27482635  ac_status=$?
     
    27502637  rm -f conftest.er1
    27512638  cat conftest.err >&5
    2752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2639  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27532640  (exit $ac_status); } && {
    27542641     test -z "$ac_c_werror_flag" ||
     
    27572644  ac_compiler_gnu=yes
    27582645else
    2759   $as_echo "$as_me: failed program was:" >&5
     2646  echo "$as_me: failed program was:" >&5
    27602647sed 's/^/| /' conftest.$ac_ext >&5
    27612648
     
    27672654
    27682655fi
    2769 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    2770 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    2771 if test $ac_compiler_gnu = yes; then
    2772   GCC=yes
    2773 else
    2774   GCC=
    2775 fi
     2656{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     2657echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     2658GCC=`test $ac_compiler_gnu = yes && echo yes`
    27762659ac_test_CFLAGS=${CFLAGS+set}
    27772660ac_save_CFLAGS=$CFLAGS
    2778 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    2779 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     2661{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     2662echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    27802663if test "${ac_cv_prog_cc_g+set}" = set; then
    2781   $as_echo_n "(cached) " >&6
     2664  echo $ECHO_N "(cached) $ECHO_C" >&6
    27822665else
    27832666  ac_save_c_werror_flag=$ac_c_werror_flag
     
    28062689  *) ac_try_echo=$ac_try;;
    28072690esac
    2808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2809 $as_echo "$ac_try_echo") >&5
     2691eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28102692  (eval "$ac_compile") 2>conftest.er1
    28112693  ac_status=$?
     
    28132695  rm -f conftest.er1
    28142696  cat conftest.err >&5
    2815   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2697  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28162698  (exit $ac_status); } && {
    28172699     test -z "$ac_c_werror_flag" ||
     
    28202702  ac_cv_prog_cc_g=yes
    28212703else
    2822   $as_echo "$as_me: failed program was:" >&5
     2704  echo "$as_me: failed program was:" >&5
    28232705sed 's/^/| /' conftest.$ac_ext >&5
    28242706
     
    28452727  *) ac_try_echo=$ac_try;;
    28462728esac
    2847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2848 $as_echo "$ac_try_echo") >&5
     2729eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28492730  (eval "$ac_compile") 2>conftest.er1
    28502731  ac_status=$?
     
    28522733  rm -f conftest.er1
    28532734  cat conftest.err >&5
    2854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28552736  (exit $ac_status); } && {
    28562737     test -z "$ac_c_werror_flag" ||
     
    28592740  :
    28602741else
    2861   $as_echo "$as_me: failed program was:" >&5
     2742  echo "$as_me: failed program was:" >&5
    28622743sed 's/^/| /' conftest.$ac_ext >&5
    28632744
     
    28852766  *) ac_try_echo=$ac_try;;
    28862767esac
    2887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2888 $as_echo "$ac_try_echo") >&5
     2768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28892769  (eval "$ac_compile") 2>conftest.er1
    28902770  ac_status=$?
     
    28922772  rm -f conftest.er1
    28932773  cat conftest.err >&5
    2894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2774  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28952775  (exit $ac_status); } && {
    28962776     test -z "$ac_c_werror_flag" ||
     
    28992779  ac_cv_prog_cc_g=yes
    29002780else
    2901   $as_echo "$as_me: failed program was:" >&5
     2781  echo "$as_me: failed program was:" >&5
    29022782sed 's/^/| /' conftest.$ac_ext >&5
    29032783
     
    29142794   ac_c_werror_flag=$ac_save_c_werror_flag
    29152795fi
    2916 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    2917 $as_echo "$ac_cv_prog_cc_g" >&6; }
     2796{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     2797echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    29182798if test "$ac_test_CFLAGS" = set; then
    29192799  CFLAGS=$ac_save_CFLAGS
     
    29312811  fi
    29322812fi
    2933 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    2934 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     2813{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     2814echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    29352815if test "${ac_cv_prog_cc_c89+set}" = set; then
    2936   $as_echo_n "(cached) " >&6
     2816  echo $ECHO_N "(cached) $ECHO_C" >&6
    29372817else
    29382818  ac_cv_prog_cc_c89=no
     
    30052885  *) ac_try_echo=$ac_try;;
    30062886esac
    3007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3008 $as_echo "$ac_try_echo") >&5
     2887eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30092888  (eval "$ac_compile") 2>conftest.er1
    30102889  ac_status=$?
     
    30122891  rm -f conftest.er1
    30132892  cat conftest.err >&5
    3014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2893  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30152894  (exit $ac_status); } && {
    30162895     test -z "$ac_c_werror_flag" ||
     
    30192898  ac_cv_prog_cc_c89=$ac_arg
    30202899else
    3021   $as_echo "$as_me: failed program was:" >&5
     2900  echo "$as_me: failed program was:" >&5
    30222901sed 's/^/| /' conftest.$ac_ext >&5
    30232902
     
    30352914case "x$ac_cv_prog_cc_c89" in
    30362915  x)
    3037     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3038 $as_echo "none needed" >&6; } ;;
     2916    { echo "$as_me:$LINENO: result: none needed" >&5
     2917echo "${ECHO_T}none needed" >&6; } ;;
    30392918  xno)
    3040     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3041 $as_echo "unsupported" >&6; } ;;
     2919    { echo "$as_me:$LINENO: result: unsupported" >&5
     2920echo "${ECHO_T}unsupported" >&6; } ;;
    30422921  *)
    30432922    CC="$CC $ac_cv_prog_cc_c89"
    3044     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3045 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     2923    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     2924echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    30462925esac
    30472926
     
    30672946    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    30682947set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3069 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3070 $as_echo_n "checking for $ac_word... " >&6; }
     2948{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2949echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    30712950if test "${ac_cv_prog_CXX+set}" = set; then
    3072   $as_echo_n "(cached) " >&6
     2951  echo $ECHO_N "(cached) $ECHO_C" >&6
    30732952else
    30742953  if test -n "$CXX"; then
     
    30832962  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30842963    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3085     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2964    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    30862965    break 2
    30872966  fi
     
    30942973CXX=$ac_cv_prog_CXX
    30952974if test -n "$CXX"; then
    3096   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    3097 $as_echo "$CXX" >&6; }
    3098 else
    3099   { $as_echo "$as_me:$LINENO: result: no" >&5
    3100 $as_echo "no" >&6; }
     2975  { echo "$as_me:$LINENO: result: $CXX" >&5
     2976echo "${ECHO_T}$CXX" >&6; }
     2977else
     2978  { echo "$as_me:$LINENO: result: no" >&5
     2979echo "${ECHO_T}no" >&6; }
    31012980fi
    31022981
     
    31112990  # Extract the first word of "$ac_prog", so it can be a program name with args.
    31122991set dummy $ac_prog; ac_word=$2
    3113 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3114 $as_echo_n "checking for $ac_word... " >&6; }
     2992{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2993echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    31152994if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3116   $as_echo_n "(cached) " >&6
     2995  echo $ECHO_N "(cached) $ECHO_C" >&6
    31172996else
    31182997  if test -n "$ac_ct_CXX"; then
     
    31273006  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31283007    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3129     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3008    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    31303009    break 2
    31313010  fi
     
    31383017ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    31393018if test -n "$ac_ct_CXX"; then
    3140   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3141 $as_echo "$ac_ct_CXX" >&6; }
    3142 else
    3143   { $as_echo "$as_me:$LINENO: result: no" >&5
    3144 $as_echo "no" >&6; }
     3019  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3020echo "${ECHO_T}$ac_ct_CXX" >&6; }
     3021else
     3022  { echo "$as_me:$LINENO: result: no" >&5
     3023echo "${ECHO_T}no" >&6; }
    31453024fi
    31463025
     
    31543033    case $cross_compiling:$ac_tool_warned in
    31553034yes:)
    3156 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3157 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3035{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3036whose name does not start with the host triplet.  If you think this
     3037configuration is useful to you, please write to [email protected]." >&5
     3038echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3039whose name does not start with the host triplet.  If you think this
     3040configuration is useful to you, please write to [email protected]." >&2;}
    31583041ac_tool_warned=yes ;;
    31593042esac
     
    31653048fi
    31663049# Provide some information about the compiler.
    3167 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3168 set X $ac_compile
    3169 ac_compiler=$2
     3050echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3051ac_compiler=`set X $ac_compile; echo $2`
    31703052{ (ac_try="$ac_compiler --version >&5"
    31713053case "(($ac_try" in
     
    31733055  *) ac_try_echo=$ac_try;;
    31743056esac
    3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3176 $as_echo "$ac_try_echo") >&5
     3057eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31773058  (eval "$ac_compiler --version >&5") 2>&5
    31783059  ac_status=$?
    3179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3060  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31803061  (exit $ac_status); }
    31813062{ (ac_try="$ac_compiler -v >&5"
     
    31843065  *) ac_try_echo=$ac_try;;
    31853066esac
    3186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3187 $as_echo "$ac_try_echo") >&5
     3067eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31883068  (eval "$ac_compiler -v >&5") 2>&5
    31893069  ac_status=$?
    3190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3070  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31913071  (exit $ac_status); }
    31923072{ (ac_try="$ac_compiler -V >&5"
     
    31953075  *) ac_try_echo=$ac_try;;
    31963076esac
    3197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3198 $as_echo "$ac_try_echo") >&5
     3077eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31993078  (eval "$ac_compiler -V >&5") 2>&5
    32003079  ac_status=$?
    3201   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3080  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32023081  (exit $ac_status); }
    32033082
    3204 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3205 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3083{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3084echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    32063085if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3207   $as_echo_n "(cached) " >&6
     3086  echo $ECHO_N "(cached) $ECHO_C" >&6
    32083087else
    32093088  cat >conftest.$ac_ext <<_ACEOF
     
    32313110  *) ac_try_echo=$ac_try;;
    32323111esac
    3233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3234 $as_echo "$ac_try_echo") >&5
     3112eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32353113  (eval "$ac_compile") 2>conftest.er1
    32363114  ac_status=$?
     
    32383116  rm -f conftest.er1
    32393117  cat conftest.err >&5
    3240   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3118  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32413119  (exit $ac_status); } && {
    32423120     test -z "$ac_cxx_werror_flag" ||
     
    32453123  ac_compiler_gnu=yes
    32463124else
    3247   $as_echo "$as_me: failed program was:" >&5
     3125  echo "$as_me: failed program was:" >&5
    32483126sed 's/^/| /' conftest.$ac_ext >&5
    32493127
     
    32553133
    32563134fi
    3257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3258 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3259 if test $ac_compiler_gnu = yes; then
    3260   GXX=yes
    3261 else
    3262   GXX=
    3263 fi
     3135{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3136echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3137GXX=`test $ac_compiler_gnu = yes && echo yes`
    32643138ac_test_CXXFLAGS=${CXXFLAGS+set}
    32653139ac_save_CXXFLAGS=$CXXFLAGS
    3266 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3267 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3140{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3141echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    32683142if test "${ac_cv_prog_cxx_g+set}" = set; then
    3269   $as_echo_n "(cached) " >&6
     3143  echo $ECHO_N "(cached) $ECHO_C" >&6
    32703144else
    32713145  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    32943168  *) ac_try_echo=$ac_try;;
    32953169esac
    3296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3297 $as_echo "$ac_try_echo") >&5
     3170eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32983171  (eval "$ac_compile") 2>conftest.er1
    32993172  ac_status=$?
     
    33013174  rm -f conftest.er1
    33023175  cat conftest.err >&5
    3303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3176  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33043177  (exit $ac_status); } && {
    33053178     test -z "$ac_cxx_werror_flag" ||
     
    33083181  ac_cv_prog_cxx_g=yes
    33093182else
    3310   $as_echo "$as_me: failed program was:" >&5
     3183  echo "$as_me: failed program was:" >&5
    33113184sed 's/^/| /' conftest.$ac_ext >&5
    33123185
     
    33333206  *) ac_try_echo=$ac_try;;
    33343207esac
    3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3336 $as_echo "$ac_try_echo") >&5
     3208eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33373209  (eval "$ac_compile") 2>conftest.er1
    33383210  ac_status=$?
     
    33403212  rm -f conftest.er1
    33413213  cat conftest.err >&5
    3342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3214  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33433215  (exit $ac_status); } && {
    33443216     test -z "$ac_cxx_werror_flag" ||
     
    33473219  :
    33483220else
    3349   $as_echo "$as_me: failed program was:" >&5
     3221  echo "$as_me: failed program was:" >&5
    33503222sed 's/^/| /' conftest.$ac_ext >&5
    33513223
     
    33733245  *) ac_try_echo=$ac_try;;
    33743246esac
    3375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3376 $as_echo "$ac_try_echo") >&5
     3247eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33773248  (eval "$ac_compile") 2>conftest.er1
    33783249  ac_status=$?
     
    33803251  rm -f conftest.er1
    33813252  cat conftest.err >&5
    3382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3253  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33833254  (exit $ac_status); } && {
    33843255     test -z "$ac_cxx_werror_flag" ||
     
    33873258  ac_cv_prog_cxx_g=yes
    33883259else
    3389   $as_echo "$as_me: failed program was:" >&5
     3260  echo "$as_me: failed program was:" >&5
    33903261sed 's/^/| /' conftest.$ac_ext >&5
    33913262
     
    34023273   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    34033274fi
    3404 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3405 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     3275{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3276echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    34063277if test "$ac_test_CXXFLAGS" = set; then
    34073278  CXXFLAGS=$ac_save_CXXFLAGS
     
    34343305  # Extract the first word of "$ac_prog", so it can be a program name with args.
    34353306set dummy $ac_prog; ac_word=$2
    3436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3437 $as_echo_n "checking for $ac_word... " >&6; }
     3307{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3308echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    34383309if test "${ac_cv_prog_JAVAC+set}" = set; then
    3439   $as_echo_n "(cached) " >&6
     3310  echo $ECHO_N "(cached) $ECHO_C" >&6
    34403311else
    34413312  if test -n "$JAVAC"; then
     
    34503321  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34513322    ac_cv_prog_JAVAC="$ac_prog"
    3452     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3323    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34533324    break 2
    34543325  fi
     
    34613332JAVAC=$ac_cv_prog_JAVAC
    34623333if test -n "$JAVAC"; then
    3463   { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
    3464 $as_echo "$JAVAC" >&6; }
    3465 else
    3466   { $as_echo "$as_me:$LINENO: result: no" >&5
    3467 $as_echo "no" >&6; }
     3334  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     3335echo "${ECHO_T}$JAVAC" >&6; }
     3336else
     3337  { echo "$as_me:$LINENO: result: no" >&5
     3338echo "${ECHO_T}no" >&6; }
    34683339fi
    34693340
     
    34773348  # Extract the first word of "$ac_prog", so it can be a program name with args.
    34783349set dummy $ac_prog; ac_word=$2
    3479 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3480 $as_echo_n "checking for $ac_word... " >&6; }
     3350{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3351echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    34813352if test "${ac_cv_prog_JAVAC+set}" = set; then
    3482   $as_echo_n "(cached) " >&6
     3353  echo $ECHO_N "(cached) $ECHO_C" >&6
    34833354else
    34843355  if test -n "$JAVAC"; then
     
    34933364  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    34943365    ac_cv_prog_JAVAC="$ac_prog"
    3495     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3366    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    34963367    break 2
    34973368  fi
     
    35043375JAVAC=$ac_cv_prog_JAVAC
    35053376if test -n "$JAVAC"; then
    3506   { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
    3507 $as_echo "$JAVAC" >&6; }
    3508 else
    3509   { $as_echo "$as_me:$LINENO: result: no" >&5
    3510 $as_echo "no" >&6; }
     3377  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     3378echo "${ECHO_T}$JAVAC" >&6; }
     3379else
     3380  { echo "$as_me:$LINENO: result: no" >&5
     3381echo "${ECHO_T}no" >&6; }
    35113382fi
    35123383
     
    35173388
    35183389  fi
    3519   test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3520 $as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3390  test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3391echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    35213392   { (exit 1); exit 1; }; }
    35223393else
     
    35263397
    35273398
    3528 { $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3529 $as_echo_n "checking if $JAVAC works... " >&6; }
     3399{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3400echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
    35303401if test "${ac_cv_prog_javac_works+set}" = set; then
    3531   $as_echo_n "(cached) " >&6
     3402  echo $ECHO_N "(cached) $ECHO_C" >&6
    35323403else
    35333404
     
    35353406CLASS_TEST=Test.class
    35363407cat << \EOF > $JAVA_TEST
    3537 /* #line 3537 "configure" */
     3408/* #line 3408 "configure" */
    35383409public class Test {
    35393410}
     
    35433414  (eval $ac_try) 2>&5
    35443415  ac_status=$?
    3545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3416  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35463417  (exit $ac_status); }; } >/dev/null 2>&1; then
    35473418  ac_cv_prog_javac_works=yes
    35483419else
    3549   { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3550 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3420  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3421echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    35513422   { (exit 1); exit 1; }; }
    35523423  echo "configure: failed program was:" >&5
     
    35563427
    35573428fi
    3558 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3559 $as_echo "$ac_cv_prog_javac_works" >&6; }
     3429{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3430echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
    35603431if test "x$JAVACFLAGS" = x ; then
    35613432  JAVACFLAGS="-source 1.4 -target 1.4"
     
    35713442  # Extract the first word of "$ac_prog", so it can be a program name with args.
    35723443set dummy $ac_prog; ac_word=$2
    3573 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3574 $as_echo_n "checking for $ac_word... " >&6; }
     3444{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3445echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    35753446if test "${ac_cv_prog_JAVA+set}" = set; then
    3576   $as_echo_n "(cached) " >&6
     3447  echo $ECHO_N "(cached) $ECHO_C" >&6
    35773448else
    35783449  if test -n "$JAVA"; then
     
    35873458  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35883459    ac_cv_prog_JAVA="$ac_prog"
    3589     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3460    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35903461    break 2
    35913462  fi
     
    35983469JAVA=$ac_cv_prog_JAVA
    35993470if test -n "$JAVA"; then
    3600   { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
    3601 $as_echo "$JAVA" >&6; }
    3602 else
    3603   { $as_echo "$as_me:$LINENO: result: no" >&5
    3604 $as_echo "no" >&6; }
     3471  { echo "$as_me:$LINENO: result: $JAVA" >&5
     3472echo "${ECHO_T}$JAVA" >&6; }
     3473else
     3474  { echo "$as_me:$LINENO: result: no" >&5
     3475echo "${ECHO_T}no" >&6; }
    36053476fi
    36063477
     
    36143485  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36153486set dummy $ac_prog; ac_word=$2
    3616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3617 $as_echo_n "checking for $ac_word... " >&6; }
     3487{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3488echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36183489if test "${ac_cv_prog_JAVA+set}" = set; then
    3619   $as_echo_n "(cached) " >&6
     3490  echo $ECHO_N "(cached) $ECHO_C" >&6
    36203491else
    36213492  if test -n "$JAVA"; then
     
    36303501  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36313502    ac_cv_prog_JAVA="$ac_prog"
    3632     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3503    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36333504    break 2
    36343505  fi
     
    36413512JAVA=$ac_cv_prog_JAVA
    36423513if test -n "$JAVA"; then
    3643   { $as_echo "$as_me:$LINENO: result: $JAVA" >&5
    3644 $as_echo "$JAVA" >&6; }
    3645 else
    3646   { $as_echo "$as_me:$LINENO: result: no" >&5
    3647 $as_echo "no" >&6; }
     3514  { echo "$as_me:$LINENO: result: $JAVA" >&5
     3515echo "${ECHO_T}$JAVA" >&6; }
     3516else
     3517  { echo "$as_me:$LINENO: result: no" >&5
     3518echo "${ECHO_T}no" >&6; }
    36483519fi
    36493520
     
    36543525
    36553526    fi
    3656     test x$JAVA = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
    3657 $as_echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     3527    test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     3528echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
    36583529   { (exit 1); exit 1; }; }
    36593530fi
     
    36623533# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
    36633534set dummy uudecode$EXEEXT; ac_word=$2
    3664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3665 $as_echo_n "checking for $ac_word... " >&6; }
     3535{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3536echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36663537if test "${ac_cv_prog_uudecode+set}" = set; then
    3667   $as_echo_n "(cached) " >&6
     3538  echo $ECHO_N "(cached) $ECHO_C" >&6
    36683539else
    36693540  if test -n "$uudecode"; then
     
    36783549  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36793550    ac_cv_prog_uudecode="yes"
    3680     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3551    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36813552    break 2
    36823553  fi
     
    36893560uudecode=$ac_cv_prog_uudecode
    36903561if test -n "$uudecode"; then
    3691   { $as_echo "$as_me:$LINENO: result: $uudecode" >&5
    3692 $as_echo "$uudecode" >&6; }
    3693 else
    3694   { $as_echo "$as_me:$LINENO: result: no" >&5
    3695 $as_echo "no" >&6; }
     3562  { echo "$as_me:$LINENO: result: $uudecode" >&5
     3563echo "${ECHO_T}$uudecode" >&6; }
     3564else
     3565  { echo "$as_me:$LINENO: result: no" >&5
     3566echo "${ECHO_T}no" >&6; }
    36963567fi
    36973568
    36983569
    36993570if test x$uudecode = xyes; then
    3700 { $as_echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
    3701 $as_echo_n "checking if uudecode can decode base 64 file... " >&6; }
     3571{ echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     3572echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6; }
    37023573if test "${ac_cv_prog_uudecode_base64+set}" = set; then
    3703   $as_echo_n "(cached) " >&6
     3574  echo $ECHO_N "(cached) $ECHO_C" >&6
    37043575else
    37053576
     
    37183589        ac_cv_prog_uudecode_base64=yes
    37193590else
    3720         echo "configure: 3720: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3591        echo "configure: 3591: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    37213592        echo "configure: failed file was:" >&5
    37223593        cat Test.uue >&5
     
    37253596rm -f Test.uue
    37263597fi
    3727 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
    3728 $as_echo "$ac_cv_prog_uudecode_base64" >&6; }
     3598{ echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     3599echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6; }
    37293600fi
    37303601if test x$ac_cv_prog_uudecode_base64 != xyes; then
    37313602        rm -f Test.class
    3732         { $as_echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
    3733 $as_echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     3603        { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     3604echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
    37343605        if test x$ac_cv_prog_javac_works = xno; then
    3735                 { { $as_echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
    3736 $as_echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     3606                { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     3607echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
    37373608   { (exit 1); exit 1; }; }
    37383609        fi
     
    37453616  # Extract the first word of "$ac_prog", so it can be a program name with args.
    37463617set dummy $ac_prog; ac_word=$2
    3747 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3748 $as_echo_n "checking for $ac_word... " >&6; }
     3618{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3619echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37493620if test "${ac_cv_prog_JAVAC+set}" = set; then
    3750   $as_echo_n "(cached) " >&6
     3621  echo $ECHO_N "(cached) $ECHO_C" >&6
    37513622else
    37523623  if test -n "$JAVAC"; then
     
    37613632  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37623633    ac_cv_prog_JAVAC="$ac_prog"
    3763     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3634    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37643635    break 2
    37653636  fi
     
    37723643JAVAC=$ac_cv_prog_JAVAC
    37733644if test -n "$JAVAC"; then
    3774   { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
    3775 $as_echo "$JAVAC" >&6; }
    3776 else
    3777   { $as_echo "$as_me:$LINENO: result: no" >&5
    3778 $as_echo "no" >&6; }
     3645  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     3646echo "${ECHO_T}$JAVAC" >&6; }
     3647else
     3648  { echo "$as_me:$LINENO: result: no" >&5
     3649echo "${ECHO_T}no" >&6; }
    37793650fi
    37803651
     
    37883659  # Extract the first word of "$ac_prog", so it can be a program name with args.
    37893660set dummy $ac_prog; ac_word=$2
    3790 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3791 $as_echo_n "checking for $ac_word... " >&6; }
     3661{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37923663if test "${ac_cv_prog_JAVAC+set}" = set; then
    3793   $as_echo_n "(cached) " >&6
     3664  echo $ECHO_N "(cached) $ECHO_C" >&6
    37943665else
    37953666  if test -n "$JAVAC"; then
     
    38043675  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    38053676    ac_cv_prog_JAVAC="$ac_prog"
    3806     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3677    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    38073678    break 2
    38083679  fi
     
    38153686JAVAC=$ac_cv_prog_JAVAC
    38163687if test -n "$JAVAC"; then
    3817   { $as_echo "$as_me:$LINENO: result: $JAVAC" >&5
    3818 $as_echo "$JAVAC" >&6; }
    3819 else
    3820   { $as_echo "$as_me:$LINENO: result: no" >&5
    3821 $as_echo "no" >&6; }
     3688  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     3689echo "${ECHO_T}$JAVAC" >&6; }
     3690else
     3691  { echo "$as_me:$LINENO: result: no" >&5
     3692echo "${ECHO_T}no" >&6; }
    38223693fi
    38233694
     
    38283699
    38293700  fi
    3830   test "x$JAVAC" = x && { { $as_echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
    3831 $as_echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     3701  test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     3702echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
    38323703   { (exit 1); exit 1; }; }
    38333704else
     
    38373708
    38383709
    3839 { $as_echo "$as_me:$LINENO: checking if $JAVAC works" >&5
    3840 $as_echo_n "checking if $JAVAC works... " >&6; }
     3710{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     3711echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
    38413712if test "${ac_cv_prog_javac_works+set}" = set; then
    3842   $as_echo_n "(cached) " >&6
     3713  echo $ECHO_N "(cached) $ECHO_C" >&6
    38433714else
    38443715
     
    38463717CLASS_TEST=Test.class
    38473718cat << \EOF > $JAVA_TEST
    3848 /* #line 3848 "configure" */
     3719/* #line 3719 "configure" */
    38493720public class Test {
    38503721}
     
    38543725  (eval $ac_try) 2>&5
    38553726  ac_status=$?
    3856   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3727  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38573728  (exit $ac_status); }; } >/dev/null 2>&1; then
    38583729  ac_cv_prog_javac_works=yes
    38593730else
    3860   { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3861 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3731  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3732echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    38623733   { (exit 1); exit 1; }; }
    38633734  echo "configure: failed program was:" >&5
     
    38673738
    38683739fi
    3869 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    3870 $as_echo "$ac_cv_prog_javac_works" >&6; }
     3740{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     3741echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
    38713742if test "x$JAVACFLAGS" = x ; then
    38723743  JAVACFLAGS="-source 1.4 -target 1.4"
     
    38773748        fi
    38783749fi
    3879 { $as_echo "$as_me:$LINENO: checking if $JAVA works" >&5
    3880 $as_echo_n "checking if $JAVA works... " >&6; }
     3750{ echo "$as_me:$LINENO: checking if $JAVA works" >&5
     3751echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6; }
    38813752if test "${ac_cv_prog_java_works+set}" = set; then
    3882   $as_echo_n "(cached) " >&6
     3753  echo $ECHO_N "(cached) $ECHO_C" >&6
    38833754else
    38843755
     
    38873758TEST=Test
    38883759cat << \EOF > $JAVA_TEST
    3889 /* [#]line 3889 "configure" */
     3760/* [#]line 3760 "configure" */
    38903761public class Test {
    38913762public static void main (String args[]) {
     
    38983769  (eval $ac_try) 2>&5
    38993770  ac_status=$?
    3900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39013772  (exit $ac_status); }; } && test -s $CLASS_TEST; then
    39023773                :
     
    39043775          echo "configure: failed program was:" >&5
    39053776          cat $JAVA_TEST >&5
    3906           { { $as_echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
    3907 $as_echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     3777          { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     3778echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
    39083779   { (exit 1); exit 1; }; }
    39093780        fi
     
    39133784  (eval $ac_try) 2>&5
    39143785  ac_status=$?
    3915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3786  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39163787  (exit $ac_status); }; } >/dev/null 2>&1; then
    39173788  ac_cv_prog_java_works=yes
     
    39193790  echo "configure: failed program was:" >&5
    39203791  cat $JAVA_TEST >&5
    3921   { { $as_echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
    3922 $as_echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     3792  { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     3793echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
    39233794   { (exit 1); exit 1; }; }
    39243795fi
     
    39263797
    39273798fi
    3928 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
    3929 $as_echo "$ac_cv_prog_java_works" >&6; }
     3799{ echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     3800echo "${ECHO_T}$ac_cv_prog_java_works" >&6; }
    39303801
    39313802
     
    39363807  # Extract the first word of "$ac_prog", so it can be a program name with args.
    39373808set dummy $ac_prog; ac_word=$2
    3938 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3939 $as_echo_n "checking for $ac_word... " >&6; }
     3809{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3810echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    39403811if test "${ac_cv_prog_AWK+set}" = set; then
    3941   $as_echo_n "(cached) " >&6
     3812  echo $ECHO_N "(cached) $ECHO_C" >&6
    39423813else
    39433814  if test -n "$AWK"; then
     
    39523823  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    39533824    ac_cv_prog_AWK="$ac_prog"
    3954     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3825    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    39553826    break 2
    39563827  fi
     
    39633834AWK=$ac_cv_prog_AWK
    39643835if test -n "$AWK"; then
    3965   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    3966 $as_echo "$AWK" >&6; }
    3967 else
    3968   { $as_echo "$as_me:$LINENO: result: no" >&5
    3969 $as_echo "no" >&6; }
     3836  { echo "$as_me:$LINENO: result: $AWK" >&5
     3837echo "${ECHO_T}$AWK" >&6; }
     3838else
     3839  { echo "$as_me:$LINENO: result: no" >&5
     3840echo "${ECHO_T}no" >&6; }
    39703841fi
    39713842
     
    39783849  # Extract the first word of "$ac_prog", so it can be a program name with args.
    39793850set dummy $ac_prog; ac_word=$2
    3980 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3981 $as_echo_n "checking for $ac_word... " >&6; }
     3851{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3852echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    39823853if test "${ac_cv_prog_YACC+set}" = set; then
    3983   $as_echo_n "(cached) " >&6
     3854  echo $ECHO_N "(cached) $ECHO_C" >&6
    39843855else
    39853856  if test -n "$YACC"; then
     
    39943865  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    39953866    ac_cv_prog_YACC="$ac_prog"
    3996     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3867    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    39973868    break 2
    39983869  fi
     
    40053876YACC=$ac_cv_prog_YACC
    40063877if test -n "$YACC"; then
    4007   { $as_echo "$as_me:$LINENO: result: $YACC" >&5
    4008 $as_echo "$YACC" >&6; }
    4009 else
    4010   { $as_echo "$as_me:$LINENO: result: no" >&5
    4011 $as_echo "no" >&6; }
     3878  { echo "$as_me:$LINENO: result: $YACC" >&5
     3879echo "${ECHO_T}$YACC" >&6; }
     3880else
     3881  { echo "$as_me:$LINENO: result: no" >&5
     3882echo "${ECHO_T}no" >&6; }
    40123883fi
    40133884
     
    40343905done
    40353906if test -z "$ac_aux_dir"; then
    4036   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    4037 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     3907  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     3908echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    40383909   { (exit 1); exit 1; }; }
    40393910fi
     
    40503921# Make sure we can run config.sub.
    40513922$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    4052   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    4053 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     3923  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     3924echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    40543925   { (exit 1); exit 1; }; }
    40553926
    4056 { $as_echo "$as_me:$LINENO: checking build system type" >&5
    4057 $as_echo_n "checking build system type... " >&6; }
     3927{ echo "$as_me:$LINENO: checking build system type" >&5
     3928echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    40583929if test "${ac_cv_build+set}" = set; then
    4059   $as_echo_n "(cached) " >&6
     3930  echo $ECHO_N "(cached) $ECHO_C" >&6
    40603931else
    40613932  ac_build_alias=$build_alias
     
    40633934  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    40643935test "x$ac_build_alias" = x &&
    4065   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    4066 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     3936  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     3937echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    40673938   { (exit 1); exit 1; }; }
    40683939ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    4069   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    4070 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     3940  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     3941echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    40713942   { (exit 1); exit 1; }; }
    40723943
    40733944fi
    4074 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    4075 $as_echo "$ac_cv_build" >&6; }
     3945{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     3946echo "${ECHO_T}$ac_cv_build" >&6; }
    40763947case $ac_cv_build in
    40773948*-*-*) ;;
    4078 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    4079 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
     3949*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     3950echo "$as_me: error: invalid value of canonical build" >&2;}
    40803951   { (exit 1); exit 1; }; };;
    40813952esac
     
    40943965
    40953966
    4096 { $as_echo "$as_me:$LINENO: checking host system type" >&5
    4097 $as_echo_n "checking host system type... " >&6; }
     3967{ echo "$as_me:$LINENO: checking host system type" >&5
     3968echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    40983969if test "${ac_cv_host+set}" = set; then
    4099   $as_echo_n "(cached) " >&6
     3970  echo $ECHO_N "(cached) $ECHO_C" >&6
    41003971else
    41013972  if test "x$host_alias" = x; then
     
    41033974else
    41043975  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    4105     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    4106 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     3976    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     3977echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    41073978   { (exit 1); exit 1; }; }
    41083979fi
    41093980
    41103981fi
    4111 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    4112 $as_echo "$ac_cv_host" >&6; }
     3982{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     3983echo "${ECHO_T}$ac_cv_host" >&6; }
    41133984case $ac_cv_host in
    41143985*-*-*) ;;
    4115 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    4116 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
     3986*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     3987echo "$as_me: error: invalid value of canonical host" >&2;}
    41173988   { (exit 1); exit 1; }; };;
    41183989esac
     
    41314002
    41324003
    4133 { $as_echo "$as_me:$LINENO: checking target system type" >&5
    4134 $as_echo_n "checking target system type... " >&6; }
     4004{ echo "$as_me:$LINENO: checking target system type" >&5
     4005echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
    41354006if test "${ac_cv_target+set}" = set; then
    4136   $as_echo_n "(cached) " >&6
     4007  echo $ECHO_N "(cached) $ECHO_C" >&6
    41374008else
    41384009  if test "x$target_alias" = x; then
     
    41404011else
    41414012  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    4142     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    4143 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     4013    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     4014echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    41444015   { (exit 1); exit 1; }; }
    41454016fi
    41464017
    41474018fi
    4148 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    4149 $as_echo "$ac_cv_target" >&6; }
     4019{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     4020echo "${ECHO_T}$ac_cv_target" >&6; }
    41504021case $ac_cv_target in
    41514022*-*-*) ;;
    4152 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    4153 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
     4023*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     4024echo "$as_me: error: invalid value of canonical target" >&2;}
    41544025   { (exit 1); exit 1; }; };;
    41554026esac
     
    41874058# OS/2's system install, which has a completely different semantic
    41884059# ./install, which can be erroneously created by make from ./install.sh.
    4189 # Reject install programs that cannot install multiple files.
    4190 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    4191 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     4060{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     4061echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    41924062if test -z "$INSTALL"; then
    41934063if test "${ac_cv_path_install+set}" = set; then
    4194   $as_echo_n "(cached) " >&6
     4064  echo $ECHO_N "(cached) $ECHO_C" >&6
    41954065else
    41964066  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    42214091        :
    42224092      else
    4223         rm -rf conftest.one conftest.two conftest.dir
    4224         echo one > conftest.one
    4225         echo two > conftest.two
    4226         mkdir conftest.dir
    4227         if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    4228           test -s conftest.one && test -s conftest.two &&
    4229           test -s conftest.dir/conftest.one &&
    4230           test -s conftest.dir/conftest.two
    4231         then
    4232           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    4233           break 3
    4234         fi
     4093        ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     4094        break 3
    42354095      fi
    42364096    fi
     
    42394099    ;;
    42404100esac
    4241 
    42424101done
    42434102IFS=$as_save_IFS
    42444103
    4245 rm -rf conftest.one conftest.two conftest.dir
    42464104
    42474105fi
     
    42564114  fi
    42574115fi
    4258 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    4259 $as_echo "$INSTALL" >&6; }
     4116{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     4117echo "${ECHO_T}$INSTALL" >&6; }
    42604118
    42614119# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    42674125test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    42684126
    4269 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
    4270 $as_echo_n "checking whether ln -s works... " >&6; }
     4127{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
     4128echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
    42714129LN_S=$as_ln_s
    42724130if test "$LN_S" = "ln -s"; then
    4273   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4274 $as_echo "yes" >&6; }
    4275 else
    4276   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
    4277 $as_echo "no, using $LN_S" >&6; }
    4278 fi
    4279 
    4280 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    4281 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    4282 set x ${MAKE-make}
    4283 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     4131  { echo "$as_me:$LINENO: result: yes" >&5
     4132echo "${ECHO_T}yes" >&6; }
     4133else
     4134  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
     4135echo "${ECHO_T}no, using $LN_S" >&6; }
     4136fi
     4137
     4138{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     4139echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     4140set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    42844141if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    4285   $as_echo_n "(cached) " >&6
     4142  echo $ECHO_N "(cached) $ECHO_C" >&6
    42864143else
    42874144  cat >conftest.make <<\_ACEOF
     
    43004157fi
    43014158if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    4302   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4303 $as_echo "yes" >&6; }
     4159  { echo "$as_me:$LINENO: result: yes" >&5
     4160echo "${ECHO_T}yes" >&6; }
    43044161  SET_MAKE=
    43054162else
    4306   { $as_echo "$as_me:$LINENO: result: no" >&5
    4307 $as_echo "no" >&6; }
     4163  { echo "$as_me:$LINENO: result: no" >&5
     4164echo "${ECHO_T}no" >&6; }
    43084165  SET_MAKE="MAKE=${MAKE-make}"
    43094166fi
     
    43124169  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    43134170set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    4314 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4315 $as_echo_n "checking for $ac_word... " >&6; }
     4171{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    43164173if test "${ac_cv_prog_RANLIB+set}" = set; then
    4317   $as_echo_n "(cached) " >&6
     4174  echo $ECHO_N "(cached) $ECHO_C" >&6
    43184175else
    43194176  if test -n "$RANLIB"; then
     
    43284185  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    43294186    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    4330     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4187    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    43314188    break 2
    43324189  fi
     
    43394196RANLIB=$ac_cv_prog_RANLIB
    43404197if test -n "$RANLIB"; then
    4341   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    4342 $as_echo "$RANLIB" >&6; }
    4343 else
    4344   { $as_echo "$as_me:$LINENO: result: no" >&5
    4345 $as_echo "no" >&6; }
     4198  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     4199echo "${ECHO_T}$RANLIB" >&6; }
     4200else
     4201  { echo "$as_me:$LINENO: result: no" >&5
     4202echo "${ECHO_T}no" >&6; }
    43464203fi
    43474204
     
    43524209  # Extract the first word of "ranlib", so it can be a program name with args.
    43534210set dummy ranlib; ac_word=$2
    4354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4355 $as_echo_n "checking for $ac_word... " >&6; }
     4211{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4212echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    43564213if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    4357   $as_echo_n "(cached) " >&6
     4214  echo $ECHO_N "(cached) $ECHO_C" >&6
    43584215else
    43594216  if test -n "$ac_ct_RANLIB"; then
     
    43684225  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    43694226    ac_cv_prog_ac_ct_RANLIB="ranlib"
    4370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4227    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    43714228    break 2
    43724229  fi
     
    43794236ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    43804237if test -n "$ac_ct_RANLIB"; then
    4381   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    4382 $as_echo "$ac_ct_RANLIB" >&6; }
    4383 else
    4384   { $as_echo "$as_me:$LINENO: result: no" >&5
    4385 $as_echo "no" >&6; }
     4238  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     4239echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     4240else
     4241  { echo "$as_me:$LINENO: result: no" >&5
     4242echo "${ECHO_T}no" >&6; }
    43864243fi
    43874244
     
    43914248    case $cross_compiling:$ac_tool_warned in
    43924249yes:)
    4393 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    4394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4250{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4251whose name does not start with the host triplet.  If you think this
     4252configuration is useful to you, please write to [email protected]." >&5
     4253echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4254whose name does not start with the host triplet.  If you think this
     4255configuration is useful to you, please write to [email protected]." >&2;}
    43954256ac_tool_warned=yes ;;
    43964257esac
     
    44044265  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    44054266set dummy ${ac_tool_prefix}strip; ac_word=$2
    4406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4407 $as_echo_n "checking for $ac_word... " >&6; }
     4267{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4268echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    44084269if test "${ac_cv_prog_STRIP+set}" = set; then
    4409   $as_echo_n "(cached) " >&6
     4270  echo $ECHO_N "(cached) $ECHO_C" >&6
    44104271else
    44114272  if test -n "$STRIP"; then
     
    44204281  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    44214282    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    4422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4283    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    44234284    break 2
    44244285  fi
     
    44314292STRIP=$ac_cv_prog_STRIP
    44324293if test -n "$STRIP"; then
    4433   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
    4434 $as_echo "$STRIP" >&6; }
    4435 else
    4436   { $as_echo "$as_me:$LINENO: result: no" >&5
    4437 $as_echo "no" >&6; }
     4294  { echo "$as_me:$LINENO: result: $STRIP" >&5
     4295echo "${ECHO_T}$STRIP" >&6; }
     4296else
     4297  { echo "$as_me:$LINENO: result: no" >&5
     4298echo "${ECHO_T}no" >&6; }
    44384299fi
    44394300
     
    44444305  # Extract the first word of "strip", so it can be a program name with args.
    44454306set dummy strip; ac_word=$2
    4446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4447 $as_echo_n "checking for $ac_word... " >&6; }
     4307{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4308echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    44484309if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    4449   $as_echo_n "(cached) " >&6
     4310  echo $ECHO_N "(cached) $ECHO_C" >&6
    44504311else
    44514312  if test -n "$ac_ct_STRIP"; then
     
    44604321  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    44614322    ac_cv_prog_ac_ct_STRIP="strip"
    4462     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4323    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    44634324    break 2
    44644325  fi
     
    44714332ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    44724333if test -n "$ac_ct_STRIP"; then
    4473   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    4474 $as_echo "$ac_ct_STRIP" >&6; }
    4475 else
    4476   { $as_echo "$as_me:$LINENO: result: no" >&5
    4477 $as_echo "no" >&6; }
     4334  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     4335echo "${ECHO_T}$ac_ct_STRIP" >&6; }
     4336else
     4337  { echo "$as_me:$LINENO: result: no" >&5
     4338echo "${ECHO_T}no" >&6; }
    44784339fi
    44794340
     
    44834344    case $cross_compiling:$ac_tool_warned in
    44844345yes:)
    4485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    4486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4346{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4347whose name does not start with the host triplet.  If you think this
     4348configuration is useful to you, please write to [email protected]." >&5
     4349echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4350whose name does not start with the host triplet.  If you think this
     4351configuration is useful to you, please write to [email protected]." >&2;}
    44874352ac_tool_warned=yes ;;
    44884353esac
     
    44944359
    44954360
    4496 { $as_echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
    4497 $as_echo_n "checking to see if architecture is 64-bit... " >&6; }
     4361{ echo "$as_me:$LINENO: checking to see if architecture is 64-bit" >&5
     4362echo $ECHO_N "checking to see if architecture is 64-bit... $ECHO_C" >&6; }
    44984363arch_64bit=no
    44994364case "$host_cpu" in
     
    45024367
    45034368if test "$arch_64bit" = yes; then
    4504   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4505 $as_echo "yes" >&6; }
     4369  { echo "$as_me:$LINENO: result: yes" >&5
     4370echo "${ECHO_T}yes" >&6; }
    45064371  if test -z "$ARCH_DEP_FLAGS" ; then
    45074372    ARCH_DEP_FLAGS="-fPIC"
    45084373  fi
    45094374else
    4510   { $as_echo "$as_me:$LINENO: result: no" >&5
    4511 $as_echo "no" >&6; }
     4375  { echo "$as_me:$LINENO: result: no" >&5
     4376echo "${ECHO_T}no" >&6; }
    45124377  if test -z "$ARCH_DEP_FLAGS" ; then
    45134378    ARCH_DEP_FLAGS=
     
    45574422ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    45584423ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4559 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4560 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     4424{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4425echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    45614426# On Suns, sometimes $CPP names a directory.
    45624427if test -n "$CPP" && test -d "$CPP"; then
     
    45654430if test -z "$CPP"; then
    45664431  if test "${ac_cv_prog_CPP+set}" = set; then
    4567   $as_echo_n "(cached) " >&6
     4432  echo $ECHO_N "(cached) $ECHO_C" >&6
    45684433else
    45694434      # Double quotes because CPP needs to be expanded
     
    45974462  *) ac_try_echo=$ac_try;;
    45984463esac
    4599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4600 $as_echo "$ac_try_echo") >&5
     4464eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46014465  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46024466  ac_status=$?
     
    46044468  rm -f conftest.er1
    46054469  cat conftest.err >&5
    4606   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4470  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46074471  (exit $ac_status); } >/dev/null && {
    46084472     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    46114475  :
    46124476else
    4613   $as_echo "$as_me: failed program was:" >&5
     4477  echo "$as_me: failed program was:" >&5
    46144478sed 's/^/| /' conftest.$ac_ext >&5
    46154479
     
    46354499  *) ac_try_echo=$ac_try;;
    46364500esac
    4637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4638 $as_echo "$ac_try_echo") >&5
     4501eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    46394502  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    46404503  ac_status=$?
     
    46424505  rm -f conftest.er1
    46434506  cat conftest.err >&5
    4644   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4507  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46454508  (exit $ac_status); } >/dev/null && {
    46464509     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    46504513continue
    46514514else
    4652   $as_echo "$as_me: failed program was:" >&5
     4515  echo "$as_me: failed program was:" >&5
    46534516sed 's/^/| /' conftest.$ac_ext >&5
    46544517
     
    46754538  ac_cv_prog_CPP=$CPP
    46764539fi
    4677 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    4678 $as_echo "$CPP" >&6; }
     4540{ echo "$as_me:$LINENO: result: $CPP" >&5
     4541echo "${ECHO_T}$CPP" >&6; }
    46794542ac_preproc_ok=false
    46804543for ac_c_preproc_warn_flag in '' yes
     
    47044567  *) ac_try_echo=$ac_try;;
    47054568esac
    4706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4707 $as_echo "$ac_try_echo") >&5
     4569eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47084570  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47094571  ac_status=$?
     
    47114573  rm -f conftest.er1
    47124574  cat conftest.err >&5
    4713   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4575  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47144576  (exit $ac_status); } >/dev/null && {
    47154577     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    47184580  :
    47194581else
    4720   $as_echo "$as_me: failed program was:" >&5
     4582  echo "$as_me: failed program was:" >&5
    47214583sed 's/^/| /' conftest.$ac_ext >&5
    47224584
     
    47424604  *) ac_try_echo=$ac_try;;
    47434605esac
    4744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4745 $as_echo "$ac_try_echo") >&5
     4606eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47464607  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47474608  ac_status=$?
     
    47494610  rm -f conftest.er1
    47504611  cat conftest.err >&5
    4751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4612  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47524613  (exit $ac_status); } >/dev/null && {
    47534614     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    47574618continue
    47584619else
    4759   $as_echo "$as_me: failed program was:" >&5
     4620  echo "$as_me: failed program was:" >&5
    47604621sed 's/^/| /' conftest.$ac_ext >&5
    47614622
     
    47734634  :
    47744635else
    4775   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    4776 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4777 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4636  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    47784637See \`config.log' for more details." >&5
    4779 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4638echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    47804639See \`config.log' for more details." >&2;}
    4781    { (exit 1); exit 1; }; }; }
     4640   { (exit 1); exit 1; }; }
    47824641fi
    47834642
     
    47894648
    47904649
    4791 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
    4792 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
     4650{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
     4651echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
    47934652if test "${ac_cv_path_GREP+set}" = set; then
    4794   $as_echo_n "(cached) " >&6
    4795 else
    4796   if test -z "$GREP"; then
     4653  echo $ECHO_N "(cached) $ECHO_C" >&6
     4654else
     4655  # Extract the first word of "grep ggrep" to use in msg output
     4656if test -z "$GREP"; then
     4657set dummy grep ggrep; ac_prog_name=$2
     4658if test "${ac_cv_path_GREP+set}" = set; then
     4659  echo $ECHO_N "(cached) $ECHO_C" >&6
     4660else
    47974661  ac_path_GREP_found=false
    4798   # Loop through the user's path and test for each of PROGNAME-LIST
    4799   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4662# Loop through the user's path and test for each of PROGNAME-LIST
     4663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    48004664for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    48014665do
     
    48034667  test -z "$as_dir" && as_dir=.
    48044668  for ac_prog in grep ggrep; do
    4805     for ac_exec_ext in '' $ac_executable_extensions; do
    4806       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    4807       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    4808 # Check for GNU ac_path_GREP and select it if it is found.
     4669  for ac_exec_ext in '' $ac_executable_extensions; do
     4670    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
     4671    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4672    # Check for GNU ac_path_GREP and select it if it is found.
    48094673  # Check for GNU $ac_path_GREP
    48104674case `"$ac_path_GREP" --version 2>&1` in
     
    48134677*)
    48144678  ac_count=0
    4815   $as_echo_n 0123456789 >"conftest.in"
     4679  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    48164680  while :
    48174681  do
     
    48194683    mv "conftest.tmp" "conftest.in"
    48204684    cp "conftest.in" "conftest.nl"
    4821     $as_echo 'GREP' >> "conftest.nl"
     4685    echo 'GREP' >> "conftest.nl"
    48224686    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    48234687    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    48344698esac
    48354699
    4836       $ac_path_GREP_found && break 3
    4837     done
     4700
     4701    $ac_path_GREP_found && break 3
    48384702  done
    48394703done
     4704
     4705done
    48404706IFS=$as_save_IFS
    4841   if test -z "$ac_cv_path_GREP"; then
    4842     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4843 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4707
     4708
     4709fi
     4710
     4711GREP="$ac_cv_path_GREP"
     4712if test -z "$GREP"; then
     4713  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4714echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    48444715   { (exit 1); exit 1; }; }
    4845   fi
     4716fi
     4717
    48464718else
    48474719  ac_cv_path_GREP=$GREP
    48484720fi
    48494721
    4850 fi
    4851 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
    4852 $as_echo "$ac_cv_path_GREP" >&6; }
     4722
     4723fi
     4724{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
     4725echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
    48534726 GREP="$ac_cv_path_GREP"
    48544727
    48554728
    4856 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
    4857 $as_echo_n "checking for egrep... " >&6; }
     4729{ echo "$as_me:$LINENO: checking for egrep" >&5
     4730echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
    48584731if test "${ac_cv_path_EGREP+set}" = set; then
    4859   $as_echo_n "(cached) " >&6
     4732  echo $ECHO_N "(cached) $ECHO_C" >&6
    48604733else
    48614734  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
    48624735   then ac_cv_path_EGREP="$GREP -E"
    48634736   else
    4864      if test -z "$EGREP"; then
     4737     # Extract the first word of "egrep" to use in msg output
     4738if test -z "$EGREP"; then
     4739set dummy egrep; ac_prog_name=$2
     4740if test "${ac_cv_path_EGREP+set}" = set; then
     4741  echo $ECHO_N "(cached) $ECHO_C" >&6
     4742else
    48654743  ac_path_EGREP_found=false
    4866   # Loop through the user's path and test for each of PROGNAME-LIST
    4867   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4744# Loop through the user's path and test for each of PROGNAME-LIST
     4745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    48684746for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
    48694747do
     
    48714749  test -z "$as_dir" && as_dir=.
    48724750  for ac_prog in egrep; do
    4873     for ac_exec_ext in '' $ac_executable_extensions; do
    4874       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4875       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    4876 # Check for GNU ac_path_EGREP and select it if it is found.
     4751  for ac_exec_ext in '' $ac_executable_extensions; do
     4752    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
     4753    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4754    # Check for GNU ac_path_EGREP and select it if it is found.
    48774755  # Check for GNU $ac_path_EGREP
    48784756case `"$ac_path_EGREP" --version 2>&1` in
     
    48814759*)
    48824760  ac_count=0
    4883   $as_echo_n 0123456789 >"conftest.in"
     4761  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
    48844762  while :
    48854763  do
     
    48874765    mv "conftest.tmp" "conftest.in"
    48884766    cp "conftest.in" "conftest.nl"
    4889     $as_echo 'EGREP' >> "conftest.nl"
     4767    echo 'EGREP' >> "conftest.nl"
    48904768    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
    48914769    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     
    49024780esac
    49034781
    4904       $ac_path_EGREP_found && break 3
    4905     done
     4782
     4783    $ac_path_EGREP_found && break 3
    49064784  done
    49074785done
     4786
     4787done
    49084788IFS=$as_save_IFS
    4909   if test -z "$ac_cv_path_EGREP"; then
    4910     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
    4911 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
     4789
     4790
     4791fi
     4792
     4793EGREP="$ac_cv_path_EGREP"
     4794if test -z "$EGREP"; then
     4795  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
     4796echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
    49124797   { (exit 1); exit 1; }; }
     4798fi
     4799
     4800else
     4801  ac_cv_path_EGREP=$EGREP
     4802fi
     4803
     4804
     4805   fi
     4806fi
     4807{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
     4808echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
     4809 EGREP="$ac_cv_path_EGREP"
     4810
     4811
     4812
     4813{ echo "$as_me:$LINENO: checking for AIX" >&5
     4814echo $ECHO_N "checking for AIX... $ECHO_C" >&6; }
     4815cat >conftest.$ac_ext <<_ACEOF
     4816/* confdefs.h.  */
     4817_ACEOF
     4818cat confdefs.h >>conftest.$ac_ext
     4819cat >>conftest.$ac_ext <<_ACEOF
     4820/* end confdefs.h.  */
     4821#ifdef _AIX
     4822  yes
     4823#endif
     4824
     4825_ACEOF
     4826if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
     4827  $EGREP "yes" >/dev/null 2>&1; then
     4828  { echo "$as_me:$LINENO: result: yes" >&5
     4829echo "${ECHO_T}yes" >&6; }
     4830cat >>confdefs.h <<\_ACEOF
     4831#define _ALL_SOURCE 1
     4832_ACEOF
     4833
     4834else
     4835  { echo "$as_me:$LINENO: result: no" >&5
     4836echo "${ECHO_T}no" >&6; }
     4837fi
     4838rm -f conftest*
     4839
     4840
     4841{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
     4842echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
     4843if test "${ac_cv_search_strerror+set}" = set; then
     4844  echo $ECHO_N "(cached) $ECHO_C" >&6
     4845else
     4846  ac_func_search_save_LIBS=$LIBS
     4847cat >conftest.$ac_ext <<_ACEOF
     4848/* confdefs.h.  */
     4849_ACEOF
     4850cat confdefs.h >>conftest.$ac_ext
     4851cat >>conftest.$ac_ext <<_ACEOF
     4852/* end confdefs.h.  */
     4853
     4854/* Override any GCC internal prototype to avoid an error.
     4855   Use char because int might match the return type of a GCC
     4856   builtin and then its argument prototype would still apply.  */
     4857#ifdef __cplusplus
     4858extern "C"
     4859#endif
     4860char strerror ();
     4861int
     4862main ()
     4863{
     4864return strerror ();
     4865  ;
     4866  return 0;
     4867}
     4868_ACEOF
     4869for ac_lib in '' cposix; do
     4870  if test -z "$ac_lib"; then
     4871    ac_res="none required"
     4872  else
     4873    ac_res=-l$ac_lib
     4874    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    49134875  fi
    4914 else
    4915   ac_cv_path_EGREP=$EGREP
    4916 fi
    4917 
    4918    fi
    4919 fi
    4920 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
    4921 $as_echo "$ac_cv_path_EGREP" >&6; }
    4922  EGREP="$ac_cv_path_EGREP"
    4923 
    4924 
    4925 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    4926 $as_echo_n "checking for ANSI C header files... " >&6; }
     4876  rm -f conftest.$ac_objext conftest$ac_exeext
     4877if { (ac_try="$ac_link"
     4878case "(($ac_try" in
     4879  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4880  *) ac_try_echo=$ac_try;;
     4881esac
     4882eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4883  (eval "$ac_link") 2>conftest.er1
     4884  ac_status=$?
     4885  grep -v '^ *+' conftest.er1 >conftest.err
     4886  rm -f conftest.er1
     4887  cat conftest.err >&5
     4888  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4889  (exit $ac_status); } && {
     4890     test -z "$ac_c_werror_flag" ||
     4891     test ! -s conftest.err
     4892       } && test -s conftest$ac_exeext &&
     4893       $as_test_x conftest$ac_exeext; then
     4894  ac_cv_search_strerror=$ac_res
     4895else
     4896  echo "$as_me: failed program was:" >&5
     4897sed 's/^/| /' conftest.$ac_ext >&5
     4898
     4899
     4900fi
     4901
     4902rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
     4903      conftest$ac_exeext
     4904  if test "${ac_cv_search_strerror+set}" = set; then
     4905  break
     4906fi
     4907done
     4908if test "${ac_cv_search_strerror+set}" = set; then
     4909  :
     4910else
     4911  ac_cv_search_strerror=no
     4912fi
     4913rm conftest.$ac_ext
     4914LIBS=$ac_func_search_save_LIBS
     4915fi
     4916{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
     4917echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
     4918ac_res=$ac_cv_search_strerror
     4919if test "$ac_res" != no; then
     4920  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
     4921
     4922fi
     4923
     4924{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     4925echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    49274926if test "${ac_cv_header_stdc+set}" = set; then
    4928   $as_echo_n "(cached) " >&6
     4927  echo $ECHO_N "(cached) $ECHO_C" >&6
    49294928else
    49304929  cat >conftest.$ac_ext <<_ACEOF
     
    49534952  *) ac_try_echo=$ac_try;;
    49544953esac
    4955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4956 $as_echo "$ac_try_echo") >&5
     4954eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49574955  (eval "$ac_compile") 2>conftest.er1
    49584956  ac_status=$?
     
    49604958  rm -f conftest.er1
    49614959  cat conftest.err >&5
    4962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4960  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49634961  (exit $ac_status); } && {
    49644962     test -z "$ac_c_werror_flag" ||
     
    49674965  ac_cv_header_stdc=yes
    49684966else
    4969   $as_echo "$as_me: failed program was:" >&5
     4967  echo "$as_me: failed program was:" >&5
    49704968sed 's/^/| /' conftest.$ac_ext >&5
    49714969
     
    50595057  *) ac_try_echo=$ac_try;;
    50605058esac
    5061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5062 $as_echo "$ac_try_echo") >&5
     5059eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50635060  (eval "$ac_link") 2>&5
    50645061  ac_status=$?
    5065   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5062  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50665063  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    50675064  { (case "(($ac_try" in
     
    50695066  *) ac_try_echo=$ac_try;;
    50705067esac
    5071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5072 $as_echo "$ac_try_echo") >&5
     5068eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50735069  (eval "$ac_try") 2>&5
    50745070  ac_status=$?
    5075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5071  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50765072  (exit $ac_status); }; }; then
    50775073  :
    50785074else
    5079   $as_echo "$as_me: program exited with status $ac_status" >&5
    5080 $as_echo "$as_me: failed program was:" >&5
     5075  echo "$as_me: program exited with status $ac_status" >&5
     5076echo "$as_me: failed program was:" >&5
    50815077sed 's/^/| /' conftest.$ac_ext >&5
    50825078
     
    50845080ac_cv_header_stdc=no
    50855081fi
    5086 rm -rf conftest.dSYM
    50875082rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    50885083fi
     
    50915086fi
    50925087fi
    5093 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    5094 $as_echo "$ac_cv_header_stdc" >&6; }
     5088{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     5089echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    50955090if test $ac_cv_header_stdc = yes; then
    50965091
     
    51145109          inttypes.h stdint.h unistd.h
    51155110do
    5116 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    5117 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    5118 $as_echo_n "checking for $ac_header... " >&6; }
     5111as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     5112{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     5113echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    51195114if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    5120   $as_echo_n "(cached) " >&6
     5115  echo $ECHO_N "(cached) $ECHO_C" >&6
    51215116else
    51225117  cat >conftest.$ac_ext <<_ACEOF
     
    51365131  *) ac_try_echo=$ac_try;;
    51375132esac
    5138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5139 $as_echo "$ac_try_echo") >&5
     5133eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51405134  (eval "$ac_compile") 2>conftest.er1
    51415135  ac_status=$?
     
    51435137  rm -f conftest.er1
    51445138  cat conftest.err >&5
    5145   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5139  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51465140  (exit $ac_status); } && {
    51475141     test -z "$ac_c_werror_flag" ||
     
    51505144  eval "$as_ac_Header=yes"
    51515145else
    5152   $as_echo "$as_me: failed program was:" >&5
     5146  echo "$as_me: failed program was:" >&5
    51535147sed 's/^/| /' conftest.$ac_ext >&5
    51545148
     
    51585152rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    51595153fi
    5160 ac_res=`eval 'as_val=${'$as_ac_Header'}
    5161          $as_echo "$as_val"'`
    5162            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    5163 $as_echo "$ac_res" >&6; }
    5164 as_val=`eval 'as_val=${'$as_ac_Header'}
    5165          $as_echo "$as_val"'`
    5166    if test "x$as_val" = x""yes; then
     5154ac_res=`eval echo '${'$as_ac_Header'}'`
     5155           { echo "$as_me:$LINENO: result: $ac_res" >&5
     5156echo "${ECHO_T}$ac_res" >&6; }
     5157if test `eval echo '${'$as_ac_Header'}'` = yes; then
    51675158  cat >>confdefs.h <<_ACEOF
    5168 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     5159#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    51695160_ACEOF
    51705161
     
    51745165
    51755166
    5176 
    5177   if test "${ac_cv_header_minix_config_h+set}" = set; then
    5178   { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
    5179 $as_echo_n "checking for minix/config.h... " >&6; }
    51805167if test "${ac_cv_header_minix_config_h+set}" = set; then
    5181   $as_echo_n "(cached) " >&6
    5182 fi
    5183 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    5184 $as_echo "$ac_cv_header_minix_config_h" >&6; }
     5168  { echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5169echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; }
     5170if test "${ac_cv_header_minix_config_h+set}" = set; then
     5171  echo $ECHO_N "(cached) $ECHO_C" >&6
     5172fi
     5173{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5174echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; }
    51855175else
    51865176  # Is the header compilable?
    5187 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    5188 $as_echo_n "checking minix/config.h usability... " >&6; }
     5177{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5
     5178echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; }
    51895179cat >conftest.$ac_ext <<_ACEOF
    51905180/* confdefs.h.  */
     
    52025192  *) ac_try_echo=$ac_try;;
    52035193esac
    5204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5205 $as_echo "$ac_try_echo") >&5
     5194eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52065195  (eval "$ac_compile") 2>conftest.er1
    52075196  ac_status=$?
     
    52095198  rm -f conftest.er1
    52105199  cat conftest.err >&5
    5211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5200  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52125201  (exit $ac_status); } && {
    52135202     test -z "$ac_c_werror_flag" ||
     
    52165205  ac_header_compiler=yes
    52175206else
    5218   $as_echo "$as_me: failed program was:" >&5
     5207  echo "$as_me: failed program was:" >&5
    52195208sed 's/^/| /' conftest.$ac_ext >&5
    52205209
     
    52235212
    52245213rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5225 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5226 $as_echo "$ac_header_compiler" >&6; }
     5214{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     5215echo "${ECHO_T}$ac_header_compiler" >&6; }
    52275216
    52285217# Is the header present?
    5229 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    5230 $as_echo_n "checking minix/config.h presence... " >&6; }
     5218{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5
     5219echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; }
    52315220cat >conftest.$ac_ext <<_ACEOF
    52325221/* confdefs.h.  */
     
    52425231  *) ac_try_echo=$ac_try;;
    52435232esac
    5244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5245 $as_echo "$ac_try_echo") >&5
     5233eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52465234  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52475235  ac_status=$?
     
    52495237  rm -f conftest.er1
    52505238  cat conftest.err >&5
    5251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5239  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52525240  (exit $ac_status); } >/dev/null && {
    52535241     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    52565244  ac_header_preproc=yes
    52575245else
    5258   $as_echo "$as_me: failed program was:" >&5
     5246  echo "$as_me: failed program was:" >&5
    52595247sed 's/^/| /' conftest.$ac_ext >&5
    52605248
     
    52635251
    52645252rm -f conftest.err conftest.$ac_ext
    5265 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5266 $as_echo "$ac_header_preproc" >&6; }
     5253{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     5254echo "${ECHO_T}$ac_header_preproc" >&6; }
    52675255
    52685256# So?  What about this header?
    52695257case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    52705258  yes:no: )
    5271     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5272 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5273     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    5274 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
     5259    { echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
     5260echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
     5261    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
     5262echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    52755263    ac_header_preproc=yes
    52765264    ;;
    52775265  no:yes:* )
    5278     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    5279 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    5280     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    5281 $as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    5282     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    5283 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    5284     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    5285 $as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5286     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    5287 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    5288     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    5289 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
     5266    { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
     5267echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
     5268    { echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
     5269echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
     5270    { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
     5271echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
     5272    { echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
     5273echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
     5274    { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
     5275echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
     5276    { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
     5277echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    52905278
    52915279    ;;
    52925280esac
    5293 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
    5294 $as_echo_n "checking for minix/config.h... " >&6; }
     5281{ echo "$as_me:$LINENO: checking for minix/config.h" >&5
     5282echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; }
    52955283if test "${ac_cv_header_minix_config_h+set}" = set; then
    5296   $as_echo_n "(cached) " >&6
     5284  echo $ECHO_N "(cached) $ECHO_C" >&6
    52975285else
    52985286  ac_cv_header_minix_config_h=$ac_header_preproc
    52995287fi
    5300 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    5301 $as_echo "$ac_cv_header_minix_config_h" >&6; }
    5302 
    5303 fi
    5304 if test "x$ac_cv_header_minix_config_h" = x""yes; then
     5288{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
     5289echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; }
     5290
     5291fi
     5292if test $ac_cv_header_minix_config_h = yes; then
    53055293  MINIX=yes
    53065294else
     
    53095297
    53105298
    5311   if test "$MINIX" = yes; then
     5299if test "$MINIX" = yes; then
    53125300
    53135301cat >>confdefs.h <<\_ACEOF
     
    53255313_ACEOF
    53265314
    5327   fi
    5328 
    5329 
    5330 
    5331   { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
    5332 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
    5333 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
    5334   $as_echo_n "(cached) " >&6
    5335 else
    5336   cat >conftest.$ac_ext <<_ACEOF
    5337 /* confdefs.h.  */
    5338 _ACEOF
    5339 cat confdefs.h >>conftest.$ac_ext
    5340 cat >>conftest.$ac_ext <<_ACEOF
    5341 /* end confdefs.h.  */
    5342 
    5343 #     define __EXTENSIONS__ 1
    5344       $ac_includes_default
    5345 int
    5346 main ()
    5347 {
    5348 
    5349   ;
    5350   return 0;
    5351 }
    5352 _ACEOF
    5353 rm -f conftest.$ac_objext
    5354 if { (ac_try="$ac_compile"
    5355 case "(($ac_try" in
    5356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5357   *) ac_try_echo=$ac_try;;
    5358 esac
    5359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5360 $as_echo "$ac_try_echo") >&5
    5361   (eval "$ac_compile") 2>conftest.er1
    5362   ac_status=$?
    5363   grep -v '^ *+' conftest.er1 >conftest.err
    5364   rm -f conftest.er1
    5365   cat conftest.err >&5
    5366   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5367   (exit $ac_status); } && {
    5368      test -z "$ac_c_werror_flag" ||
    5369      test ! -s conftest.err
    5370        } && test -s conftest.$ac_objext; then
    5371   ac_cv_safe_to_define___extensions__=yes
    5372 else
    5373   $as_echo "$as_me: failed program was:" >&5
    5374 sed 's/^/| /' conftest.$ac_ext >&5
    5375 
    5376     ac_cv_safe_to_define___extensions__=no
    5377 fi
    5378 
    5379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5380 fi
    5381 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
    5382 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
    5383   test $ac_cv_safe_to_define___extensions__ = yes &&
    5384     cat >>confdefs.h <<\_ACEOF
    5385 #define __EXTENSIONS__ 1
    5386 _ACEOF
    5387 
    5388   cat >>confdefs.h <<\_ACEOF
    5389 #define _ALL_SOURCE 1
    5390 _ACEOF
    5391 
    5392   cat >>confdefs.h <<\_ACEOF
    5393 #define _GNU_SOURCE 1
    5394 _ACEOF
    5395 
    5396   cat >>confdefs.h <<\_ACEOF
    5397 #define _POSIX_PTHREAD_SEMANTICS 1
    5398 _ACEOF
    5399 
    5400   cat >>confdefs.h <<\_ACEOF
    5401 #define _TANDEM_SOURCE 1
    5402 _ACEOF
    5403 
    5404 
    5405 { $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
    5406 $as_echo_n "checking for library containing strerror... " >&6; }
    5407 if test "${ac_cv_search_strerror+set}" = set; then
    5408   $as_echo_n "(cached) " >&6
    5409 else
    5410   ac_func_search_save_LIBS=$LIBS
    5411 cat >conftest.$ac_ext <<_ACEOF
    5412 /* confdefs.h.  */
    5413 _ACEOF
    5414 cat confdefs.h >>conftest.$ac_ext
    5415 cat >>conftest.$ac_ext <<_ACEOF
    5416 /* end confdefs.h.  */
    5417 
    5418 /* Override any GCC internal prototype to avoid an error.
    5419    Use char because int might match the return type of a GCC
    5420    builtin and then its argument prototype would still apply.  */
    5421 #ifdef __cplusplus
    5422 extern "C"
    5423 #endif
    5424 char strerror ();
    5425 int
    5426 main ()
    5427 {
    5428 return strerror ();
    5429   ;
    5430   return 0;
    5431 }
    5432 _ACEOF
    5433 for ac_lib in '' cposix; do
    5434   if test -z "$ac_lib"; then
    5435     ac_res="none required"
    5436   else
    5437     ac_res=-l$ac_lib
    5438     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
    5439   fi
    5440   rm -f conftest.$ac_objext conftest$ac_exeext
    5441 if { (ac_try="$ac_link"
    5442 case "(($ac_try" in
    5443   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5444   *) ac_try_echo=$ac_try;;
    5445 esac
    5446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5447 $as_echo "$ac_try_echo") >&5
    5448   (eval "$ac_link") 2>conftest.er1
    5449   ac_status=$?
    5450   grep -v '^ *+' conftest.er1 >conftest.err
    5451   rm -f conftest.er1
    5452   cat conftest.err >&5
    5453   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5454   (exit $ac_status); } && {
    5455      test -z "$ac_c_werror_flag" ||
    5456      test ! -s conftest.err
    5457        } && test -s conftest$ac_exeext && {
    5458      test "$cross_compiling" = yes ||
    5459      $as_test_x conftest$ac_exeext
    5460        }; then
    5461   ac_cv_search_strerror=$ac_res
    5462 else
    5463   $as_echo "$as_me: failed program was:" >&5
    5464 sed 's/^/| /' conftest.$ac_ext >&5
    5465 
    5466 
    5467 fi
    5468 
    5469 rm -rf conftest.dSYM
    5470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    5471       conftest$ac_exeext
    5472   if test "${ac_cv_search_strerror+set}" = set; then
    5473   break
    5474 fi
    5475 done
    5476 if test "${ac_cv_search_strerror+set}" = set; then
    5477   :
    5478 else
    5479   ac_cv_search_strerror=no
    5480 fi
    5481 rm conftest.$ac_ext
    5482 LIBS=$ac_func_search_save_LIBS
    5483 fi
    5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
    5485 $as_echo "$ac_cv_search_strerror" >&6; }
    5486 ac_res=$ac_cv_search_strerror
    5487 if test "$ac_res" != no; then
    5488   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    5489 
    5490 fi
    5491 
    5492 
    5493   if test "${ac_cv_header_minix_config_h+set}" = set; then
    5494   { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
    5495 $as_echo_n "checking for minix/config.h... " >&6; }
    5496 if test "${ac_cv_header_minix_config_h+set}" = set; then
    5497   $as_echo_n "(cached) " >&6
    5498 fi
    5499 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    5500 $as_echo "$ac_cv_header_minix_config_h" >&6; }
    5501 else
    5502   # Is the header compilable?
    5503 { $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5
    5504 $as_echo_n "checking minix/config.h usability... " >&6; }
    5505 cat >conftest.$ac_ext <<_ACEOF
    5506 /* confdefs.h.  */
    5507 _ACEOF
    5508 cat confdefs.h >>conftest.$ac_ext
    5509 cat >>conftest.$ac_ext <<_ACEOF
    5510 /* end confdefs.h.  */
    5511 $ac_includes_default
    5512 #include <minix/config.h>
    5513 _ACEOF
    5514 rm -f conftest.$ac_objext
    5515 if { (ac_try="$ac_compile"
    5516 case "(($ac_try" in
    5517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5518   *) ac_try_echo=$ac_try;;
    5519 esac
    5520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5521 $as_echo "$ac_try_echo") >&5
    5522   (eval "$ac_compile") 2>conftest.er1
    5523   ac_status=$?
    5524   grep -v '^ *+' conftest.er1 >conftest.err
    5525   rm -f conftest.er1
    5526   cat conftest.err >&5
    5527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5528   (exit $ac_status); } && {
    5529      test -z "$ac_c_werror_flag" ||
    5530      test ! -s conftest.err
    5531        } && test -s conftest.$ac_objext; then
    5532   ac_header_compiler=yes
    5533 else
    5534   $as_echo "$as_me: failed program was:" >&5
    5535 sed 's/^/| /' conftest.$ac_ext >&5
    5536 
    5537     ac_header_compiler=no
    5538 fi
    5539 
    5540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5541 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    5542 $as_echo "$ac_header_compiler" >&6; }
    5543 
    5544 # Is the header present?
    5545 { $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5
    5546 $as_echo_n "checking minix/config.h presence... " >&6; }
    5547 cat >conftest.$ac_ext <<_ACEOF
    5548 /* confdefs.h.  */
    5549 _ACEOF
    5550 cat confdefs.h >>conftest.$ac_ext
    5551 cat >>conftest.$ac_ext <<_ACEOF
    5552 /* end confdefs.h.  */
    5553 #include <minix/config.h>
    5554 _ACEOF
    5555 if { (ac_try="$ac_cpp conftest.$ac_ext"
    5556 case "(($ac_try" in
    5557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5558   *) ac_try_echo=$ac_try;;
    5559 esac
    5560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5561 $as_echo "$ac_try_echo") >&5
    5562   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    5563   ac_status=$?
    5564   grep -v '^ *+' conftest.er1 >conftest.err
    5565   rm -f conftest.er1
    5566   cat conftest.err >&5
    5567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5568   (exit $ac_status); } >/dev/null && {
    5569      test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    5570      test ! -s conftest.err
    5571        }; then
    5572   ac_header_preproc=yes
    5573 else
    5574   $as_echo "$as_me: failed program was:" >&5
    5575 sed 's/^/| /' conftest.$ac_ext >&5
    5576 
    5577   ac_header_preproc=no
    5578 fi
    5579 
    5580 rm -f conftest.err conftest.$ac_ext
    5581 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    5582 $as_echo "$ac_header_preproc" >&6; }
    5583 
    5584 # So?  What about this header?
    5585 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    5586   yes:no: )
    5587     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5
    5588 $as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
    5589     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5
    5590 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;}
    5591     ac_header_preproc=yes
    5592     ;;
    5593   no:yes:* )
    5594     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5
    5595 $as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;}
    5596     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     check for missing prerequisite headers?" >&5
    5597 $as_echo "$as_me: WARNING: minix/config.h:     check for missing prerequisite headers?" >&2;}
    5598     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5
    5599 $as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;}
    5600     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&5
    5601 $as_echo "$as_me: WARNING: minix/config.h:     section \"Present But Cannot Be Compiled\"" >&2;}
    5602     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5
    5603 $as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;}
    5604     { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5
    5605 $as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;}
    5606 
    5607     ;;
    5608 esac
    5609 { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5
    5610 $as_echo_n "checking for minix/config.h... " >&6; }
    5611 if test "${ac_cv_header_minix_config_h+set}" = set; then
    5612   $as_echo_n "(cached) " >&6
    5613 else
    5614   ac_cv_header_minix_config_h=$ac_header_preproc
    5615 fi
    5616 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5
    5617 $as_echo "$ac_cv_header_minix_config_h" >&6; }
    5618 
    5619 fi
    5620 if test "x$ac_cv_header_minix_config_h" = x""yes; then
    5621   MINIX=yes
    5622 else
    5623   MINIX=
    5624 fi
    5625 
    5626 
    5627   if test "$MINIX" = yes; then
    5628 
    5629 cat >>confdefs.h <<\_ACEOF
    5630 #define _POSIX_SOURCE 1
    5631 _ACEOF
    5632 
    5633 
    5634 cat >>confdefs.h <<\_ACEOF
    5635 #define _POSIX_1_SOURCE 2
    5636 _ACEOF
    5637 
    5638 
    5639 cat >>confdefs.h <<\_ACEOF
    5640 #define _MINIX 1
    5641 _ACEOF
    5642 
    5643   fi
    5644 
    5645 
    5646 
    5647   { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
    5648 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
    5649 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
    5650   $as_echo_n "(cached) " >&6
    5651 else
    5652   cat >conftest.$ac_ext <<_ACEOF
    5653 /* confdefs.h.  */
    5654 _ACEOF
    5655 cat confdefs.h >>conftest.$ac_ext
    5656 cat >>conftest.$ac_ext <<_ACEOF
    5657 /* end confdefs.h.  */
    5658 
    5659 #     define __EXTENSIONS__ 1
    5660       $ac_includes_default
    5661 int
    5662 main ()
    5663 {
    5664 
    5665   ;
    5666   return 0;
    5667 }
    5668 _ACEOF
    5669 rm -f conftest.$ac_objext
    5670 if { (ac_try="$ac_compile"
    5671 case "(($ac_try" in
    5672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    5673   *) ac_try_echo=$ac_try;;
    5674 esac
    5675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5676 $as_echo "$ac_try_echo") >&5
    5677   (eval "$ac_compile") 2>conftest.er1
    5678   ac_status=$?
    5679   grep -v '^ *+' conftest.er1 >conftest.err
    5680   rm -f conftest.er1
    5681   cat conftest.err >&5
    5682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5683   (exit $ac_status); } && {
    5684      test -z "$ac_c_werror_flag" ||
    5685      test ! -s conftest.err
    5686        } && test -s conftest.$ac_objext; then
    5687   ac_cv_safe_to_define___extensions__=yes
    5688 else
    5689   $as_echo "$as_me: failed program was:" >&5
    5690 sed 's/^/| /' conftest.$ac_ext >&5
    5691 
    5692     ac_cv_safe_to_define___extensions__=no
    5693 fi
    5694 
    5695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    5696 fi
    5697 { $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5
    5698 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
    5699   test $ac_cv_safe_to_define___extensions__ = yes &&
    5700     cat >>confdefs.h <<\_ACEOF
    5701 #define __EXTENSIONS__ 1
    5702 _ACEOF
    5703 
    5704   cat >>confdefs.h <<\_ACEOF
    5705 #define _ALL_SOURCE 1
    5706 _ACEOF
    5707 
    5708   cat >>confdefs.h <<\_ACEOF
    5709 #define _GNU_SOURCE 1
    5710 _ACEOF
    5711 
    5712   cat >>confdefs.h <<\_ACEOF
    5713 #define _POSIX_PTHREAD_SEMANTICS 1
    5714 _ACEOF
    5715 
    5716   cat >>confdefs.h <<\_ACEOF
    5717 #define _TANDEM_SOURCE 1
    5718 _ACEOF
    5719 
    5720 
    5721 { $as_echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
    5722 $as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
     5315fi
     5316
     5317{ echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5
     5318echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6; }
    57235319if test "${ac_cv_prog_cc_stdc+set}" = set; then
    5724   $as_echo_n "(cached) " >&6
     5320  echo $ECHO_N "(cached) $ECHO_C" >&6
    57255321else
    57265322  ac_cv_prog_cc_stdc=no
     
    57615357  *) ac_try_echo=$ac_try;;
    57625358esac
    5763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5764 $as_echo "$ac_try_echo") >&5
     5359eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57655360  (eval "$ac_compile") 2>conftest.er1
    57665361  ac_status=$?
     
    57685363  rm -f conftest.er1
    57695364  cat conftest.err >&5
    5770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5365  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57715366  (exit $ac_status); } && {
    57725367     test -z "$ac_c_werror_flag" ||
     
    57755370  ac_cv_prog_cc_stdc="$ac_arg"; break
    57765371else
    5777   $as_echo "$as_me: failed program was:" >&5
     5372  echo "$as_me: failed program was:" >&5
    57785373sed 's/^/| /' conftest.$ac_ext >&5
    57795374
     
    57875382fi
    57885383
    5789 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
    5790 $as_echo "$ac_cv_prog_cc_stdc" >&6; }
     5384{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
     5385echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6; }
    57915386case "x$ac_cv_prog_cc_stdc" in
    57925387  x|xno) ;;
     
    57955390
    57965391
    5797 { $as_echo "$as_me:$LINENO: checking for function prototypes" >&5
    5798 $as_echo_n "checking for function prototypes... " >&6; }
     5392{ echo "$as_me:$LINENO: checking for function prototypes" >&5
     5393echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; }
    57995394if test "$ac_cv_prog_cc_stdc" != no; then
    5800   { $as_echo "$as_me:$LINENO: result: yes" >&5
    5801 $as_echo "yes" >&6; }
     5395  { echo "$as_me:$LINENO: result: yes" >&5
     5396echo "${ECHO_T}yes" >&6; }
    58025397  cat >>confdefs.h <<\_ACEOF
    58035398#define PROTOTYPES 1
     
    58065401  U= ANSI2KNR=
    58075402else
    5808   { $as_echo "$as_me:$LINENO: result: no" >&5
    5809 $as_echo "no" >&6; }
     5403  { echo "$as_me:$LINENO: result: no" >&5
     5404echo "${ECHO_T}no" >&6; }
    58105405  U=_ ANSI2KNR=ansi2knr
    58115406fi
    58125407
    5813 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
    5814 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
     5408{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
     5409echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
    58155410if test "${ac_cv_c_const+set}" = set; then
    5816   $as_echo_n "(cached) " >&6
     5411  echo $ECHO_N "(cached) $ECHO_C" >&6
    58175412else
    58185413  cat >conftest.$ac_ext <<_ACEOF
     
    58865481  *) ac_try_echo=$ac_try;;
    58875482esac
    5888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5889 $as_echo "$ac_try_echo") >&5
     5483eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58905484  (eval "$ac_compile") 2>conftest.er1
    58915485  ac_status=$?
     
    58935487  rm -f conftest.er1
    58945488  cat conftest.err >&5
    5895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5489  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58965490  (exit $ac_status); } && {
    58975491     test -z "$ac_c_werror_flag" ||
     
    59005494  ac_cv_c_const=yes
    59015495else
    5902   $as_echo "$as_me: failed program was:" >&5
     5496  echo "$as_me: failed program was:" >&5
    59035497sed 's/^/| /' conftest.$ac_ext >&5
    59045498
     
    59085502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    59095503fi
    5910 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
    5911 $as_echo "$ac_cv_c_const" >&6; }
     5504{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
     5505echo "${ECHO_T}$ac_cv_c_const" >&6; }
    59125506if test $ac_cv_c_const = no; then
    59135507
    59145508cat >>confdefs.h <<\_ACEOF
    5915 #define const /**/
    5916 _ACEOF
    5917 
    5918 fi
    5919 
    5920 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
    5921 $as_echo_n "checking for off_t... " >&6; }
     5509#define const
     5510_ACEOF
     5511
     5512fi
     5513
     5514{ echo "$as_me:$LINENO: checking for off_t" >&5
     5515echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
    59225516if test "${ac_cv_type_off_t+set}" = set; then
    5923   $as_echo_n "(cached) " >&6
    5924 else
    5925   ac_cv_type_off_t=no
    5926 cat >conftest.$ac_ext <<_ACEOF
     5517  echo $ECHO_N "(cached) $ECHO_C" >&6
     5518else
     5519  cat >conftest.$ac_ext <<_ACEOF
    59275520/* confdefs.h.  */
    59285521_ACEOF
     
    59315524/* end confdefs.h.  */
    59325525$ac_includes_default
     5526typedef off_t ac__type_new_;
    59335527int
    59345528main ()
    59355529{
    5936 if (sizeof (off_t))
    5937        return 0;
     5530if ((ac__type_new_ *) 0)
     5531  return 0;
     5532if (sizeof (ac__type_new_))
     5533  return 0;
    59385534  ;
    59395535  return 0;
     
    59465542  *) ac_try_echo=$ac_try;;
    59475543esac
    5948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5949 $as_echo "$ac_try_echo") >&5
     5544eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59505545  (eval "$ac_compile") 2>conftest.er1
    59515546  ac_status=$?
     
    59535548  rm -f conftest.er1
    59545549  cat conftest.err >&5
    5955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5550  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59565551  (exit $ac_status); } && {
    59575552     test -z "$ac_c_werror_flag" ||
    59585553     test ! -s conftest.err
    59595554       } && test -s conftest.$ac_objext; then
     5555  ac_cv_type_off_t=yes
     5556else
     5557  echo "$as_me: failed program was:" >&5
     5558sed 's/^/| /' conftest.$ac_ext >&5
     5559
     5560    ac_cv_type_off_t=no
     5561fi
     5562
     5563rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     5564fi
     5565{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
     5566echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
     5567if test $ac_cv_type_off_t = yes; then
     5568  :
     5569else
     5570
     5571cat >>confdefs.h <<_ACEOF
     5572#define off_t long int
     5573_ACEOF
     5574
     5575fi
     5576
     5577{ echo "$as_me:$LINENO: checking for size_t" >&5
     5578echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
     5579if test "${ac_cv_type_size_t+set}" = set; then
     5580  echo $ECHO_N "(cached) $ECHO_C" >&6
     5581else
    59605582  cat >conftest.$ac_ext <<_ACEOF
    59615583/* confdefs.h.  */
     
    59655587/* end confdefs.h.  */
    59665588$ac_includes_default
     5589typedef size_t ac__type_new_;
    59675590int
    59685591main ()
    59695592{
    5970 if (sizeof ((off_t)))
    5971       return 0;
     5593if ((ac__type_new_ *) 0)
     5594  return 0;
     5595if (sizeof (ac__type_new_))
     5596  return 0;
    59725597  ;
    59735598  return 0;
     
    59805605  *) ac_try_echo=$ac_try;;
    59815606esac
    5982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5983 $as_echo "$ac_try_echo") >&5
     5607eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59845608  (eval "$ac_compile") 2>conftest.er1
    59855609  ac_status=$?
     
    59875611  rm -f conftest.er1
    59885612  cat conftest.err >&5
    5989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5613  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59905614  (exit $ac_status); } && {
    59915615     test -z "$ac_c_werror_flag" ||
    59925616     test ! -s conftest.err
    59935617       } && test -s conftest.$ac_objext; then
    5994   :
    5995 else
    5996   $as_echo "$as_me: failed program was:" >&5
     5618  ac_cv_type_size_t=yes
     5619else
     5620  echo "$as_me: failed program was:" >&5
    59975621sed 's/^/| /' conftest.$ac_ext >&5
    59985622
    5999     ac_cv_type_off_t=yes
     5623    ac_cv_type_size_t=no
    60005624fi
    60015625
    60025626rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6003 else
    6004   $as_echo "$as_me: failed program was:" >&5
    6005 sed 's/^/| /' conftest.$ac_ext >&5
    6006 
    6007 
    6008 fi
    6009 
    6010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6011 fi
    6012 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
    6013 $as_echo "$ac_cv_type_off_t" >&6; }
    6014 if test "x$ac_cv_type_off_t" = x""yes; then
    6015   :
    6016 else
    6017 
    6018 cat >>confdefs.h <<_ACEOF
    6019 #define off_t long int
    6020 _ACEOF
    6021 
    6022 fi
    6023 
    6024 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
    6025 $as_echo_n "checking for size_t... " >&6; }
    6026 if test "${ac_cv_type_size_t+set}" = set; then
    6027   $as_echo_n "(cached) " >&6
    6028 else
    6029   ac_cv_type_size_t=no
    6030 cat >conftest.$ac_ext <<_ACEOF
    6031 /* confdefs.h.  */
    6032 _ACEOF
    6033 cat confdefs.h >>conftest.$ac_ext
    6034 cat >>conftest.$ac_ext <<_ACEOF
    6035 /* end confdefs.h.  */
    6036 $ac_includes_default
    6037 int
    6038 main ()
    6039 {
    6040 if (sizeof (size_t))
    6041        return 0;
    6042   ;
    6043   return 0;
    6044 }
    6045 _ACEOF
    6046 rm -f conftest.$ac_objext
    6047 if { (ac_try="$ac_compile"
    6048 case "(($ac_try" in
    6049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6050   *) ac_try_echo=$ac_try;;
    6051 esac
    6052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6053 $as_echo "$ac_try_echo") >&5
    6054   (eval "$ac_compile") 2>conftest.er1
    6055   ac_status=$?
    6056   grep -v '^ *+' conftest.er1 >conftest.err
    6057   rm -f conftest.er1
    6058   cat conftest.err >&5
    6059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6060   (exit $ac_status); } && {
    6061      test -z "$ac_c_werror_flag" ||
    6062      test ! -s conftest.err
    6063        } && test -s conftest.$ac_objext; then
    6064   cat >conftest.$ac_ext <<_ACEOF
    6065 /* confdefs.h.  */
    6066 _ACEOF
    6067 cat confdefs.h >>conftest.$ac_ext
    6068 cat >>conftest.$ac_ext <<_ACEOF
    6069 /* end confdefs.h.  */
    6070 $ac_includes_default
    6071 int
    6072 main ()
    6073 {
    6074 if (sizeof ((size_t)))
    6075       return 0;
    6076   ;
    6077   return 0;
    6078 }
    6079 _ACEOF
    6080 rm -f conftest.$ac_objext
    6081 if { (ac_try="$ac_compile"
    6082 case "(($ac_try" in
    6083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    6084   *) ac_try_echo=$ac_try;;
    6085 esac
    6086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6087 $as_echo "$ac_try_echo") >&5
    6088   (eval "$ac_compile") 2>conftest.er1
    6089   ac_status=$?
    6090   grep -v '^ *+' conftest.er1 >conftest.err
    6091   rm -f conftest.er1
    6092   cat conftest.err >&5
    6093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6094   (exit $ac_status); } && {
    6095      test -z "$ac_c_werror_flag" ||
    6096      test ! -s conftest.err
    6097        } && test -s conftest.$ac_objext; then
    6098   :
    6099 else
    6100   $as_echo "$as_me: failed program was:" >&5
    6101 sed 's/^/| /' conftest.$ac_ext >&5
    6102 
    6103     ac_cv_type_size_t=yes
    6104 fi
    6105 
    6106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6107 else
    6108   $as_echo "$as_me: failed program was:" >&5
    6109 sed 's/^/| /' conftest.$ac_ext >&5
    6110 
    6111 
    6112 fi
    6113 
    6114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    6115 fi
    6116 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
    6117 $as_echo "$ac_cv_type_size_t" >&6; }
    6118 if test "x$ac_cv_type_size_t" = x""yes; then
     5627fi
     5628{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
     5629echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
     5630if test $ac_cv_type_size_t = yes; then
    61195631  :
    61205632else
     
    61265638fi
    61275639
    6128 { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
    6129 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
     5640{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
     5641echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
    61305642if test "${ac_cv_header_time+set}" = set; then
    6131   $as_echo_n "(cached) " >&6
     5643  echo $ECHO_N "(cached) $ECHO_C" >&6
    61325644else
    61335645  cat >conftest.$ac_ext <<_ACEOF
     
    61565668  *) ac_try_echo=$ac_try;;
    61575669esac
    6158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6159 $as_echo "$ac_try_echo") >&5
     5670eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61605671  (eval "$ac_compile") 2>conftest.er1
    61615672  ac_status=$?
     
    61635674  rm -f conftest.er1
    61645675  cat conftest.err >&5
    6165   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61665677  (exit $ac_status); } && {
    61675678     test -z "$ac_c_werror_flag" ||
     
    61705681  ac_cv_header_time=yes
    61715682else
    6172   $as_echo "$as_me: failed program was:" >&5
     5683  echo "$as_me: failed program was:" >&5
    61735684sed 's/^/| /' conftest.$ac_ext >&5
    61745685
     
    61785689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    61795690fi
    6180 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
    6181 $as_echo "$ac_cv_header_time" >&6; }
     5691{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
     5692echo "${ECHO_T}$ac_cv_header_time" >&6; }
    61825693if test $ac_cv_header_time = yes; then
    61835694
     
    61885699fi
    61895700
    6190 { $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
    6191 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
     5701{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
     5702echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
    61925703if test "${ac_cv_struct_tm+set}" = set; then
    6193   $as_echo_n "(cached) " >&6
     5704  echo $ECHO_N "(cached) $ECHO_C" >&6
    61945705else
    61955706  cat >conftest.$ac_ext <<_ACEOF
     
    62075718struct tm tm;
    62085719                     int *p = &tm.tm_sec;
    6209                      return !p;
     5720                     return !p;
    62105721  ;
    62115722  return 0;
     
    62185729  *) ac_try_echo=$ac_try;;
    62195730esac
    6220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6221 $as_echo "$ac_try_echo") >&5
     5731eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62225732  (eval "$ac_compile") 2>conftest.er1
    62235733  ac_status=$?
     
    62255735  rm -f conftest.er1
    62265736  cat conftest.err >&5
    6227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5737  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62285738  (exit $ac_status); } && {
    62295739     test -z "$ac_c_werror_flag" ||
     
    62325742  ac_cv_struct_tm=time.h
    62335743else
    6234   $as_echo "$as_me: failed program was:" >&5
     5744  echo "$as_me: failed program was:" >&5
    62355745sed 's/^/| /' conftest.$ac_ext >&5
    62365746
     
    62405750rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    62415751fi
    6242 { $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
    6243 $as_echo "$ac_cv_struct_tm" >&6; }
     5752{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
     5753echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
    62445754if test $ac_cv_struct_tm = sys/time.h; then
    62455755
     
    62745784  *) ac_try_echo=$ac_try;;
    62755785esac
    6276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6277 $as_echo "$ac_try_echo") >&5
     5786eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62785787  (eval "$ac_compile") 2>conftest.er1
    62795788  ac_status=$?
     
    62815790  rm -f conftest.er1
    62825791  cat conftest.err >&5
    6283   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5792  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62845793  (exit $ac_status); } && {
    62855794     test -z "$ac_c_werror_flag" ||
     
    62885797  :
    62895798else
    6290   $as_echo "$as_me: failed program was:" >&5
     5799  echo "$as_me: failed program was:" >&5
    62915800sed 's/^/| /' conftest.$ac_ext >&5
    62925801
     
    62995808
    63005809
    6301 { $as_echo "$as_me:$LINENO: checking for main in -lg" >&5
    6302 $as_echo_n "checking for main in -lg... " >&6; }
     5810{ echo "$as_me:$LINENO: checking for main in -lg" >&5
     5811echo $ECHO_N "checking for main in -lg... $ECHO_C" >&6; }
    63035812if test "${ac_cv_lib_g_main+set}" = set; then
    6304   $as_echo_n "(cached) " >&6
     5813  echo $ECHO_N "(cached) $ECHO_C" >&6
    63055814else
    63065815  ac_check_lib_save_LIBS=$LIBS
     
    63285837  *) ac_try_echo=$ac_try;;
    63295838esac
    6330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6331 $as_echo "$ac_try_echo") >&5
     5839eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63325840  (eval "$ac_link") 2>conftest.er1
    63335841  ac_status=$?
     
    63355843  rm -f conftest.er1
    63365844  cat conftest.err >&5
    6337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5845  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63385846  (exit $ac_status); } && {
    63395847     test -z "$ac_c_werror_flag" ||
    63405848     test ! -s conftest.err
    6341        } && test -s conftest$ac_exeext && {
    6342      test "$cross_compiling" = yes ||
    6343      $as_test_x conftest$ac_exeext
    6344        }; then
     5849       } && test -s conftest$ac_exeext &&
     5850       $as_test_x conftest$ac_exeext; then
    63455851  ac_cv_lib_g_main=yes
    63465852else
    6347   $as_echo "$as_me: failed program was:" >&5
     5853  echo "$as_me: failed program was:" >&5
    63485854sed 's/^/| /' conftest.$ac_ext >&5
    63495855
     
    63515857fi
    63525858
    6353 rm -rf conftest.dSYM
    63545859rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63555860      conftest$ac_exeext conftest.$ac_ext
    63565861LIBS=$ac_check_lib_save_LIBS
    63575862fi
    6358 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
    6359 $as_echo "$ac_cv_lib_g_main" >&6; }
    6360 if test "x$ac_cv_lib_g_main" = x""yes; then
     5863{ echo "$as_me:$LINENO: result: $ac_cv_lib_g_main" >&5
     5864echo "${ECHO_T}$ac_cv_lib_g_main" >&6; }
     5865if test $ac_cv_lib_g_main = yes; then
    63615866  cat >>confdefs.h <<_ACEOF
    63625867#define HAVE_LIBG 1
     
    63695874
    63705875
    6371 { $as_echo "$as_me:$LINENO: checking for main in -lm" >&5
    6372 $as_echo_n "checking for main in -lm... " >&6; }
     5876{ echo "$as_me:$LINENO: checking for main in -lm" >&5
     5877echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6; }
    63735878if test "${ac_cv_lib_m_main+set}" = set; then
    6374   $as_echo_n "(cached) " >&6
     5879  echo $ECHO_N "(cached) $ECHO_C" >&6
    63755880else
    63765881  ac_check_lib_save_LIBS=$LIBS
     
    63985903  *) ac_try_echo=$ac_try;;
    63995904esac
    6400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6401 $as_echo "$ac_try_echo") >&5
     5905eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64025906  (eval "$ac_link") 2>conftest.er1
    64035907  ac_status=$?
     
    64055909  rm -f conftest.er1
    64065910  cat conftest.err >&5
    6407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5911  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64085912  (exit $ac_status); } && {
    64095913     test -z "$ac_c_werror_flag" ||
    64105914     test ! -s conftest.err
    6411        } && test -s conftest$ac_exeext && {
    6412      test "$cross_compiling" = yes ||
    6413      $as_test_x conftest$ac_exeext
    6414        }; then
     5915       } && test -s conftest$ac_exeext &&
     5916       $as_test_x conftest$ac_exeext; then
    64155917  ac_cv_lib_m_main=yes
    64165918else
    6417   $as_echo "$as_me: failed program was:" >&5
     5919  echo "$as_me: failed program was:" >&5
    64185920sed 's/^/| /' conftest.$ac_ext >&5
    64195921
     
    64215923fi
    64225924
    6423 rm -rf conftest.dSYM
    64245925rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64255926      conftest$ac_exeext conftest.$ac_ext
    64265927LIBS=$ac_check_lib_save_LIBS
    64275928fi
    6428 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
    6429 $as_echo "$ac_cv_lib_m_main" >&6; }
    6430 if test "x$ac_cv_lib_m_main" = x""yes; then
     5929{ echo "$as_me:$LINENO: result: $ac_cv_lib_m_main" >&5
     5930echo "${ECHO_T}$ac_cv_lib_m_main" >&6; }
     5931if test $ac_cv_lib_m_main = yes; then
    64315932  cat >>confdefs.h <<_ACEOF
    64325933#define HAVE_LIBM 1
     
    64395940
    64405941
    6441 { $as_echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
    6442 $as_echo_n "checking for main in -lcrypt... " >&6; }
     5942{ echo "$as_me:$LINENO: checking for main in -lcrypt" >&5
     5943echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6; }
    64435944if test "${ac_cv_lib_crypt_main+set}" = set; then
    6444   $as_echo_n "(cached) " >&6
     5945  echo $ECHO_N "(cached) $ECHO_C" >&6
    64455946else
    64465947  ac_check_lib_save_LIBS=$LIBS
     
    64685969  *) ac_try_echo=$ac_try;;
    64695970esac
    6470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6471 $as_echo "$ac_try_echo") >&5
     5971eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64725972  (eval "$ac_link") 2>conftest.er1
    64735973  ac_status=$?
     
    64755975  rm -f conftest.er1
    64765976  cat conftest.err >&5
    6477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5977  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64785978  (exit $ac_status); } && {
    64795979     test -z "$ac_c_werror_flag" ||
    64805980     test ! -s conftest.err
    6481        } && test -s conftest$ac_exeext && {
    6482      test "$cross_compiling" = yes ||
    6483      $as_test_x conftest$ac_exeext
    6484        }; then
     5981       } && test -s conftest$ac_exeext &&
     5982       $as_test_x conftest$ac_exeext; then
    64855983  ac_cv_lib_crypt_main=yes
    64865984else
    6487   $as_echo "$as_me: failed program was:" >&5
     5985  echo "$as_me: failed program was:" >&5
    64885986sed 's/^/| /' conftest.$ac_ext >&5
    64895987
     
    64915989fi
    64925990
    6493 rm -rf conftest.dSYM
    64945991rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64955992      conftest$ac_exeext conftest.$ac_ext
    64965993LIBS=$ac_check_lib_save_LIBS
    64975994fi
    6498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
    6499 $as_echo "$ac_cv_lib_crypt_main" >&6; }
    6500 if test "x$ac_cv_lib_crypt_main" = x""yes; then
     5995{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypt_main" >&5
     5996echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6; }
     5997if test $ac_cv_lib_crypt_main = yes; then
    65015998  cat >>confdefs.h <<_ACEOF
    65025999#define HAVE_LIBCRYPT 1
     
    65106007if test $ENABLE_ACCENTFOLD = 1; then
    65116008
    6512 { $as_echo "$as_me:$LINENO: checking for main in -liconv" >&5
    6513 $as_echo_n "checking for main in -liconv... " >&6; }
     6009{ echo "$as_me:$LINENO: checking for main in -liconv" >&5
     6010echo $ECHO_N "checking for main in -liconv... $ECHO_C" >&6; }
    65146011if test "${ac_cv_lib_iconv_main+set}" = set; then
    6515   $as_echo_n "(cached) " >&6
     6012  echo $ECHO_N "(cached) $ECHO_C" >&6
    65166013else
    65176014  ac_check_lib_save_LIBS=$LIBS
     
    65396036  *) ac_try_echo=$ac_try;;
    65406037esac
    6541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6542 $as_echo "$ac_try_echo") >&5
     6038eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65436039  (eval "$ac_link") 2>conftest.er1
    65446040  ac_status=$?
     
    65466042  rm -f conftest.er1
    65476043  cat conftest.err >&5
    6548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6044  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65496045  (exit $ac_status); } && {
    65506046     test -z "$ac_c_werror_flag" ||
    65516047     test ! -s conftest.err
    6552        } && test -s conftest$ac_exeext && {
    6553      test "$cross_compiling" = yes ||
    6554      $as_test_x conftest$ac_exeext
    6555        }; then
     6048       } && test -s conftest$ac_exeext &&
     6049       $as_test_x conftest$ac_exeext; then
    65566050  ac_cv_lib_iconv_main=yes
    65576051else
    6558   $as_echo "$as_me: failed program was:" >&5
     6052  echo "$as_me: failed program was:" >&5
    65596053sed 's/^/| /' conftest.$ac_ext >&5
    65606054
     
    65626056fi
    65636057
    6564 rm -rf conftest.dSYM
    65656058rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65666059      conftest$ac_exeext conftest.$ac_ext
    65676060LIBS=$ac_check_lib_save_LIBS
    65686061fi
    6569 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5
    6570 $as_echo "$ac_cv_lib_iconv_main" >&6; }
    6571 if test "x$ac_cv_lib_iconv_main" = x""yes; then
     6062{ echo "$as_me:$LINENO: result: $ac_cv_lib_iconv_main" >&5
     6063echo "${ECHO_T}$ac_cv_lib_iconv_main" >&6; }
     6064if test $ac_cv_lib_iconv_main = yes; then
    65726065  cat >>confdefs.h <<_ACEOF
    65736066#define HAVE_LIBICONV 1
     
    65886081ac_header_dirent=no
    65896082for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    6590   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    6591 { $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
    6592 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
     6083  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
     6084{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
     6085echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; }
    65936086if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    6594   $as_echo_n "(cached) " >&6
     6087  echo $ECHO_N "(cached) $ECHO_C" >&6
    65956088else
    65966089  cat >conftest.$ac_ext <<_ACEOF
     
    66186111  *) ac_try_echo=$ac_try;;
    66196112esac
    6620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6621 $as_echo "$ac_try_echo") >&5
     6113eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    66226114  (eval "$ac_compile") 2>conftest.er1
    66236115  ac_status=$?
     
    66256117  rm -f conftest.er1
    66266118  cat conftest.err >&5
    6627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6119  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    66286120  (exit $ac_status); } && {
    66296121     test -z "$ac_c_werror_flag" ||
     
    66326124  eval "$as_ac_Header=yes"
    66336125else
    6634   $as_echo "$as_me: failed program was:" >&5
     6126  echo "$as_me: failed program was:" >&5
    66356127sed 's/^/| /' conftest.$ac_ext >&5
    66366128
     
    66406132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    66416133fi
    6642 ac_res=`eval 'as_val=${'$as_ac_Header'}
    6643          $as_echo "$as_val"'`
    6644            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    6645 $as_echo "$ac_res" >&6; }
    6646 as_val=`eval 'as_val=${'$as_ac_Header'}
    6647          $as_echo "$as_val"'`
    6648    if test "x$as_val" = x""yes; then
     6134ac_res=`eval echo '${'$as_ac_Header'}'`
     6135           { echo "$as_me:$LINENO: result: $ac_res" >&5
     6136echo "${ECHO_T}$ac_res" >&6; }
     6137if test `eval echo '${'$as_ac_Header'}'` = yes; then
    66496138  cat >>confdefs.h <<_ACEOF
    6650 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     6139#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
    66516140_ACEOF
    66526141
     
    66576146# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    66586147if test $ac_header_dirent = dirent.h; then
    6659   { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
    6660 $as_echo_n "checking for library containing opendir... " >&6; }
     6148  { echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6149echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
    66616150if test "${ac_cv_search_opendir+set}" = set; then
    6662   $as_echo_n "(cached) " >&6
     6151  echo $ECHO_N "(cached) $ECHO_C" >&6
    66636152else
    66646153  ac_func_search_save_LIBS=$LIBS
     
    66986187  *) ac_try_echo=$ac_try;;
    66996188esac
    6700 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6701 $as_echo "$ac_try_echo") >&5
     6189eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67026190  (eval "$ac_link") 2>conftest.er1
    67036191  ac_status=$?
     
    67056193  rm -f conftest.er1
    67066194  cat conftest.err >&5
    6707   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6195  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67086196  (exit $ac_status); } && {
    67096197     test -z "$ac_c_werror_flag" ||
    67106198     test ! -s conftest.err
    6711        } && test -s conftest$ac_exeext && {
    6712      test "$cross_compiling" = yes ||
    6713      $as_test_x conftest$ac_exeext
    6714        }; then
     6199       } && test -s conftest$ac_exeext &&
     6200       $as_test_x conftest$ac_exeext; then
    67156201  ac_cv_search_opendir=$ac_res
    67166202else
    6717   $as_echo "$as_me: failed program was:" >&5
     6203  echo "$as_me: failed program was:" >&5
    67186204sed 's/^/| /' conftest.$ac_ext >&5
    67196205
     
    67216207fi
    67226208
    6723 rm -rf conftest.dSYM
    67246209rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    67256210      conftest$ac_exeext
     
    67366221LIBS=$ac_func_search_save_LIBS
    67376222fi
    6738 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    6739 $as_echo "$ac_cv_search_opendir" >&6; }
     6223{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6224echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
    67406225ac_res=$ac_cv_search_opendir
    67416226if test "$ac_res" != no; then
     
    67456230
    67466231else
    6747   { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5
    6748 $as_echo_n "checking for library containing opendir... " >&6; }
     6232  { echo "$as_me:$LINENO: checking for library containing opendir" >&5
     6233echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; }
    67496234if test "${ac_cv_search_opendir+set}" = set; then
    6750   $as_echo_n "(cached) " >&6
     6235  echo $ECHO_N "(cached) $ECHO_C" >&6
    67516236else
    67526237  ac_func_search_save_LIBS=$LIBS
     
    67866271  *) ac_try_echo=$ac_try;;
    67876272esac
    6788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6789 $as_echo "$ac_try_echo") >&5
     6273eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    67906274  (eval "$ac_link") 2>conftest.er1
    67916275  ac_status=$?
     
    67936277  rm -f conftest.er1
    67946278  cat conftest.err >&5
    6795   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6279  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    67966280  (exit $ac_status); } && {
    67976281     test -z "$ac_c_werror_flag" ||
    67986282     test ! -s conftest.err
    6799        } && test -s conftest$ac_exeext && {
    6800      test "$cross_compiling" = yes ||
    6801      $as_test_x conftest$ac_exeext
    6802        }; then
     6283       } && test -s conftest$ac_exeext &&
     6284       $as_test_x conftest$ac_exeext; then
    68036285  ac_cv_search_opendir=$ac_res
    68046286else
    6805   $as_echo "$as_me: failed program was:" >&5
     6287  echo "$as_me: failed program was:" >&5
    68066288sed 's/^/| /' conftest.$ac_ext >&5
    68076289
     
    68096291fi
    68106292
    6811 rm -rf conftest.dSYM
    68126293rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    68136294      conftest$ac_exeext
     
    68246305LIBS=$ac_func_search_save_LIBS
    68256306fi
    6826 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
    6827 $as_echo "$ac_cv_search_opendir" >&6; }
     6307{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
     6308echo "${ECHO_T}$ac_cv_search_opendir" >&6; }
    68286309ac_res=$ac_cv_search_opendir
    68296310if test "$ac_res" != no; then
     
    68346315fi
    68356316
    6836 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
    6837 $as_echo_n "checking for ANSI C header files... " >&6; }
     6317{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
     6318echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
    68386319if test "${ac_cv_header_stdc+set}" = set; then
    6839   $as_echo_n "(cached) " >&6
     6320  echo $ECHO_N "(cached) $ECHO_C" >&6
    68406321else
    68416322  cat >conftest.$ac_ext <<_ACEOF
     
    68646345  *) ac_try_echo=$ac_try;;
    68656346esac
    6866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6867 $as_echo "$ac_try_echo") >&5
     6347eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    68686348  (eval "$ac_compile") 2>conftest.er1
    68696349  ac_status=$?
     
    68716351  rm -f conftest.er1
    68726352  cat conftest.err >&5
    6873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6353  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    68746354  (exit $ac_status); } && {
    68756355     test -z "$ac_c_werror_flag" ||
     
    68786358  ac_cv_header_stdc=yes
    68796359else
    6880   $as_echo "$as_me: failed program was:" >&5
     6360  echo "$as_me: failed program was:" >&5
    68816361sed 's/^/| /' conftest.$ac_ext >&5
    68826362
     
    69706450  *) ac_try_echo=$ac_try;;
    69716451esac
    6972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6973 $as_echo "$ac_try_echo") >&5
     6452eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    69746453  (eval "$ac_link") 2>&5
    69756454  ac_status=$?
    6976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6455  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69776456  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    69786457  { (case "(($ac_try" in
     
    69806459  *) ac_try_echo=$ac_try;;
    69816460esac
    6982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6983 $as_echo "$ac_try_echo") >&5
     6461eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    69846462  (eval "$ac_try") 2>&5
    69856463  ac_status=$?
    6986   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6464  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    69876465  (exit $ac_status); }; }; then
    69886466  :
    69896467else
    6990   $as_echo "$as_me: program exited with status $ac_status" >&5
    6991 $as_echo "$as_me: failed program was:" >&5
     6468  echo "$as_me: program exited with status $ac_status" >&5
     6469echo "$as_me: failed program was:" >&5
    69926470sed 's/^/| /' conftest.$ac_ext >&5
    69936471
     
    69956473ac_cv_header_stdc=no
    69966474fi
    6997 rm -rf conftest.dSYM
    69986475rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    69996476fi
     
    70026479fi
    70036480fi
    7004 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
    7005 $as_echo "$ac_cv_header_stdc" >&6; }
     6481{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
     6482echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
    70066483if test $ac_cv_header_stdc = yes; then
    70076484
     
    70236500for ac_header in fcntl.h limits.h sys/time.h unistd.h crypt.h string.h memory.h sys/procfs.h sys/stat.h
    70246501do
    7025 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
     6502as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    70266503if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7027   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7028 $as_echo_n "checking for $ac_header... " >&6; }
     6504  { echo "$as_me:$LINENO: checking for $ac_header" >&5
     6505echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    70296506if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7030   $as_echo_n "(cached) " >&6
    7031 fi
    7032 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7033          $as_echo "$as_val"'`
    7034            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7035 $as_echo "$ac_res" >&6; }
     6507  echo $ECHO_N "(cached) $ECHO_C" >&6
     6508fi
     6509ac_res=`eval echo '${'$as_ac_Header'}'`
     6510           { echo "$as_me:$LINENO: result: $ac_res" >&5
     6511echo "${ECHO_T}$ac_res" >&6; }
    70366512else
    70376513  # Is the header compilable?
    7038 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
    7039 $as_echo_n "checking $ac_header usability... " >&6; }
     6514{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
     6515echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
    70406516cat >conftest.$ac_ext <<_ACEOF
    70416517/* confdefs.h.  */
     
    70536529  *) ac_try_echo=$ac_try;;
    70546530esac
    7055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7056 $as_echo "$ac_try_echo") >&5
     6531eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70576532  (eval "$ac_compile") 2>conftest.er1
    70586533  ac_status=$?
     
    70606535  rm -f conftest.er1
    70616536  cat conftest.err >&5
    7062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6537  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70636538  (exit $ac_status); } && {
    70646539     test -z "$ac_c_werror_flag" ||
     
    70676542  ac_header_compiler=yes
    70686543else
    7069   $as_echo "$as_me: failed program was:" >&5
     6544  echo "$as_me: failed program was:" >&5
    70706545sed 's/^/| /' conftest.$ac_ext >&5
    70716546
     
    70746549
    70756550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    7076 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    7077 $as_echo "$ac_header_compiler" >&6; }
     6551{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
     6552echo "${ECHO_T}$ac_header_compiler" >&6; }
    70786553
    70796554# Is the header present?
    7080 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
    7081 $as_echo_n "checking $ac_header presence... " >&6; }
     6555{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
     6556echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
    70826557cat >conftest.$ac_ext <<_ACEOF
    70836558/* confdefs.h.  */
     
    70936568  *) ac_try_echo=$ac_try;;
    70946569esac
    7095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7096 $as_echo "$ac_try_echo") >&5
     6570eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    70976571  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    70986572  ac_status=$?
     
    71006574  rm -f conftest.er1
    71016575  cat conftest.err >&5
    7102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6576  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    71036577  (exit $ac_status); } >/dev/null && {
    71046578     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    71076581  ac_header_preproc=yes
    71086582else
    7109   $as_echo "$as_me: failed program was:" >&5
     6583  echo "$as_me: failed program was:" >&5
    71106584sed 's/^/| /' conftest.$ac_ext >&5
    71116585
     
    71146588
    71156589rm -f conftest.err conftest.$ac_ext
    7116 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
    7117 $as_echo "$ac_header_preproc" >&6; }
     6590{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
     6591echo "${ECHO_T}$ac_header_preproc" >&6; }
    71186592
    71196593# So?  What about this header?
    71206594case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    71216595  yes:no: )
    7122     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    7123 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    7124     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    7125 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
     6596    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
     6597echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
     6598    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
     6599echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    71266600    ac_header_preproc=yes
    71276601    ;;
    71286602  no:yes:* )
    7129     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    7130 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    7131     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    7132 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    7133     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    7134 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    7135     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    7136 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
    7137     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    7138 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    7139     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    7140 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
     6603    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
     6604echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     6605    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
     6606echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
     6607    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
     6608echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
     6609    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
     6610echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     6611    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     6612echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     6613    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
     6614echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    71416615
    71426616    ;;
    71436617esac
    7144 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
    7145 $as_echo_n "checking for $ac_header... " >&6; }
     6618{ echo "$as_me:$LINENO: checking for $ac_header" >&5
     6619echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
    71466620if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
    7147   $as_echo_n "(cached) " >&6
     6621  echo $ECHO_N "(cached) $ECHO_C" >&6
    71486622else
    71496623  eval "$as_ac_Header=\$ac_header_preproc"
    71506624fi
    7151 ac_res=`eval 'as_val=${'$as_ac_Header'}
    7152          $as_echo "$as_val"'`
    7153            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7154 $as_echo "$ac_res" >&6; }
    7155 
    7156 fi
    7157 as_val=`eval 'as_val=${'$as_ac_Header'}
    7158          $as_echo "$as_val"'`
    7159    if test "x$as_val" = x""yes; then
     6625ac_res=`eval echo '${'$as_ac_Header'}'`
     6626           { echo "$as_me:$LINENO: result: $ac_res" >&5
     6627echo "${ECHO_T}$ac_res" >&6; }
     6628
     6629fi
     6630if test `eval echo '${'$as_ac_Header'}'` = yes; then
    71606631  cat >>confdefs.h <<_ACEOF
    7161 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     6632#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
    71626633_ACEOF
    71636634
     
    72236694# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    72246695# for constant arguments.  Useless!
    7225 { $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5
    7226 $as_echo_n "checking for working alloca.h... " >&6; }
     6696{ echo "$as_me:$LINENO: checking for working alloca.h" >&5
     6697echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; }
    72276698if test "${ac_cv_working_alloca_h+set}" = set; then
    7228   $as_echo_n "(cached) " >&6
     6699  echo $ECHO_N "(cached) $ECHO_C" >&6
    72296700else
    72306701  cat >conftest.$ac_ext <<_ACEOF
     
    72506721  *) ac_try_echo=$ac_try;;
    72516722esac
    7252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7253 $as_echo "$ac_try_echo") >&5
     6723eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    72546724  (eval "$ac_link") 2>conftest.er1
    72556725  ac_status=$?
     
    72576727  rm -f conftest.er1
    72586728  cat conftest.err >&5
    7259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6729  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    72606730  (exit $ac_status); } && {
    72616731     test -z "$ac_c_werror_flag" ||
    72626732     test ! -s conftest.err
    7263        } && test -s conftest$ac_exeext && {
    7264      test "$cross_compiling" = yes ||
    7265      $as_test_x conftest$ac_exeext
    7266        }; then
     6733       } && test -s conftest$ac_exeext &&
     6734       $as_test_x conftest$ac_exeext; then
    72676735  ac_cv_working_alloca_h=yes
    72686736else
    7269   $as_echo "$as_me: failed program was:" >&5
     6737  echo "$as_me: failed program was:" >&5
    72706738sed 's/^/| /' conftest.$ac_ext >&5
    72716739
     
    72736741fi
    72746742
    7275 rm -rf conftest.dSYM
    72766743rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    72776744      conftest$ac_exeext conftest.$ac_ext
    72786745fi
    7279 { $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
    7280 $as_echo "$ac_cv_working_alloca_h" >&6; }
     6746{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
     6747echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; }
    72816748if test $ac_cv_working_alloca_h = yes; then
    72826749
     
    72876754fi
    72886755
    7289 { $as_echo "$as_me:$LINENO: checking for alloca" >&5
    7290 $as_echo_n "checking for alloca... " >&6; }
     6756{ echo "$as_me:$LINENO: checking for alloca" >&5
     6757echo $ECHO_N "checking for alloca... $ECHO_C" >&6; }
    72916758if test "${ac_cv_func_alloca_works+set}" = set; then
    7292   $as_echo_n "(cached) " >&6
     6759  echo $ECHO_N "(cached) $ECHO_C" >&6
    72936760else
    72946761  cat >conftest.$ac_ext <<_ACEOF
     
    73346801  *) ac_try_echo=$ac_try;;
    73356802esac
    7336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7337 $as_echo "$ac_try_echo") >&5
     6803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    73386804  (eval "$ac_link") 2>conftest.er1
    73396805  ac_status=$?
     
    73416807  rm -f conftest.er1
    73426808  cat conftest.err >&5
    7343   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6809  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    73446810  (exit $ac_status); } && {
    73456811     test -z "$ac_c_werror_flag" ||
    73466812     test ! -s conftest.err
    7347        } && test -s conftest$ac_exeext && {
    7348      test "$cross_compiling" = yes ||
    7349      $as_test_x conftest$ac_exeext
    7350        }; then
     6813       } && test -s conftest$ac_exeext &&
     6814       $as_test_x conftest$ac_exeext; then
    73516815  ac_cv_func_alloca_works=yes
    73526816else
    7353   $as_echo "$as_me: failed program was:" >&5
     6817  echo "$as_me: failed program was:" >&5
    73546818sed 's/^/| /' conftest.$ac_ext >&5
    73556819
     
    73576821fi
    73586822
    7359 rm -rf conftest.dSYM
    73606823rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    73616824      conftest$ac_exeext conftest.$ac_ext
    73626825fi
    7363 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
    7364 $as_echo "$ac_cv_func_alloca_works" >&6; }
     6826{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
     6827echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; }
    73656828
    73666829if test $ac_cv_func_alloca_works = yes; then
     
    73836846
    73846847
    7385 { $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
    7386 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
     6848{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
     6849echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; }
    73876850if test "${ac_cv_os_cray+set}" = set; then
    7388   $as_echo_n "(cached) " >&6
     6851  echo $ECHO_N "(cached) $ECHO_C" >&6
    73896852else
    73906853  cat >conftest.$ac_ext <<_ACEOF
     
    74106873
    74116874fi
    7412 { $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
    7413 $as_echo "$ac_cv_os_cray" >&6; }
     6875{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
     6876echo "${ECHO_T}$ac_cv_os_cray" >&6; }
    74146877if test $ac_cv_os_cray = yes; then
    74156878  for ac_func in _getb67 GETB67 getb67; do
    7416     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7417 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    7418 $as_echo_n "checking for $ac_func... " >&6; }
     6879    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     6880{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     6881echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    74196882if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    7420   $as_echo_n "(cached) " >&6
     6883  echo $ECHO_N "(cached) $ECHO_C" >&6
    74216884else
    74226885  cat >conftest.$ac_ext <<_ACEOF
     
    74716934  *) ac_try_echo=$ac_try;;
    74726935esac
    7473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7474 $as_echo "$ac_try_echo") >&5
     6936eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    74756937  (eval "$ac_link") 2>conftest.er1
    74766938  ac_status=$?
     
    74786940  rm -f conftest.er1
    74796941  cat conftest.err >&5
    7480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6942  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    74816943  (exit $ac_status); } && {
    74826944     test -z "$ac_c_werror_flag" ||
    74836945     test ! -s conftest.err
    7484        } && test -s conftest$ac_exeext && {
    7485      test "$cross_compiling" = yes ||
    7486      $as_test_x conftest$ac_exeext
    7487        }; then
     6946       } && test -s conftest$ac_exeext &&
     6947       $as_test_x conftest$ac_exeext; then
    74886948  eval "$as_ac_var=yes"
    74896949else
    7490   $as_echo "$as_me: failed program was:" >&5
     6950  echo "$as_me: failed program was:" >&5
    74916951sed 's/^/| /' conftest.$ac_ext >&5
    74926952
     
    74946954fi
    74956955
    7496 rm -rf conftest.dSYM
    74976956rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    74986957      conftest$ac_exeext conftest.$ac_ext
    74996958fi
    7500 ac_res=`eval 'as_val=${'$as_ac_var'}
    7501          $as_echo "$as_val"'`
    7502            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7503 $as_echo "$ac_res" >&6; }
    7504 as_val=`eval 'as_val=${'$as_ac_var'}
    7505          $as_echo "$as_val"'`
    7506    if test "x$as_val" = x""yes; then
     6959ac_res=`eval echo '${'$as_ac_var'}'`
     6960           { echo "$as_me:$LINENO: result: $ac_res" >&5
     6961echo "${ECHO_T}$ac_res" >&6; }
     6962if test `eval echo '${'$as_ac_var'}'` = yes; then
    75076963
    75086964cat >>confdefs.h <<_ACEOF
     
    75166972fi
    75176973
    7518 { $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
    7519 $as_echo_n "checking stack direction for C alloca... " >&6; }
     6974{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
     6975echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; }
    75206976if test "${ac_cv_c_stack_direction+set}" = set; then
    7521   $as_echo_n "(cached) " >&6
     6977  echo $ECHO_N "(cached) $ECHO_C" >&6
    75226978else
    75236979  if test "$cross_compiling" = yes; then
     
    75577013  *) ac_try_echo=$ac_try;;
    75587014esac
    7559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7560 $as_echo "$ac_try_echo") >&5
     7015eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75617016  (eval "$ac_link") 2>&5
    75627017  ac_status=$?
    7563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75647019  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    75657020  { (case "(($ac_try" in
     
    75677022  *) ac_try_echo=$ac_try;;
    75687023esac
    7569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7570 $as_echo "$ac_try_echo") >&5
     7024eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    75717025  (eval "$ac_try") 2>&5
    75727026  ac_status=$?
    7573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7027  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    75747028  (exit $ac_status); }; }; then
    75757029  ac_cv_c_stack_direction=1
    75767030else
    7577   $as_echo "$as_me: program exited with status $ac_status" >&5
    7578 $as_echo "$as_me: failed program was:" >&5
     7031  echo "$as_me: program exited with status $ac_status" >&5
     7032echo "$as_me: failed program was:" >&5
    75797033sed 's/^/| /' conftest.$ac_ext >&5
    75807034
     
    75827036ac_cv_c_stack_direction=-1
    75837037fi
    7584 rm -rf conftest.dSYM
    75857038rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    75867039fi
     
    75887041
    75897042fi
    7590 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
    7591 $as_echo "$ac_cv_c_stack_direction" >&6; }
     7043{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
     7044echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; }
    75927045
    75937046cat >>confdefs.h <<_ACEOF
     
    75997052
    76007053if test $ac_cv_c_compiler_gnu = yes; then
    7601     { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
    7602 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
     7054    { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
     7055echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
    76037056if test "${ac_cv_prog_gcc_traditional+set}" = set; then
    7604   $as_echo_n "(cached) " >&6
     7057  echo $ECHO_N "(cached) $ECHO_C" >&6
    76057058else
    76067059    ac_pattern="Autoconf.*'x'"
     
    76417094  fi
    76427095fi
    7643 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
    7644 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
     7096{ echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
     7097echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
    76457098  if test $ac_cv_prog_gcc_traditional = yes; then
    76467099    CC="$CC -traditional"
     
    76487101fi
    76497102
    7650 { $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5
    7651 $as_echo_n "checking return type of signal handlers... " >&6; }
     7103{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5
     7104echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; }
    76527105if test "${ac_cv_type_signal+set}" = set; then
    7653   $as_echo_n "(cached) " >&6
     7106  echo $ECHO_N "(cached) $ECHO_C" >&6
    76547107else
    76557108  cat >conftest.$ac_ext <<_ACEOF
     
    76767129  *) ac_try_echo=$ac_try;;
    76777130esac
    7678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7679 $as_echo "$ac_try_echo") >&5
     7131eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    76807132  (eval "$ac_compile") 2>conftest.er1
    76817133  ac_status=$?
     
    76837135  rm -f conftest.er1
    76847136  cat conftest.err >&5
    7685   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7137  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    76867138  (exit $ac_status); } && {
    76877139     test -z "$ac_c_werror_flag" ||
     
    76907142  ac_cv_type_signal=int
    76917143else
    7692   $as_echo "$as_me: failed program was:" >&5
     7144  echo "$as_me: failed program was:" >&5
    76937145sed 's/^/| /' conftest.$ac_ext >&5
    76947146
     
    76987150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    76997151fi
    7700 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
    7701 $as_echo "$ac_cv_type_signal" >&6; }
     7152{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
     7153echo "${ECHO_T}$ac_cv_type_signal" >&6; }
    77027154
    77037155cat >>confdefs.h <<_ACEOF
     
    77097161for ac_func in vprintf
    77107162do
    7711 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7712 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    7713 $as_echo_n "checking for $ac_func... " >&6; }
     7163as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7164{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     7165echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    77147166if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    7715   $as_echo_n "(cached) " >&6
     7167  echo $ECHO_N "(cached) $ECHO_C" >&6
    77167168else
    77177169  cat >conftest.$ac_ext <<_ACEOF
     
    77667218  *) ac_try_echo=$ac_try;;
    77677219esac
    7768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7769 $as_echo "$ac_try_echo") >&5
     7220eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    77707221  (eval "$ac_link") 2>conftest.er1
    77717222  ac_status=$?
     
    77737224  rm -f conftest.er1
    77747225  cat conftest.err >&5
    7775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7226  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    77767227  (exit $ac_status); } && {
    77777228     test -z "$ac_c_werror_flag" ||
    77787229     test ! -s conftest.err
    7779        } && test -s conftest$ac_exeext && {
    7780      test "$cross_compiling" = yes ||
    7781      $as_test_x conftest$ac_exeext
    7782        }; then
     7230       } && test -s conftest$ac_exeext &&
     7231       $as_test_x conftest$ac_exeext; then
    77837232  eval "$as_ac_var=yes"
    77847233else
    7785   $as_echo "$as_me: failed program was:" >&5
     7234  echo "$as_me: failed program was:" >&5
    77867235sed 's/^/| /' conftest.$ac_ext >&5
    77877236
     
    77897238fi
    77907239
    7791 rm -rf conftest.dSYM
    77927240rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    77937241      conftest$ac_exeext conftest.$ac_ext
    77947242fi
    7795 ac_res=`eval 'as_val=${'$as_ac_var'}
    7796          $as_echo "$as_val"'`
    7797            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    7798 $as_echo "$ac_res" >&6; }
    7799 as_val=`eval 'as_val=${'$as_ac_var'}
    7800          $as_echo "$as_val"'`
    7801    if test "x$as_val" = x""yes; then
     7243ac_res=`eval echo '${'$as_ac_var'}'`
     7244           { echo "$as_me:$LINENO: result: $ac_res" >&5
     7245echo "${ECHO_T}$ac_res" >&6; }
     7246if test `eval echo '${'$as_ac_var'}'` = yes; then
    78027247  cat >>confdefs.h <<_ACEOF
    7803 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
    7804 _ACEOF
    7805 
    7806 { $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
    7807 $as_echo_n "checking for _doprnt... " >&6; }
     7248#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7249_ACEOF
     7250
     7251{ echo "$as_me:$LINENO: checking for _doprnt" >&5
     7252echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; }
    78087253if test "${ac_cv_func__doprnt+set}" = set; then
    7809   $as_echo_n "(cached) " >&6
     7254  echo $ECHO_N "(cached) $ECHO_C" >&6
    78107255else
    78117256  cat >conftest.$ac_ext <<_ACEOF
     
    78607305  *) ac_try_echo=$ac_try;;
    78617306esac
    7862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7863 $as_echo "$ac_try_echo") >&5
     7307eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    78647308  (eval "$ac_link") 2>conftest.er1
    78657309  ac_status=$?
     
    78677311  rm -f conftest.er1
    78687312  cat conftest.err >&5
    7869   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7313  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    78707314  (exit $ac_status); } && {
    78717315     test -z "$ac_c_werror_flag" ||
    78727316     test ! -s conftest.err
    7873        } && test -s conftest$ac_exeext && {
    7874      test "$cross_compiling" = yes ||
    7875      $as_test_x conftest$ac_exeext
    7876        }; then
     7317       } && test -s conftest$ac_exeext &&
     7318       $as_test_x conftest$ac_exeext; then
    78777319  ac_cv_func__doprnt=yes
    78787320else
    7879   $as_echo "$as_me: failed program was:" >&5
     7321  echo "$as_me: failed program was:" >&5
    78807322sed 's/^/| /' conftest.$ac_ext >&5
    78817323
     
    78837325fi
    78847326
    7885 rm -rf conftest.dSYM
    78867327rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    78877328      conftest$ac_exeext conftest.$ac_ext
    78887329fi
    7889 { $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
    7890 $as_echo "$ac_cv_func__doprnt" >&6; }
    7891 if test "x$ac_cv_func__doprnt" = x""yes; then
     7330{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
     7331echo "${ECHO_T}$ac_cv_func__doprnt" >&6; }
     7332if test $ac_cv_func__doprnt = yes; then
    78927333
    78937334cat >>confdefs.h <<\_ACEOF
     
    79137354for ac_func in ftime select strftime strtol getrusage times mallinfo setbuffer getpagesize strerror
    79147355do
    7915 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    7916 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    7917 $as_echo_n "checking for $ac_func... " >&6; }
     7356as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7357{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     7358echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    79187359if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    7919   $as_echo_n "(cached) " >&6
     7360  echo $ECHO_N "(cached) $ECHO_C" >&6
    79207361else
    79217362  cat >conftest.$ac_ext <<_ACEOF
     
    79707411  *) ac_try_echo=$ac_try;;
    79717412esac
    7972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    7973 $as_echo "$ac_try_echo") >&5
     7413eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    79747414  (eval "$ac_link") 2>conftest.er1
    79757415  ac_status=$?
     
    79777417  rm -f conftest.er1
    79787418  cat conftest.err >&5
    7979   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7419  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    79807420  (exit $ac_status); } && {
    79817421     test -z "$ac_c_werror_flag" ||
    79827422     test ! -s conftest.err
    7983        } && test -s conftest$ac_exeext && {
    7984      test "$cross_compiling" = yes ||
    7985      $as_test_x conftest$ac_exeext
    7986        }; then
     7423       } && test -s conftest$ac_exeext &&
     7424       $as_test_x conftest$ac_exeext; then
    79877425  eval "$as_ac_var=yes"
    79887426else
    7989   $as_echo "$as_me: failed program was:" >&5
     7427  echo "$as_me: failed program was:" >&5
    79907428sed 's/^/| /' conftest.$ac_ext >&5
    79917429
     
    79937431fi
    79947432
    7995 rm -rf conftest.dSYM
    79967433rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    79977434      conftest$ac_exeext conftest.$ac_ext
    79987435fi
    7999 ac_res=`eval 'as_val=${'$as_ac_var'}
    8000          $as_echo "$as_val"'`
    8001            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8002 $as_echo "$ac_res" >&6; }
    8003 as_val=`eval 'as_val=${'$as_ac_var'}
    8004          $as_echo "$as_val"'`
    8005    if test "x$as_val" = x""yes; then
     7436ac_res=`eval echo '${'$as_ac_var'}'`
     7437           { echo "$as_me:$LINENO: result: $ac_res" >&5
     7438echo "${ECHO_T}$ac_res" >&6; }
     7439if test `eval echo '${'$as_ac_var'}'` = yes; then
    80067440  cat >>confdefs.h <<_ACEOF
    8007 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7441#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    80087442_ACEOF
    80097443
     
    80167450for ac_func in ftruncate strstr strcasecmp
    80177451do
    8018 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    8019 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    8020 $as_echo_n "checking for $ac_func... " >&6; }
     7452as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7453{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     7454echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    80217455if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    8022   $as_echo_n "(cached) " >&6
     7456  echo $ECHO_N "(cached) $ECHO_C" >&6
    80237457else
    80247458  cat >conftest.$ac_ext <<_ACEOF
     
    80737507  *) ac_try_echo=$ac_try;;
    80747508esac
    8075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8076 $as_echo "$ac_try_echo") >&5
     7509eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    80777510  (eval "$ac_link") 2>conftest.er1
    80787511  ac_status=$?
     
    80807513  rm -f conftest.er1
    80817514  cat conftest.err >&5
    8082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7515  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    80837516  (exit $ac_status); } && {
    80847517     test -z "$ac_c_werror_flag" ||
    80857518     test ! -s conftest.err
    8086        } && test -s conftest$ac_exeext && {
    8087      test "$cross_compiling" = yes ||
    8088      $as_test_x conftest$ac_exeext
    8089        }; then
     7519       } && test -s conftest$ac_exeext &&
     7520       $as_test_x conftest$ac_exeext; then
    80907521  eval "$as_ac_var=yes"
    80917522else
    8092   $as_echo "$as_me: failed program was:" >&5
     7523  echo "$as_me: failed program was:" >&5
    80937524sed 's/^/| /' conftest.$ac_ext >&5
    80947525
     
    80967527fi
    80977528
    8098 rm -rf conftest.dSYM
    80997529rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    81007530      conftest$ac_exeext conftest.$ac_ext
    81017531fi
    8102 ac_res=`eval 'as_val=${'$as_ac_var'}
    8103          $as_echo "$as_val"'`
    8104            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8105 $as_echo "$ac_res" >&6; }
    8106 as_val=`eval 'as_val=${'$as_ac_var'}
    8107          $as_echo "$as_val"'`
    8108    if test "x$as_val" = x""yes; then
     7532ac_res=`eval echo '${'$as_ac_var'}'`
     7533           { echo "$as_me:$LINENO: result: $ac_res" >&5
     7534echo "${ECHO_T}$ac_res" >&6; }
     7535if test `eval echo '${'$as_ac_var'}'` = yes; then
    81097536  cat >>confdefs.h <<_ACEOF
    8110 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7537#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    81117538_ACEOF
    81127539
     
    81237550
    81247551
    8125 { $as_echo "$as_me:$LINENO: checking for textdomain" >&5
    8126 $as_echo_n "checking for textdomain... " >&6; }
     7552{ echo "$as_me:$LINENO: checking for textdomain" >&5
     7553echo $ECHO_N "checking for textdomain... $ECHO_C" >&6; }
    81277554if test "${ac_cv_func_textdomain+set}" = set; then
    8128   $as_echo_n "(cached) " >&6
     7555  echo $ECHO_N "(cached) $ECHO_C" >&6
    81297556else
    81307557  cat >conftest.$ac_ext <<_ACEOF
     
    81797606  *) ac_try_echo=$ac_try;;
    81807607esac
    8181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8182 $as_echo "$ac_try_echo") >&5
     7608eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    81837609  (eval "$ac_link") 2>conftest.er1
    81847610  ac_status=$?
     
    81867612  rm -f conftest.er1
    81877613  cat conftest.err >&5
    8188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7614  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    81897615  (exit $ac_status); } && {
    81907616     test -z "$ac_c_werror_flag" ||
    81917617     test ! -s conftest.err
    8192        } && test -s conftest$ac_exeext && {
    8193      test "$cross_compiling" = yes ||
    8194      $as_test_x conftest$ac_exeext
    8195        }; then
     7618       } && test -s conftest$ac_exeext &&
     7619       $as_test_x conftest$ac_exeext; then
    81967620  ac_cv_func_textdomain=yes
    81977621else
    8198   $as_echo "$as_me: failed program was:" >&5
     7622  echo "$as_me: failed program was:" >&5
    81997623sed 's/^/| /' conftest.$ac_ext >&5
    82007624
     
    82027626fi
    82037627
    8204 rm -rf conftest.dSYM
    82057628rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    82067629      conftest$ac_exeext conftest.$ac_ext
    82077630fi
    8208 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
    8209 $as_echo "$ac_cv_func_textdomain" >&6; }
    8210 if test "x$ac_cv_func_textdomain" = x""yes; then
     7631{ echo "$as_me:$LINENO: result: $ac_cv_func_textdomain" >&5
     7632echo "${ECHO_T}$ac_cv_func_textdomain" >&6; }
     7633if test $ac_cv_func_textdomain = yes; then
    82117634  cat >>confdefs.h <<\_ACEOF
    82127635#define ENABLE_NLS  1
     
    82187641# *** Custom checking (based on GNU tar configure.in) ***
    82197642# ---------------------------------------------------------------------------
    8220 { $as_echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
    8221 $as_echo_n "checking for HP-UX needing gmalloc... " >&6; }
     7643{ echo "$as_me:$LINENO: checking for HP-UX needing gmalloc" >&5
     7644echo $ECHO_N "checking for HP-UX needing gmalloc... $ECHO_C" >&6; }
    82227645if test "`(uname -s) 2> /dev/null`" = 'HP-UX'; then
    8223   { $as_echo "$as_me:$LINENO: result: yes" >&5
    8224 $as_echo "yes" >&6; }
     7646  { echo "$as_me:$LINENO: result: yes" >&5
     7647echo "${ECHO_T}yes" >&6; }
    82257648  case " $LIBOBJS " in
    82267649  *" gmalloc.$ac_objext "* ) ;;
     
    82347657
    82357658else
    8236   { $as_echo "$as_me:$LINENO: result: no" >&5
    8237 $as_echo "no" >&6; }
     7659  { echo "$as_me:$LINENO: result: no" >&5
     7660echo "${ECHO_T}no" >&6; }
    82387661
    82397662for ac_func in valloc
    82407663do
    8241 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    8242 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
    8243 $as_echo_n "checking for $ac_func... " >&6; }
     7664as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
     7665{ echo "$as_me:$LINENO: checking for $ac_func" >&5
     7666echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
    82447667if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    8245   $as_echo_n "(cached) " >&6
     7668  echo $ECHO_N "(cached) $ECHO_C" >&6
    82467669else
    82477670  cat >conftest.$ac_ext <<_ACEOF
     
    82967719  *) ac_try_echo=$ac_try;;
    82977720esac
    8298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8299 $as_echo "$ac_try_echo") >&5
     7721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    83007722  (eval "$ac_link") 2>conftest.er1
    83017723  ac_status=$?
     
    83037725  rm -f conftest.er1
    83047726  cat conftest.err >&5
    8305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7727  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83067728  (exit $ac_status); } && {
    83077729     test -z "$ac_c_werror_flag" ||
    83087730     test ! -s conftest.err
    8309        } && test -s conftest$ac_exeext && {
    8310      test "$cross_compiling" = yes ||
    8311      $as_test_x conftest$ac_exeext
    8312        }; then
     7731       } && test -s conftest$ac_exeext &&
     7732       $as_test_x conftest$ac_exeext; then
    83137733  eval "$as_ac_var=yes"
    83147734else
    8315   $as_echo "$as_me: failed program was:" >&5
     7735  echo "$as_me: failed program was:" >&5
    83167736sed 's/^/| /' conftest.$ac_ext >&5
    83177737
     
    83197739fi
    83207740
    8321 rm -rf conftest.dSYM
    83227741rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    83237742      conftest$ac_exeext conftest.$ac_ext
    83247743fi
    8325 ac_res=`eval 'as_val=${'$as_ac_var'}
    8326          $as_echo "$as_val"'`
    8327            { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
    8328 $as_echo "$ac_res" >&6; }
    8329 as_val=`eval 'as_val=${'$as_ac_var'}
    8330          $as_echo "$as_val"'`
    8331    if test "x$as_val" = x""yes; then
     7744ac_res=`eval echo '${'$as_ac_var'}'`
     7745           { echo "$as_me:$LINENO: result: $ac_res" >&5
     7746echo "${ECHO_T}$ac_res" >&6; }
     7747if test `eval echo '${'$as_ac_var'}'` = yes; then
    83327748  cat >>confdefs.h <<_ACEOF
    8333 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     7749#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
    83347750_ACEOF
    83357751
     
    83407756
    83417757# we cannot generate static libraries under Darwin
    8342 { $as_echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
    8343 $as_echo_n "checking for Apple MacOS X/Darwin... " >&6; }
     7758{ echo "$as_me:$LINENO: checking for Apple MacOS X/Darwin" >&5
     7759echo $ECHO_N "checking for Apple MacOS X/Darwin... $ECHO_C" >&6; }
    83447760if test "`(uname -s) 2> /dev/null`" = 'Darwin'; then
    8345   { $as_echo "$as_me:$LINENO: result: yes" >&5
    8346 $as_echo "yes" >&6; }
     7761  { echo "$as_me:$LINENO: result: yes" >&5
     7762echo "${ECHO_T}yes" >&6; }
    83477763  STATIC=""
    83487764else
    8349   { $as_echo "$as_me:$LINENO: result: no" >&5
    8350 $as_echo "no" >&6; }
     7765  { echo "$as_me:$LINENO: result: no" >&5
     7766echo "${ECHO_T}no" >&6; }
    83517767  STATIC="-static "
    83527768fi
    83537769
    83547770
    8355 { $as_echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
    8356 $as_echo_n "checking if malloc debugging is wanted... " >&6; }
     7771{ echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
     7772echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6; }
    83577773
    83587774# Check whether --with-dmalloc was given.
    83597775if test "${with_dmalloc+set}" = set; then
    83607776  withval=$with_dmalloc; if test "$withval" = yes; then
    8361   { $as_echo "$as_me:$LINENO: result: yes" >&5
    8362 $as_echo "yes" >&6; }
     7777  { echo "$as_me:$LINENO: result: yes" >&5
     7778echo "${ECHO_T}yes" >&6; }
    83637779  cat >>confdefs.h <<\_ACEOF
    83647780#define WITH_DMALLOC 1
     
    83687784  LDFLAGS="$LDFLAGS -g"
    83697785else
    8370   { $as_echo "$as_me:$LINENO: result: no" >&5
    8371 $as_echo "no" >&6; }
    8372 fi
    8373 else
    8374   { $as_echo "$as_me:$LINENO: result: no" >&5
    8375 $as_echo "no" >&6; }
    8376 fi
    8377 
    8378 
    8379 { $as_echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
    8380 $as_echo_n "checking which of rx or regex is wanted... " >&6; }
     7786  { echo "$as_me:$LINENO: result: no" >&5
     7787echo "${ECHO_T}no" >&6; }
     7788fi
     7789else
     7790  { echo "$as_me:$LINENO: result: no" >&5
     7791echo "${ECHO_T}no" >&6; }
     7792fi
     7793
     7794
     7795{ echo "$as_me:$LINENO: checking which of rx or regex is wanted" >&5
     7796echo $ECHO_N "checking which of rx or regex is wanted... $ECHO_C" >&6; }
    83817797
    83827798# Check whether --with-regex was given.
     
    83847800  withval=$with_regex; if test "$withval" = yes; then
    83857801  ac_with_regex=1
    8386   { $as_echo "$as_me:$LINENO: result: regex" >&5
    8387 $as_echo "regex" >&6; }
     7802  { echo "$as_me:$LINENO: result: regex" >&5
     7803echo "${ECHO_T}regex" >&6; }
    83887804  cat >>confdefs.h <<\_ACEOF
    83897805#define WITH_REGEX 1
     
    84007816
    84017817if test -z "$ac_with_regex"; then
    8402   { $as_echo "$as_me:$LINENO: result: rx" >&5
    8403 $as_echo "rx" >&6; }
    8404   { $as_echo "$as_me:$LINENO: checking for re_rx_search" >&5
    8405 $as_echo_n "checking for re_rx_search... " >&6; }
     7818  { echo "$as_me:$LINENO: result: rx" >&5
     7819echo "${ECHO_T}rx" >&6; }
     7820  { echo "$as_me:$LINENO: checking for re_rx_search" >&5
     7821echo $ECHO_N "checking for re_rx_search... $ECHO_C" >&6; }
    84067822if test "${ac_cv_func_re_rx_search+set}" = set; then
    8407   $as_echo_n "(cached) " >&6
     7823  echo $ECHO_N "(cached) $ECHO_C" >&6
    84087824else
    84097825  cat >conftest.$ac_ext <<_ACEOF
     
    84587874  *) ac_try_echo=$ac_try;;
    84597875esac
    8460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8461 $as_echo "$ac_try_echo") >&5
     7876eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    84627877  (eval "$ac_link") 2>conftest.er1
    84637878  ac_status=$?
     
    84657880  rm -f conftest.er1
    84667881  cat conftest.err >&5
    8467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     7882  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84687883  (exit $ac_status); } && {
    84697884     test -z "$ac_c_werror_flag" ||
    84707885     test ! -s conftest.err
    8471        } && test -s conftest$ac_exeext && {
    8472      test "$cross_compiling" = yes ||
    8473      $as_test_x conftest$ac_exeext
    8474        }; then
     7886       } && test -s conftest$ac_exeext &&
     7887       $as_test_x conftest$ac_exeext; then
    84757888  ac_cv_func_re_rx_search=yes
    84767889else
    8477   $as_echo "$as_me: failed program was:" >&5
     7890  echo "$as_me: failed program was:" >&5
    84787891sed 's/^/| /' conftest.$ac_ext >&5
    84797892
     
    84817894fi
    84827895
    8483 rm -rf conftest.dSYM
    84847896rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    84857897      conftest$ac_exeext conftest.$ac_ext
    84867898fi
    8487 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
    8488 $as_echo "$ac_cv_func_re_rx_search" >&6; }
    8489 if test "x$ac_cv_func_re_rx_search" = x""yes; then
     7899{ echo "$as_me:$LINENO: result: $ac_cv_func_re_rx_search" >&5
     7900echo "${ECHO_T}$ac_cv_func_re_rx_search" >&6; }
     7901if test $ac_cv_func_re_rx_search = yes; then
    84907902  :
    84917903else
     
    85277939
    85287940
    8529 { $as_echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    8530 $as_echo_n "checking that Perl 5 is available... " >&6; }
     7941{ echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
     7942echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6; }
    85317943success="no"
    85327944pl_path="$PATH"
     
    85457957try=`expr $try \> 5.000`
    85467958if test $try = "1"; then
    8547 { $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
    8548 $as_echo "\"yes\"" >&6; }
     7959{ echo "$as_me:$LINENO: result: \"yes\"" >&5
     7960echo "${ECHO_T}\"yes\"" >&6; }
    85497961else
    85507962success="no"
     
    85537965
    85547966if test $success = "no"; then
    8555 { $as_echo "$as_me:$LINENO: result: \"no\"" >&5
    8556 $as_echo "\"no\"" >&6; }
    8557 { { $as_echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
    8558 $as_echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
     7967{ echo "$as_me:$LINENO: result: \"no\"" >&5
     7968echo "${ECHO_T}\"no\"" >&6; }
     7969{ { echo "$as_me:$LINENO: error: \"Perl 5 not available - cannot install\"" >&5
     7970echo "$as_me: error: \"Perl 5 not available - cannot install\"" >&2;}
    85597971   { (exit 1); exit 1; }; }
    85607972fi
    85617973
    85627974success=no
    8563 { $as_echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
    8564 $as_echo_n "checking \"whether STL library has known faults\"... " >&6; }
     7975{ echo "$as_me:$LINENO: checking \"whether STL library has known faults\"" >&5
     7976echo $ECHO_N "checking \"whether STL library has known faults\"... $ECHO_C" >&6; }
    85657977
    85667978
     
    85877999  *) ac_try_echo=$ac_try;;
    85888000esac
    8589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8590 $as_echo "$ac_try_echo") >&5
     8001eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    85918002  (eval "$ac_compile") 2>conftest.er1
    85928003  ac_status=$?
     
    85948005  rm -f conftest.er1
    85958006  cat conftest.err >&5
    8596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8007  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85978008  (exit $ac_status); } && {
    85988009     test -z "$ac_cxx_werror_flag" ||
     
    86018012  success=yes
    86028013else
    8603   $as_echo "$as_me: failed program was:" >&5
     8014  echo "$as_me: failed program was:" >&5
    86048015sed 's/^/| /' conftest.$ac_ext >&5
    86058016
     
    86328043  *) ac_try_echo=$ac_try;;
    86338044esac
    8634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8635 $as_echo "$ac_try_echo") >&5
     8045eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    86368046  (eval "$ac_compile") 2>conftest.er1
    86378047  ac_status=$?
     
    86398049  rm -f conftest.er1
    86408050  cat conftest.err >&5
    8641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8051  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86428052  (exit $ac_status); } && {
    86438053     test -z "$ac_cxx_werror_flag" ||
     
    86468056  success="yes"
    86478057else
    8648   $as_echo "$as_me: failed program was:" >&5
     8058  echo "$as_me: failed program was:" >&5
    86498059sed 's/^/| /' conftest.$ac_ext >&5
    86508060
     
    86788088  *) ac_try_echo=$ac_try;;
    86798089esac
    8680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8681 $as_echo "$ac_try_echo") >&5
     8090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    86828091  (eval "$ac_compile") 2>conftest.er1
    86838092  ac_status=$?
     
    86858094  rm -f conftest.er1
    86868095  cat conftest.err >&5
    8687   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8096  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86888097  (exit $ac_status); } && {
    86898098     test -z "$ac_cxx_werror_flag" ||
     
    86928101  success="yes"
    86938102else
    8694   $as_echo "$as_me: failed program was:" >&5
     8103  echo "$as_me: failed program was:" >&5
    86958104sed 's/^/| /' conftest.$ac_ext >&5
    86968105
     
    87028111
    87038112if test $success = yes; then
    8704 { $as_echo "$as_me:$LINENO: result: \"no\"" >&5
    8705 $as_echo "\"no\"" >&6; }
    8706 else
    8707 { $as_echo "$as_me:$LINENO: result: \"yes\"" >&5
    8708 $as_echo "\"yes\"" >&6; }
    8709 { { $as_echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
    8710 $as_echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
     8113{ echo "$as_me:$LINENO: result: \"no\"" >&5
     8114echo "${ECHO_T}\"no\"" >&6; }
     8115else
     8116{ echo "$as_me:$LINENO: result: \"yes\"" >&5
     8117echo "${ECHO_T}\"yes\"" >&6; }
     8118{ { echo "$as_me:$LINENO: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&5
     8119echo "$as_me: error: \"STL Broken - Obtain newer version of GNU C Compiler\"" >&2;}
    87118120   { (exit 1); exit 1; }; }
    87128121fi
     
    87268135
    87278136# check for endianness
    8728 
    8729  { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
    8730 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
     8137{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
     8138echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
    87318139if test "${ac_cv_c_bigendian+set}" = set; then
    8732   $as_echo_n "(cached) " >&6
    8733 else
    8734   ac_cv_c_bigendian=unknown
    8735     # See if we're dealing with a universal compiler.
    8736     cat >conftest.$ac_ext <<_ACEOF
     8140  echo $ECHO_N "(cached) $ECHO_C" >&6
     8141else
     8142  # See if sys/param.h defines the BYTE_ORDER macro.
     8143cat >conftest.$ac_ext <<_ACEOF
    87378144/* confdefs.h.  */
    87388145_ACEOF
     
    87408147cat >>conftest.$ac_ext <<_ACEOF
    87418148/* end confdefs.h.  */
    8742 #ifndef __APPLE_CC__
    8743            not a universal capable compiler
    8744          #endif
    8745          typedef int dummy;
    8746 
     8149#include <sys/types.h>
     8150#include <sys/param.h>
     8151
     8152int
     8153main ()
     8154{
     8155#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
     8156    && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
     8157 bogus endian macros
     8158#endif
     8159
     8160  ;
     8161  return 0;
     8162}
    87478163_ACEOF
    87488164rm -f conftest.$ac_objext
     
    87528168  *) ac_try_echo=$ac_try;;
    87538169esac
    8754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8755 $as_echo "$ac_try_echo") >&5
     8170eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    87568171  (eval "$ac_compile") 2>conftest.er1
    87578172  ac_status=$?
     
    87598174  rm -f conftest.er1
    87608175  cat conftest.err >&5
    8761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8176  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87628177  (exit $ac_status); } && {
    87638178     test -z "$ac_cxx_werror_flag" ||
    87648179     test ! -s conftest.err
    87658180       } && test -s conftest.$ac_objext; then
    8766 
    8767     # Check for potential -arch flags.  It is not universal unless
    8768     # there are some -arch flags.  Note that *ppc* also matches
    8769     # ppc64.  This check is also rather less than ideal.
    8770     case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
    8771       *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
    8772     esac
    8773 else
    8774   $as_echo "$as_me: failed program was:" >&5
    8775 sed 's/^/| /' conftest.$ac_ext >&5
    8776 
    8777 
    8778 fi
    8779 
    8780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8781     if test $ac_cv_c_bigendian = unknown; then
    8782       # See if sys/param.h defines the BYTE_ORDER macro.
    8783       cat >conftest.$ac_ext <<_ACEOF
     8181  # It does; now see whether it defined to BIG_ENDIAN or not.
     8182cat >conftest.$ac_ext <<_ACEOF
    87848183/* confdefs.h.  */
    87858184_ACEOF
     
    87888187/* end confdefs.h.  */
    87898188#include <sys/types.h>
    8790          #include <sys/param.h>
     8189#include <sys/param.h>
    87918190
    87928191int
    87938192main ()
    87948193{
    8795 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
    8796              && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
    8797              && LITTLE_ENDIAN)
    8798           bogus endian macros
    8799          #endif
     8194#if BYTE_ORDER != BIG_ENDIAN
     8195 not big endian
     8196#endif
    88008197
    88018198  ;
     
    88098206  *) ac_try_echo=$ac_try;;
    88108207esac
    8811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8812 $as_echo "$ac_try_echo") >&5
     8208eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    88138209  (eval "$ac_compile") 2>conftest.er1
    88148210  ac_status=$?
     
    88168212  rm -f conftest.er1
    88178213  cat conftest.err >&5
    8818   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8214  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    88198215  (exit $ac_status); } && {
    88208216     test -z "$ac_cxx_werror_flag" ||
    88218217     test ! -s conftest.err
    88228218       } && test -s conftest.$ac_objext; then
    8823   # It does; now see whether it defined to BIG_ENDIAN or not.
    8824      cat >conftest.$ac_ext <<_ACEOF
     8219  ac_cv_c_bigendian=yes
     8220else
     8221  echo "$as_me: failed program was:" >&5
     8222sed 's/^/| /' conftest.$ac_ext >&5
     8223
     8224    ac_cv_c_bigendian=no
     8225fi
     8226
     8227rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8228else
     8229  echo "$as_me: failed program was:" >&5
     8230sed 's/^/| /' conftest.$ac_ext >&5
     8231
     8232    # It does not; compile a test program.
     8233if test "$cross_compiling" = yes; then
     8234  # try to guess the endianness by grepping values into an object file
     8235  ac_cv_c_bigendian=unknown
     8236  cat >conftest.$ac_ext <<_ACEOF
    88258237/* confdefs.h.  */
    88268238_ACEOF
     
    88288240cat >>conftest.$ac_ext <<_ACEOF
    88298241/* end confdefs.h.  */
    8830 #include <sys/types.h>
    8831         #include <sys/param.h>
    8832 
     8242short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
     8243short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
     8244void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
     8245short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
     8246short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
     8247void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
    88338248int
    88348249main ()
    88358250{
    8836 #if BYTE_ORDER != BIG_ENDIAN
    8837          not big endian
    8838         #endif
    8839 
     8251 _ascii (); _ebcdic ();
    88408252  ;
    88418253  return 0;
     
    88488260  *) ac_try_echo=$ac_try;;
    88498261esac
    8850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8851 $as_echo "$ac_try_echo") >&5
     8262eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    88528263  (eval "$ac_compile") 2>conftest.er1
    88538264  ac_status=$?
     
    88558266  rm -f conftest.er1
    88568267  cat conftest.err >&5
    8857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8268  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    88588269  (exit $ac_status); } && {
    88598270     test -z "$ac_cxx_werror_flag" ||
    88608271     test ! -s conftest.err
    88618272       } && test -s conftest.$ac_objext; then
     8273  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
    88628274  ac_cv_c_bigendian=yes
    8863 else
    8864   $as_echo "$as_me: failed program was:" >&5
    8865 sed 's/^/| /' conftest.$ac_ext >&5
    8866 
    8867     ac_cv_c_bigendian=no
    8868 fi
    8869 
    8870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8871 else
    8872   $as_echo "$as_me: failed program was:" >&5
    8873 sed 's/^/| /' conftest.$ac_ext >&5
    8874 
    8875 
    8876 fi
    8877 
    8878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8879     fi
    8880     if test $ac_cv_c_bigendian = unknown; then
    8881       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
    8882       cat >conftest.$ac_ext <<_ACEOF
    8883 /* confdefs.h.  */
    8884 _ACEOF
    8885 cat confdefs.h >>conftest.$ac_ext
    8886 cat >>conftest.$ac_ext <<_ACEOF
    8887 /* end confdefs.h.  */
    8888 #include <limits.h>
    8889 
    8890 int
    8891 main ()
    8892 {
    8893 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
    8894           bogus endian macros
    8895          #endif
    8896 
    8897   ;
    8898   return 0;
    8899 }
    8900 _ACEOF
    8901 rm -f conftest.$ac_objext
    8902 if { (ac_try="$ac_compile"
    8903 case "(($ac_try" in
    8904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8905   *) ac_try_echo=$ac_try;;
    8906 esac
    8907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8908 $as_echo "$ac_try_echo") >&5
    8909   (eval "$ac_compile") 2>conftest.er1
    8910   ac_status=$?
    8911   grep -v '^ *+' conftest.er1 >conftest.err
    8912   rm -f conftest.er1
    8913   cat conftest.err >&5
    8914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8915   (exit $ac_status); } && {
    8916      test -z "$ac_cxx_werror_flag" ||
    8917      test ! -s conftest.err
    8918        } && test -s conftest.$ac_objext; then
    8919   # It does; now see whether it defined to _BIG_ENDIAN or not.
    8920      cat >conftest.$ac_ext <<_ACEOF
    8921 /* confdefs.h.  */
    8922 _ACEOF
    8923 cat confdefs.h >>conftest.$ac_ext
    8924 cat >>conftest.$ac_ext <<_ACEOF
    8925 /* end confdefs.h.  */
    8926 #include <limits.h>
    8927 
    8928 int
    8929 main ()
    8930 {
    8931 #ifndef _BIG_ENDIAN
    8932          not big endian
    8933         #endif
    8934 
    8935   ;
    8936   return 0;
    8937 }
    8938 _ACEOF
    8939 rm -f conftest.$ac_objext
    8940 if { (ac_try="$ac_compile"
    8941 case "(($ac_try" in
    8942   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    8943   *) ac_try_echo=$ac_try;;
    8944 esac
    8945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    8946 $as_echo "$ac_try_echo") >&5
    8947   (eval "$ac_compile") 2>conftest.er1
    8948   ac_status=$?
    8949   grep -v '^ *+' conftest.er1 >conftest.err
    8950   rm -f conftest.er1
    8951   cat conftest.err >&5
    8952   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8953   (exit $ac_status); } && {
    8954      test -z "$ac_cxx_werror_flag" ||
    8955      test ! -s conftest.err
    8956        } && test -s conftest.$ac_objext; then
    8957   ac_cv_c_bigendian=yes
    8958 else
    8959   $as_echo "$as_me: failed program was:" >&5
    8960 sed 's/^/| /' conftest.$ac_ext >&5
    8961 
    8962     ac_cv_c_bigendian=no
    8963 fi
    8964 
    8965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8966 else
    8967   $as_echo "$as_me: failed program was:" >&5
    8968 sed 's/^/| /' conftest.$ac_ext >&5
    8969 
    8970 
    8971 fi
    8972 
    8973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
    8974     fi
    8975     if test $ac_cv_c_bigendian = unknown; then
    8976       # Compile a test program.
    8977       if test "$cross_compiling" = yes; then
    8978   # Try to guess by grepping values from an object file.
    8979      cat >conftest.$ac_ext <<_ACEOF
    8980 /* confdefs.h.  */
    8981 _ACEOF
    8982 cat confdefs.h >>conftest.$ac_ext
    8983 cat >>conftest.$ac_ext <<_ACEOF
    8984 /* end confdefs.h.  */
    8985 short int ascii_mm[] =
    8986           { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
    8987         short int ascii_ii[] =
    8988           { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
    8989         int use_ascii (int i) {
    8990           return ascii_mm[i] + ascii_ii[i];
    8991         }
    8992         short int ebcdic_ii[] =
    8993           { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
    8994         short int ebcdic_mm[] =
    8995           { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
    8996         int use_ebcdic (int i) {
    8997           return ebcdic_mm[i] + ebcdic_ii[i];
    8998         }
    8999         extern int foo;
    9000 
    9001 int
    9002 main ()
    9003 {
    9004 return use_ascii (foo) == use_ebcdic (foo);
    9005   ;
    9006   return 0;
    9007 }
    9008 _ACEOF
    9009 rm -f conftest.$ac_objext
    9010 if { (ac_try="$ac_compile"
    9011 case "(($ac_try" in
    9012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    9013   *) ac_try_echo=$ac_try;;
    9014 esac
    9015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9016 $as_echo "$ac_try_echo") >&5
    9017   (eval "$ac_compile") 2>conftest.er1
    9018   ac_status=$?
    9019   grep -v '^ *+' conftest.er1 >conftest.err
    9020   rm -f conftest.er1
    9021   cat conftest.err >&5
    9022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    9023   (exit $ac_status); } && {
    9024      test -z "$ac_cxx_werror_flag" ||
    9025      test ! -s conftest.err
    9026        } && test -s conftest.$ac_objext; then
    9027   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
    9028           ac_cv_c_bigendian=yes
    9029         fi
    9030         if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
    9031           if test "$ac_cv_c_bigendian" = unknown; then
    9032         ac_cv_c_bigendian=no
    9033           else
    9034         # finding both strings is unlikely to happen, but who knows?
    9035         ac_cv_c_bigendian=unknown
    9036           fi
    9037         fi
    9038 else
    9039   $as_echo "$as_me: failed program was:" >&5
     8275fi
     8276if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
     8277  if test "$ac_cv_c_bigendian" = unknown; then
     8278    ac_cv_c_bigendian=no
     8279  else
     8280    # finding both strings is unlikely to happen, but who knows?
     8281    ac_cv_c_bigendian=unknown
     8282  fi
     8283fi
     8284else
     8285  echo "$as_me: failed program was:" >&5
    90408286sed 's/^/| /' conftest.$ac_ext >&5
    90418287
     
    90568302{
    90578303
    9058          /* Are we little or big endian?  From Harbison&Steele.  */
    9059          union
    9060          {
    9061            long int l;
    9062            char c[sizeof (long int)];
    9063          } u;
    9064          u.l = 1;
    9065          return u.c[sizeof (long int) - 1] == 1;
     8304  /* Are we little or big endian?  From Harbison&Steele.  */
     8305  union
     8306  {
     8307    long int l;
     8308    char c[sizeof (long int)];
     8309  } u;
     8310  u.l = 1;
     8311  return u.c[sizeof (long int) - 1] == 1;
    90668312
    90678313  ;
     
    90758321  *) ac_try_echo=$ac_try;;
    90768322esac
    9077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9078 $as_echo "$ac_try_echo") >&5
     8323eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    90798324  (eval "$ac_link") 2>&5
    90808325  ac_status=$?
    9081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8326  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    90828327  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    90838328  { (case "(($ac_try" in
     
    90858330  *) ac_try_echo=$ac_try;;
    90868331esac
    9087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    9088 $as_echo "$ac_try_echo") >&5
     8332eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    90898333  (eval "$ac_try") 2>&5
    90908334  ac_status=$?
    9091   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     8335  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    90928336  (exit $ac_status); }; }; then
    90938337  ac_cv_c_bigendian=no
    90948338else
    9095   $as_echo "$as_me: program exited with status $ac_status" >&5
    9096 $as_echo "$as_me: failed program was:" >&5
     8339  echo "$as_me: program exited with status $ac_status" >&5
     8340echo "$as_me: failed program was:" >&5
    90978341sed 's/^/| /' conftest.$ac_ext >&5
    90988342
     
    91008344ac_cv_c_bigendian=yes
    91018345fi
    9102 rm -rf conftest.dSYM
    91038346rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    91048347fi
    91058348
    91068349
    9107     fi
    9108 fi
    9109 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
    9110 $as_echo "$ac_cv_c_bigendian" >&6; }
    9111  case $ac_cv_c_bigendian in #(
    9112    yes)
    9113      cat >>confdefs.h <<\_ACEOF
     8350fi
     8351
     8352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     8353fi
     8354{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
     8355echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
     8356case $ac_cv_c_bigendian in
     8357  yes)
     8358
     8359cat >>confdefs.h <<\_ACEOF
    91148360#define WORDS_BIGENDIAN 1
    91158361_ACEOF
    9116 ;; #(
    9117    no)
    9118       ;; #(
    9119    universal)
    9120 
    9121 cat >>confdefs.h <<\_ACEOF
    9122 #define AC_APPLE_UNIVERSAL_BUILD 1
    9123 _ACEOF
    9124 
    9125      ;; #(
    9126    *)
    9127      { { $as_echo "$as_me:$LINENO: error: unknown endianness
    9128  presetting ac_cv_c_bigendian=no (or yes) will help" >&5
    9129 $as_echo "$as_me: error: unknown endianness
    9130  presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
     8362 ;;
     8363  no)
     8364     ;;
     8365  *)
     8366    { { echo "$as_me:$LINENO: error: unknown endianness
     8367presetting ac_cv_c_bigendian=no (or yes) will help" >&5
     8368echo "$as_me: error: unknown endianness
     8369presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
    91318370   { (exit 1); exit 1; }; } ;;
    9132  esac
     8371esac
    91338372
    91348373# ---------------------------------------------------------------------------
     
    91888427      cd $gshome/build-src
    91898428   elif test -d $gshome/ext/gnome-lib; then
    9190      if  -d $gshome/ext/gnome-lib/$gsdlos ; then
     8429     if test -d $gshome/ext/gnome-lib/$gsdlos; then
    91918430        echo "*** Sourcing the gnomelib env for configuring wvware..."
    91928431    cd $gshome/ext/gnome-lib
     
    91998438
    92008439# ---------------------------------------------------------------------------
    9201 
    9202 
    92038440subdirs="$subdirs packages"
    92048441
     
    92388475    *${as_nl}*)
    92398476      case $ac_var in #(
    9240       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    9241 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     8477      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     8478echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    92428479      esac
    92438480      case $ac_var in #(
    92448481      _ | IFS | as_nl) ;; #(
    9245       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    92468482      *) $as_unset $ac_var ;;
    92478483      esac ;;
     
    92768512  if test -w "$cache_file"; then
    92778513    test "x$cache_file" != "x/dev/null" &&
    9278       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    9279 $as_echo "$as_me: updating cache $cache_file" >&6;}
     8514      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     8515echo "$as_me: updating cache $cache_file" >&6;}
    92808516    cat confcache >$cache_file
    92818517  else
    9282     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    9283 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     8518    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     8519echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    92848520  fi
    92858521fi
     
    92978533  # 1. Remove the extension, and $U if already installed.
    92988534  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    9299   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     8535  ac_i=`echo "$ac_i" | sed "$ac_script"`
    93008536  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    93018537  #    will be set to the directory where LIBOBJS objects are built.
     
    93098545
    93108546
    9311 
    93128547: ${CONFIG_STATUS=./config.status}
    9313 ac_write_fail=0
    93148548ac_clean_files_save=$ac_clean_files
    93158549ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    9316 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    9317 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    9318 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8550{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     8551echo "$as_me: creating $CONFIG_STATUS" >&6;}
     8552cat >$CONFIG_STATUS <<_ACEOF
    93198553#! $SHELL
    93208554# Generated by $as_me.
     
    93298563_ACEOF
    93308564
    9331 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8565cat >>$CONFIG_STATUS <<\_ACEOF
    93328566## --------------------- ##
    93338567## M4sh Initialization.  ##
     
    93398573  emulate sh
    93408574  NULLCMD=:
    9341   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     8575  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    93428576  # is contrary to our usage.  Disable this feature.
    93438577  alias -g '${1+"$@"}'='"$@"'
     
    93618595as_cr_alnum=$as_cr_Letters$as_cr_digits
    93628596
    9363 as_nl='
    9364 '
    9365 export as_nl
    9366 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    9367 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    9368 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    9369 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    9370 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    9371   as_echo='printf %s\n'
    9372   as_echo_n='printf %s'
    9373 else
    9374   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    9375     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    9376     as_echo_n='/usr/ucb/echo -n'
    9377   else
    9378     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    9379     as_echo_n_body='eval
    9380       arg=$1;
    9381       case $arg in
    9382       *"$as_nl"*)
    9383     expr "X$arg" : "X\\(.*\\)$as_nl";
    9384     arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    9385       esac;
    9386       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    9387     '
    9388     export as_echo_n_body
    9389     as_echo_n='sh -c $as_echo_n_body as_echo'
    9390   fi
    9391   export as_echo_body
    9392   as_echo='sh -c $as_echo_body as_echo'
    9393 fi
    9394 
    93958597# The user is always right.
    93968598if test "${PATH_SEPARATOR+set}" != set; then
    9397   PATH_SEPARATOR=:
    9398   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    9399     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    9400       PATH_SEPARATOR=';'
    9401   }
     8599  echo "#! /bin/sh" >conf$$.sh
     8600  echo  "exit 0"   >>conf$$.sh
     8601  chmod +x conf$$.sh
     8602  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     8603    PATH_SEPARATOR=';'
     8604  else
     8605    PATH_SEPARATOR=:
     8606  fi
     8607  rm -f conf$$.sh
    94028608fi
    94038609
     
    94158621# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    94168622# splitting by setting IFS to empty value.)
     8623as_nl='
     8624'
    94178625IFS=" ""    $as_nl"
    94188626
     
    94378645fi
    94388646if test ! -f "$as_myself"; then
    9439   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     8647  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    94408648  { (exit 1); exit 1; }
    94418649fi
     
    94508658
    94518659# NLS nuisances.
    9452 LC_ALL=C
    9453 export LC_ALL
    9454 LANGUAGE=C
    9455 export LANGUAGE
     8660for as_var in \
     8661  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     8662  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     8663  LC_TELEPHONE LC_TIME
     8664do
     8665  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     8666    eval $as_var=C; export $as_var
     8667  else
     8668    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     8669  fi
     8670done
    94568671
    94578672# Required to use basename.
     
    94758690     X"$0" : 'X\(//\)$' \| \
    94768691     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    9477 $as_echo X/"$0" |
     8692echo X/"$0" |
    94788693    sed '/^.*\/\([^/][^/]*\)\/*$/{
    94798694        s//\1/
     
    95268741    ' >$as_me.lineno &&
    95278742  chmod +x "$as_me.lineno" ||
    9528     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     8743    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    95298744   { (exit 1); exit 1; }; }
    95308745
     
    95548769  ECHO_N='-n';;
    95558770esac
     8771
    95568772if expr a : '\(a\)' >/dev/null 2>&1 &&
    95578773   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    95668782else
    95678783  rm -f conf$$.dir
    9568   mkdir conf$$.dir 2>/dev/null
    9569 fi
    9570 if (echo >conf$$.file) 2>/dev/null; then
    9571   if ln -s conf$$.file conf$$ 2>/dev/null; then
    9572     as_ln_s='ln -s'
    9573     # ... but there are two gotchas:
    9574     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    9575     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    9576     # In both cases, we have to default to `cp -p'.
    9577     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    9578       as_ln_s='cp -p'
    9579   elif ln conf$$.file conf$$ 2>/dev/null; then
    9580     as_ln_s=ln
    9581   else
     8784  mkdir conf$$.dir
     8785fi
     8786echo >conf$$.file
     8787if ln -s conf$$.file conf$$ 2>/dev/null; then
     8788  as_ln_s='ln -s'
     8789  # ... but there are two gotchas:
     8790  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     8791  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     8792  # In both cases, we have to default to `cp -p'.
     8793  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    95828794    as_ln_s='cp -p'
    9583   fi
     8795elif ln conf$$.file conf$$ 2>/dev/null; then
     8796  as_ln_s=ln
    95848797else
    95858798  as_ln_s='cp -p'
     
    96068819    eval sh -c '\''
    96078820      if test -d "$1"; then
    9608     test -d "$1/.";
     8821        test -d "$1/.";
    96098822      else
    96108823    case $1 in
    9611     -*)set "./$1";;
     8824        -*)set "./$1";;
    96128825    esac;
    96138826    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    96328845ac_log="
    96338846This file was extended by $as_me, which was
    9634 generated by GNU Autoconf 2.63.  Invocation command line was
     8847generated by GNU Autoconf 2.61.  Invocation command line was
    96358848
    96368849  CONFIG_FILES    = $CONFIG_FILES
     
    96458858_ACEOF
    96468859
    9647 case $ac_config_files in *"
    9648 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    9649 esac
    9650 
    9651 case $ac_config_headers in *"
    9652 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    9653 esac
    9654 
    9655 
    9656 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8860cat >>$CONFIG_STATUS <<_ACEOF
    96578861# Files that config.status was made for.
    96588862config_files="$ac_config_files"
     
    96618865_ACEOF
    96628866
    9663 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8867cat >>$CONFIG_STATUS <<\_ACEOF
    96648868ac_cs_usage="\
    96658869\`$as_me' instantiates files from templates according to the
    96668870current configuration.
    96678871
    9668 Usage: $0 [OPTION]... [FILE]...
     8872Usage: $0 [OPTIONS] [FILE]...
    96698873
    96708874  -h, --help       print this help, then exit
    96718875  -V, --version    print version number and configuration settings, then exit
    9672   -q, --quiet, --silent
    9673                    do not print progress messages
     8876  -q, --quiet      do not print progress messages
    96748877  -d, --debug      don't remove temporary files
    96758878      --recheck    update $as_me by reconfiguring in the same conditions
    9676       --file=FILE[:TEMPLATE]
    9677                    instantiate the configuration file FILE
    9678       --header=FILE[:TEMPLATE]
    9679                    instantiate the configuration header FILE
     8879  --file=FILE[:TEMPLATE]
     8880           instantiate the configuration file FILE
     8881  --header=FILE[:TEMPLATE]
     8882           instantiate the configuration header FILE
    96808883
    96818884Configuration files:
     
    96888891
    96898892_ACEOF
    9690 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8893cat >>$CONFIG_STATUS <<_ACEOF
    96918894ac_cs_version="\\
    96928895config.status
    9693 configured by $0, generated by GNU Autoconf 2.63,
    9694   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    9695 
    9696 Copyright (C) 2008 Free Software Foundation, Inc.
     8896configured by $0, generated by GNU Autoconf 2.61,
     8897  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     8898
     8899Copyright (C) 2006 Free Software Foundation, Inc.
    96978900This config.status script is free software; the Free Software Foundation
    96988901gives unlimited permission to copy, distribute and modify it."
     
    97018904srcdir='$srcdir'
    97028905INSTALL='$INSTALL'
    9703 AWK='$AWK'
    9704 test -n "\$AWK" || AWK=awk
    9705 _ACEOF
    9706 
    9707 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    9708 # The default lists apply if the user does not specify any file.
     8906_ACEOF
     8907
     8908cat >>$CONFIG_STATUS <<\_ACEOF
     8909# If no file are specified by the user, then we need to provide default
     8910# value.  By we need to know if files were specified by the user.
    97098911ac_need_defaults=:
    97108912while test $# != 0
     
    97288930    ac_cs_recheck=: ;;
    97298931  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    9730     $as_echo "$ac_cs_version"; exit ;;
     8932    echo "$ac_cs_version"; exit ;;
    97318933  --debug | --debu | --deb | --de | --d | -d )
    97328934    debug=: ;;
    97338935  --file | --fil | --fi | --f )
    97348936    $ac_shift
    9735     case $ac_optarg in
    9736     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    9737     esac
    9738     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     8937    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    97398938    ac_need_defaults=false;;
    97408939  --header | --heade | --head | --hea )
    97418940    $ac_shift
    9742     case $ac_optarg in
    9743     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    9744     esac
    9745     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     8941    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    97468942    ac_need_defaults=false;;
    97478943  --he | --h)
    97488944    # Conflict between --help and --header
    9749     { $as_echo "$as_me: error: ambiguous option: $1
     8945    { echo "$as_me: error: ambiguous option: $1
    97508946Try \`$0 --help' for more information." >&2
    97518947   { (exit 1); exit 1; }; };;
    97528948  --help | --hel | -h )
    9753     $as_echo "$ac_cs_usage"; exit ;;
     8949    echo "$ac_cs_usage"; exit ;;
    97548950  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    97558951  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    97578953
    97588954  # This is an error.
    9759   -*) { $as_echo "$as_me: error: unrecognized option: $1
     8955  -*) { echo "$as_me: error: unrecognized option: $1
    97608956Try \`$0 --help' for more information." >&2
    97618957   { (exit 1); exit 1; }; } ;;
     
    97768972
    97778973_ACEOF
    9778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8974cat >>$CONFIG_STATUS <<_ACEOF
    97798975if \$ac_cs_recheck; then
    9780   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    9781   shift
    9782   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    9783   CONFIG_SHELL='$SHELL'
     8976  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     8977  CONFIG_SHELL=$SHELL
    97848978  export CONFIG_SHELL
    9785   exec "\$@"
    9786 fi
    9787 
    9788 _ACEOF
    9789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8979  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     8980fi
     8981
     8982_ACEOF
     8983cat >>$CONFIG_STATUS <<\_ACEOF
    97908984exec 5>>config.log
    97918985{
     
    97948988## Running $as_me. ##
    97958989_ASBOX
    9796   $as_echo "$ac_log"
     8990  echo "$ac_log"
    97978991} >&5
    97988992
    97998993_ACEOF
    9800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    9801 _ACEOF
    9802 
    9803 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8994cat >>$CONFIG_STATUS <<_ACEOF
     8995_ACEOF
     8996
     8997cat >>$CONFIG_STATUS <<\_ACEOF
    98048998
    98058999# Handling of arguments.
     
    98139007    "$moduleDirs") CONFIG_FILES="$CONFIG_FILES $moduleDirs" ;;
    98149008
    9815   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    9816 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     9009  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     9010echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    98179011   { (exit 1); exit 1; }; };;
    98189012  esac
     
    98549048} ||
    98559049{
    9856    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     9050   echo "$me: cannot create a temporary directory in ." >&2
    98579051   { (exit 1); exit 1; }
    98589052}
    98599053
    9860 # Set up the scripts for CONFIG_FILES section.
    9861 # No need to generate them if there are no CONFIG_FILES.
    9862 # This happens for instance with `./config.status config.h'.
     9054#
     9055# Set up the sed scripts for CONFIG_FILES section.
     9056#
     9057
     9058# No need to generate the scripts if there are no CONFIG_FILES.
     9059# This happens for instance when ./config.status config.h
    98639060if test -n "$CONFIG_FILES"; then
    98649061
    9865 
    9866 ac_cr='
    9867 '
    9868 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    9869 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    9870   ac_cs_awk_cr='\\r'
    9871 else
    9872   ac_cs_awk_cr=$ac_cr
    9873 fi
    9874 
    9875 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    9876 _ACEOF
    9877 
    9878 
    9879 {
    9880   echo "cat >conf$$subs.awk <<_ACEOF" &&
    9881   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    9882   echo "_ACEOF"
    9883 } >conf$$subs.sh ||
    9884   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    9885 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    9886    { (exit 1); exit 1; }; }
    9887 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     9062_ACEOF
     9063
     9064
     9065
    98889066ac_delim='%!_!# '
    98899067for ac_last_try in false false false false false :; do
    9890   . ./conf$$subs.sh ||
    9891     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    9892 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    9893    { (exit 1); exit 1; }; }
    9894 
    9895   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    9896   if test $ac_delim_n = $ac_delim_num; then
     9068  cat >conf$$subs.sed <<_ACEOF
     9069SHELL!$SHELL$ac_delim
     9070PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     9071PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     9072PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     9073PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     9074PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     9075PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     9076exec_prefix!$exec_prefix$ac_delim
     9077prefix!$prefix$ac_delim
     9078program_transform_name!$program_transform_name$ac_delim
     9079bindir!$bindir$ac_delim
     9080sbindir!$sbindir$ac_delim
     9081libexecdir!$libexecdir$ac_delim
     9082datarootdir!$datarootdir$ac_delim
     9083datadir!$datadir$ac_delim
     9084sysconfdir!$sysconfdir$ac_delim
     9085sharedstatedir!$sharedstatedir$ac_delim
     9086localstatedir!$localstatedir$ac_delim
     9087includedir!$includedir$ac_delim
     9088oldincludedir!$oldincludedir$ac_delim
     9089docdir!$docdir$ac_delim
     9090infodir!$infodir$ac_delim
     9091htmldir!$htmldir$ac_delim
     9092dvidir!$dvidir$ac_delim
     9093pdfdir!$pdfdir$ac_delim
     9094psdir!$psdir$ac_delim
     9095libdir!$libdir$ac_delim
     9096localedir!$localedir$ac_delim
     9097mandir!$mandir$ac_delim
     9098DEFS!$DEFS$ac_delim
     9099ECHO_C!$ECHO_C$ac_delim
     9100ECHO_N!$ECHO_N$ac_delim
     9101ECHO_T!$ECHO_T$ac_delim
     9102LIBS!$LIBS$ac_delim
     9103build_alias!$build_alias$ac_delim
     9104host_alias!$host_alias$ac_delim
     9105target_alias!$target_alias$ac_delim
     9106PACKAGE!$PACKAGE$ac_delim
     9107VERSION!$VERSION$ac_delim
     9108USE_FASTCGI!$USE_FASTCGI$ac_delim
     9109USE_LANGACTION!$USE_LANGACTION$ac_delim
     9110USE_CORBA!$USE_CORBA$ac_delim
     9111MICO_DIR!$MICO_DIR$ac_delim
     9112USE_Z3950!$USE_Z3950$ac_delim
     9113USE_YAZ!$USE_YAZ$ac_delim
     9114ENABLE_JAVA!$ENABLE_JAVA$ac_delim
     9115USE_WVWARE!$USE_WVWARE$ac_delim
     9116USE_JDBM!$USE_JDBM$ac_delim
     9117USE_GDBM!$USE_GDBM$ac_delim
     9118ENABLE_ACCENTFOLD!$ENABLE_ACCENTFOLD$ac_delim
     9119USE_SQLITE!$USE_SQLITE$ac_delim
     9120ENABLE_GNOMELIB_EXT!$ENABLE_GNOMELIB_EXT$ac_delim
     9121LDFLAGS!$LDFLAGS$ac_delim
     9122CFLAGS!$CFLAGS$ac_delim
     9123CC!$CC$ac_delim
     9124CPPFLAGS!$CPPFLAGS$ac_delim
     9125ac_ct_CC!$ac_ct_CC$ac_delim
     9126EXEEXT!$EXEEXT$ac_delim
     9127OBJEXT!$OBJEXT$ac_delim
     9128CXX!$CXX$ac_delim
     9129CXXFLAGS!$CXXFLAGS$ac_delim
     9130ac_ct_CXX!$ac_ct_CXX$ac_delim
     9131JAVAC!$JAVAC$ac_delim
     9132JAVACFLAGS!$JAVACFLAGS$ac_delim
     9133JAVA!$JAVA$ac_delim
     9134uudecode!$uudecode$ac_delim
     9135AWK!$AWK$ac_delim
     9136YACC!$YACC$ac_delim
     9137YFLAGS!$YFLAGS$ac_delim
     9138build!$build$ac_delim
     9139build_cpu!$build_cpu$ac_delim
     9140build_vendor!$build_vendor$ac_delim
     9141build_os!$build_os$ac_delim
     9142host!$host$ac_delim
     9143host_cpu!$host_cpu$ac_delim
     9144host_vendor!$host_vendor$ac_delim
     9145host_os!$host_os$ac_delim
     9146target!$target$ac_delim
     9147target_cpu!$target_cpu$ac_delim
     9148target_vendor!$target_vendor$ac_delim
     9149target_os!$target_os$ac_delim
     9150INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     9151INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     9152INSTALL_DATA!$INSTALL_DATA$ac_delim
     9153LN_S!$LN_S$ac_delim
     9154SET_MAKE!$SET_MAKE$ac_delim
     9155RANLIB!$RANLIB$ac_delim
     9156STRIP!$STRIP$ac_delim
     9157ARCH_DEP_FLAGS!$ARCH_DEP_FLAGS$ac_delim
     9158MICO_VER!$MICO_VER$ac_delim
     9159CPP!$CPP$ac_delim
     9160GREP!$GREP$ac_delim
     9161EGREP!$EGREP$ac_delim
     9162U!$U$ac_delim
     9163ANSI2KNR!$ANSI2KNR$ac_delim
     9164ALLOCA!$ALLOCA$ac_delim
     9165LIBOBJS!$LIBOBJS$ac_delim
     9166_ACEOF
     9167
     9168  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    98979169    break
    98989170  elif $ac_last_try; then
    9899     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    9900 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     9171    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9172echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    99019173   { (exit 1); exit 1; }; }
    99029174  else
     
    99049176  fi
    99059177done
    9906 rm -f conf$$subs.sh
    9907 
    9908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    9909 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    9910 _ACEOF
    9911 sed -n '
    9912 h
    9913 s/^/S["/; s/!.*/"]=/
    9914 p
    9915 g
    9916 s/^[^!]*!//
    9917 :repl
    9918 t repl
    9919 s/'"$ac_delim"'$//
    9920 t delim
    9921 :nl
    9922 h
    9923 s/\(.\{148\}\).*/\1/
    9924 t more1
    9925 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    9926 p
    9927 n
    9928 b repl
    9929 :more1
    9930 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    9931 p
    9932 g
    9933 s/.\{148\}//
    9934 t nl
    9935 :delim
    9936 h
    9937 s/\(.\{148\}\).*/\1/
    9938 t more2
    9939 s/["\\]/\\&/g; s/^/"/; s/$/"/
    9940 p
    9941 b
    9942 :more2
    9943 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    9944 p
    9945 g
    9946 s/.\{148\}//
    9947 t delim
    9948 ' <conf$$subs.awk | sed '
    9949 /^[^""]/{
    9950   N
    9951   s/\n//
    9952 }
    9953 ' >>$CONFIG_STATUS || ac_write_fail=1
    9954 rm -f conf$$subs.awk
    9955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    9956 _ACAWK
    9957 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    9958   for (key in S) S_is_set[key] = 1
    9959   FS = ""
    9960 
    9961 }
    9962 {
    9963   line = $ 0
    9964   nfields = split(line, field, "@")
    9965   substed = 0
    9966   len = length(field[1])
    9967   for (i = 2; i < nfields; i++) {
    9968     key = field[i]
    9969     keylen = length(key)
    9970     if (S_is_set[key]) {
    9971       value = S[key]
    9972       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    9973       len += length(value) + length(field[++i])
    9974       substed = 1
    9975     } else
    9976       len += 1 + keylen
    9977   }
    9978 
    9979   print line
    9980 }
    9981 
    9982 _ACAWK
    9983 _ACEOF
    9984 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    9985 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    9986   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    9987 else
    9988   cat
    9989 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    9990   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    9991 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     9178
     9179ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     9180if test -n "$ac_eof"; then
     9181  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     9182  ac_eof=`expr $ac_eof + 1`
     9183fi
     9184
     9185cat >>$CONFIG_STATUS <<_ACEOF
     9186cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     9187/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     9188_ACEOF
     9189sed '
     9190s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     9191s/^/s,@/; s/!/@,|#_!!_#|/
     9192:n
     9193t n
     9194s/'"$ac_delim"'$/,g/; t
     9195s/$/\\/; p
     9196N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     9197' >>$CONFIG_STATUS <conf$$subs.sed
     9198rm -f conf$$subs.sed
     9199cat >>$CONFIG_STATUS <<_ACEOF
     9200CEOF$ac_eof
     9201_ACEOF
     9202
     9203
     9204ac_delim='%!_!# '
     9205for ac_last_try in false false false false false :; do
     9206  cat >conf$$subs.sed <<_ACEOF
     9207STATIC!$STATIC$ac_delim
     9208gsdlos!$gsdlos$ac_delim
     9209MODULEDIRS!$MODULEDIRS$ac_delim
     9210subdirs!$subdirs$ac_delim
     9211LTLIBOBJS!$LTLIBOBJS$ac_delim
     9212_ACEOF
     9213
     9214  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 5; then
     9215    break
     9216  elif $ac_last_try; then
     9217    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     9218echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    99929219   { (exit 1); exit 1; }; }
    9993 _ACEOF
     9220  else
     9221    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     9222  fi
     9223done
     9224
     9225ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     9226if test -n "$ac_eof"; then
     9227  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     9228  ac_eof=`expr $ac_eof + 1`
     9229fi
     9230
     9231cat >>$CONFIG_STATUS <<_ACEOF
     9232cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     9233/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     9234_ACEOF
     9235sed '
     9236s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     9237s/^/s,@/; s/!/@,|#_!!_#|/
     9238:n
     9239t n
     9240s/'"$ac_delim"'$/,g/; t
     9241s/$/\\/; p
     9242N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     9243' >>$CONFIG_STATUS <conf$$subs.sed
     9244rm -f conf$$subs.sed
     9245cat >>$CONFIG_STATUS <<_ACEOF
     9246:end
     9247s/|#_!!_#|//g
     9248CEOF$ac_eof
     9249_ACEOF
     9250
    99949251
    99959252# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    100089265fi
    100099266
    10010 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9267cat >>$CONFIG_STATUS <<\_ACEOF
    100119268fi # test -n "$CONFIG_FILES"
    100129269
    10013 # Set up the scripts for CONFIG_HEADERS section.
    10014 # No need to generate them if there are no CONFIG_HEADERS.
    10015 # This happens for instance with `./config.status Makefile'.
    10016 if test -n "$CONFIG_HEADERS"; then
    10017 cat >"$tmp/defines.awk" <<\_ACAWK ||
    10018 BEGIN {
    10019 _ACEOF
    10020 
    10021 # Transform confdefs.h into an awk script `defines.awk', embedded as
    10022 # here-document in config.status, that substitutes the proper values into
    10023 # config.h.in to produce config.h.
    10024 
    10025 # Create a delimiter string that does not exist in confdefs.h, to ease
    10026 # handling of long lines.
    10027 ac_delim='%!_!# '
    10028 for ac_last_try in false false :; do
    10029   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    10030   if test -z "$ac_t"; then
    10031     break
    10032   elif $ac_last_try; then
    10033     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    10034 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    10035    { (exit 1); exit 1; }; }
    10036   else
    10037     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    10038   fi
    10039 done
    10040 
    10041 # For the awk script, D is an array of macro values keyed by name,
    10042 # likewise P contains macro parameters if any.  Preserve backslash
    10043 # newline sequences.
    10044 
    10045 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    10046 sed -n '
    10047 s/.\{148\}/&'"$ac_delim"'/g
    10048 t rset
    10049 :rset
    10050 s/^[     ]*#[    ]*define[   ][  ]*/ /
    10051 t def
    10052 d
    10053 :def
    10054 s/\\$//
    10055 t bsnl
    10056 s/["\\]/\\&/g
    10057 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    10058 D["\1"]=" \3"/p
    10059 s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2"/p
    10060 d
    10061 :bsnl
    10062 s/["\\]/\\&/g
    10063 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    10064 D["\1"]=" \3\\\\\\n"\\/p
    10065 t cont
    10066 s/^ \('"$ac_word_re"'\)[     ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    10067 t cont
    10068 d
    10069 :cont
    10070 n
    10071 s/.\{148\}/&'"$ac_delim"'/g
    10072 t clear
    10073 :clear
    10074 s/\\$//
    10075 t bsnlc
    10076 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    10077 d
    10078 :bsnlc
    10079 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    10080 b cont
    10081 ' <confdefs.h | sed '
    10082 s/'"$ac_delim"'/"\\\
    10083 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    10084 
    10085 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10086   for (key in D) D_is_set[key] = 1
    10087   FS = ""
    10088 }
    10089 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    10090   line = \$ 0
    10091   split(line, arg, " ")
    10092   if (arg[1] == "#") {
    10093     defundef = arg[2]
    10094     mac1 = arg[3]
    10095   } else {
    10096     defundef = substr(arg[1], 2)
    10097     mac1 = arg[2]
    10098   }
    10099   split(mac1, mac2, "(") #)
    10100   macro = mac2[1]
    10101   prefix = substr(line, 1, index(line, defundef) - 1)
    10102   if (D_is_set[macro]) {
    10103     # Preserve the white space surrounding the "#".
    10104     print prefix "define", macro P[macro] D[macro]
    10105     next
    10106   } else {
    10107     # Replace #undef with comments.  This is necessary, for example,
    10108     # in the case of _POSIX_SOURCE, which is predefined and required
    10109     # on some systems where configure will not decide to define it.
    10110     if (defundef == "undef") {
    10111       print "/*", prefix defundef, macro, "*/"
    10112       next
    10113     }
    10114   }
    10115 }
    10116 { print }
    10117 _ACAWK
    10118 _ACEOF
    10119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10120   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    10121 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    10122    { (exit 1); exit 1; }; }
    10123 fi # test -n "$CONFIG_HEADERS"
    10124 
    10125 
    10126 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
    10127 shift
    10128 for ac_tag
     9270
     9271for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
    101299272do
    101309273  case $ac_tag in
     
    101339276  case $ac_mode$ac_tag in
    101349277  :[FHL]*:*);;
    10135   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    10136 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     9278  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     9279echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    101379280   { (exit 1); exit 1; }; };;
    101389281  :[FH]-) ac_tag=-:-;;
     
    101639306       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    101649307       esac ||
    10165        { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    10166 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     9308       { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     9309echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    101679310   { (exit 1); exit 1; }; };;
    101689311      esac
    10169       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    10170       ac_file_inputs="$ac_file_inputs '$ac_f'"
     9312      ac_file_inputs="$ac_file_inputs $ac_f"
    101719313    done
    101729314
     
    101749316    # use $as_me), people would be surprised to read:
    101759317    #    /* config.h.  Generated by config.status.  */
    10176     configure_input='Generated from '`
    10177       $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    10178     `' by configure.'
     9318    configure_input="Generated from "`IFS=:
     9319      echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    101799320    if test x"$ac_file" != x-; then
    101809321      configure_input="$ac_file.  $configure_input"
    10181       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    10182 $as_echo "$as_me: creating $ac_file" >&6;}
     9322      { echo "$as_me:$LINENO: creating $ac_file" >&5
     9323echo "$as_me: creating $ac_file" >&6;}
    101839324    fi
    10184     # Neutralize special characters interpreted by sed in replacement strings.
    10185     case $configure_input in #(
    10186     *\&* | *\|* | *\\* )
    10187        ac_sed_conf_input=`$as_echo "$configure_input" |
    10188        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    10189     *) ac_sed_conf_input=$configure_input;;
    10190     esac
    101919325
    101929326    case $ac_tag in
    10193     *:-:* | *:-) cat >"$tmp/stdin" \
    10194       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10195 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10196    { (exit 1); exit 1; }; } ;;
     9327    *:-:* | *:-) cat >"$tmp/stdin";;
    101979328    esac
    101989329    ;;
     
    102049335     X"$ac_file" : 'X\(//\)$' \| \
    102059336     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    10206 $as_echo X"$ac_file" |
     9337echo X"$ac_file" |
    102079338    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    102089339        s//\1/
     
    102309361    while :; do
    102319362      case $as_dir in #(
    10232       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     9363      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    102339364      *) as_qdir=$as_dir;;
    102349365      esac
     
    102399370     X"$as_dir" : 'X\(//\)$' \| \
    102409371     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10241 $as_echo X"$as_dir" |
     9372echo X"$as_dir" |
    102429373    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    102439374        s//\1/
     
    102609391    done
    102619392    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10262   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10263 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     9393  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     9394echo "$as_me: error: cannot create directory $as_dir" >&2;}
    102649395   { (exit 1); exit 1; }; }; }
    102659396  ac_builddir=.
     
    102689399.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    102699400*)
    10270   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     9401  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    102719402  # A ".." for each directory in $ac_dir_suffix.
    10272   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     9403  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    102739404  case $ac_top_builddir_sub in
    102749405  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    103109441_ACEOF
    103119442
    10312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9443cat >>$CONFIG_STATUS <<\_ACEOF
    103139444# If the template does not know about datarootdir, expand it.
    103149445# FIXME: This hack should be removed a few years after 2.60.
    103159446ac_datarootdir_hack=; ac_datarootdir_seen=
    103169447
    10317 ac_sed_dataroot='
    10318 /datarootdir/ {
     9448case `sed -n '/datarootdir/ {
    103199449  p
    103209450  q
     
    103259455/@localedir@/p
    103269456/@mandir@/p
    10327 '
    10328 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     9457' $ac_file_inputs` in
    103299458*datarootdir*) ac_datarootdir_seen=yes;;
    103309459*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    10331   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    10332 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    10333 _ACEOF
    10334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     9460  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     9461echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     9462_ACEOF
     9463cat >>$CONFIG_STATUS <<_ACEOF
    103359464  ac_datarootdir_hack='
    103369465  s&@datadir@&$datadir&g
     
    103469475# Shell code in configure.ac might set extrasub.
    103479476# FIXME: do we really want to maintain this feature?
    10348 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    10349 ac_sed_extra="$ac_vpsub
     9477cat >>$CONFIG_STATUS <<_ACEOF
     9478  sed "$ac_vpsub
    103509479$extrasub
    103519480_ACEOF
    10352 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     9481cat >>$CONFIG_STATUS <<\_ACEOF
    103539482:t
    103549483/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    10355 s|@configure_input@|$ac_sed_conf_input|;t t
     9484s&@configure_input@&$configure_input&;t t
    103569485s&@top_builddir@&$ac_top_builddir_sub&;t t
    10357 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    103589486s&@srcdir@&$ac_srcdir&;t t
    103599487s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    103659493s&@INSTALL@&$ac_INSTALL&;t t
    103669494$ac_datarootdir_hack
    10367 "
    10368 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    10369   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10370 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10371    { (exit 1); exit 1; }; }
     9495" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    103729496
    103739497test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    103749498  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    103759499  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    10376   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     9500  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    103779501which seems to be undefined.  Please make sure it is defined." >&5
    10378 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     9502echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    103799503which seems to be undefined.  Please make sure it is defined." >&2;}
    103809504
    103819505  rm -f "$tmp/stdin"
    103829506  case $ac_file in
    10383   -) cat "$tmp/out" && rm -f "$tmp/out";;
    10384   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    10385   esac \
    10386   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10387 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10388    { (exit 1); exit 1; }; }
     9507  -) cat "$tmp/out"; rm -f "$tmp/out";;
     9508  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     9509  esac
    103899510 ;;
    103909511  :H)
     
    103929513  # CONFIG_HEADER
    103939514  #
     9515_ACEOF
     9516
     9517# Transform confdefs.h into a sed script `conftest.defines', that
     9518# substitutes the proper values into config.h.in to produce config.h.
     9519rm -f conftest.defines conftest.tail
     9520# First, append a space to every undef/define line, to ease matching.
     9521echo 's/$/ /' >conftest.defines
     9522# Then, protect against being on the right side of a sed subst, or in
     9523# an unquoted here document, in config.status.  If some macros were
     9524# called several times there might be several #defines for the same
     9525# symbol, which is useless.  But do not sort them, since the last
     9526# AC_DEFINE must be honored.
     9527ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     9528# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
     9529# NAME is the cpp macro being defined, VALUE is the value it is being given.
     9530# PARAMS is the parameter list in the macro definition--in most cases, it's
     9531# just an empty string.
     9532ac_dA='s,^\\([   #]*\\)[^    ]*\\([  ]*'
     9533ac_dB='\\)[  (].*,\\1define\\2'
     9534ac_dC=' '
     9535ac_dD=' ,'
     9536
     9537uniq confdefs.h |
     9538  sed -n '
     9539    t rset
     9540    :rset
     9541    s/^[     ]*#[    ]*define[   ][  ]*//
     9542    t ok
     9543    d
     9544    :ok
     9545    s/[\\&,]/\\&/g
     9546    s/^\('"$ac_word_re"'\)\(([^()]*)\)[  ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
     9547    s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
     9548  ' >>conftest.defines
     9549
     9550# Remove the space that was appended to ease matching.
     9551# Then replace #undef with comments.  This is necessary, for
     9552# example, in the case of _POSIX_SOURCE, which is predefined and required
     9553# on some systems where configure will not decide to define it.
     9554# (The regexp can be short, since the line contains either #define or #undef.)
     9555echo 's/ $//
     9556s,^[     #]*u.*,/* & */,' >>conftest.defines
     9557
     9558# Break up conftest.defines:
     9559ac_max_sed_lines=50
     9560
     9561# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
     9562# Second one is:     sed -f defines.sed "$tmp/out1" >"$tmp/out2"
     9563# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
     9564# et cetera.
     9565ac_in='$ac_file_inputs'
     9566ac_out='"$tmp/out1"'
     9567ac_nxt='"$tmp/out2"'
     9568
     9569while :
     9570do
     9571  # Write a here document:
     9572    cat >>$CONFIG_STATUS <<_ACEOF
     9573    # First, check the format of the line:
     9574    cat >"\$tmp/defines.sed" <<\\CEOF
     9575/^[  ]*#[    ]*undef[    ][  ]*$ac_word_re[  ]*\$/b def
     9576/^[  ]*#[    ]*define[   ][  ]*$ac_word_re[(     ]/b def
     9577b
     9578:def
     9579_ACEOF
     9580  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
     9581  echo 'CEOF
     9582    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
     9583  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
     9584  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
     9585  grep . conftest.tail >/dev/null || break
     9586  rm -f conftest.defines
     9587  mv conftest.tail conftest.defines
     9588done
     9589rm -f conftest.defines conftest.tail
     9590
     9591echo "ac_result=$ac_in" >>$CONFIG_STATUS
     9592cat >>$CONFIG_STATUS <<\_ACEOF
    103949593  if test x"$ac_file" != x-; then
    10395     {
    10396       $as_echo "/* $configure_input  */" \
    10397       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    10398     } >"$tmp/config.h" \
    10399       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10400 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10401    { (exit 1); exit 1; }; }
    10402     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    10403       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    10404 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     9594    echo "/* $configure_input  */" >"$tmp/config.h"
     9595    cat "$ac_result" >>"$tmp/config.h"
     9596    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
     9597      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     9598echo "$as_me: $ac_file is unchanged" >&6;}
    104059599    else
    10406       rm -f "$ac_file"
    10407       mv "$tmp/config.h" "$ac_file" \
    10408     || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    10409 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    10410    { (exit 1); exit 1; }; }
     9600      rm -f $ac_file
     9601      mv "$tmp/config.h" $ac_file
    104119602    fi
    104129603  else
    10413     $as_echo "/* $configure_input  */" \
    10414       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    10415       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    10416 $as_echo "$as_me: error: could not create -" >&2;}
    10417    { (exit 1); exit 1; }; }
     9604    echo "/* $configure_input  */"
     9605    cat "$ac_result"
    104189606  fi
     9607  rm -f "$tmp/out12"
    104199608 ;;
    104209609
     
    104299618chmod +x $CONFIG_STATUS
    104309619ac_clean_files=$ac_clean_files_save
    10431 
    10432 test $ac_write_fail = 0 ||
    10433   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    10434 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    10435    { (exit 1); exit 1; }; }
    104369620
    104379621
     
    104629646if test "$no_recursion" != yes; then
    104639647
    10464   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
    10465   # so they do not pile up.
     9648  # Remove --cache-file and --srcdir arguments so they do not pile up.
    104669649  ac_sub_configure_args=
    104679650  ac_prev=
     
    104929675    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    104939676      ;;
    10494     --disable-option-checking)
    10495       ;;
    104969677    *)
    104979678      case $ac_arg in
    10498       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9679      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    104999680      esac
    105009681      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
     
    105069687  ac_arg="--prefix=$prefix"
    105079688  case $ac_arg in
    10508   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     9689  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    105099690  esac
    105109691  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     
    105159696  fi
    105169697
    10517   # Always prepend --disable-option-checking to silence warnings, since
    10518   # different subdirs can have different --enable and --with options.
    10519   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
    10520 
    105219698  ac_popdir=`pwd`
    105229699  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
     
    105279704
    105289705    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
    10529     $as_echo "$as_me:$LINENO: $ac_msg" >&5
    10530     $as_echo "$ac_msg" >&6
     9706    echo "$as_me:$LINENO: $ac_msg" >&5
     9707    echo "$ac_msg" >&6
    105319708    { as_dir="$ac_dir"
    105329709  case $as_dir in #(
     
    105379714    while :; do
    105389715      case $as_dir in #(
    10539       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     9716      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    105409717      *) as_qdir=$as_dir;;
    105419718      esac
     
    105469723     X"$as_dir" : 'X\(//\)$' \| \
    105479724     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    10548 $as_echo X"$as_dir" |
     9725echo X"$as_dir" |
    105499726    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    105509727        s//\1/
     
    105679744    done
    105689745    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10569   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    10570 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     9746  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     9747echo "$as_me: error: cannot create directory $as_dir" >&2;}
    105719748   { (exit 1); exit 1; }; }; }
    105729749    ac_builddir=.
     
    105759752.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    105769753*)
    10577   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     9754  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    105789755  # A ".." for each directory in $ac_dir_suffix.
    10579   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     9756  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    105809757  case $ac_top_builddir_sub in
    105819758  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    106169793      ac_sub_configure=$ac_aux_dir/configure
    106179794    else
    10618       { $as_echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
    10619 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
     9795      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     9796echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
    106209797      ac_sub_configure=
    106219798    fi
     
    106309807      esac
    106319808
    10632       { $as_echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    10633 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     9809      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     9810echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    106349811      # The eval makes quoting arguments work.
    106359812      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    106369813       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    10637     { { $as_echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    10638 $as_echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     9814    { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
     9815echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
    106399816   { (exit 1); exit 1; }; }
    106409817    fi
     
    106439820  done
    106449821fi
    10645 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    10646   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    10647 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    10648 fi
    10649 
    10650 
    10651 
     9822
     9823
     9824
Note: See TracChangeset for help on using the changeset viewer.