OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [configure] - Diff between revs 1249 and 1376

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1249 Rev 1376
Line 676... Line 676...
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-dependency-tracking Speeds up one-time builds
  --disable-dependency-tracking Speeds up one-time builds
  --enable-dependency-tracking  Do not reject slow dependency extractors
  --enable-dependency-tracking  Do not reject slow dependency extractors
  --enable-readline       Use GNU readline
  --enable-readline       Use GNU readline
  --enable-profiling      generate profiling code
  --enable-profiling      generate profiling code
  --enable-fsim      compiles fsim, based on fast_config.c
 
  --enable-simple    compiles sim with simple execution
  --enable-simple    compiles sim with simple execution
  --enable-ethphy    compiles sim with ethernet phy support
  --enable-ethphy    compiles sim with ethernet phy support
  --enable-range-stats      Specifies, whether we should do register accesses over time analysis.
  --enable-range-stats      Specifies, whether we should do register accesses over time analysis.
  --enable-ov-flag      Whether instructions set overflow flag.
  --enable-ov-flag      Whether instructions set overflow flag.
  --enable-arith-flag      Whether arithmethic instructions setflag.
  --enable-arith-flag      Whether arithmethic instructions setflag.
Line 877... Line 876...
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
  fi
fi
fi
for ac_site_file in $CONFIG_SITE; do
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
  if test -r "$ac_site_file"; then
    { echo "$as_me:882: loading site script $ac_site_file" >&5
    { echo "$as_me:881: loading site script $ac_site_file" >&5
echo "$as_me: loading site script $ac_site_file" >&6;}
echo "$as_me: loading site script $ac_site_file" >&6;}
    cat "$ac_site_file" >&5
    cat "$ac_site_file" >&5
    . "$ac_site_file"
    . "$ac_site_file"
  fi
  fi
done
done
 
 
if test -r "$cache_file"; then
if test -r "$cache_file"; then
  # Some versions of bash will fail to source /dev/null (special
  # Some versions of bash will fail to source /dev/null (special
  # files actually), so we avoid doing that.
  # files actually), so we avoid doing that.
  if test -f "$cache_file"; then
  if test -f "$cache_file"; then
    { echo "$as_me:893: loading cache $cache_file" >&5
    { echo "$as_me:892: loading cache $cache_file" >&5
echo "$as_me: loading cache $cache_file" >&6;}
echo "$as_me: loading cache $cache_file" >&6;}
    case $cache_file in
    case $cache_file in
      [\\/]* | ?:[\\/]* ) . $cache_file;;
      [\\/]* | ?:[\\/]* ) . $cache_file;;
      *)                      . ./$cache_file;;
      *)                      . ./$cache_file;;
    esac
    esac
  fi
  fi
else
else
  { echo "$as_me:901: creating cache $cache_file" >&5
  { echo "$as_me:900: creating cache $cache_file" >&5
echo "$as_me: creating cache $cache_file" >&6;}
echo "$as_me: creating cache $cache_file" >&6;}
  >$cache_file
  >$cache_file
fi
fi
 
 
# Check that the precious variables saved in the cache have kept the same
# Check that the precious variables saved in the cache have kept the same
Line 912... Line 911...
  eval ac_new_set=\$ac_env_${ac_var}_set
  eval ac_new_set=\$ac_env_${ac_var}_set
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
  eval ac_new_val="\$ac_env_${ac_var}_value"
  eval ac_new_val="\$ac_env_${ac_var}_value"
  case $ac_old_set,$ac_new_set in
  case $ac_old_set,$ac_new_set in
    set,)
    set,)
      { echo "$as_me:917: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
      { echo "$as_me:916: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
      ac_cache_corrupted=: ;;
      ac_cache_corrupted=: ;;
    ,set)
    ,set)
      { echo "$as_me:921: error: \`$ac_var' was not set in the previous run" >&5
      { echo "$as_me:920: error: \`$ac_var' was not set in the previous run" >&5
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
      ac_cache_corrupted=: ;;
      ac_cache_corrupted=: ;;
    ,);;
    ,);;
    *)
    *)
      if test "x$ac_old_val" != "x$ac_new_val"; then
      if test "x$ac_old_val" != "x$ac_new_val"; then
        { echo "$as_me:927: error: \`$ac_var' has changed since the previous run:" >&5
        { echo "$as_me:926: error: \`$ac_var' has changed since the previous run:" >&5
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
        { echo "$as_me:929:   former value:  $ac_old_val" >&5
        { echo "$as_me:928:   former value:  $ac_old_val" >&5
echo "$as_me:   former value:  $ac_old_val" >&2;}
echo "$as_me:   former value:  $ac_old_val" >&2;}
        { echo "$as_me:931:   current value: $ac_new_val" >&5
        { echo "$as_me:930:   current value: $ac_new_val" >&5
echo "$as_me:   current value: $ac_new_val" >&2;}
echo "$as_me:   current value: $ac_new_val" >&2;}
        ac_cache_corrupted=:
        ac_cache_corrupted=:
      fi;;
      fi;;
  esac
  esac
  # Pass precious variables to config.status.  It doesn't matter if
  # Pass precious variables to config.status.  It doesn't matter if
Line 945... Line 944...
       ;;
       ;;
    esac
    esac
  fi
  fi
done
done
if $ac_cache_corrupted; then
if $ac_cache_corrupted; then
  { echo "$as_me:950: error: changes in the environment can compromise the build" >&5
  { echo "$as_me:949: error: changes in the environment can compromise the build" >&5
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  { { echo "$as_me:952: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
  { { echo "$as_me:951: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
ac_ext=c
ac_ext=c
Line 967... Line 966...
  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
esac
esac
echo "#! $SHELL" >conftest.sh
echo "#! $SHELL" >conftest.sh
echo  "exit 0"   >>conftest.sh
echo  "exit 0"   >>conftest.sh
chmod +x conftest.sh
chmod +x conftest.sh
if { (echo "$as_me:972: PATH=\".;.\"; conftest.sh") >&5
if { (echo "$as_me:971: PATH=\".;.\"; conftest.sh") >&5
  (PATH=".;."; conftest.sh) 2>&5
  (PATH=".;."; conftest.sh) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:975: \$? = $ac_status" >&5
  echo "$as_me:974: \$? = $ac_status" >&5
  (exit $ac_status); }; then
  (exit $ac_status); }; then
  ac_path_separator=';'
  ac_path_separator=';'
else
else
  ac_path_separator=:
  ac_path_separator=:
fi
fi
Line 996... Line 995...
    ac_install_sh="$ac_aux_dir/shtool install -c"
    ac_install_sh="$ac_aux_dir/shtool install -c"
    break
    break
  fi
  fi
done
done
if test -z "$ac_aux_dir"; then
if test -z "$ac_aux_dir"; then
  { { echo "$as_me:1001: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  { { echo "$as_me:1000: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
 
 
# Make sure we can run config.sub.
# Make sure we can run config.sub.
$ac_config_sub sun4 >/dev/null 2>&1 ||
$ac_config_sub sun4 >/dev/null 2>&1 ||
  { { echo "$as_me:1011: error: cannot run $ac_config_sub" >&5
  { { echo "$as_me:1010: error: cannot run $ac_config_sub" >&5
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
echo "$as_me: error: cannot run $ac_config_sub" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
 
 
echo "$as_me:1015: checking build system type" >&5
echo "$as_me:1014: checking build system type" >&5
echo $ECHO_N "checking build system type... $ECHO_C" >&6
echo $ECHO_N "checking build system type... $ECHO_C" >&6
if test "${ac_cv_build+set}" = set; then
if test "${ac_cv_build+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_cv_build_alias=$build_alias
  ac_cv_build_alias=$build_alias
test -z "$ac_cv_build_alias" &&
test -z "$ac_cv_build_alias" &&
  ac_cv_build_alias=`$ac_config_guess`
  ac_cv_build_alias=`$ac_config_guess`
test -z "$ac_cv_build_alias" &&
test -z "$ac_cv_build_alias" &&
  { { echo "$as_me:1024: error: cannot guess build type; you must specify one" >&5
  { { echo "$as_me:1023: error: cannot guess build type; you must specify one" >&5
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  { { echo "$as_me:1028: error: $ac_config_sub $ac_cv_build_alias failed." >&5
  { { echo "$as_me:1027: error: $ac_config_sub $ac_cv_build_alias failed." >&5
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
 
 
fi
fi
echo "$as_me:1033: result: $ac_cv_build" >&5
echo "$as_me:1032: result: $ac_cv_build" >&5
echo "${ECHO_T}$ac_cv_build" >&6
echo "${ECHO_T}$ac_cv_build" >&6
build=$ac_cv_build
build=$ac_cv_build
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
 
echo "$as_me:1040: checking host system type" >&5
echo "$as_me:1039: checking host system type" >&5
echo $ECHO_N "checking host system type... $ECHO_C" >&6
echo $ECHO_N "checking host system type... $ECHO_C" >&6
if test "${ac_cv_host+set}" = set; then
if test "${ac_cv_host+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_cv_host_alias=$host_alias
  ac_cv_host_alias=$host_alias
test -z "$ac_cv_host_alias" &&
test -z "$ac_cv_host_alias" &&
  ac_cv_host_alias=$ac_cv_build_alias
  ac_cv_host_alias=$ac_cv_build_alias
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  { { echo "$as_me:1049: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  { { echo "$as_me:1048: error: $ac_config_sub $ac_cv_host_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
 
 
fi
fi
echo "$as_me:1054: result: $ac_cv_host" >&5
echo "$as_me:1053: result: $ac_cv_host" >&5
echo "${ECHO_T}$ac_cv_host" >&6
echo "${ECHO_T}$ac_cv_host" >&6
host=$ac_cv_host
host=$ac_cv_host
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 
 
echo "$as_me:1061: checking target system type" >&5
echo "$as_me:1060: checking target system type" >&5
echo $ECHO_N "checking target system type... $ECHO_C" >&6
echo $ECHO_N "checking target system type... $ECHO_C" >&6
if test "${ac_cv_target+set}" = set; then
if test "${ac_cv_target+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_cv_target_alias=$target_alias
  ac_cv_target_alias=$target_alias
test "x$ac_cv_target_alias" = "x" &&
test "x$ac_cv_target_alias" = "x" &&
  ac_cv_target_alias=$ac_cv_host_alias
  ac_cv_target_alias=$ac_cv_host_alias
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
  { { echo "$as_me:1070: error: $ac_config_sub $ac_cv_target_alias failed" >&5
  { { echo "$as_me:1069: error: $ac_config_sub $ac_cv_target_alias failed" >&5
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
 
 
fi
fi
echo "$as_me:1075: result: $ac_cv_target" >&5
echo "$as_me:1074: result: $ac_cv_target" >&5
echo "${ECHO_T}$ac_cv_target" >&6
echo "${ECHO_T}$ac_cv_target" >&6
target=$ac_cv_target
target=$ac_cv_target
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
Line 1096... Line 1095...
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo "$as_me:1101: checking for a BSD compatible install" >&5
echo "$as_me:1100: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
if test "${ac_cv_path_install+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
Line 1145... Line 1144...
    # break other packages using the cache if that directory is
    # break other packages using the cache if that directory is
    # removed, or if the path is relative.
    # removed, or if the path is relative.
    INSTALL=$ac_install_sh
    INSTALL=$ac_install_sh
  fi
  fi
fi
fi
echo "$as_me:1150: result: $INSTALL" >&5
echo "$as_me:1149: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
echo "${ECHO_T}$INSTALL" >&6
 
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
 
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
echo "$as_me:1161: checking whether build environment is sane" >&5
echo "$as_me:1160: checking whether build environment is sane" >&5
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
# Just in case
# Just in case
sleep 1
sleep 1
echo timestamp > conftest.file
echo timestamp > conftest.file
# Do `set' in a subshell so we don't clobber the current shell's
# Do `set' in a subshell so we don't clobber the current shell's
Line 1180... Line 1179...
 
 
      # If neither matched, then we have a broken ls.  This can happen
      # If neither matched, then we have a broken ls.  This can happen
      # if, for instance, CONFIG_SHELL is bash and it inherits a
      # if, for instance, CONFIG_SHELL is bash and it inherits a
      # broken ls alias from the environment.  This has actually
      # broken ls alias from the environment.  This has actually
      # happened.  Such a system could not be considered "sane".
      # happened.  Such a system could not be considered "sane".
      { { echo "$as_me:1185: error: ls -t appears to fail.  Make sure there is not a broken
      { { echo "$as_me:1184: error: ls -t appears to fail.  Make sure there is not a broken
alias in your environment" >&5
alias in your environment" >&5
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
alias in your environment" >&2;}
alias in your environment" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
   fi
   fi
Line 1193... Line 1192...
   )
   )
then
then
   # Ok.
   # Ok.
   :
   :
else
else
   { { echo "$as_me:1198: error: newly created file is older than distributed files!
   { { echo "$as_me:1197: error: newly created file is older than distributed files!
Check your system clock" >&5
Check your system clock" >&5
echo "$as_me: error: newly created file is older than distributed files!
echo "$as_me: error: newly created file is older than distributed files!
Check your system clock" >&2;}
Check your system clock" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
echo "$as_me:1204: result: yes" >&5
echo "$as_me:1203: result: yes" >&5
echo "${ECHO_T}yes" >&6
echo "${ECHO_T}yes" >&6
test "$program_prefix" != NONE &&
test "$program_prefix" != NONE &&
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
  program_transform_name="s,^,$program_prefix,;$program_transform_name"
# Use a double $ so make ignores it.
# Use a double $ so make ignores it.
test "$program_suffix" != NONE &&
test "$program_suffix" != NONE &&
Line 1223... Line 1222...
# Use eval to expand $SHELL
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
if eval "$MISSING --run true"; then
  am_missing_run="$MISSING --run "
  am_missing_run="$MISSING --run "
else
else
  am_missing_run=
  am_missing_run=
  { echo "$as_me:1228: WARNING: \`missing' script is too old or missing" >&5
  { echo "$as_me:1227: WARNING: \`missing' script is too old or missing" >&5
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi
fi
 
 
for ac_prog in mawk gawk nawk awk
for ac_prog in mawk gawk nawk awk
do
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
echo "$as_me:1236: checking for $ac_word" >&5
echo "$as_me:1235: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AWK+set}" = set; then
if test "${ac_cv_prog_AWK+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$AWK"; then
  if test -n "$AWK"; then
Line 1246... Line 1245...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AWK="$ac_prog"
ac_cv_prog_AWK="$ac_prog"
echo "$as_me:1251: found $ac_dir/$ac_word" >&5
echo "$as_me:1250: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
AWK=$ac_cv_prog_AWK
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
if test -n "$AWK"; then
  echo "$as_me:1259: result: $AWK" >&5
  echo "$as_me:1258: result: $AWK" >&5
echo "${ECHO_T}$AWK" >&6
echo "${ECHO_T}$AWK" >&6
else
else
  echo "$as_me:1262: result: no" >&5
  echo "$as_me:1261: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  test -n "$AWK" && break
  test -n "$AWK" && break
done
done
 
 
echo "$as_me:1269: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo "$as_me:1268: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
Line 1284... Line 1283...
  eval ac_cv_prog_make_${ac_make}_set=no
  eval ac_cv_prog_make_${ac_make}_set=no
fi
fi
rm -f conftest.make
rm -f conftest.make
fi
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  echo "$as_me:1289: result: yes" >&5
  echo "$as_me:1288: result: yes" >&5
echo "${ECHO_T}yes" >&6
echo "${ECHO_T}yes" >&6
  SET_MAKE=
  SET_MAKE=
else
else
  echo "$as_me:1293: result: no" >&5
  echo "$as_me:1292: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
  SET_MAKE="MAKE=${MAKE-make}"
  SET_MAKE="MAKE=${MAKE-make}"
fi
fi
 
 
 # test to see if srcdir already configured
 # test to see if srcdir already configured
if test "`cd $srcdir && pwd`" != "`pwd`" &&
if test "`cd $srcdir && pwd`" != "`pwd`" &&
   test -f $srcdir/config.status; then
   test -f $srcdir/config.status; then
  { { echo "$as_me:1301: error: source directory already configured; run \"make distclean\" there first" >&5
  { { echo "$as_me:1300: error: source directory already configured; run \"make distclean\" there first" >&5
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
# Define the identity of the package.
# Define the identity of the package.
Line 1315... Line 1314...
#define VERSION "$VERSION"
#define VERSION "$VERSION"
EOF
EOF
 
 
# Some tools Automake needs.
# Some tools Automake needs.
 
 
ACLOCAL=${ACLOCAL-"${am_missing_run}"aclocal-${am__api_version}""}
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
 
 
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
 
 
AUTOMAKE=${AUTOMAKE-"${am_missing_run}"automake-${am__api_version}""}
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
 
 
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 
 
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 
 
Line 1337... Line 1336...
# will honor the `STRIP' environment variable to overrule this program.
# will honor the `STRIP' environment variable to overrule this program.
if test "$cross_compiling" != no; then
if test "$cross_compiling" != no; then
  if test -n "$ac_tool_prefix"; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
set dummy ${ac_tool_prefix}strip; ac_word=$2
echo "$as_me:1342: checking for $ac_word" >&5
echo "$as_me:1341: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_STRIP+set}" = set; then
if test "${ac_cv_prog_STRIP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$STRIP"; then
  if test -n "$STRIP"; then
Line 1352... Line 1351...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
echo "$as_me:1357: found $ac_dir/$ac_word" >&5
echo "$as_me:1356: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
STRIP=$ac_cv_prog_STRIP
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
if test -n "$STRIP"; then
  echo "$as_me:1365: result: $STRIP" >&5
  echo "$as_me:1364: result: $STRIP" >&5
echo "${ECHO_T}$STRIP" >&6
echo "${ECHO_T}$STRIP" >&6
else
else
  echo "$as_me:1368: result: no" >&5
  echo "$as_me:1367: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
fi
fi
if test -z "$ac_cv_prog_STRIP"; then
if test -z "$ac_cv_prog_STRIP"; then
  ac_ct_STRIP=$STRIP
  ac_ct_STRIP=$STRIP
  # Extract the first word of "strip", so it can be a program name with args.
  # Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
set dummy strip; ac_word=$2
echo "$as_me:1377: checking for $ac_word" >&5
echo "$as_me:1376: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$ac_ct_STRIP"; then
  if test -n "$ac_ct_STRIP"; then
Line 1387... Line 1386...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_STRIP="strip"
ac_cv_prog_ac_ct_STRIP="strip"
echo "$as_me:1392: found $ac_dir/$ac_word" >&5
echo "$as_me:1391: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
fi
fi
fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
if test -n "$ac_ct_STRIP"; then
  echo "$as_me:1401: result: $ac_ct_STRIP" >&5
  echo "$as_me:1400: result: $ac_ct_STRIP" >&5
echo "${ECHO_T}$ac_ct_STRIP" >&6
echo "${ECHO_T}$ac_ct_STRIP" >&6
else
else
  echo "$as_me:1404: result: no" >&5
  echo "$as_me:1403: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  STRIP=$ac_ct_STRIP
  STRIP=$ac_ct_STRIP
else
else
Line 1428... Line 1427...
dlx*)   CPU_ARCH=dlx;
dlx*)   CPU_ARCH=dlx;
        ARCH_ISA=DLX;;
        ARCH_ISA=DLX;;
esac
esac
 
 
# We want these before the checks, so the checks can modify their values.
# We want these before the checks, so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1
test -z "$CFLAGS" && CFLAGS="-g -Wall" auto_cflags=1
 
 
ac_ext=c
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
set dummy ${ac_tool_prefix}gcc; ac_word=$2
echo "$as_me:1443: checking for $ac_word" >&5
echo "$as_me:1442: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
if test "${ac_cv_prog_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
Line 1453... Line 1452...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}gcc"
ac_cv_prog_CC="${ac_tool_prefix}gcc"
echo "$as_me:1458: found $ac_dir/$ac_word" >&5
echo "$as_me:1457: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
CC=$ac_cv_prog_CC
CC=$ac_cv_prog_CC
if test -n "$CC"; then
if test -n "$CC"; then
  echo "$as_me:1466: result: $CC" >&5
  echo "$as_me:1465: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
echo "${ECHO_T}$CC" >&6
else
else
  echo "$as_me:1469: result: no" >&5
  echo "$as_me:1468: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
fi
fi
if test -z "$ac_cv_prog_CC"; then
if test -z "$ac_cv_prog_CC"; then
  ac_ct_CC=$CC
  ac_ct_CC=$CC
  # Extract the first word of "gcc", so it can be a program name with args.
  # Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
set dummy gcc; ac_word=$2
echo "$as_me:1478: checking for $ac_word" >&5
echo "$as_me:1477: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
Line 1488... Line 1487...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="gcc"
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:1493: found $ac_dir/$ac_word" >&5
echo "$as_me:1492: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
if test -n "$ac_ct_CC"; then
  echo "$as_me:1501: result: $ac_ct_CC" >&5
  echo "$as_me:1500: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
echo "${ECHO_T}$ac_ct_CC" >&6
else
else
  echo "$as_me:1504: result: no" >&5
  echo "$as_me:1503: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  CC=$ac_ct_CC
  CC=$ac_ct_CC
else
else
Line 1512... Line 1511...
 
 
if test -z "$CC"; then
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
set dummy ${ac_tool_prefix}cc; ac_word=$2
echo "$as_me:1517: checking for $ac_word" >&5
echo "$as_me:1516: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
if test "${ac_cv_prog_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
Line 1527... Line 1526...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="${ac_tool_prefix}cc"
ac_cv_prog_CC="${ac_tool_prefix}cc"
echo "$as_me:1532: found $ac_dir/$ac_word" >&5
echo "$as_me:1531: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
CC=$ac_cv_prog_CC
CC=$ac_cv_prog_CC
if test -n "$CC"; then
if test -n "$CC"; then
  echo "$as_me:1540: result: $CC" >&5
  echo "$as_me:1539: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
echo "${ECHO_T}$CC" >&6
else
else
  echo "$as_me:1543: result: no" >&5
  echo "$as_me:1542: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
fi
fi
if test -z "$ac_cv_prog_CC"; then
if test -z "$ac_cv_prog_CC"; then
  ac_ct_CC=$CC
  ac_ct_CC=$CC
  # Extract the first word of "cc", so it can be a program name with args.
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
set dummy cc; ac_word=$2
echo "$as_me:1552: checking for $ac_word" >&5
echo "$as_me:1551: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
Line 1562... Line 1561...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="cc"
ac_cv_prog_ac_ct_CC="cc"
echo "$as_me:1567: found $ac_dir/$ac_word" >&5
echo "$as_me:1566: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
if test -n "$ac_ct_CC"; then
  echo "$as_me:1575: result: $ac_ct_CC" >&5
  echo "$as_me:1574: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
echo "${ECHO_T}$ac_ct_CC" >&6
else
else
  echo "$as_me:1578: result: no" >&5
  echo "$as_me:1577: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  CC=$ac_ct_CC
  CC=$ac_ct_CC
else
else
Line 1586... Line 1585...
 
 
fi
fi
if test -z "$CC"; then
if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
set dummy cc; ac_word=$2
echo "$as_me:1591: checking for $ac_word" >&5
echo "$as_me:1590: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
if test "${ac_cv_prog_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
Line 1606... Line 1605...
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  ac_prog_rejected=yes
  ac_prog_rejected=yes
  continue
  continue
fi
fi
ac_cv_prog_CC="cc"
ac_cv_prog_CC="cc"
echo "$as_me:1611: found $ac_dir/$ac_word" >&5
echo "$as_me:1610: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
if test $ac_prog_rejected = yes; then
if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  # We found a bogon in the path, so make sure we never use it.
Line 1628... Line 1627...
fi
fi
fi
fi
fi
fi
CC=$ac_cv_prog_CC
CC=$ac_cv_prog_CC
if test -n "$CC"; then
if test -n "$CC"; then
  echo "$as_me:1633: result: $CC" >&5
  echo "$as_me:1632: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
echo "${ECHO_T}$CC" >&6
else
else
  echo "$as_me:1636: result: no" >&5
  echo "$as_me:1635: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
fi
fi
if test -z "$CC"; then
if test -z "$CC"; then
  if test -n "$ac_tool_prefix"; then
  if test -n "$ac_tool_prefix"; then
  for ac_prog in cl
  for ac_prog in cl
  do
  do
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
echo "$as_me:1647: checking for $ac_word" >&5
echo "$as_me:1646: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_CC+set}" = set; then
if test "${ac_cv_prog_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
Line 1657... Line 1656...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
echo "$as_me:1662: found $ac_dir/$ac_word" >&5
echo "$as_me:1661: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
CC=$ac_cv_prog_CC
CC=$ac_cv_prog_CC
if test -n "$CC"; then
if test -n "$CC"; then
  echo "$as_me:1670: result: $CC" >&5
  echo "$as_me:1669: result: $CC" >&5
echo "${ECHO_T}$CC" >&6
echo "${ECHO_T}$CC" >&6
else
else
  echo "$as_me:1673: result: no" >&5
  echo "$as_me:1672: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
    test -n "$CC" && break
    test -n "$CC" && break
  done
  done
Line 1681... Line 1680...
  ac_ct_CC=$CC
  ac_ct_CC=$CC
  for ac_prog in cl
  for ac_prog in cl
do
do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
echo "$as_me:1686: checking for $ac_word" >&5
echo "$as_me:1685: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
Line 1696... Line 1695...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_CC="$ac_prog"
ac_cv_prog_ac_ct_CC="$ac_prog"
echo "$as_me:1701: found $ac_dir/$ac_word" >&5
echo "$as_me:1700: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
if test -n "$ac_ct_CC"; then
  echo "$as_me:1709: result: $ac_ct_CC" >&5
  echo "$as_me:1708: result: $ac_ct_CC" >&5
echo "${ECHO_T}$ac_ct_CC" >&6
echo "${ECHO_T}$ac_ct_CC" >&6
else
else
  echo "$as_me:1712: result: no" >&5
  echo "$as_me:1711: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  test -n "$ac_ct_CC" && break
  test -n "$ac_ct_CC" && break
done
done
Line 1719... Line 1718...
  CC=$ac_ct_CC
  CC=$ac_ct_CC
fi
fi
 
 
fi
fi
 
 
test -z "$CC" && { { echo "$as_me:1724: error: no acceptable cc found in \$PATH" >&5
test -z "$CC" && { { echo "$as_me:1723: error: no acceptable cc found in \$PATH" >&5
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
 
 
# Provide some information about the compiler.
# Provide some information about the compiler.
echo "$as_me:1729:" \
echo "$as_me:1728:" \
     "checking for C compiler version" >&5
     "checking for C compiler version" >&5
ac_compiler=`set X $ac_compile; echo $2`
ac_compiler=`set X $ac_compile; echo $2`
{ (eval echo "$as_me:1732: \"$ac_compiler --version &5\"") >&5
{ (eval echo "$as_me:1731: \"$ac_compiler --version &5\"") >&5
  (eval $ac_compiler --version &5) 2>&5
  (eval $ac_compiler --version &5) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1735: \$? = $ac_status" >&5
  echo "$as_me:1734: \$? = $ac_status" >&5
  (exit $ac_status); }
  (exit $ac_status); }
{ (eval echo "$as_me:1737: \"$ac_compiler -v &5\"") >&5
{ (eval echo "$as_me:1736: \"$ac_compiler -v &5\"") >&5
  (eval $ac_compiler -v &5) 2>&5
  (eval $ac_compiler -v &5) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1740: \$? = $ac_status" >&5
  echo "$as_me:1739: \$? = $ac_status" >&5
  (exit $ac_status); }
  (exit $ac_status); }
{ (eval echo "$as_me:1742: \"$ac_compiler -V &5\"") >&5
{ (eval echo "$as_me:1741: \"$ac_compiler -V &5\"") >&5
  (eval $ac_compiler -V &5) 2>&5
  (eval $ac_compiler -V &5) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1745: \$? = $ac_status" >&5
  echo "$as_me:1744: \$? = $ac_status" >&5
  (exit $ac_status); }
  (exit $ac_status); }
 
 
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 1749 "configure"
#line 1748 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
int
int
main ()
main ()
{
{
Line 1760... Line 1759...
ac_clean_files_save=$ac_clean_files
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.exe"
ac_clean_files="$ac_clean_files a.out a.exe"
# Try to create an executable without -o first, disregard a.out.
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
# of exeext.
echo "$as_me:1765: checking for C compiler default output" >&5
echo "$as_me:1764: checking for C compiler default output" >&5
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
if { (eval echo "$as_me:1768: \"$ac_link_default\"") >&5
if { (eval echo "$as_me:1767: \"$ac_link_default\"") >&5
  (eval $ac_link_default) 2>&5
  (eval $ac_link_default) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1771: \$? = $ac_status" >&5
  echo "$as_me:1770: \$? = $ac_status" >&5
  (exit $ac_status); }; then
  (exit $ac_status); }; then
  # Find the output, starting from the most likely.  This scheme is
  # Find the output, starting from the most likely.  This scheme is
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
# not robust to junk in `.', hence go to wildcards (a.*) only as a last
# resort.
# resort.
for ac_file in `ls a.exe conftest.exe 2>/dev/null;
for ac_file in `ls a.exe conftest.exe 2>/dev/null;
Line 1789... Line 1788...
  esac
  esac
done
done
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
{ { echo "$as_me:1794: error: C compiler cannot create executables" >&5
{ { echo "$as_me:1793: error: C compiler cannot create executables" >&5
echo "$as_me: error: C compiler cannot create executables" >&2;}
echo "$as_me: error: C compiler cannot create executables" >&2;}
   { (exit 77); exit 77; }; }
   { (exit 77); exit 77; }; }
fi
fi
 
 
ac_exeext=$ac_cv_exeext
ac_exeext=$ac_cv_exeext
echo "$as_me:1800: result: $ac_file" >&5
echo "$as_me:1799: result: $ac_file" >&5
echo "${ECHO_T}$ac_file" >&6
echo "${ECHO_T}$ac_file" >&6
 
 
# Check the compiler produces executables we can run.  If not, either
# Check the compiler produces executables we can run.  If not, either
# the compiler is broken, or we cross compile.
# the compiler is broken, or we cross compile.
echo "$as_me:1805: checking whether the C compiler works" >&5
echo "$as_me:1804: checking whether the C compiler works" >&5
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
# If not cross compiling, check that we can run a simple program.
# If not cross compiling, check that we can run a simple program.
if test "$cross_compiling" != yes; then
if test "$cross_compiling" != yes; then
  if { ac_try='./$ac_file'
  if { ac_try='./$ac_file'
  { (eval echo "$as_me:1811: \"$ac_try\"") >&5
  { (eval echo "$as_me:1810: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1814: \$? = $ac_status" >&5
  echo "$as_me:1813: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
    cross_compiling=no
    cross_compiling=no
  else
  else
    if test "$cross_compiling" = maybe; then
    if test "$cross_compiling" = maybe; then
        cross_compiling=yes
        cross_compiling=yes
    else
    else
        { { echo "$as_me:1821: error: cannot run C compiled programs.
        { { echo "$as_me:1820: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&5
If you meant to cross compile, use \`--host'." >&5
echo "$as_me: error: cannot run C compiled programs.
echo "$as_me: error: cannot run C compiled programs.
If you meant to cross compile, use \`--host'." >&2;}
If you meant to cross compile, use \`--host'." >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
    fi
    fi
  fi
  fi
fi
fi
echo "$as_me:1829: result: yes" >&5
echo "$as_me:1828: result: yes" >&5
echo "${ECHO_T}yes" >&6
echo "${ECHO_T}yes" >&6
 
 
rm -f a.out a.exe conftest$ac_cv_exeext
rm -f a.out a.exe conftest$ac_cv_exeext
ac_clean_files=$ac_clean_files_save
ac_clean_files=$ac_clean_files_save
# Check the compiler produces executables we can run.  If not, either
# Check the compiler produces executables we can run.  If not, either
# the compiler is broken, or we cross compile.
# the compiler is broken, or we cross compile.
echo "$as_me:1836: checking whether we are cross compiling" >&5
echo "$as_me:1835: checking whether we are cross compiling" >&5
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
echo "$as_me:1838: result: $cross_compiling" >&5
echo "$as_me:1837: result: $cross_compiling" >&5
echo "${ECHO_T}$cross_compiling" >&6
echo "${ECHO_T}$cross_compiling" >&6
 
 
echo "$as_me:1841: checking for executable suffix" >&5
echo "$as_me:1840: checking for executable suffix" >&5
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
if { (eval echo "$as_me:1843: \"$ac_link\"") >&5
if { (eval echo "$as_me:1842: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1846: \$? = $ac_status" >&5
  echo "$as_me:1845: \$? = $ac_status" >&5
  (exit $ac_status); }; then
  (exit $ac_status); }; then
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
  # If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
# `rm'.
Line 1857... Line 1856...
          break;;
          break;;
    * ) break;;
    * ) break;;
  esac
  esac
done
done
else
else
  { { echo "$as_me:1862: error: cannot compute EXEEXT: cannot compile and link" >&5
  { { echo "$as_me:1861: error: cannot compute EXEEXT: cannot compile and link" >&5
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
rm -f conftest$ac_cv_exeext
rm -f conftest$ac_cv_exeext
echo "$as_me:1868: result: $ac_cv_exeext" >&5
echo "$as_me:1867: result: $ac_cv_exeext" >&5
echo "${ECHO_T}$ac_cv_exeext" >&6
echo "${ECHO_T}$ac_cv_exeext" >&6
 
 
rm -f conftest.$ac_ext
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
ac_exeext=$EXEEXT
echo "$as_me:1874: checking for object suffix" >&5
echo "$as_me:1873: checking for object suffix" >&5
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
if test "${ac_cv_objext+set}" = set; then
if test "${ac_cv_objext+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 1880 "configure"
#line 1879 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
int
int
main ()
main ()
{
{
Line 1887... Line 1886...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.o conftest.obj
rm -f conftest.o conftest.obj
if { (eval echo "$as_me:1892: \"$ac_compile\"") >&5
if { (eval echo "$as_me:1891: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1895: \$? = $ac_status" >&5
  echo "$as_me:1894: \$? = $ac_status" >&5
  (exit $ac_status); }; then
  (exit $ac_status); }; then
  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  case $ac_file in
  case $ac_file in
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
Line 1902... Line 1901...
  esac
  esac
done
done
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
{ { echo "$as_me:1907: error: cannot compute OBJEXT: cannot compile" >&5
{ { echo "$as_me:1906: error: cannot compute OBJEXT: cannot compile" >&5
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
rm -f conftest.$ac_cv_objext conftest.$ac_ext
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
fi
echo "$as_me:1914: result: $ac_cv_objext" >&5
echo "$as_me:1913: result: $ac_cv_objext" >&5
echo "${ECHO_T}$ac_cv_objext" >&6
echo "${ECHO_T}$ac_cv_objext" >&6
OBJEXT=$ac_cv_objext
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
ac_objext=$OBJEXT
echo "$as_me:1918: checking whether we are using the GNU C compiler" >&5
echo "$as_me:1917: checking whether we are using the GNU C compiler" >&5
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
if test "${ac_cv_c_compiler_gnu+set}" = set; then
if test "${ac_cv_c_compiler_gnu+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 1924 "configure"
#line 1923 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
int
int
main ()
main ()
{
{
Line 1934... Line 1933...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1939: \"$ac_compile\"") >&5
if { (eval echo "$as_me:1938: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1942: \$? = $ac_status" >&5
  echo "$as_me:1941: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:1945: \"$ac_try\"") >&5
  { (eval echo "$as_me:1944: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1948: \$? = $ac_status" >&5
  echo "$as_me:1947: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_compiler_gnu=yes
  ac_compiler_gnu=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
Line 1955... Line 1954...
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
 
fi
fi
echo "$as_me:1960: result: $ac_cv_c_compiler_gnu" >&5
echo "$as_me:1959: result: $ac_cv_c_compiler_gnu" >&5
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
GCC=`test $ac_compiler_gnu = yes && echo yes`
GCC=`test $ac_compiler_gnu = yes && echo yes`
ac_test_CFLAGS=${CFLAGS+set}
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
ac_save_CFLAGS=$CFLAGS
CFLAGS="-g"
CFLAGS="-g"
echo "$as_me:1966: checking whether $CC accepts -g" >&5
echo "$as_me:1965: checking whether $CC accepts -g" >&5
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
if test "${ac_cv_prog_cc_g+set}" = set; then
if test "${ac_cv_prog_cc_g+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 1972 "configure"
#line 1971 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
int
int
main ()
main ()
{
{
Line 1979... Line 1978...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:1984: \"$ac_compile\"") >&5
if { (eval echo "$as_me:1983: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1987: \$? = $ac_status" >&5
  echo "$as_me:1986: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:1990: \"$ac_try\"") >&5
  { (eval echo "$as_me:1989: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:1993: \$? = $ac_status" >&5
  echo "$as_me:1992: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_prog_cc_g=yes
  ac_cv_prog_cc_g=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_prog_cc_g=no
ac_cv_prog_cc_g=no
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
fi
fi
echo "$as_me:2003: result: $ac_cv_prog_cc_g" >&5
echo "$as_me:2002: result: $ac_cv_prog_cc_g" >&5
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
if test "$ac_test_CFLAGS" = set; then
if test "$ac_test_CFLAGS" = set; then
  CFLAGS=$ac_save_CFLAGS
  CFLAGS=$ac_save_CFLAGS
elif test $ac_cv_prog_cc_g = yes; then
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
  if test "$GCC" = yes; then
Line 2025... Line 2024...
#ifndef __cplusplus
#ifndef __cplusplus
  choke me
  choke me
#endif
#endif
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2030: \"$ac_compile\"") >&5
if { (eval echo "$as_me:2029: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2033: \$? = $ac_status" >&5
  echo "$as_me:2032: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:2036: \"$ac_try\"") >&5
  { (eval echo "$as_me:2035: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2039: \$? = $ac_status" >&5
  echo "$as_me:2038: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  for ac_declaration in \
  for ac_declaration in \
   ''\
   ''\
   '#include ' \
   '#include ' \
   'extern "C" void std::exit (int) throw (); using std::exit;' \
   'extern "C" void std::exit (int) throw (); using std::exit;' \
Line 2046... Line 2045...
   'extern "C" void exit (int) throw ();' \
   'extern "C" void exit (int) throw ();' \
   'extern "C" void exit (int);' \
   'extern "C" void exit (int);' \
   'void exit (int);'
   'void exit (int);'
do
do
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2051 "configure"
#line 2050 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
$ac_declaration
$ac_declaration
int
int
main ()
main ()
Line 2059... Line 2058...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2064: \"$ac_compile\"") >&5
if { (eval echo "$as_me:2063: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2067: \$? = $ac_status" >&5
  echo "$as_me:2066: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:2070: \"$ac_try\"") >&5
  { (eval echo "$as_me:2069: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2073: \$? = $ac_status" >&5
  echo "$as_me:2072: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  :
  :
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
continue
continue
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2083 "configure"
#line 2082 "configure"
#include "confdefs.h"
#include "confdefs.h"
$ac_declaration
$ac_declaration
int
int
main ()
main ()
{
{
Line 2090... Line 2089...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2095: \"$ac_compile\"") >&5
if { (eval echo "$as_me:2094: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2098: \$? = $ac_status" >&5
  echo "$as_me:2097: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:2101: \"$ac_try\"") >&5
  { (eval echo "$as_me:2100: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2104: \$? = $ac_status" >&5
  echo "$as_me:2103: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  break
  break
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
Line 2143... Line 2142...
cat > confinc << 'END'
cat > confinc << 'END'
doit:
doit:
        @echo done
        @echo done
END
END
# If we don't find an include directive, just comment out the code.
# If we don't find an include directive, just comment out the code.
echo "$as_me:2148: checking for style of include used by $am_make" >&5
echo "$as_me:2147: checking for style of include used by $am_make" >&5
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
am__include="#"
am__include="#"
am__quote=
am__quote=
_am_result=none
_am_result=none
# First try GNU make style include.
# First try GNU make style include.
Line 2170... Line 2169...
      am__quote="\""
      am__quote="\""
      _am_result=BSD
      _am_result=BSD
   fi
   fi
fi
fi
 
 
echo "$as_me:2175: result: $_am_result" >&5
echo "$as_me:2174: result: $_am_result" >&5
echo "${ECHO_T}$_am_result" >&6
echo "${ECHO_T}$_am_result" >&6
rm -f confinc confmf
rm -f confinc confmf
 
 
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
if test "${enable_dependency_tracking+set}" = set; then
if test "${enable_dependency_tracking+set}" = set; then
Line 2194... Line 2193...
  AMDEP_FALSE=
  AMDEP_FALSE=
fi
fi
 
 
depcc="$CC"   am_compiler_list=
depcc="$CC"   am_compiler_list=
 
 
echo "$as_me:2199: checking dependency style of $depcc" >&5
echo "$as_me:2198: checking dependency style of $depcc" >&5
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Line 2256... Line 2255...
else
else
  am_cv_CC_dependencies_compiler_type=none
  am_cv_CC_dependencies_compiler_type=none
fi
fi
 
 
fi
fi
echo "$as_me:2261: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "$as_me:2260: result: $am_cv_CC_dependencies_compiler_type" >&5
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
 
ac_ext=c
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "$as_me:2270: checking how to run the C preprocessor" >&5
echo "$as_me:2269: checking how to run the C preprocessor" >&5
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
# On Suns, sometimes $CPP names a directory.
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
  CPP=
fi
fi
Line 2286... Line 2285...
  # Use a header file that comes with gcc, so configuring glibc
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # with a fresh cross-compiler works.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  # not just through cpp. "Syntax error" is here to catch this case.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2291 "configure"
#line 2290 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
                     Syntax error
                     Syntax error
_ACEOF
_ACEOF
if { (eval echo "$as_me:2296: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:2295: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:2302: \$? = $ac_status" >&5
  echo "$as_me:2301: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 2320... Line 2319...
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
 
 
  # OK, works on sane cases.  Now check whether non-existent headers
  # OK, works on sane cases.  Now check whether non-existent headers
  # can be detected and how.
  # can be detected and how.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2325 "configure"
#line 2324 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
_ACEOF
_ACEOF
if { (eval echo "$as_me:2329: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:2328: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:2335: \$? = $ac_status" >&5
  echo "$as_me:2334: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 2367... Line 2366...
fi
fi
  CPP=$ac_cv_prog_CPP
  CPP=$ac_cv_prog_CPP
else
else
  ac_cv_prog_CPP=$CPP
  ac_cv_prog_CPP=$CPP
fi
fi
echo "$as_me:2372: result: $CPP" >&5
echo "$as_me:2371: result: $CPP" >&5
echo "${ECHO_T}$CPP" >&6
echo "${ECHO_T}$CPP" >&6
ac_preproc_ok=false
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
for ac_c_preproc_warn_flag in '' yes
do
do
  # Use a header file that comes with gcc, so configuring glibc
  # Use a header file that comes with gcc, so configuring glibc
  # with a fresh cross-compiler works.
  # with a fresh cross-compiler works.
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp. "Syntax error" is here to catch this case.
  # not just through cpp. "Syntax error" is here to catch this case.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2382 "configure"
#line 2381 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
                     Syntax error
                     Syntax error
_ACEOF
_ACEOF
if { (eval echo "$as_me:2387: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:2386: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:2393: \$? = $ac_status" >&5
  echo "$as_me:2392: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 2411... Line 2410...
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
 
 
  # OK, works on sane cases.  Now check whether non-existent headers
  # OK, works on sane cases.  Now check whether non-existent headers
  # can be detected and how.
  # can be detected and how.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2416 "configure"
#line 2415 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
_ACEOF
_ACEOF
if { (eval echo "$as_me:2420: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:2419: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:2426: \$? = $ac_status" >&5
  echo "$as_me:2425: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 2449... Line 2448...
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
if $ac_preproc_ok; then
if $ac_preproc_ok; then
  :
  :
else
else
  { { echo "$as_me:2454: error: C preprocessor \"$CPP\" fails sanity check" >&5
  { { echo "$as_me:2453: error: C preprocessor \"$CPP\" fails sanity check" >&5
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
ac_ext=c
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
echo "$as_me:2465: checking for minix/config.h" >&5
echo "$as_me:2464: checking for minix/config.h" >&5
echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6
if test "${ac_cv_header_minix_config_h+set}" = set; then
if test "${ac_cv_header_minix_config_h+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2471 "configure"
#line 2470 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
_ACEOF
_ACEOF
if { (eval echo "$as_me:2475: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:2474: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:2481: \$? = $ac_status" >&5
  echo "$as_me:2480: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 2495... Line 2494...
  cat conftest.$ac_ext >&5
  cat conftest.$ac_ext >&5
  ac_cv_header_minix_config_h=no
  ac_cv_header_minix_config_h=no
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
fi
fi
echo "$as_me:2500: result: $ac_cv_header_minix_config_h" >&5
echo "$as_me:2499: result: $ac_cv_header_minix_config_h" >&5
echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6
if test $ac_cv_header_minix_config_h = yes; then
if test $ac_cv_header_minix_config_h = yes; then
  MINIX=yes
  MINIX=yes
else
else
  MINIX=
  MINIX=
Line 2519... Line 2518...
#define _MINIX 1
#define _MINIX 1
EOF
EOF
 
 
fi
fi
 
 
echo "$as_me:2524: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo "$as_me:2523: checking whether ${MAKE-make} sets \${MAKE}" >&5
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
Line 2539... Line 2538...
  eval ac_cv_prog_make_${ac_make}_set=no
  eval ac_cv_prog_make_${ac_make}_set=no
fi
fi
rm -f conftest.make
rm -f conftest.make
fi
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  echo "$as_me:2544: result: yes" >&5
  echo "$as_me:2543: result: yes" >&5
echo "${ECHO_T}yes" >&6
echo "${ECHO_T}yes" >&6
  SET_MAKE=
  SET_MAKE=
else
else
  echo "$as_me:2548: result: no" >&5
  echo "$as_me:2547: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
  SET_MAKE="MAKE=${MAKE-make}"
  SET_MAKE="MAKE=${MAKE-make}"
fi
fi
 
 
# If we're using gcc and the user hasn't specified CFLAGS, add -O2 to CFLAGS.
# If we're using gcc and the user hasn't specified CFLAGS, add -O2 to CFLAGS.
test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O2 -D$ARCH_ISA"
test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O2 -D$ARCH_ISA"
 
 
if test $ac_cv_c_compiler_gnu = yes; then
if test $ac_cv_c_compiler_gnu = yes; then
    echo "$as_me:2557: checking whether $CC needs -traditional" >&5
    echo "$as_me:2556: checking whether $CC needs -traditional" >&5
echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
    ac_pattern="Autoconf.*'x'"
    ac_pattern="Autoconf.*'x'"
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2564 "configure"
#line 2563 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
Autoconf TIOCGETP
Autoconf TIOCGETP
_ACEOF
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Line 2574... Line 2573...
fi
fi
rm -f conftest*
rm -f conftest*
 
 
  if test $ac_cv_prog_gcc_traditional = no; then
  if test $ac_cv_prog_gcc_traditional = no; then
    cat >conftest.$ac_ext <<_ACEOF
    cat >conftest.$ac_ext <<_ACEOF
#line 2579 "configure"
#line 2578 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
Autoconf TCGETA
Autoconf TCGETA
_ACEOF
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Line 2587... Line 2586...
fi
fi
rm -f conftest*
rm -f conftest*
 
 
  fi
  fi
fi
fi
echo "$as_me:2592: result: $ac_cv_prog_gcc_traditional" >&5
echo "$as_me:2591: result: $ac_cv_prog_gcc_traditional" >&5
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
  if test $ac_cv_prog_gcc_traditional = yes; then
  if test $ac_cv_prog_gcc_traditional = yes; then
    CC="$CC -traditional"
    CC="$CC -traditional"
  fi
  fi
fi
fi
Line 2606... Line 2605...
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo "$as_me:2611: checking for a BSD compatible install" >&5
echo "$as_me:2610: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
if test "${ac_cv_path_install+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
Line 2655... Line 2654...
    # break other packages using the cache if that directory is
    # break other packages using the cache if that directory is
    # removed, or if the path is relative.
    # removed, or if the path is relative.
    INSTALL=$ac_install_sh
    INSTALL=$ac_install_sh
  fi
  fi
fi
fi
echo "$as_me:2660: result: $INSTALL" >&5
echo "$as_me:2659: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
echo "${ECHO_T}$INSTALL" >&6
 
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
Line 2668... Line 2667...
 
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
# Extract the first word of "ar", so it can be a program name with args.
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
set dummy ar; ac_word=$2
echo "$as_me:2673: checking for $ac_word" >&5
echo "$as_me:2672: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_AR+set}" = set; then
if test "${ac_cv_prog_AR+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$AR"; then
  if test -n "$AR"; then
Line 2683... Line 2682...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_AR="ar"
ac_cv_prog_AR="ar"
echo "$as_me:2688: found $ac_dir/$ac_word" >&5
echo "$as_me:2687: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
AR=$ac_cv_prog_AR
AR=$ac_cv_prog_AR
if test -n "$AR"; then
if test -n "$AR"; then
  echo "$as_me:2696: result: $AR" >&5
  echo "$as_me:2695: result: $AR" >&5
echo "${ECHO_T}$AR" >&6
echo "${ECHO_T}$AR" >&6
else
else
  echo "$as_me:2699: result: no" >&5
  echo "$as_me:2698: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
test -n "$ARFLAGS" || ARFLAGS="cr"
test -n "$ARFLAGS" || ARFLAGS="cr"
if test -n "$ac_tool_prefix"; then
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
echo "$as_me:2707: checking for $ac_word" >&5
echo "$as_me:2706: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_RANLIB+set}" = set; then
if test "${ac_cv_prog_RANLIB+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$RANLIB"; then
  if test -n "$RANLIB"; then
Line 2717... Line 2716...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
echo "$as_me:2722: found $ac_dir/$ac_word" >&5
echo "$as_me:2721: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
fi
fi
fi
fi
RANLIB=$ac_cv_prog_RANLIB
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
if test -n "$RANLIB"; then
  echo "$as_me:2730: result: $RANLIB" >&5
  echo "$as_me:2729: result: $RANLIB" >&5
echo "${ECHO_T}$RANLIB" >&6
echo "${ECHO_T}$RANLIB" >&6
else
else
  echo "$as_me:2733: result: no" >&5
  echo "$as_me:2732: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
fi
fi
if test -z "$ac_cv_prog_RANLIB"; then
if test -z "$ac_cv_prog_RANLIB"; then
  ac_ct_RANLIB=$RANLIB
  ac_ct_RANLIB=$RANLIB
  # Extract the first word of "ranlib", so it can be a program name with args.
  # Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
set dummy ranlib; ac_word=$2
echo "$as_me:2742: checking for $ac_word" >&5
echo "$as_me:2741: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test -n "$ac_ct_RANLIB"; then
  if test -n "$ac_ct_RANLIB"; then
Line 2752... Line 2751...
for ac_dir in $ac_dummy; do
for ac_dir in $ac_dummy; do
  IFS=$ac_save_IFS
  IFS=$ac_save_IFS
  test -z "$ac_dir" && ac_dir=.
  test -z "$ac_dir" && ac_dir=.
  $as_executable_p "$ac_dir/$ac_word" || continue
  $as_executable_p "$ac_dir/$ac_word" || continue
ac_cv_prog_ac_ct_RANLIB="ranlib"
ac_cv_prog_ac_ct_RANLIB="ranlib"
echo "$as_me:2757: found $ac_dir/$ac_word" >&5
echo "$as_me:2756: found $ac_dir/$ac_word" >&5
break
break
done
done
 
 
  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
fi
fi
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
if test -n "$ac_ct_RANLIB"; then
  echo "$as_me:2766: result: $ac_ct_RANLIB" >&5
  echo "$as_me:2765: result: $ac_ct_RANLIB" >&5
echo "${ECHO_T}$ac_ct_RANLIB" >&6
echo "${ECHO_T}$ac_ct_RANLIB" >&6
else
else
  echo "$as_me:2769: result: no" >&5
  echo "$as_me:2768: result: no" >&5
echo "${ECHO_T}no" >&6
echo "${ECHO_T}no" >&6
fi
fi
 
 
  RANLIB=$ac_ct_RANLIB
  RANLIB=$ac_ct_RANLIB
else
else
  RANLIB="$ac_cv_prog_RANLIB"
  RANLIB="$ac_cv_prog_RANLIB"
fi
fi
 
 
MAKE_SHELL=/bin/sh
MAKE_SHELL=/bin/sh
 
 
echo "$as_me:2780: checking return type of signal handlers" >&5
echo "$as_me:2779: checking return type of signal handlers" >&5
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
if test "${ac_cv_type_signal+set}" = set; then
if test "${ac_cv_type_signal+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2786 "configure"
#line 2785 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include 
#include 
#ifdef signal
#ifdef signal
# undef signal
# undef signal
Line 2803... Line 2802...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2808: \"$ac_compile\"") >&5
if { (eval echo "$as_me:2807: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2811: \$? = $ac_status" >&5
  echo "$as_me:2810: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:2814: \"$ac_try\"") >&5
  { (eval echo "$as_me:2813: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2817: \$? = $ac_status" >&5
  echo "$as_me:2816: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_type_signal=void
  ac_cv_type_signal=void
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_type_signal=int
ac_cv_type_signal=int
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
fi
fi
echo "$as_me:2827: result: $ac_cv_type_signal" >&5
echo "$as_me:2826: result: $ac_cv_type_signal" >&5
echo "${ECHO_T}$ac_cv_type_signal" >&6
echo "${ECHO_T}$ac_cv_type_signal" >&6
 
 
cat >>confdefs.h <
cat >>confdefs.h <
#define RETSIGTYPE $ac_cv_type_signal
#define RETSIGTYPE $ac_cv_type_signal
EOF
EOF
 
 
echo "$as_me:2834: checking whether stat file-mode macros are broken" >&5
echo "$as_me:2833: checking whether stat file-mode macros are broken" >&5
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6
if test "${ac_cv_header_stat_broken+set}" = set; then
if test "${ac_cv_header_stat_broken+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2840 "configure"
#line 2839 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include 
#include 
 
 
#if defined(S_ISBLK) && defined(S_IFDIR)
#if defined(S_ISBLK) && defined(S_IFDIR)
Line 2874... Line 2873...
  ac_cv_header_stat_broken=no
  ac_cv_header_stat_broken=no
fi
fi
rm -f conftest*
rm -f conftest*
 
 
fi
fi
echo "$as_me:2879: result: $ac_cv_header_stat_broken" >&5
echo "$as_me:2878: result: $ac_cv_header_stat_broken" >&5
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
echo "${ECHO_T}$ac_cv_header_stat_broken" >&6
if test $ac_cv_header_stat_broken = yes; then
if test $ac_cv_header_stat_broken = yes; then
 
 
cat >>confdefs.h <<\EOF
cat >>confdefs.h <<\EOF
#define STAT_MACROS_BROKEN 1
#define STAT_MACROS_BROKEN 1
Line 2887... Line 2886...
fi
fi
 
 
ac_header_dirent=no
ac_header_dirent=no
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
echo "$as_me:2892: checking for $ac_hdr that defines DIR" >&5
echo "$as_me:2891: checking for $ac_hdr that defines DIR" >&5
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
if eval "test \"\${$as_ac_Header+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 2898 "configure"
#line 2897 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include <$ac_hdr>
#include <$ac_hdr>
 
 
int
int
Line 2908... Line 2907...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:2913: \"$ac_compile\"") >&5
if { (eval echo "$as_me:2912: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2916: \$? = $ac_status" >&5
  echo "$as_me:2915: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:2919: \"$ac_try\"") >&5
  { (eval echo "$as_me:2918: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2922: \$? = $ac_status" >&5
  echo "$as_me:2921: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  eval "$as_ac_Header=yes"
  eval "$as_ac_Header=yes"
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
eval "$as_ac_Header=no"
eval "$as_ac_Header=no"
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
fi
fi
echo "$as_me:2932: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "$as_me:2931: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
if test `eval echo '${'$as_ac_Header'}'` = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
EOF
EOF
Line 2940... Line 2939...
fi
fi
 
 
done
done
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
if test $ac_header_dirent = dirent.h; then
  echo "$as_me:2945: checking for opendir in -ldir" >&5
  echo "$as_me:2944: checking for opendir in -ldir" >&5
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
if test "${ac_cv_lib_dir_opendir+set}" = set; then
if test "${ac_cv_lib_dir_opendir+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ldir  $LIBS"
LIBS="-ldir  $LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 2953 "configure"
#line 2952 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
/* Override any gcc2 internal prototype to avoid an error.  */
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
#ifdef __cplusplus
extern "C"
extern "C"
Line 2967... Line 2966...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:2972: \"$ac_link\"") >&5
if { (eval echo "$as_me:2971: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2975: \$? = $ac_status" >&5
  echo "$as_me:2974: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest$ac_exeext'
         { ac_try='test -s conftest$ac_exeext'
  { (eval echo "$as_me:2978: \"$ac_try\"") >&5
  { (eval echo "$as_me:2977: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:2981: \$? = $ac_status" >&5
  echo "$as_me:2980: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_lib_dir_opendir=yes
  ac_cv_lib_dir_opendir=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_dir_opendir=no
ac_cv_lib_dir_opendir=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:2992: result: $ac_cv_lib_dir_opendir" >&5
echo "$as_me:2991: result: $ac_cv_lib_dir_opendir" >&5
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
if test $ac_cv_lib_dir_opendir = yes; then
if test $ac_cv_lib_dir_opendir = yes; then
  LIBS="$LIBS -ldir"
  LIBS="$LIBS -ldir"
fi
fi
 
 
else
else
  echo "$as_me:2999: checking for opendir in -lx" >&5
  echo "$as_me:2998: checking for opendir in -lx" >&5
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
if test "${ac_cv_lib_x_opendir+set}" = set; then
if test "${ac_cv_lib_x_opendir+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lx  $LIBS"
LIBS="-lx  $LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 3007 "configure"
#line 3006 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
/* Override any gcc2 internal prototype to avoid an error.  */
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
#ifdef __cplusplus
extern "C"
extern "C"
Line 3021... Line 3020...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3026: \"$ac_link\"") >&5
if { (eval echo "$as_me:3025: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3029: \$? = $ac_status" >&5
  echo "$as_me:3028: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest$ac_exeext'
         { ac_try='test -s conftest$ac_exeext'
  { (eval echo "$as_me:3032: \"$ac_try\"") >&5
  { (eval echo "$as_me:3031: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3035: \$? = $ac_status" >&5
  echo "$as_me:3034: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_lib_x_opendir=yes
  ac_cv_lib_x_opendir=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_x_opendir=no
ac_cv_lib_x_opendir=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:3046: result: $ac_cv_lib_x_opendir" >&5
echo "$as_me:3045: result: $ac_cv_lib_x_opendir" >&5
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
if test $ac_cv_lib_x_opendir = yes; then
if test $ac_cv_lib_x_opendir = yes; then
  LIBS="$LIBS -lx"
  LIBS="$LIBS -lx"
fi
fi
 
 
fi
fi
 
 
for ac_func in strcasecmp select setenv putenv tcgetattr setlocale lstat
for ac_func in strcasecmp select setenv putenv tcgetattr setlocale lstat
do
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:3057: checking for $ac_func" >&5
echo "$as_me:3056: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
if eval "test \"\${$as_ac_var+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3063 "configure"
#line 3062 "configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func (); below.  */
    which can conflict with char $ac_func (); below.  */
#include 
#include 
/* Override any gcc2 internal prototype to avoid an error.  */
/* Override any gcc2 internal prototype to avoid an error.  */
Line 3089... Line 3088...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3094: \"$ac_link\"") >&5
if { (eval echo "$as_me:3093: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3097: \$? = $ac_status" >&5
  echo "$as_me:3096: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest$ac_exeext'
         { ac_try='test -s conftest$ac_exeext'
  { (eval echo "$as_me:3100: \"$ac_try\"") >&5
  { (eval echo "$as_me:3099: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3103: \$? = $ac_status" >&5
  echo "$as_me:3102: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  eval "$as_ac_var=yes"
  eval "$as_ac_var=yes"
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
eval "$as_ac_var=no"
eval "$as_ac_var=no"
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
fi
echo "$as_me:3113: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "$as_me:3112: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
if test `eval echo '${'$as_ac_var'}'` = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
EOF
EOF
 
 
fi
fi
done
done
 
 
for ac_func in strndup grantpt unlockpt ptsname on_exit
for ac_func in strndup grantpt unlockpt ptsname on_exit isblank
do
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:3126: checking for $ac_func" >&5
echo "$as_me:3125: checking for $ac_func" >&5
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
if eval "test \"\${$as_ac_var+set}\" = set"; then
if eval "test \"\${$as_ac_var+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3132 "configure"
#line 3131 "configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func (); below.  */
    which can conflict with char $ac_func (); below.  */
#include 
#include 
/* Override any gcc2 internal prototype to avoid an error.  */
/* Override any gcc2 internal prototype to avoid an error.  */
Line 3158... Line 3157...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3163: \"$ac_link\"") >&5
if { (eval echo "$as_me:3162: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3166: \$? = $ac_status" >&5
  echo "$as_me:3165: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest$ac_exeext'
         { ac_try='test -s conftest$ac_exeext'
  { (eval echo "$as_me:3169: \"$ac_try\"") >&5
  { (eval echo "$as_me:3168: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3172: \$? = $ac_status" >&5
  echo "$as_me:3171: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  eval "$as_ac_var=yes"
  eval "$as_ac_var=yes"
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
eval "$as_ac_var=no"
eval "$as_ac_var=no"
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
fi
echo "$as_me:3182: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "$as_me:3181: result: `eval echo '${'$as_ac_var'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
if test `eval echo '${'$as_ac_var'}'` = yes; then
if test `eval echo '${'$as_ac_var'}'` = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
EOF
EOF
 
 
fi
fi
done
done
 
 
echo "$as_me:3192: checking for ANSI C header files" >&5
echo "$as_me:3191: checking for ANSI C header files" >&5
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
if test "${ac_cv_header_stdc+set}" = set; then
if test "${ac_cv_header_stdc+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3198 "configure"
#line 3197 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
 
 
_ACEOF
_ACEOF
if { (eval echo "$as_me:3206: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:3205: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:3212: \$? = $ac_status" >&5
  echo "$as_me:3211: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 3229... Line 3228...
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
 
 
if test $ac_cv_header_stdc = yes; then
if test $ac_cv_header_stdc = yes; then
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3234 "configure"
#line 3233 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
 
 
_ACEOF
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Line 3247... Line 3246...
fi
fi
 
 
if test $ac_cv_header_stdc = yes; then
if test $ac_cv_header_stdc = yes; then
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3252 "configure"
#line 3251 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
 
 
_ACEOF
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Line 3268... Line 3267...
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  if test "$cross_compiling" = yes; then
  if test "$cross_compiling" = yes; then
  :
  :
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3273 "configure"
#line 3272 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#if ((' ' & 0x0FF) == 0x020)
#if ((' ' & 0x0FF) == 0x020)
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
Line 3294... Line 3293...
      exit(2);
      exit(2);
  exit (0);
  exit (0);
}
}
_ACEOF
_ACEOF
rm -f conftest$ac_exeext
rm -f conftest$ac_exeext
if { (eval echo "$as_me:3299: \"$ac_link\"") >&5
if { (eval echo "$as_me:3298: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3302: \$? = $ac_status" >&5
  echo "$as_me:3301: \$? = $ac_status" >&5
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  { (eval echo "$as_me:3304: \"$ac_try\"") >&5
  { (eval echo "$as_me:3303: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3307: \$? = $ac_status" >&5
  echo "$as_me:3306: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  :
  :
else
else
  echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
Line 3315... Line 3314...
fi
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
fi
fi
fi
echo "$as_me:3320: result: $ac_cv_header_stdc" >&5
echo "$as_me:3319: result: $ac_cv_header_stdc" >&5
echo "${ECHO_T}$ac_cv_header_stdc" >&6
echo "${ECHO_T}$ac_cv_header_stdc" >&6
if test $ac_cv_header_stdc = yes; then
if test $ac_cv_header_stdc = yes; then
 
 
cat >>confdefs.h <<\EOF
cat >>confdefs.h <<\EOF
#define STDC_HEADERS 1
#define STDC_HEADERS 1
Line 3331... Line 3330...
 
 
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
                  inttypes.h stdint.h unistd.h
                  inttypes.h stdint.h unistd.h
do
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:3336: checking for $ac_header" >&5
echo "$as_me:3335: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
if eval "test \"\${$as_ac_Header+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3342 "configure"
#line 3341 "configure"
#include "confdefs.h"
#include "confdefs.h"
$ac_includes_default
$ac_includes_default
#include <$ac_header>
#include <$ac_header>
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:3348: \"$ac_compile\"") >&5
if { (eval echo "$as_me:3347: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3351: \$? = $ac_status" >&5
  echo "$as_me:3350: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:3354: \"$ac_try\"") >&5
  { (eval echo "$as_me:3353: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3357: \$? = $ac_status" >&5
  echo "$as_me:3356: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  eval "$as_ac_Header=yes"
  eval "$as_ac_Header=yes"
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
eval "$as_ac_Header=no"
eval "$as_ac_Header=no"
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
fi
fi
echo "$as_me:3367: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "$as_me:3366: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
if test `eval echo '${'$as_ac_Header'}'` = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
EOF
EOF
 
 
fi
fi
done
done
 
 
echo "$as_me:3377: checking for working strcoll" >&5
echo "$as_me:3376: checking for working strcoll" >&5
echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6
echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6
if test "${ac_cv_func_strcoll_works+set}" = set; then
if test "${ac_cv_func_strcoll_works+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  if test "$cross_compiling" = yes; then
  if test "$cross_compiling" = yes; then
  ac_cv_func_strcoll_works=no
  ac_cv_func_strcoll_works=no
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3386 "configure"
#line 3385 "configure"
#include "confdefs.h"
#include "confdefs.h"
$ac_includes_default
$ac_includes_default
int
int
main ()
main ()
{
{
Line 3395... Line 3394...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest$ac_exeext
rm -f conftest$ac_exeext
if { (eval echo "$as_me:3400: \"$ac_link\"") >&5
if { (eval echo "$as_me:3399: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3403: \$? = $ac_status" >&5
  echo "$as_me:3402: \$? = $ac_status" >&5
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  { (eval echo "$as_me:3405: \"$ac_try\"") >&5
  { (eval echo "$as_me:3404: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3408: \$? = $ac_status" >&5
  echo "$as_me:3407: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_func_strcoll_works=yes
  ac_cv_func_strcoll_works=yes
else
else
  echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
Line 3415... Line 3414...
ac_cv_func_strcoll_works=no
ac_cv_func_strcoll_works=no
fi
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
fi
echo "$as_me:3420: result: $ac_cv_func_strcoll_works" >&5
echo "$as_me:3419: result: $ac_cv_func_strcoll_works" >&5
echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6
echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6
if test $ac_cv_func_strcoll_works = yes; then
if test $ac_cv_func_strcoll_works = yes; then
 
 
cat >>confdefs.h <<\EOF
cat >>confdefs.h <<\EOF
#define HAVE_STRCOLL 1
#define HAVE_STRCOLL 1
Line 3428... Line 3427...
fi
fi
 
 
for ac_header in unistd.h stdlib.h varargs.h stdarg.h string.h \
for ac_header in unistd.h stdlib.h varargs.h stdarg.h string.h \
                sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
                sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
                termcap.h termios.h termio.h sys/file.h locale.h\
                termcap.h termios.h termio.h sys/file.h locale.h\
                net/ethernet.h malloc.h
                net/ethernet.h sys/ethernet.h malloc.h inttypes.h
do
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:3436: checking for $ac_header" >&5
echo "$as_me:3435: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
if eval "test \"\${$as_ac_Header+set}\" = set"; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3442 "configure"
#line 3441 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <$ac_header>
#include <$ac_header>
_ACEOF
_ACEOF
if { (eval echo "$as_me:3446: \"$ac_cpp conftest.$ac_ext\"") >&5
if { (eval echo "$as_me:3445: \"$ac_cpp conftest.$ac_ext\"") >&5
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  ac_status=$?
  ac_status=$?
  egrep -v '^ *\+' conftest.er1 >conftest.err
  egrep -v '^ *\+' conftest.er1 >conftest.err
  rm -f conftest.er1
  rm -f conftest.er1
  cat conftest.err >&5
  cat conftest.err >&5
  echo "$as_me:3452: \$? = $ac_status" >&5
  echo "$as_me:3451: \$? = $ac_status" >&5
  (exit $ac_status); } >/dev/null; then
  (exit $ac_status); } >/dev/null; then
  if test -s conftest.err; then
  if test -s conftest.err; then
    ac_cpp_err=$ac_c_preproc_warn_flag
    ac_cpp_err=$ac_c_preproc_warn_flag
  else
  else
    ac_cpp_err=
    ac_cpp_err=
Line 3466... Line 3465...
  cat conftest.$ac_ext >&5
  cat conftest.$ac_ext >&5
  eval "$as_ac_Header=no"
  eval "$as_ac_Header=no"
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.$ac_ext
fi
fi
echo "$as_me:3471: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "$as_me:3470: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
if test `eval echo '${'$as_ac_Header'}'` = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
EOF
EOF
 
 
fi
fi
done
done
 
 
echo "$as_me:3481: checking whether byte ordering is bigendian" >&5
echo "$as_me:3480: checking whether byte ordering is bigendian" >&5
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
if test "${ac_cv_c_bigendian+set}" = set; then
if test "${ac_cv_c_bigendian+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_cv_c_bigendian=unknown
  ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 3489 "configure"
#line 3488 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include 
#include 
 
 
int
int
Line 3501... Line 3500...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:3506: \"$ac_compile\"") >&5
if { (eval echo "$as_me:3505: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3509: \$? = $ac_status" >&5
  echo "$as_me:3508: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:3512: \"$ac_try\"") >&5
  { (eval echo "$as_me:3511: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3515: \$? = $ac_status" >&5
  echo "$as_me:3514: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  # It does; now see whether it defined to BIG_ENDIAN or not.
  # It does; now see whether it defined to BIG_ENDIAN or not.
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 3519 "configure"
#line 3518 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include 
#include 
#include 
#include 
 
 
int
int
Line 3531... Line 3530...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:3536: \"$ac_compile\"") >&5
if { (eval echo "$as_me:3535: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3539: \$? = $ac_status" >&5
  echo "$as_me:3538: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:3542: \"$ac_try\"") >&5
  { (eval echo "$as_me:3541: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3545: \$? = $ac_status" >&5
  echo "$as_me:3544: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_c_bigendian=yes
  ac_cv_c_bigendian=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
Line 3556... Line 3555...
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_c_bigendian = unknown; then
if test $ac_cv_c_bigendian = unknown; then
if test "$cross_compiling" = yes; then
if test "$cross_compiling" = yes; then
  { { echo "$as_me:3561: error: cannot run test program while cross compiling" >&5
  { { echo "$as_me:3560: error: cannot run test program while cross compiling" >&5
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
else
else
  cat >conftest.$ac_ext <<_ACEOF
  cat >conftest.$ac_ext <<_ACEOF
#line 3566 "configure"
#line 3565 "configure"
#include "confdefs.h"
#include "confdefs.h"
int
int
main ()
main ()
{
{
  /* Are we little or big endian?  From Harbison&Steele.  */
  /* Are we little or big endian?  From Harbison&Steele.  */
Line 3577... Line 3576...
  u.l = 1;
  u.l = 1;
  exit (u.c[sizeof (long) - 1] == 1);
  exit (u.c[sizeof (long) - 1] == 1);
}
}
_ACEOF
_ACEOF
rm -f conftest$ac_exeext
rm -f conftest$ac_exeext
if { (eval echo "$as_me:3582: \"$ac_link\"") >&5
if { (eval echo "$as_me:3581: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3585: \$? = $ac_status" >&5
  echo "$as_me:3584: \$? = $ac_status" >&5
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  { (eval echo "$as_me:3587: \"$ac_try\"") >&5
  { (eval echo "$as_me:3586: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3590: \$? = $ac_status" >&5
  echo "$as_me:3589: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_c_bigendian=no
  ac_cv_c_bigendian=no
else
else
  echo "$as_me: program exited with status $ac_status" >&5
  echo "$as_me: program exited with status $ac_status" >&5
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
Line 3598... Line 3597...
fi
fi
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
fi
fi
fi
fi
echo "$as_me:3603: result: $ac_cv_c_bigendian" >&5
echo "$as_me:3602: result: $ac_cv_c_bigendian" >&5
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
if test $ac_cv_c_bigendian = yes; then
if test $ac_cv_c_bigendian = yes; then
 
 
cat >>confdefs.h <<\EOF
cat >>confdefs.h <<\EOF
#define WORDS_BIGENDIAN 1
#define WORDS_BIGENDIAN 1
EOF
EOF
 
 
fi
fi
 
 
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 3614 "configure"
#line 3613 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
int
int
main ()
main ()
{
{
Line 3621... Line 3620...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext
rm -f conftest.$ac_objext
if { (eval echo "$as_me:3626: \"$ac_compile\"") >&5
if { (eval echo "$as_me:3625: \"$ac_compile\"") >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3629: \$? = $ac_status" >&5
  echo "$as_me:3628: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest.$ac_objext'
         { ac_try='test -s conftest.$ac_objext'
  { (eval echo "$as_me:3632: \"$ac_try\"") >&5
  { (eval echo "$as_me:3631: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3635: \$? = $ac_status" >&5
  echo "$as_me:3634: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  cat >>confdefs.h <<\EOF
  cat >>confdefs.h <<\EOF
#define CC_HAS_LONG_LONG 1
#define CC_HAS_LONG_LONG 1
EOF
EOF
 
 
Line 3642... Line 3641...
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
fi
fi
rm -f conftest.$ac_objext conftest.$ac_ext
rm -f conftest.$ac_objext conftest.$ac_ext
 
 
 
echo "$as_me:3646: checking for uint8_t" >&5
 
echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6
 
if test "${ac_cv_type_uint8_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3652 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((uint8_t *) 0)
 
  return 0;
 
if (sizeof (uint8_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3668: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3671: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3674: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3677: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_uint8_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_uint8_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3687: result: $ac_cv_type_uint8_t" >&5
 
echo "${ECHO_T}$ac_cv_type_uint8_t" >&6
 
if test $ac_cv_type_uint8_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_UINT8_T 1
 
EOF
 
 
 
fi
 
echo "$as_me:3696: checking for uint16_t" >&5
 
echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
 
if test "${ac_cv_type_uint16_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3702 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((uint16_t *) 0)
 
  return 0;
 
if (sizeof (uint16_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3718: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3721: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3724: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3727: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_uint16_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_uint16_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3737: result: $ac_cv_type_uint16_t" >&5
 
echo "${ECHO_T}$ac_cv_type_uint16_t" >&6
 
if test $ac_cv_type_uint16_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_UINT16_T 1
 
EOF
 
 
 
fi
 
echo "$as_me:3746: checking for uint32_t" >&5
 
echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
 
if test "${ac_cv_type_uint32_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3752 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((uint32_t *) 0)
 
  return 0;
 
if (sizeof (uint32_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3768: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3771: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3774: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3777: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_uint32_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_uint32_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3787: result: $ac_cv_type_uint32_t" >&5
 
echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
 
if test $ac_cv_type_uint32_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_UINT32_T 1
 
EOF
 
 
 
fi
 
 
 
echo "$as_me:3797: checking for int8_t" >&5
 
echo $ECHO_N "checking for int8_t... $ECHO_C" >&6
 
if test "${ac_cv_type_int8_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3803 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((int8_t *) 0)
 
  return 0;
 
if (sizeof (int8_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3819: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3822: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3825: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3828: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_int8_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_int8_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3838: result: $ac_cv_type_int8_t" >&5
 
echo "${ECHO_T}$ac_cv_type_int8_t" >&6
 
if test $ac_cv_type_int8_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_INT8_T 1
 
EOF
 
 
 
fi
 
echo "$as_me:3847: checking for int16_t" >&5
 
echo $ECHO_N "checking for int16_t... $ECHO_C" >&6
 
if test "${ac_cv_type_int16_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3853 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((int16_t *) 0)
 
  return 0;
 
if (sizeof (int16_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3869: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3872: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3875: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3878: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_int16_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_int16_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3888: result: $ac_cv_type_int16_t" >&5
 
echo "${ECHO_T}$ac_cv_type_int16_t" >&6
 
if test $ac_cv_type_int16_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_INT16_T 1
 
EOF
 
 
 
fi
 
echo "$as_me:3897: checking for int32_t" >&5
 
echo $ECHO_N "checking for int32_t... $ECHO_C" >&6
 
if test "${ac_cv_type_int32_t+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3903 "configure"
 
#include "confdefs.h"
 
#include 
 
 
 
int
 
main ()
 
{
 
if ((int32_t *) 0)
 
  return 0;
 
if (sizeof (int32_t))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3919: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3922: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3925: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3928: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_int32_t=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_int32_t=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3938: result: $ac_cv_type_int32_t" >&5
 
echo "${ECHO_T}$ac_cv_type_int32_t" >&6
 
if test $ac_cv_type_int32_t = yes; then
 
 
 
cat >>confdefs.h <
 
#define HAVE_INT32_T 1
 
EOF
 
 
 
fi
 
 
 
echo "$as_me:3948: checking for char" >&5
 
echo $ECHO_N "checking for char... $ECHO_C" >&6
 
if test "${ac_cv_type_char+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 3954 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
if ((char *) 0)
 
  return 0;
 
if (sizeof (char))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:3969: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3972: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:3975: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:3978: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_char=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_char=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:3988: result: $ac_cv_type_char" >&5
 
echo "${ECHO_T}$ac_cv_type_char" >&6
 
 
 
echo "$as_me:3991: checking size of char" >&5
 
echo $ECHO_N "checking size of char... $ECHO_C" >&6
 
if test "${ac_cv_sizeof_char+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  if test "$ac_cv_type_char" = yes; then
 
  if test "$cross_compiling" = yes; then
 
  # Depending upon the size, compute the lo and hi bounds.
 
cat >conftest.$ac_ext <<_ACEOF
 
#line 4000 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (char)) >= 0)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4012: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4015: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4018: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4021: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=0 ac_mid=0
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4026 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4038: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4041: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4044: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4047: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=-1 ac_mid=-1
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4063 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (char)) >= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4075: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4078: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4081: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4084: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
# Binary search between lo and hi bounds.
 
while test "x$ac_lo" != "x$ac_hi"; do
 
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4100 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (char)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4112: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4115: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4118: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4121: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
done
 
ac_cv_sizeof_char=$ac_lo
 
else
 
  if test "$cross_compiling" = yes; then
 
  { { echo "$as_me:4134: error: cannot run test program while cross compiling" >&5
 
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
 
   { (exit 1); exit 1; }; }
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4139 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
FILE *f = fopen ("conftest.val", "w");
 
if (!f)
 
  exit (1);
 
fprintf (f, "%d", (sizeof (char)));
 
fclose (f);
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest$ac_exeext
 
if { (eval echo "$as_me:4155: \"$ac_link\"") >&5
 
  (eval $ac_link) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4158: \$? = $ac_status" >&5
 
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
  { (eval echo "$as_me:4160: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4163: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_sizeof_char=`cat conftest.val`
 
else
 
  echo "$as_me: program exited with status $ac_status" >&5
 
echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
fi
 
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
fi
 
fi
 
rm -f conftest.val
 
else
 
  ac_cv_sizeof_char=0
 
fi
 
fi
 
echo "$as_me:4179: result: $ac_cv_sizeof_char" >&5
 
echo "${ECHO_T}$ac_cv_sizeof_char" >&6
 
cat >>confdefs.h <
 
#define SIZEOF_CHAR $ac_cv_sizeof_char
 
EOF
 
 
 
echo "$as_me:4185: checking for short" >&5
 
echo $ECHO_N "checking for short... $ECHO_C" >&6
 
if test "${ac_cv_type_short+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4191 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
if ((short *) 0)
 
  return 0;
 
if (sizeof (short))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4206: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4209: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4212: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4215: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_short=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_short=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:4225: result: $ac_cv_type_short" >&5
 
echo "${ECHO_T}$ac_cv_type_short" >&6
 
 
 
echo "$as_me:4228: checking size of short" >&5
 
echo $ECHO_N "checking size of short... $ECHO_C" >&6
 
if test "${ac_cv_sizeof_short+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  if test "$ac_cv_type_short" = yes; then
 
  if test "$cross_compiling" = yes; then
 
  # Depending upon the size, compute the lo and hi bounds.
 
cat >conftest.$ac_ext <<_ACEOF
 
#line 4237 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (short)) >= 0)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4249: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4252: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4255: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4258: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=0 ac_mid=0
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4263 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (short)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4275: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4278: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4281: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4284: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=-1 ac_mid=-1
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4300 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (short)) >= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4312: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4315: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4318: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4321: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
# Binary search between lo and hi bounds.
 
while test "x$ac_lo" != "x$ac_hi"; do
 
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4337 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (short)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4349: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4352: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4355: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4358: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
done
 
ac_cv_sizeof_short=$ac_lo
 
else
 
  if test "$cross_compiling" = yes; then
 
  { { echo "$as_me:4371: error: cannot run test program while cross compiling" >&5
 
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
 
   { (exit 1); exit 1; }; }
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4376 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
FILE *f = fopen ("conftest.val", "w");
 
if (!f)
 
  exit (1);
 
fprintf (f, "%d", (sizeof (short)));
 
fclose (f);
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest$ac_exeext
 
if { (eval echo "$as_me:4392: \"$ac_link\"") >&5
 
  (eval $ac_link) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4395: \$? = $ac_status" >&5
 
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
  { (eval echo "$as_me:4397: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4400: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_sizeof_short=`cat conftest.val`
 
else
 
  echo "$as_me: program exited with status $ac_status" >&5
 
echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
fi
 
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
fi
 
fi
 
rm -f conftest.val
 
else
 
  ac_cv_sizeof_short=0
 
fi
 
fi
 
echo "$as_me:4416: result: $ac_cv_sizeof_short" >&5
 
echo "${ECHO_T}$ac_cv_sizeof_short" >&6
 
cat >>confdefs.h <
 
#define SIZEOF_SHORT $ac_cv_sizeof_short
 
EOF
 
 
 
echo "$as_me:4422: checking for int" >&5
 
echo $ECHO_N "checking for int... $ECHO_C" >&6
 
if test "${ac_cv_type_int+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4428 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
if ((int *) 0)
 
  return 0;
 
if (sizeof (int))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4443: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4446: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4449: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4452: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_int=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_int=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:4462: result: $ac_cv_type_int" >&5
 
echo "${ECHO_T}$ac_cv_type_int" >&6
 
 
 
echo "$as_me:4465: checking size of int" >&5
 
echo $ECHO_N "checking size of int... $ECHO_C" >&6
 
if test "${ac_cv_sizeof_int+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  if test "$ac_cv_type_int" = yes; then
 
  if test "$cross_compiling" = yes; then
 
  # Depending upon the size, compute the lo and hi bounds.
 
cat >conftest.$ac_ext <<_ACEOF
 
#line 4474 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (int)) >= 0)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4486: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4489: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4492: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4495: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=0 ac_mid=0
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4500 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4512: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4515: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4518: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4521: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=-1 ac_mid=-1
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4537 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4549: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4552: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4555: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4558: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
# Binary search between lo and hi bounds.
 
while test "x$ac_lo" != "x$ac_hi"; do
 
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4574 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4586: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4589: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4592: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4595: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
done
 
ac_cv_sizeof_int=$ac_lo
 
else
 
  if test "$cross_compiling" = yes; then
 
  { { echo "$as_me:4608: error: cannot run test program while cross compiling" >&5
 
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
 
   { (exit 1); exit 1; }; }
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4613 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
FILE *f = fopen ("conftest.val", "w");
 
if (!f)
 
  exit (1);
 
fprintf (f, "%d", (sizeof (int)));
 
fclose (f);
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest$ac_exeext
 
if { (eval echo "$as_me:4629: \"$ac_link\"") >&5
 
  (eval $ac_link) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4632: \$? = $ac_status" >&5
 
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
  { (eval echo "$as_me:4634: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4637: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_sizeof_int=`cat conftest.val`
 
else
 
  echo "$as_me: program exited with status $ac_status" >&5
 
echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
fi
 
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
fi
 
fi
 
rm -f conftest.val
 
else
 
  ac_cv_sizeof_int=0
 
fi
 
fi
 
echo "$as_me:4653: result: $ac_cv_sizeof_int" >&5
 
echo "${ECHO_T}$ac_cv_sizeof_int" >&6
 
cat >>confdefs.h <
 
#define SIZEOF_INT $ac_cv_sizeof_int
 
EOF
 
 
 
echo "$as_me:4659: checking for long" >&5
 
echo $ECHO_N "checking for long... $ECHO_C" >&6
 
if test "${ac_cv_type_long+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4665 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
if ((long *) 0)
 
  return 0;
 
if (sizeof (long))
 
  return 0;
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4680: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4683: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4686: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4689: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_type_long=yes
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_cv_type_long=no
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
fi
 
echo "$as_me:4699: result: $ac_cv_type_long" >&5
 
echo "${ECHO_T}$ac_cv_type_long" >&6
 
 
 
echo "$as_me:4702: checking size of long" >&5
 
echo $ECHO_N "checking size of long... $ECHO_C" >&6
 
if test "${ac_cv_sizeof_long+set}" = set; then
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
else
 
  if test "$ac_cv_type_long" = yes; then
 
  if test "$cross_compiling" = yes; then
 
  # Depending upon the size, compute the lo and hi bounds.
 
cat >conftest.$ac_ext <<_ACEOF
 
#line 4711 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (long)) >= 0)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4723: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4726: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4729: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4732: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=0 ac_mid=0
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4737 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4749: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4752: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4755: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4758: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`; ac_mid=`expr 2 '*' $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=-1 ac_mid=-1
 
  while :; do
 
    cat >conftest.$ac_ext <<_ACEOF
 
#line 4774 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4786: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4789: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4792: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4795: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_lo=$ac_mid; break
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_hi=`expr $ac_mid - 1`; ac_mid=`expr 2 '*' $ac_mid`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
  done
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
# Binary search between lo and hi bounds.
 
while test "x$ac_lo" != "x$ac_hi"; do
 
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4811 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)]
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest.$ac_objext
 
if { (eval echo "$as_me:4823: \"$ac_compile\"") >&5
 
  (eval $ac_compile) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4826: \$? = $ac_status" >&5
 
  (exit $ac_status); } &&
 
         { ac_try='test -s conftest.$ac_objext'
 
  { (eval echo "$as_me:4829: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4832: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_hi=$ac_mid
 
else
 
  echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
ac_lo=`expr $ac_mid + 1`
 
fi
 
rm -f conftest.$ac_objext conftest.$ac_ext
 
done
 
ac_cv_sizeof_long=$ac_lo
 
else
 
  if test "$cross_compiling" = yes; then
 
  { { echo "$as_me:4845: error: cannot run test program while cross compiling" >&5
 
echo "$as_me: error: cannot run test program while cross compiling" >&2;}
 
   { (exit 1); exit 1; }; }
 
else
 
  cat >conftest.$ac_ext <<_ACEOF
 
#line 4850 "configure"
 
#include "confdefs.h"
 
$ac_includes_default
 
int
 
main ()
 
{
 
FILE *f = fopen ("conftest.val", "w");
 
if (!f)
 
  exit (1);
 
fprintf (f, "%d", (sizeof (long)));
 
fclose (f);
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
rm -f conftest$ac_exeext
 
if { (eval echo "$as_me:4866: \"$ac_link\"") >&5
 
  (eval $ac_link) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4869: \$? = $ac_status" >&5
 
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
  { (eval echo "$as_me:4871: \"$ac_try\"") >&5
 
  (eval $ac_try) 2>&5
 
  ac_status=$?
 
  echo "$as_me:4874: \$? = $ac_status" >&5
 
  (exit $ac_status); }; }; then
 
  ac_cv_sizeof_long=`cat conftest.val`
 
else
 
  echo "$as_me: program exited with status $ac_status" >&5
 
echo "$as_me: failed program was:" >&5
 
cat conftest.$ac_ext >&5
 
fi
 
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
fi
 
fi
 
rm -f conftest.val
 
else
 
  ac_cv_sizeof_long=0
 
fi
 
fi
 
echo "$as_me:4890: result: $ac_cv_sizeof_long" >&5
 
echo "${ECHO_T}$ac_cv_sizeof_long" >&6
 
cat >>confdefs.h <
 
#define SIZEOF_LONG $ac_cv_sizeof_long
 
EOF
 
 
# Check whether --enable-readline or --disable-readline was given.
# Check whether --enable-readline or --disable-readline was given.
if test "${enable_readline+set}" = set; then
if test "${enable_readline+set}" = set; then
  enableval="$enable_readline"
  enableval="$enable_readline"
 
 
echo "$as_me:3651: checking for add_history in -lreadline" >&5
echo "$as_me:4900: checking for add_history in -lreadline" >&5
echo $ECHO_N "checking for add_history in -lreadline... $ECHO_C" >&6
echo $ECHO_N "checking for add_history in -lreadline... $ECHO_C" >&6
if test "${ac_cv_lib_readline_add_history+set}" = set; then
if test "${ac_cv_lib_readline_add_history+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline  $LIBS"
LIBS="-lreadline  $LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line 3659 "configure"
#line 4908 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
/* Override any gcc2 internal prototype to avoid an error.  */
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
#ifdef __cplusplus
extern "C"
extern "C"
Line 3673... Line 4922...
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:3678: \"$ac_link\"") >&5
if { (eval echo "$as_me:4927: \"$ac_link\"") >&5
  (eval $ac_link) 2>&5
  (eval $ac_link) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3681: \$? = $ac_status" >&5
  echo "$as_me:4930: \$? = $ac_status" >&5
  (exit $ac_status); } &&
  (exit $ac_status); } &&
         { ac_try='test -s conftest$ac_exeext'
         { ac_try='test -s conftest$ac_exeext'
  { (eval echo "$as_me:3684: \"$ac_try\"") >&5
  { (eval echo "$as_me:4933: \"$ac_try\"") >&5
  (eval $ac_try) 2>&5
  (eval $ac_try) 2>&5
  ac_status=$?
  ac_status=$?
  echo "$as_me:3687: \$? = $ac_status" >&5
  echo "$as_me:4936: \$? = $ac_status" >&5
  (exit $ac_status); }; }; then
  (exit $ac_status); }; }; then
  ac_cv_lib_readline_add_history=yes
  ac_cv_lib_readline_add_history=yes
else
else
  echo "$as_me: failed program was:" >&5
  echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_readline_add_history=no
ac_cv_lib_readline_add_history=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:3698: result: $ac_cv_lib_readline_add_history" >&5
echo "$as_me:4947: result: $ac_cv_lib_readline_add_history" >&5
echo "${ECHO_T}$ac_cv_lib_readline_add_history" >&6
echo "${ECHO_T}$ac_cv_lib_readline_add_history" >&6
if test $ac_cv_lib_readline_add_history = yes; then
if test $ac_cv_lib_readline_add_history = yes; then
  cat >>confdefs.h <
  cat >>confdefs.h <
#define HAVE_LIBREADLINE 1
#define HAVE_LIBREADLINE 1
EOF
EOF
Line 3722... Line 4971...
 
 
case "$host_os" in
case "$host_os" in
solaris*) LIBS="-lsocket -lnsl" ;;
solaris*) LIBS="-lsocket -lnsl" ;;
esac
esac
 
 
echo "$as_me:3727: checking whether to enable profiling" >&5
echo "$as_me:4976: checking whether to enable profiling" >&5
echo $ECHO_N "checking whether to enable profiling... $ECHO_C" >&6
echo $ECHO_N "checking whether to enable profiling... $ECHO_C" >&6
# Check whether --enable-profiling or --disable-profiling was given.
# Check whether --enable-profiling or --disable-profiling was given.
if test "${enable_profiling+set}" = set; then
if test "${enable_profiling+set}" = set; then
  enableval="$enable_profiling"
  enableval="$enable_profiling"
 
 
    case "$enableval" in
    case "$enableval" in
        yes) profile="-pg -a" ;;
        yes) profile="-pg -a" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3738: result: ${enable_profiling-no}" >&5
echo "$as_me:4987: result: ${enable_profiling-no}" >&5
echo "${ECHO_T}${enable_profiling-no}" >&6
echo "${ECHO_T}${enable_profiling-no}" >&6
 
 
fast_sim="0"
 
echo "$as_me:3742: checking whether to compile fsim" >&5
 
echo $ECHO_N "checking whether to compile fsim... $ECHO_C" >&6
 
# Check whether --enable-fsim or --disable-fsim was given.
 
if test "${enable_fsim+set}" = set; then
 
  enableval="$enable_fsim"
 
 
 
    case "$enableval" in
 
  no)  fast_sim="0" ;;
 
        yes) fast_sim="1" ;;
 
    esac
 
 
 
fi;
 
echo "$as_me:3754: result: ${enable_fsim-no}" >&5
 
echo "${ECHO_T}${enable_fsim-no}" >&6
 
 
 
simple_execution="0"
simple_execution="0"
echo "$as_me:3758: checking whether to use simple execution" >&5
INCLUDES="-I\${top_builddir}/cpu/$CPU_ARCH"
 
echo "$as_me:4992: checking whether to use simple execution" >&5
echo $ECHO_N "checking whether to use simple execution... $ECHO_C" >&6
echo $ECHO_N "checking whether to use simple execution... $ECHO_C" >&6
# Check whether --enable-simple or --disable-simple was given.
# Check whether --enable-simple or --disable-simple was given.
if test "${enable_simple+set}" = set; then
if test "${enable_simple+set}" = set; then
  enableval="$enable_simple"
  enableval="$enable_simple"
 
 
    case "$enableval" in
    case "$enableval" in
  no)  simple_execution="0" ;;
    no) INCLUDES="-I\${top_builddir}/cpu/$CPU_ARCH" simple_execution="0" ;;
        yes) simple_execution="1" ;;
    yes) INCLUDES="-I\${top_srcdir}/cpu/$CPU_ARCH" simple_execution="1" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3770: result: ${enable_simple-no}" >&5
echo "$as_me:5004: result: ${enable_simple-no}" >&5
echo "${ECHO_T}${enable_simple-no}" >&6
echo "${ECHO_T}${enable_simple-no}" >&6
 
 
eth_phy="0"
eth_phy="0"
echo "$as_me:3774: checking whether to enable ethernet phy emulation" >&5
echo "$as_me:5008: checking whether to enable ethernet phy emulation" >&5
echo $ECHO_N "checking whether to enable ethernet phy emulation... $ECHO_C" >&6
echo $ECHO_N "checking whether to enable ethernet phy emulation... $ECHO_C" >&6
# Check whether --enable-ethphy or --disable-ethphy was given.
# Check whether --enable-ethphy or --disable-ethphy was given.
if test "${enable_ethphy+set}" = set; then
if test "${enable_ethphy+set}" = set; then
  enableval="$enable_ethphy"
  enableval="$enable_ethphy"
 
 
Line 3781... Line 5015...
  no)  eth_phy="0" ;;
  no)  eth_phy="0" ;;
        yes) eth_phy="1" ;;
        yes) eth_phy="1" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3786: result: ${enable_eth_phy-no}" >&5
echo "$as_me:5020: result: ${enable_eth_phy-no}" >&5
echo "${ECHO_T}${enable_eth_phy-no}" >&6
echo "${ECHO_T}${enable_eth_phy-no}" >&6
 
 
raw_range_stats="0"
raw_range_stats="0"
echo "$as_me:3790: checking whether to use raw range stats" >&5
echo "$as_me:5024: checking whether to use raw range stats" >&5
echo $ECHO_N "checking whether to use raw range stats... $ECHO_C" >&6
echo $ECHO_N "checking whether to use raw range stats... $ECHO_C" >&6
# Check whether --enable-range_stats or --disable-range_stats was given.
# Check whether --enable-range_stats or --disable-range_stats was given.
if test "${enable_range_stats+set}" = set; then
if test "${enable_range_stats+set}" = set; then
  enableval="$enable_range_stats"
  enableval="$enable_range_stats"
 
 
Line 3797... Line 5031...
  no)  raw_range_stats="0" ;;
  no)  raw_range_stats="0" ;;
        yes) raw_range_stats="1" simple_execution="1" ;;
        yes) raw_range_stats="1" simple_execution="1" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3802: result: ${enable_range_stats-no}" >&5
echo "$as_me:5036: result: ${enable_range_stats-no}" >&5
echo "${ECHO_T}${enable_range_stats-no}" >&6
echo "${ECHO_T}${enable_range_stats-no}" >&6
 
 
set_ov_flag="0"
set_ov_flag="0"
echo "$as_me:3806: checking whether instructions set overflow flag" >&5
echo "$as_me:5040: checking whether instructions set overflow flag" >&5
echo $ECHO_N "checking whether instructions set overflow flag... $ECHO_C" >&6
echo $ECHO_N "checking whether instructions set overflow flag... $ECHO_C" >&6
# Check whether --enable-ov_flag or --disable-ov_flag was given.
# Check whether --enable-ov_flag or --disable-ov_flag was given.
if test "${enable_ov_flag+set}" = set; then
if test "${enable_ov_flag+set}" = set; then
  enableval="$enable_ov_flag"
  enableval="$enable_ov_flag"
 
 
Line 3813... Line 5047...
  no)  set_ov_flag="0" ;;
  no)  set_ov_flag="0" ;;
        yes) set_ov_flag="1" ;;
        yes) set_ov_flag="1" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3818: result: ${enable_ov_flag-no}" >&5
echo "$as_me:5052: result: ${enable_ov_flag-no}" >&5
echo "${ECHO_T}${enable_ov_flag-no}" >&6
echo "${ECHO_T}${enable_ov_flag-no}" >&6
 
 
set_arith_flag="0"
set_arith_flag="0"
echo "$as_me:3822: checking whether arithmethic instructions set flag" >&5
echo "$as_me:5056: checking whether arithmethic instructions set flag" >&5
echo $ECHO_N "checking whether arithmethic instructions set flag... $ECHO_C" >&6
echo $ECHO_N "checking whether arithmethic instructions set flag... $ECHO_C" >&6
# Check whether --enable-arith_flag or --disable-arith_flag was given.
# Check whether --enable-arith_flag or --disable-arith_flag was given.
if test "${enable_arith_flag+set}" = set; then
if test "${enable_arith_flag+set}" = set; then
  enableval="$enable_arith_flag"
  enableval="$enable_arith_flag"
 
 
Line 3829... Line 5063...
  no)  set_arith_flag="0" ;;
  no)  set_arith_flag="0" ;;
        yes) set_arith_flag="1" ;;
        yes) set_arith_flag="1" ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3834: result: ${enable_arith_flag-no}" >&5
echo "$as_me:5068: result: ${enable_arith_flag-no}" >&5
echo "${ECHO_T}${enable_arith_flag-no}" >&6
echo "${ECHO_T}${enable_arith_flag-no}" >&6
 
 
cat >>confdefs.h <
cat >>confdefs.h <
#define FAST_SIM $fast_sim
 
EOF
 
 
 
cat >>confdefs.h <
 
#define RAW_RANGE_STATS $raw_range_stats
#define RAW_RANGE_STATS $raw_range_stats
EOF
EOF
 
 
cat >>confdefs.h <
cat >>confdefs.h <
#define SET_OV_FLAG $set_ov_flag
#define SET_OV_FLAG $set_ov_flag
Line 3864... Line 5094...
else
else
  SIMPLE_EXECUTION_TRUE='#'
  SIMPLE_EXECUTION_TRUE='#'
  SIMPLE_EXECUTION_FALSE=
  SIMPLE_EXECUTION_FALSE=
fi
fi
 
 
echo "$as_me:3869: checking for implementation-specific data" >&5
echo "$as_me:5099: checking for implementation-specific data" >&5
echo $ECHO_N "checking for implementation-specific data... $ECHO_C" >&6
echo $ECHO_N "checking for implementation-specific data... $ECHO_C" >&6
# Check whether --enable-impl or --disable-impl was given.
# Check whether --enable-impl or --disable-impl was given.
if test "${enable_impl+set}" = set; then
if test "${enable_impl+set}" = set; then
  enableval="$enable_impl"
  enableval="$enable_impl"
 
 
    case "$enableval" in
    case "$enableval" in
        no|default)        IMPL="DEFAULT" ;;
        no|default)        IMPL="DEFAULT" ;;
        mp3)               IMPL="MP3"     ;;
        mp3)               IMPL="MP3"     ;;
        bender)            IMPL="BENDER"  ;;
        bender)            IMPL="BENDER"  ;;
        *)
        *)
            echo "$as_me:3880: result: failed" >&5
            echo "$as_me:5110: result: failed" >&5
echo "${ECHO_T}failed" >&6
echo "${ECHO_T}failed" >&6
            { { echo "$as_me:3882: error: bad --enable-impl option" >&5
            { { echo "$as_me:5112: error: bad --enable-impl option" >&5
echo "$as_me: error: bad --enable-impl option" >&2;}
echo "$as_me: error: bad --enable-impl option" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
            ;;
            ;;
    esac
    esac
 
 
fi;
fi;
echo "$as_me:3889: result: ${IMPL=DEFAULT}" >&5
echo "$as_me:5119: result: ${IMPL=DEFAULT}" >&5
echo "${ECHO_T}${IMPL=DEFAULT}" >&6
echo "${ECHO_T}${IMPL=DEFAULT}" >&6
if test "$IMPL" = "DEFAULT"
if test "$IMPL" = "DEFAULT"
then
then
    { echo "$as_me:3893: WARNING: using default environment" >&5
    { echo "$as_me:5123: WARNING: using default environment" >&5
echo "$as_me: WARNING: using default environment" >&2;}
echo "$as_me: WARNING: using default environment" >&2;}
fi
fi
 
 
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
test -n "$profile"  && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
IMPL="-DIMPL_$IMPL"
IMPL="-DIMPL_$IMPL"
Line 3906... Line 5136...
 
 
cat >>confdefs.h <<\EOF
cat >>confdefs.h <<\EOF
#define HAS_DEBUG 1
#define HAS_DEBUG 1
EOF
EOF
 
 
INCLUDES="-I\${top_srcdir} -I\${top_srcdir}/cpu/common -I\${top_srcdir}/cpu/or1k \
INCLUDES="$INCLUDES -I\${top_srcdir} -I\${top_srcdir}/cpu/common \
-I\${top_srcdir}/cpu/$CPU_ARCH -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
-I\${top_srcdir}/cpu/or1k -I\${top_srcdir}/cache -I\${top_srcdir}/mmu \
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/peripheral/channels \
-I\${top_srcdir}/peripheral/channels -I\${top_srcdir}/pm -I\${top_srcdir}/pic \
-I\${top_srcdir}/pm -I\${top_srcdir}/pic -I\${top_srcdir}/debug \
-I\${top_srcdir}/debug -I\${top_srcdir}/vapi -I\${top_srcdir}/support \
-I\${top_srcdir}/vapi -I\${top_srcdir}/support -I\${top_srcdir}/cuc"
-I\${top_srcdir}/cuc -I\${top_srcdir}/port"
 
 
ac_config_files="$ac_config_files Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or32/Makefile cuc/Makefile cpu/or1k/Makefile cpu/dlx/Makefile debug/Makefile support/Makefile mmu/Makefile peripheral/Makefile tick/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile vapi/Makefile extras/Makefile"
ac_config_files="$ac_config_files Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or32/Makefile cuc/Makefile cpu/or1k/Makefile cpu/dlx/Makefile debug/Makefile support/Makefile mmu/Makefile peripheral/Makefile tick/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile vapi/Makefile port/Makefile"
ac_config_commands="$ac_config_commands default"
ac_config_commands="$ac_config_commands default"
cat >confcache <<\_ACEOF
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# scripts and configure runs, see configure's option --config-cache.
Line 3992... Line 5222...
fi
fi
 
 
DEFS=-DHAVE_CONFIG_H
DEFS=-DHAVE_CONFIG_H
 
 
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  { { echo "$as_me:3997: error: conditional \"AMDEP\" was never defined.
  { { echo "$as_me:5227: error: conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
Usually this means the macro was only invoked conditionally." >&5
echo "$as_me: error: conditional \"AMDEP\" was never defined.
echo "$as_me: error: conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
Usually this means the macro was only invoked conditionally." >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
if test -z "${SIMPLE_EXECUTION_TRUE}" && test -z "${SIMPLE_EXECUTION_FALSE}"; then
if test -z "${SIMPLE_EXECUTION_TRUE}" && test -z "${SIMPLE_EXECUTION_FALSE}"; then
  { { echo "$as_me:4004: error: conditional \"SIMPLE_EXECUTION\" was never defined.
  { { echo "$as_me:5234: error: conditional \"SIMPLE_EXECUTION\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
Usually this means the macro was only invoked conditionally." >&5
echo "$as_me: error: conditional \"SIMPLE_EXECUTION\" was never defined.
echo "$as_me: error: conditional \"SIMPLE_EXECUTION\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
Usually this means the macro was only invoked conditionally." >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
fi
fi
 
 
: ${CONFIG_STATUS=./config.status}
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:4014: creating $CONFIG_STATUS" >&5
{ echo "$as_me:5244: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
#! $SHELL
# Generated automatically by configure.
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# Run this file to recreate the current configuration.
Line 4185... Line 5415...
cat >>$CONFIG_STATUS <<\EOF
cat >>$CONFIG_STATUS <<\EOF
  --version | --vers* | -V )
  --version | --vers* | -V )
    echo "$ac_cs_version"; exit 0 ;;
    echo "$ac_cs_version"; exit 0 ;;
  --he | --h)
  --he | --h)
    # Conflict between --help and --header
    # Conflict between --help and --header
    { { echo "$as_me:4190: error: ambiguous option: $1
    { { echo "$as_me:5420: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
Try \`$0 --help' for more information." >&2;}
   { (exit 1); exit 1; }; };;
   { (exit 1); exit 1; }; };;
  --help | --hel | -h )
  --help | --hel | -h )
Line 4204... Line 5434...
    shift
    shift
    CONFIG_HEADERS="$CONFIG_HEADERS $1"
    CONFIG_HEADERS="$CONFIG_HEADERS $1"
    ac_need_defaults=false;;
    ac_need_defaults=false;;
 
 
  # This is an error.
  # This is an error.
  -*) { { echo "$as_me:4209: error: unrecognized option: $1
  -*) { { echo "$as_me:5439: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
Try \`$0 --help' for more information." >&2;}
   { (exit 1); exit 1; }; } ;;
   { (exit 1); exit 1; }; } ;;
 
 
Line 4266... Line 5496...
  "tick/Makefile" ) CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
  "tick/Makefile" ) CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
  "peripheral/channels/Makefile" ) CONFIG_FILES="$CONFIG_FILES peripheral/channels/Makefile" ;;
  "peripheral/channels/Makefile" ) CONFIG_FILES="$CONFIG_FILES peripheral/channels/Makefile" ;;
  "pm/Makefile" ) CONFIG_FILES="$CONFIG_FILES pm/Makefile" ;;
  "pm/Makefile" ) CONFIG_FILES="$CONFIG_FILES pm/Makefile" ;;
  "pic/Makefile" ) CONFIG_FILES="$CONFIG_FILES pic/Makefile" ;;
  "pic/Makefile" ) CONFIG_FILES="$CONFIG_FILES pic/Makefile" ;;
  "vapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
  "vapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
  "extras/Makefile" ) CONFIG_FILES="$CONFIG_FILES extras/Makefile" ;;
  "port/Makefile" ) CONFIG_FILES="$CONFIG_FILES port/Makefile" ;;
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
  "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  *) { { echo "$as_me:4275: error: invalid argument: $ac_config_target" >&5
  *) { { echo "$as_me:5505: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   { (exit 1); exit 1; }; };;
   { (exit 1); exit 1; }; };;
  esac
  esac
done
done
 
 
Line 4405... Line 5635...
s,@MAKE_SHELL@,$MAKE_SHELL,;t t
s,@MAKE_SHELL@,$MAKE_SHELL,;t t
s,@SIMPLE_EXECUTION_TRUE@,$SIMPLE_EXECUTION_TRUE,;t t
s,@SIMPLE_EXECUTION_TRUE@,$SIMPLE_EXECUTION_TRUE,;t t
s,@SIMPLE_EXECUTION_FALSE@,$SIMPLE_EXECUTION_FALSE,;t t
s,@SIMPLE_EXECUTION_FALSE@,$SIMPLE_EXECUTION_FALSE,;t t
s,@BUILD_DIR@,$BUILD_DIR,;t t
s,@BUILD_DIR@,$BUILD_DIR,;t t
s,@LOCAL_CFLAGS@,$LOCAL_CFLAGS,;t t
s,@LOCAL_CFLAGS@,$LOCAL_CFLAGS,;t t
s,@LOCAL_LDFLAGS@,$LOCAL_LDFLAGS,;t t
 
s,@LOCAL_DEFS@,$LOCAL_DEFS,;t t
s,@LOCAL_DEFS@,$LOCAL_DEFS,;t t
s,@ARFLAGS@,$ARFLAGS,;t t
s,@ARFLAGS@,$ARFLAGS,;t t
s,@SUMVERSION@,$SUMVERSION,;t t
s,@SUMVERSION@,$SUMVERSION,;t t
s,@TERMCAP_LIB@,$TERMCAP_LIB,;t t
s,@TERMCAP_LIB@,$TERMCAP_LIB,;t t
s,@INCLUDES@,$INCLUDES,;t t
s,@INCLUDES@,$INCLUDES,;t t
Line 4525... Line 5754...
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_dots$INSTALL ;;
  *) ac_INSTALL=$ac_dots$INSTALL ;;
  esac
  esac
 
 
  if test x"$ac_file" != x-; then
  if test x"$ac_file" != x-; then
    { echo "$as_me:4530: creating $ac_file" >&5
    { echo "$as_me:5759: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
echo "$as_me: creating $ac_file" >&6;}
    rm -f "$ac_file"
    rm -f "$ac_file"
  fi
  fi
  # Let's still pretend it is `configure' which instantiates (i.e., don't
  # Let's still pretend it is `configure' which instantiates (i.e., don't
  # use $as_me), people would be surprised to read:
  # use $as_me), people would be surprised to read:
Line 4543... Line 5772...
    for f in $ac_file_in; do
    for f in $ac_file_in; do
      case $f in
      case $f in
      -) echo $tmp/stdin ;;
      -) echo $tmp/stdin ;;
      [\\/$]*)
      [\\/$]*)
         # Absolute (can't be DOS-style, as IFS=:)
         # Absolute (can't be DOS-style, as IFS=:)
         test -f "$f" || { { echo "$as_me:4548: error: cannot find input file: $f" >&5
         test -f "$f" || { { echo "$as_me:5777: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$as_me: error: cannot find input file: $f" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
         echo $f;;
         echo $f;;
      *) # Relative
      *) # Relative
         if test -f "$f"; then
         if test -f "$f"; then
Line 4556... Line 5785...
         elif test -f "$srcdir/$f"; then
         elif test -f "$srcdir/$f"; then
           # Source tree
           # Source tree
           echo $srcdir/$f
           echo $srcdir/$f
         else
         else
           # /dev/null tree
           # /dev/null tree
           { { echo "$as_me:4561: error: cannot find input file: $f" >&5
           { { echo "$as_me:5790: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$as_me: error: cannot find input file: $f" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
         fi;;
         fi;;
      esac
      esac
    done` || { (exit 1); exit 1; }
    done` || { (exit 1); exit 1; }
Line 4617... Line 5846...
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  * )   ac_file_in=$ac_file.in ;;
  * )   ac_file_in=$ac_file.in ;;
  esac
  esac
 
 
  test x"$ac_file" != x- && { echo "$as_me:4622: creating $ac_file" >&5
  test x"$ac_file" != x- && { echo "$as_me:5851: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
echo "$as_me: creating $ac_file" >&6;}
 
 
  # First look for the input files in the build tree, otherwise in the
  # First look for the input files in the build tree, otherwise in the
  # src tree.
  # src tree.
  ac_file_inputs=`IFS=:
  ac_file_inputs=`IFS=:
    for f in $ac_file_in; do
    for f in $ac_file_in; do
      case $f in
      case $f in
      -) echo $tmp/stdin ;;
      -) echo $tmp/stdin ;;
      [\\/$]*)
      [\\/$]*)
         # Absolute (can't be DOS-style, as IFS=:)
         # Absolute (can't be DOS-style, as IFS=:)
         test -f "$f" || { { echo "$as_me:4633: error: cannot find input file: $f" >&5
         test -f "$f" || { { echo "$as_me:5862: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$as_me: error: cannot find input file: $f" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
         echo $f;;
         echo $f;;
      *) # Relative
      *) # Relative
         if test -f "$f"; then
         if test -f "$f"; then
Line 4641... Line 5870...
         elif test -f "$srcdir/$f"; then
         elif test -f "$srcdir/$f"; then
           # Source tree
           # Source tree
           echo $srcdir/$f
           echo $srcdir/$f
         else
         else
           # /dev/null tree
           # /dev/null tree
           { { echo "$as_me:4646: error: cannot find input file: $f" >&5
           { { echo "$as_me:5875: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
echo "$as_me: error: cannot find input file: $f" >&2;}
   { (exit 1); exit 1; }; }
   { (exit 1); exit 1; }; }
         fi;;
         fi;;
      esac
      esac
    done` || { (exit 1); exit 1; }
    done` || { (exit 1); exit 1; }
Line 4758... Line 5987...
  fi
  fi
  cat $tmp/in >>$tmp/config.h
  cat $tmp/in >>$tmp/config.h
  rm -f $tmp/in
  rm -f $tmp/in
  if test x"$ac_file" != x-; then
  if test x"$ac_file" != x-; then
    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
      { echo "$as_me:4763: $ac_file is unchanged" >&5
      { echo "$as_me:5992: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
echo "$as_me: $ac_file is unchanged" >&6;}
    else
    else
      ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
      ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$ac_file" : 'X\(//\)[^/]' \| \
         X"$ac_file" : 'X\(//\)[^/]' \| \
         X"$ac_file" : 'X\(//\)$' \| \
         X"$ac_file" : 'X\(//\)$' \| \
Line 4818... Line 6047...
 
 
  case $ac_dest in
  case $ac_dest in
    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
  # Strip MF so we end up with the name of the file.
  # Strip MF so we end up with the name of the file.
  mf=`echo "$mf" | sed -e 's/:.*$//'`
  mf=`echo "$mf" | sed -e 's/:.*$//'`
  if (sed 1q $mf | fgrep 'generated by automake') > /dev/null 2>&1; then
  # Check whether this is an Automake generated Makefile or not.
 
  # We used to match only the files named `Makefile.in', but
 
  # some people rename them; so instead we look at the file content.
 
  # Grep'ing the first line is not enough: some people post-process
 
  # each Makefile.in and add a new line on top of each file to say so.
 
  # So let's grep whole file.
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
    dirpart=`$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    dirpart=`$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$mf" : 'X\(//\)[^/]' \| \
         X"$mf" : 'X\(//\)[^/]' \| \
         X"$mf" : 'X\(//\)$' \| \
         X"$mf" : 'X\(//\)$' \| \
         X"$mf" : 'X\(/\)' \| \
         X"$mf" : 'X\(/\)' \| \
         .     : '\(.\)' 2>/dev/null ||
         .     : '\(.\)' 2>/dev/null ||

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.