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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [configure] - Diff between revs 561 and 625

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

Rev 561 Rev 625
Line 1... Line 1...
#! /bin/sh
#! /bin/sh
# From configure.ac Id: configure.ac 556 2011-06-06 19:17:37Z julius  using automake version AC_ACVERSION.
# From configure.ac Id: configure.ac 1581 2011-06-07 09:35:32Z jeremy  using automake version AC_ACVERSION.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for or1ksim 2011-04-28.
# Generated by GNU Autoconf 2.68 for or1ksim 2011-08-15.
#
#
# Report bugs to .
# Report bugs to .
#
#
 
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc.
# Foundation, Inc.
#
#
 
#
# This configure script is free software; the Free Software Foundation
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
# gives unlimited permission to copy, distribute and modify it.
#
#
# Copyright (C) 1999-2008 OpenCores
# Copyright (C) 1999-2008 OpenCores
# Copyright (C) 2008, 2010 Embecosm Limited
# Copyright (C) 2008, 2010 Embecosm Limited
Line 108... Line 110...
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
# splitting by setting IFS to empty value.)
IFS=" ""        $as_nl"
IFS=" ""        $as_nl"
 
 
# Find who we are.  Look in the path if we contain no directory separator.
# Find who we are.  Look in the path if we contain no directory separator.
 
as_myself=
case $0 in #((
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
for as_dir in $PATH
do
do
Line 233... Line 236...
 
 
      if test "x$CONFIG_SHELL" != x; then :
      if test "x$CONFIG_SHELL" != x; then :
  # We cannot yet assume a decent shell, so we have to provide a
  # We cannot yet assume a decent shell, so we have to provide a
        # neutralization value for shells without unset; and this also
        # neutralization value for shells without unset; and this also
        # works around shells that cannot unset nonexistent variables.
        # works around shells that cannot unset nonexistent variables.
 
        # Preserve -v and -x to the replacement shell.
        BASH_ENV=/dev/null
        BASH_ENV=/dev/null
        ENV=/dev/null
        ENV=/dev/null
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
        export CONFIG_SHELL
        export CONFIG_SHELL
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
        case $- in # ((((
 
          *v*x* | *x*v* ) as_opts=-vx ;;
 
          *v* ) as_opts=-v ;;
 
          *x* ) as_opts=-x ;;
 
          * ) as_opts= ;;
 
        esac
 
        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
fi
fi
 
 
    if test x$as_have_required = xno; then :
    if test x$as_have_required = xno; then :
  $as_echo "$0: This script requires a shell more modern than all"
  $as_echo "$0: This script requires a shell more modern than all"
  $as_echo "$0: the shells that I found on your system."
  $as_echo "$0: the shells that I found on your system."
Line 336... Line 346...
          }
          }
          s/.*/./; q'`
          s/.*/./; q'`
      test -d "$as_dir" && break
      test -d "$as_dir" && break
    done
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
 
 
 
} # as_fn_mkdir_p
} # as_fn_mkdir_p
# as_fn_append VAR VALUE
# as_fn_append VAR VALUE
# ----------------------
# ----------------------
Line 376... Line 386...
    as_val=`expr "$@" || test $? -eq 1`
    as_val=`expr "$@" || test $? -eq 1`
  }
  }
fi # as_fn_arith
fi # as_fn_arith
 
 
 
 
# as_fn_error ERROR [LINENO LOG_FD]
# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ---------------------------------
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with status $?, using 1 if that was 0.
# script with STATUS, using 1 if that was 0.
as_fn_error ()
as_fn_error ()
{
{
  as_status=$?; test $as_status -eq 0 && as_status=1
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$3"; then
  if test "$4"; then
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  fi
  $as_echo "$as_me: error: $1" >&2
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
  as_fn_exit $as_status
} # as_fn_error
} # as_fn_error
 
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Line 695... Line 705...
fi
fi
 
 
 
 
 
 
 
 
exec 7<&0 &1
test -n "$DJDIR" || exec 7<&0 
 
exec 6>&1
 
 
# Name of the host.
# Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
# so uname gets run too.
# so uname gets run too.
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
 
#
#
# Initializations.
# Initializations.
Line 717... Line 728...
MAKEFLAGS=
MAKEFLAGS=
 
 
# Identity of this package.
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='2011-04-28'
PACKAGE_VERSION='2011-08-15'
PACKAGE_STRING='or1ksim 2011-04-28'
PACKAGE_STRING='or1ksim 2011-08-15'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_URL=''
PACKAGE_URL=''
 
 
# Factoring default headers for most tests.
# Factoring default headers for most tests.
ac_includes_default="\
ac_includes_default="\
Line 790... Line 801...
am__fastdepCCAS_TRUE
am__fastdepCCAS_TRUE
CCASDEPMODE
CCASDEPMODE
CCASFLAGS
CCASFLAGS
CCAS
CCAS
CPU_ARCH
CPU_ARCH
 
AM_BACKSLASH
 
AM_DEFAULT_VERBOSITY
am__fastdepCC_FALSE
am__fastdepCC_FALSE
am__fastdepCC_TRUE
am__fastdepCC_TRUE
CCDEPMODE
CCDEPMODE
AMDEPBACKSLASH
AMDEPBACKSLASH
AMDEP_FALSE
AMDEP_FALSE
Line 910... Line 923...
with_pic
with_pic
enable_fast_install
enable_fast_install
with_gnu_ld
with_gnu_ld
enable_libtool_lock
enable_libtool_lock
enable_dependency_tracking
enable_dependency_tracking
 
enable_silent_rules
enable_profiling
enable_profiling
enable_execution
enable_execution
enable_ethphy
enable_ethphy
enable_unsigned_xori
enable_unsigned_xori
enable_range_stats
enable_range_stats
Line 990... Line 1004...
    ac_prev=
    ac_prev=
    continue
    continue
  fi
  fi
 
 
  case $ac_option in
  case $ac_option in
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
  *=)   ac_optarg= ;;
  *)    ac_optarg=yes ;;
  *)    ac_optarg=yes ;;
  esac
  esac
 
 
  # Accept the important Cygnus configure options, so we can diagnose typos.
  # Accept the important Cygnus configure options, so we can diagnose typos.
 
 
Line 1036... Line 1051...
 
 
  -disable-* | --disable-*)
  -disable-* | --disable-*)
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error "invalid feature name: $ac_useropt"
      as_fn_error $? "invalid feature name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
    case $ac_user_opts in
      *"
      *"
"enable_$ac_useropt"
"enable_$ac_useropt"
Line 1062... Line 1077...
 
 
  -enable-* | --enable-*)
  -enable-* | --enable-*)
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error "invalid feature name: $ac_useropt"
      as_fn_error $? "invalid feature name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
    case $ac_user_opts in
      *"
      *"
"enable_$ac_useropt"
"enable_$ac_useropt"
Line 1266... Line 1281...
 
 
  -with-* | --with-*)
  -with-* | --with-*)
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error "invalid package name: $ac_useropt"
      as_fn_error $? "invalid package name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
    case $ac_user_opts in
      *"
      *"
"with_$ac_useropt"
"with_$ac_useropt"
Line 1282... Line 1297...
 
 
  -without-* | --without-*)
  -without-* | --without-*)
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
      as_fn_error "invalid package name: $ac_useropt"
      as_fn_error $? "invalid package name: $ac_useropt"
    ac_useropt_orig=$ac_useropt
    ac_useropt_orig=$ac_useropt
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    case $ac_user_opts in
    case $ac_user_opts in
      *"
      *"
"with_$ac_useropt"
"with_$ac_useropt"
Line 1312... Line 1327...
    ac_prev=x_libraries ;;
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries=$ac_optarg ;;
    x_libraries=$ac_optarg ;;
 
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
Try \`$0 --help' for more information."
Try \`$0 --help' for more information"
    ;;
    ;;
 
 
  *=*)
  *=*)
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
    # Reject names that are not valid shell variable names.
    # Reject names that are not valid shell variable names.
    case $ac_envvar in #(
    case $ac_envvar in #(
      '' | [0-9]* | *[!_$as_cr_alnum]* )
      '' | [0-9]* | *[!_$as_cr_alnum]* )
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    esac
    esac
    eval $ac_envvar=\$ac_optarg
    eval $ac_envvar=\$ac_optarg
    export $ac_envvar ;;
    export $ac_envvar ;;
 
 
  *)
  *)
    # FIXME: should be removed in autoconf 3.0.
    # FIXME: should be removed in autoconf 3.0.
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
    ;;
    ;;
 
 
  esac
  esac
done
done
 
 
if test -n "$ac_prev"; then
if test -n "$ac_prev"; then
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  as_fn_error "missing argument to $ac_option"
  as_fn_error $? "missing argument to $ac_option"
fi
fi
 
 
if test -n "$ac_unrecognized_opts"; then
if test -n "$ac_unrecognized_opts"; then
  case $enable_option_checking in
  case $enable_option_checking in
    no) ;;
    no) ;;
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
  esac
  esac
fi
fi
 
 
# Check all directory arguments for consistency.
# Check all directory arguments for consistency.
Line 1368... Line 1383...
  # Be sure to have absolute directory names.
  # Be sure to have absolute directory names.
  case $ac_val in
  case $ac_val in
    [\\/$]* | ?:[\\/]* )  continue;;
    [\\/$]* | ?:[\\/]* )  continue;;
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
  esac
  esac
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
done
done
 
 
# There might be people who depend on the old broken behavior: `$host'
# There might be people who depend on the old broken behavior: `$host'
# used to hold the argument of --host etc.
# used to hold the argument of --host etc.
# FIXME: To remove some day.
# FIXME: To remove some day.
Line 1382... Line 1397...
 
 
# FIXME: To remove some day.
# FIXME: To remove some day.
if test "x$host_alias" != x; then
if test "x$host_alias" != x; then
  if test "x$build_alias" = x; then
  if test "x$build_alias" = x; then
    cross_compiling=maybe
    cross_compiling=maybe
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used." >&2
    If a cross compiler is detected then cross compile mode will be used" >&2
  elif test "x$build_alias" != "x$host_alias"; then
  elif test "x$build_alias" != "x$host_alias"; then
    cross_compiling=yes
    cross_compiling=yes
  fi
  fi
fi
fi
 
 
Line 1398... Line 1413...
 
 
 
 
ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
  as_fn_error "working directory cannot be determined"
  as_fn_error $? "working directory cannot be determined"
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
  as_fn_error "pwd does not report name of working directory"
  as_fn_error $? "pwd does not report name of working directory"
 
 
 
 
# Find the source files, if location was not specified.
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  ac_srcdir_defaulted=yes
Line 1439... Line 1454...
else
else
  ac_srcdir_defaulted=no
  ac_srcdir_defaulted=no
fi
fi
if test ! -r "$srcdir/$ac_unique_file"; then
if test ! -r "$srcdir/$ac_unique_file"; then
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
fi
fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`(
ac_abs_confdir=`(
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
        pwd)`
        pwd)`
# When building in place, set srcdir=.
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
if test "$ac_abs_confdir" = "$ac_pwd"; then
  srcdir=.
  srcdir=.
fi
fi
Line 1469... Line 1484...
#
#
if test "$ac_init_help" = "long"; then
if test "$ac_init_help" = "long"; then
  # Omit some internal or obsolete options to make the list less imposing.
  # Omit some internal or obsolete options to make the list less imposing.
  # This message is too long to be a string in the A/UX 3.1 sh.
  # This message is too long to be a string in the A/UX 3.1 sh.
  cat <<_ACEOF
  cat <<_ACEOF
\`configure' configures or1ksim 2011-04-28 to adapt to many kinds of systems.
\`configure' configures or1ksim 2011-08-15 to adapt to many kinds of systems.
 
 
Usage: $0 [OPTION]... [VAR=VALUE]...
Usage: $0 [OPTION]... [VAR=VALUE]...
 
 
To assign environment variables (e.g., CC, CFLAGS...), specify them as
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.
VAR=VALUE.  See below for descriptions of some of the useful variables.
Line 1540... Line 1555...
_ACEOF
_ACEOF
fi
fi
 
 
if test -n "$ac_init_help"; then
if test -n "$ac_init_help"; then
  case $ac_init_help in
  case $ac_init_help in
     short | recursive ) echo "Configuration of or1ksim 2011-04-28:";;
     short | recursive ) echo "Configuration of or1ksim 2011-08-15:";;
   esac
   esac
  cat <<\_ACEOF
  cat <<\_ACEOF
 
 
Optional Features:
Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-option-checking  ignore unrecognized --enable/--with options
Line 1555... Line 1570...
  --enable-fast-install[=PKGS]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --disable-dependency-tracking  speeds up one-time build
  --disable-dependency-tracking  speeds up one-time build
  --enable-dependency-tracking   do not reject slow dependency extractors
  --enable-dependency-tracking   do not reject slow dependency extractors
 
  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
  --disable-silent-rules         verbose build output (undo: `make V=0')
  --enable-profiling      generate profiling code
  --enable-profiling      generate profiling code
  --enable-execution Execution style to use (simple/complex)
  --enable-execution Execution style to use (simple/complex)
  --enable-ethphy    compiles sim with ethernet phy support
  --enable-ethphy    compiles sim with ethernet phy support
  --enable-unsigned-xori    l.xori immediate operand treated as unsigned
  --enable-unsigned-xori    l.xori immediate operand treated as unsigned
  --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.
Line 1575... Line 1592...
  CC          C compiler command
  CC          C compiler command
  CFLAGS      C compiler flags
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L if you have libraries in a
  LDFLAGS     linker flags, e.g. -L if you have libraries in a
              nonstandard directory 
              nonstandard directory 
  LIBS        libraries to pass to the linker, e.g. -l
  LIBS        libraries to pass to the linker, e.g. -l
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I if
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I if
              you have headers in a nonstandard directory 
              you have headers in a nonstandard directory 
  CPP         C preprocessor
  CPP         C preprocessor
  CCAS        assembler compiler command (defaults to CC)
  CCAS        assembler compiler command (defaults to CC)
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
 
 
Line 1647... Line 1664...
fi
fi
 
 
test -n "$ac_init_help" && exit $ac_status
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
if $ac_init_version; then
  cat <<\_ACEOF
  cat <<\_ACEOF
or1ksim configure 2011-04-28
or1ksim configure 2011-08-15
generated by GNU Autoconf 2.64
generated by GNU Autoconf 2.68
 
 
Copyright (C) 2009 Free Software Foundation, Inc.
Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
gives unlimited permission to copy, distribute and modify it.
 
 
Copyright (C) 1999-2008 OpenCores
Copyright (C) 1999-2008 OpenCores
Copyright (C) 2008, 2010 Embecosm Limited
Copyright (C) 2008, 2010 Embecosm Limited
Line 1714... Line 1731...
  $as_echo "$as_me: failed program was:" >&5
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
sed 's/^/| /' conftest.$ac_ext >&5
 
 
        ac_retval=1
        ac_retval=1
fi
fi
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  return $ac_retval
  as_fn_set_status $ac_retval
 
 
} # ac_fn_c_try_compile
} # ac_fn_c_try_compile
 
 
# ac_fn_c_try_cpp LINENO
# ac_fn_c_try_cpp LINENO
# ----------------------
# ----------------------
Line 1740... Line 1757...
    grep -v '^ *+' conftest.err >conftest.er1
    grep -v '^ *+' conftest.err >conftest.er1
    cat conftest.er1 >&5
    cat conftest.er1 >&5
    mv -f conftest.er1 conftest.err
    mv -f conftest.er1 conftest.err
  fi
  fi
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; } >/dev/null && {
  test $ac_status = 0; } > conftest.i && {
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
         test ! -s conftest.err
         test ! -s conftest.err
       }; then :
       }; then :
  ac_retval=0
  ac_retval=0
else
else
  $as_echo "$as_me: failed program was:" >&5
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
sed 's/^/| /' conftest.$ac_ext >&5
 
 
    ac_retval=1
    ac_retval=1
fi
fi
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  return $ac_retval
  as_fn_set_status $ac_retval
 
 
} # ac_fn_c_try_cpp
} # ac_fn_c_try_cpp
 
 
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# -------------------------------------------------------
Line 1764... Line 1781...
# the include files in INCLUDES and setting the cache variable VAR
# the include files in INCLUDES and setting the cache variable VAR
# accordingly.
# accordingly.
ac_fn_c_check_header_mongrel ()
ac_fn_c_check_header_mongrel ()
{
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  if eval \${$3+:} false; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
Line 1803... Line 1820...
if ac_fn_c_try_cpp "$LINENO"; then :
if ac_fn_c_try_cpp "$LINENO"; then :
  ac_header_preproc=yes
  ac_header_preproc=yes
else
else
  ac_header_preproc=no
  ac_header_preproc=no
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
$as_echo "$ac_header_preproc" >&6; }
$as_echo "$ac_header_preproc" >&6; }
 
 
# So?  What about this header?
# So?  What about this header?
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
Line 1826... Line 1843...
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( cat <<\_ASBOX
( $as_echo "## ------------------------------------- ##
## ------------------------------------- ##
 
## Report this to openrisc@opencores.org ##
## Report this to openrisc@opencores.org ##
## ------------------------------------- ##
## ------------------------------------- ##"
_ASBOX
 
     ) | sed "s/^/$as_me: WARNING:     /" >&2
     ) | sed "s/^/$as_me: WARNING:     /" >&2
    ;;
    ;;
esac
esac
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  eval "$3=\$ac_header_compiler"
  eval "$3=\$ac_header_compiler"
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
fi
fi
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
 
} # ac_fn_c_check_header_mongrel
} # ac_fn_c_check_header_mongrel
 
 
# ac_fn_c_try_run LINENO
# ac_fn_c_try_run LINENO
# ----------------------
# ----------------------
Line 1886... Line 1901...
sed 's/^/| /' conftest.$ac_ext >&5
sed 's/^/| /' conftest.$ac_ext >&5
 
 
       ac_retval=$ac_status
       ac_retval=$ac_status
fi
fi
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  return $ac_retval
  as_fn_set_status $ac_retval
 
 
} # ac_fn_c_try_run
} # ac_fn_c_try_run
 
 
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# -------------------------------------------------------
Line 1900... Line 1915...
ac_fn_c_check_header_compile ()
ac_fn_c_check_header_compile ()
{
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
$4
$4
Line 1918... Line 1933...
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
 
} # ac_fn_c_check_header_compile
} # ac_fn_c_check_header_compile
 
 
# ac_fn_c_try_link LINENO
# ac_fn_c_try_link LINENO
# -----------------------
# -----------------------
Line 1963... Line 1978...
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  # interfere with the next link command; also delete a directory that is
  # interfere with the next link command; also delete a directory that is
  # left behind by Apple's compiler.  We do this before executing the actions.
  # left behind by Apple's compiler.  We do this before executing the actions.
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  return $ac_retval
  as_fn_set_status $ac_retval
 
 
} # ac_fn_c_try_link
} # ac_fn_c_try_link
 
 
# ac_fn_c_check_func LINENO FUNC VAR
# ac_fn_c_check_func LINENO FUNC VAR
# ----------------------------------
# ----------------------------------
Line 1976... Line 1991...
ac_fn_c_check_func ()
ac_fn_c_check_func ()
{
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
/* Define $2 to an innocuous variant, in case  declares $2.
/* Define $2 to an innocuous variant, in case  declares $2.
Line 2031... Line 2046...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
 
} # ac_fn_c_check_func
} # ac_fn_c_check_func
 
 
# ac_fn_c_check_decl LINENO SYMBOL VAR
# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
# ------------------------------------
# ---------------------------------------------
# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
 
# accordingly.
ac_fn_c_check_decl ()
ac_fn_c_check_decl ()
{
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
  as_decl_name=`echo $2|sed 's/ *(.*//'`
$as_echo_n "checking whether $2 is declared... " >&6; }
  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
 
$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
 
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
$4
$4
int
int
main ()
main ()
{
{
#ifndef $2
#ifndef $as_decl_name
  (void) $2;
#ifdef __cplusplus
 
  (void) $as_decl_use;
 
#else
 
  (void) $as_decl_name;
 
#endif
#endif
#endif
 
 
  ;
  ;
  return 0;
  return 0;
}
}
Line 2070... Line 2092...
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
 
} # ac_fn_c_check_decl
} # ac_fn_c_check_decl
 
 
# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
# -------------------------------------------
# -------------------------------------------
Line 2083... Line 2105...
ac_fn_c_check_type ()
ac_fn_c_check_type ()
{
{
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${$3+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  eval "$3=no"
  eval "$3=no"
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
Line 2124... Line 2146...
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
 
} # ac_fn_c_check_type
} # ac_fn_c_check_type
 
 
# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
# --------------------------------------------
# --------------------------------------------
Line 2301... Line 2323...
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  conftest.$ac_objext conftest.beam conftest.$ac_ext
  conftest.$ac_objext conftest.beam conftest.$ac_ext
rm -f conftest.val
rm -f conftest.val
 
 
  fi
  fi
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  return $ac_retval
  as_fn_set_status $ac_retval
 
 
} # ac_fn_c_compute_int
} # ac_fn_c_compute_int
cat >config.log <<_ACEOF
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
running configure, to aid debugging if configure makes a mistake.
 
 
It was created by or1ksim $as_me 2011-04-28, which was
It was created by or1ksim $as_me 2011-08-15, which was
generated by GNU Autoconf 2.64.  Invocation command line was
generated by GNU Autoconf 2.68.  Invocation command line was
 
 
  $ $0 $@
  $ $0 $@
 
 
_ACEOF
_ACEOF
exec 5>>config.log
exec 5>>config.log
Line 2420... Line 2442...
trap 'exit_status=$?
trap 'exit_status=$?
  # Save into config.log some information that might help in debugging.
  # Save into config.log some information that might help in debugging.
  {
  {
    echo
    echo
 
 
    cat <<\_ASBOX
    $as_echo "## ---------------- ##
## ---------------- ##
 
## Cache variables. ##
## Cache variables. ##
## ---------------- ##
## ---------------- ##"
_ASBOX
 
    echo
    echo
    # The following way of writing the cache mishandles newlines in values,
    # The following way of writing the cache mishandles newlines in values,
(
(
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
    eval ac_val=\$$ac_var
    eval ac_val=\$$ac_var
Line 2458... Line 2478...
    esac |
    esac |
    sort
    sort
)
)
    echo
    echo
 
 
    cat <<\_ASBOX
    $as_echo "## ----------------- ##
## ----------------- ##
 
## Output variables. ##
## Output variables. ##
## ----------------- ##
## ----------------- ##"
_ASBOX
 
    echo
    echo
    for ac_var in $ac_subst_vars
    for ac_var in $ac_subst_vars
    do
    do
      eval ac_val=\$$ac_var
      eval ac_val=\$$ac_var
      case $ac_val in
      case $ac_val in
Line 2475... Line 2493...
      $as_echo "$ac_var='\''$ac_val'\''"
      $as_echo "$ac_var='\''$ac_val'\''"
    done | sort
    done | sort
    echo
    echo
 
 
    if test -n "$ac_subst_files"; then
    if test -n "$ac_subst_files"; then
      cat <<\_ASBOX
      $as_echo "## ------------------- ##
## ------------------- ##
 
## File substitutions. ##
## File substitutions. ##
## ------------------- ##
## ------------------- ##"
_ASBOX
 
      echo
      echo
      for ac_var in $ac_subst_files
      for ac_var in $ac_subst_files
      do
      do
        eval ac_val=\$$ac_var
        eval ac_val=\$$ac_var
        case $ac_val in
        case $ac_val in
Line 2493... Line 2509...
      done | sort
      done | sort
      echo
      echo
    fi
    fi
 
 
    if test -s confdefs.h; then
    if test -s confdefs.h; then
      cat <<\_ASBOX
      $as_echo "## ----------- ##
## ----------- ##
 
## confdefs.h. ##
## confdefs.h. ##
## ----------- ##
## ----------- ##"
_ASBOX
 
      echo
      echo
      cat confdefs.h
      cat confdefs.h
      echo
      echo
    fi
    fi
    test "$ac_signal" != 0 &&
    test "$ac_signal" != 0 &&
Line 2552... Line 2566...
# Let the site file select an alternate cache file if it wants to.
# Let the site file select an alternate cache file if it wants to.
# Prefer an explicitly selected file to automatically selected ones.
# Prefer an explicitly selected file to automatically selected ones.
ac_site_file1=NONE
ac_site_file1=NONE
ac_site_file2=NONE
ac_site_file2=NONE
if test -n "$CONFIG_SITE"; then
if test -n "$CONFIG_SITE"; then
  ac_site_file1=$CONFIG_SITE
  # We do not want a PATH search for config.site.
 
  case $CONFIG_SITE in #((
 
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
    */*) ac_site_file1=$CONFIG_SITE;;
 
    *)   ac_site_file1=./$CONFIG_SITE;;
 
  esac
elif test "x$prefix" != xNONE; then
elif test "x$prefix" != xNONE; then
  ac_site_file1=$prefix/share/config.site
  ac_site_file1=$prefix/share/config.site
  ac_site_file2=$prefix/etc/config.site
  ac_site_file2=$prefix/etc/config.site
else
else
  ac_site_file1=$ac_default_prefix/share/config.site
  ac_site_file1=$ac_default_prefix/share/config.site
  ac_site_file2=$ac_default_prefix/etc/config.site
  ac_site_file2=$ac_default_prefix/etc/config.site
fi
fi
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
do
do
  test "x$ac_site_file" = xNONE && continue
  test "x$ac_site_file" = xNONE && continue
  if test -r "$ac_site_file"; then
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    sed 's/^/| /' "$ac_site_file" >&5
    sed 's/^/| /' "$ac_site_file" >&5
    . "$ac_site_file"
    . "$ac_site_file" \
 
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
as_fn_error $? "failed to load site script $ac_site_file
 
See \`config.log' for more details" "$LINENO" 5; }
  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
  # files actually), so we avoid doing that.
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
  if test -f "$cache_file"; then
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
$as_echo "$as_me: loading cache $cache_file" >&6;}
$as_echo "$as_me: loading cache $cache_file" >&6;}
    case $cache_file in
    case $cache_file in
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
      *)                      . "./$cache_file";;
      *)                      . "./$cache_file";;
Line 2643... Line 2666...
if $ac_cache_corrupted; then
if $ac_cache_corrupted; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fi
fi
## -------------------- ##
## -------------------- ##
## Main body of script. ##
## Main body of script. ##
## -------------------- ##
## -------------------- ##
 
 
Line 2669... Line 2692...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 2709... Line 2732...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
if ${ac_cv_prog_ac_ct_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
else
Line 2762... Line 2785...
          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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 2802... Line 2825...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 2861... Line 2884...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 2905... Line 2928...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
if ${ac_cv_prog_ac_ct_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
else
Line 2959... Line 2982...
fi
fi
 
 
 
 
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "no acceptable C compiler found in \$PATH
as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5; }
 
 
# Provide some information about the compiler.
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
set X $ac_compile
set X $ac_compile
ac_compiler=$2
ac_compiler=$2
Line 2981... Line 3004...
  if test -s conftest.err; then
  if test -s conftest.err; then
    sed '10a\
    sed '10a\
... rest of stderr output deleted ...
... rest of stderr output deleted ...
         10q' conftest.err >conftest.er1
         10q' conftest.err >conftest.er1
    cat conftest.er1 >&5
    cat conftest.er1 >&5
    rm -f conftest.er1 conftest.err
 
  fi
  fi
 
  rm -f conftest.er1 conftest.err
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
  test $ac_status = 0; }
done
done
 
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
#include 
 
int
int
main ()
main ()
{
{
FILE *f = fopen ("conftest.out", "w");
 
 return ferror (f) || fclose (f) != 0;
 
 
 
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
ac_clean_files_save=$ac_clean_files
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
# 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.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
$as_echo_n "checking for C compiler default output file name... " >&6; }
$as_echo_n "checking whether the C compiler works... " >&6; }
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
 
# The possible output files:
# The possible output files:
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
 
Line 3068... Line 3089...
test "$ac_cv_exeext" = no && ac_cv_exeext=
test "$ac_cv_exeext" = no && ac_cv_exeext=
 
 
else
else
  ac_file=''
  ac_file=''
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
$as_echo "$ac_file" >&6; }
 
if test -z "$ac_file"; then :
if test -z "$ac_file"; then :
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
$as_echo "no" >&6; }
  $as_echo "$as_me: failed program was:" >&5
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
sed 's/^/| /' conftest.$ac_ext >&5
 
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "C compiler cannot create executables
as_fn_error "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
fi
 
ac_exeext=$ac_cv_exeext
 
 
 
# Check that the compiler produces executables we can run.  If not, either
 
# the compiler is broken, or we cross compile.
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
$as_echo_n "checking whether the C compiler works... " >&6; }
 
# If not cross compiling, check that we can run a simple program.
 
if test "$cross_compiling" != yes; then
 
  if { ac_try='./$ac_file'
 
  { { case "(($ac_try" in
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
  *) ac_try_echo=$ac_try;;
 
esac
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
$as_echo "$ac_try_echo"; } >&5
 
  (eval "$ac_try") 2>&5
 
  ac_status=$?
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
  test $ac_status = 0; }; }; then
 
    cross_compiling=no
 
  else
 
    if test "$cross_compiling" = maybe; then
 
        cross_compiling=yes
 
    else
    else
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
as_fn_error "cannot run C compiled programs.
 
If you meant to cross compile, use \`--host'.
 
See \`config.log' for more details." "$LINENO" 5; }
 
    fi
 
  fi
 
fi
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
$as_echo "yes" >&6; }
 
fi
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
$as_echo "$ac_file" >&6; }
 
ac_exeext=$ac_cv_exeext
 
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
ac_clean_files=$ac_clean_files_save
ac_clean_files=$ac_clean_files_save
# Check that the compiler produces executables we can run.  If not, either
 
# the compiler is broken, or we cross compile.
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
$as_echo "$cross_compiling" >&6; }
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
$as_echo_n "checking for suffix of executables... " >&6; }
$as_echo_n "checking for suffix of executables... " >&6; }
if { { ac_try="$ac_link"
if { { ac_try="$ac_link"
case "(($ac_try" in
case "(($ac_try" in
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
Line 3153... Line 3140...
  esac
  esac
done
done
else
else
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot compute suffix of executables: cannot compile and link
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5; }
fi
fi
rm -f conftest$ac_cv_exeext
rm -f conftest conftest$ac_cv_exeext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
$as_echo "$ac_cv_exeext" >&6; }
$as_echo "$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
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
/* end confdefs.h.  */
 
#include 
 
int
 
main ()
 
{
 
FILE *f = fopen ("conftest.out", "w");
 
 return ferror (f) || fclose (f) != 0;
 
 
 
  ;
 
  return 0;
 
}
 
_ACEOF
 
ac_clean_files="$ac_clean_files conftest.out"
 
# Check that the compiler produces executables we can run.  If not, either
 
# the compiler is broken, or we cross compile.
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
if test "$cross_compiling" != yes; then
 
  { { ac_try="$ac_link"
 
case "(($ac_try" in
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
  *) ac_try_echo=$ac_try;;
 
esac
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
$as_echo "$ac_try_echo"; } >&5
 
  (eval "$ac_link") 2>&5
 
  ac_status=$?
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
  test $ac_status = 0; }
 
  if { ac_try='./conftest$ac_cv_exeext'
 
  { { case "(($ac_try" in
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
  *) ac_try_echo=$ac_try;;
 
esac
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
$as_echo "$ac_try_echo"; } >&5
 
  (eval "$ac_try") 2>&5
 
  ac_status=$?
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
  test $ac_status = 0; }; }; then
 
    cross_compiling=no
 
  else
 
    if test "$cross_compiling" = maybe; then
 
        cross_compiling=yes
 
    else
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
as_fn_error $? "cannot run C compiled programs.
 
If you meant to cross compile, use \`--host'.
 
See \`config.log' for more details" "$LINENO" 5; }
 
    fi
 
  fi
 
fi
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
$as_echo "$cross_compiling" >&6; }
 
 
 
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
$as_echo_n "checking for suffix of object files... " >&6; }
if test "${ac_cv_objext+set}" = set; then :
if ${ac_cv_objext+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
 
 
Line 3205... Line 3251...
  $as_echo "$as_me: failed program was:" >&5
  $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
sed 's/^/| /' conftest.$ac_ext >&5
 
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot compute suffix of object files: cannot compile
as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5; }
fi
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
$as_echo "$ac_cv_objext" >&6; }
$as_echo "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
ac_objext=$OBJEXT
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
if ${ac_cv_c_compiler_gnu+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
 
 
Line 3253... Line 3299...
fi
fi
ac_test_CFLAGS=${CFLAGS+set}
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
ac_save_CFLAGS=$CFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
$as_echo_n "checking whether $CC accepts -g... " >&6; }
if test "${ac_cv_prog_cc_g+set}" = set; then :
if ${ac_cv_prog_cc_g+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_save_c_werror_flag=$ac_c_werror_flag
  ac_save_c_werror_flag=$ac_c_werror_flag
   ac_c_werror_flag=yes
   ac_c_werror_flag=yes
   ac_cv_prog_cc_g=no
   ac_cv_prog_cc_g=no
Line 3331... Line 3377...
    CFLAGS=
    CFLAGS=
  fi
  fi
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
if test "${ac_cv_prog_cc_c89+set}" = set; then :
if ${ac_cv_prog_cc_c89+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_cv_prog_cc_c89=no
  ac_cv_prog_cc_c89=no
ac_save_CC=$CC
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 3439... Line 3485...
# 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
if test -z "$CPP"; then
if test -z "$CPP"; then
  if test "${ac_cv_prog_CPP+set}" = set; then :
  if ${ac_cv_prog_CPP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
      # Double quotes because CPP needs to be expanded
      # Double quotes because CPP needs to be expanded
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    do
    do
Line 3469... Line 3515...
 
 
else
else
  # Broken: fails on valid input.
  # Broken: fails on valid input.
continue
continue
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext
 
 
  # OK, works on sane cases.  Now check whether nonexistent headers
  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
Line 3485... Line 3531...
else
else
  # Passes both tests.
  # Passes both tests.
ac_preproc_ok=:
ac_preproc_ok=:
break
break
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext
 
 
done
done
# 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.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
if $ac_preproc_ok; then :
  break
  break
fi
fi
 
 
    done
    done
Line 3528... Line 3574...
 
 
else
else
  # Broken: fails on valid input.
  # Broken: fails on valid input.
continue
continue
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext
 
 
  # OK, works on sane cases.  Now check whether nonexistent headers
  # OK, works on sane cases.  Now check whether nonexistent headers
  # can be detected and how.
  # can be detected and how.
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
Line 3544... Line 3590...
else
else
  # Passes both tests.
  # Passes both tests.
ac_preproc_ok=:
ac_preproc_ok=:
break
break
fi
fi
rm -f conftest.err conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext
 
 
done
done
# 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.i conftest.err conftest.$ac_ext
if $ac_preproc_ok; then :
if $ac_preproc_ok; then :
 
 
else
else
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "C preprocessor \"$CPP\" fails sanity check
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5; }
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'
Line 3567... Line 3613...
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
if test "${ac_cv_path_GREP+set}" = set; then :
if ${ac_cv_path_GREP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -z "$GREP"; then
  if test -z "$GREP"; then
  ac_path_GREP_found=false
  ac_path_GREP_found=false
  # Loop through the user's path and test for each of PROGNAME-LIST
  # Loop through the user's path and test for each of PROGNAME-LIST
Line 3616... Line 3662...
    done
    done
  done
  done
  done
  done
IFS=$as_save_IFS
IFS=$as_save_IFS
  if test -z "$ac_cv_path_GREP"; then
  if test -z "$ac_cv_path_GREP"; then
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  fi
  fi
else
else
  ac_cv_path_GREP=$GREP
  ac_cv_path_GREP=$GREP
fi
fi
 
 
Line 3630... Line 3676...
 GREP="$ac_cv_path_GREP"
 GREP="$ac_cv_path_GREP"
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
$as_echo_n "checking for egrep... " >&6; }
$as_echo_n "checking for egrep... " >&6; }
if test "${ac_cv_path_EGREP+set}" = set; then :
if ${ac_cv_path_EGREP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   then ac_cv_path_EGREP="$GREP -E"
   then ac_cv_path_EGREP="$GREP -E"
   else
   else
Line 3682... Line 3728...
    done
    done
  done
  done
  done
  done
IFS=$as_save_IFS
IFS=$as_save_IFS
  if test -z "$ac_cv_path_EGREP"; then
  if test -z "$ac_cv_path_EGREP"; then
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  fi
  fi
else
else
  ac_cv_path_EGREP=$EGREP
  ac_cv_path_EGREP=$EGREP
fi
fi
 
 
Line 3697... Line 3743...
 EGREP="$ac_cv_path_EGREP"
 EGREP="$ac_cv_path_EGREP"
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
$as_echo_n "checking for ANSI C header files... " >&6; }
if test "${ac_cv_header_stdc+set}" = set; then :
if ${ac_cv_header_stdc+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
#include 
#include 
Line 3814... Line 3860...
                  inttypes.h stdint.h unistd.h
                  inttypes.h stdint.h unistd.h
do :
do :
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
"
"
eval as_val=\$$as_ac_Header
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   if test "x$as_val" = x""yes; then :
 
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
_ACEOF
 
 
fi
fi
Line 3827... Line 3872...
done
done
 
 
 
 
 
 
  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
if test "x$ac_cv_header_minix_config_h" = x""yes; then :
if test "x$ac_cv_header_minix_config_h" = xyes; then :
  MINIX=yes
  MINIX=yes
else
else
  MINIX=
  MINIX=
fi
fi
 
 
Line 3849... Line 3894...
  fi
  fi
 
 
 
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
if ${ac_cv_safe_to_define___extensions__+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
 
 
Line 3893... Line 3938...
# config for the testsuite OR1K specific programs, since we'll need different
# config for the testsuite OR1K specific programs, since we'll need different
# tool chain there (the OpenRISC one, rather than the native one).
# tool chain there (the OpenRISC one, rather than the native one).
 
 
ac_aux_dir=
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
  for ac_t in install-sh install.sh shtool; do
  if test -f "$ac_dir/install-sh"; then
    if test -f "$ac_dir/$ac_t"; then
 
      ac_aux_dir=$ac_dir
      ac_aux_dir=$ac_dir
      ac_install_sh="$ac_aux_dir/$ac_t -c"
    ac_install_sh="$ac_aux_dir/install-sh -c"
      break 2
    break
 
  elif test -f "$ac_dir/install.sh"; then
 
    ac_aux_dir=$ac_dir
 
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
    break
 
  elif test -f "$ac_dir/shtool"; then
 
    ac_aux_dir=$ac_dir
 
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
    break
    fi
    fi
  done
  done
done
 
if test -z "$ac_aux_dir"; then
if test -z "$ac_aux_dir"; then
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
fi
fi
 
 
# These three variables are undocumented and unsupported,
# These three variables are undocumented and unsupported,
# and are intended to be withdrawn in a future Autoconf release.
# and are intended to be withdrawn in a future Autoconf release.
# They can cause serious problems if a builder's source tree is in a directory
# They can cause serious problems if a builder's source tree is in a directory
Line 3921... Line 3972...
subdirs="$subdirs testsuite/test-code-or1k"
subdirs="$subdirs testsuite/test-code-or1k"
 
 
 
 
# Make sure we can run config.sub.
# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
$as_echo_n "checking build system type... " >&6; }
if test "${ac_cv_build+set}" = set; then :
if ${ac_cv_build+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_build_alias=$build_alias
  ac_build_alias=$build_alias
test "x$ac_build_alias" = x &&
test "x$ac_build_alias" = x &&
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x &&
test "x$ac_build_alias" = x &&
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
 
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
$as_echo "$ac_cv_build" >&6; }
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
case $ac_cv_build in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
esac
esac
build=$ac_cv_build
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_build
set x $ac_cv_build
shift
shift
Line 3959... Line 4010...
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
$as_echo_n "checking host system type... " >&6; }
$as_echo_n "checking host system type... " >&6; }
if test "${ac_cv_host+set}" = set; then :
if ${ac_cv_host+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test "x$host_alias" = x; then
  if test "x$host_alias" = x; then
  ac_cv_host=$ac_cv_build
  ac_cv_host=$ac_cv_build
else
else
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
fi
fi
 
 
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
$as_echo "$ac_cv_host" >&6; }
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
case $ac_cv_host in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
esac
esac
host=$ac_cv_host
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_host
set x $ac_cv_host
shift
shift
Line 3992... Line 4043...
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
$as_echo_n "checking target system type... " >&6; }
$as_echo_n "checking target system type... " >&6; }
if test "${ac_cv_target+set}" = set; then :
if ${ac_cv_target+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test "x$target_alias" = x; then
  if test "x$target_alias" = x; then
  ac_cv_target=$ac_cv_host
  ac_cv_target=$ac_cv_host
else
else
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
fi
fi
 
 
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
$as_echo "$ac_cv_target" >&6; }
$as_echo "$ac_cv_target" >&6; }
case $ac_cv_target in
case $ac_cv_target in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
esac
esac
target=$ac_cv_target
target=$ac_cv_target
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
set x $ac_cv_target
set x $ac_cv_target
shift
shift
Line 4056... Line 4107...
 
 
ltmain="$ac_aux_dir/ltmain.sh"
ltmain="$ac_aux_dir/ltmain.sh"
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
if test "${ac_cv_path_SED+set}" = set; then :
if ${ac_cv_path_SED+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
     for ac_i in 1 2 3 4 5 6 7; do
     for ac_i in 1 2 3 4 5 6 7; do
       ac_script="$ac_script$as_nl$ac_script"
       ac_script="$ac_script$as_nl$ac_script"
Line 4111... Line 4162...
    done
    done
  done
  done
  done
  done
IFS=$as_save_IFS
IFS=$as_save_IFS
  if test -z "$ac_cv_path_SED"; then
  if test -z "$ac_cv_path_SED"; then
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
  fi
  fi
else
else
  ac_cv_path_SED=$SED
  ac_cv_path_SED=$SED
fi
fi
 
 
Line 4138... Line 4189...
 
 
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
$as_echo_n "checking for fgrep... " >&6; }
$as_echo_n "checking for fgrep... " >&6; }
if test "${ac_cv_path_FGREP+set}" = set; then :
if ${ac_cv_path_FGREP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   then ac_cv_path_FGREP="$GREP -F"
   then ac_cv_path_FGREP="$GREP -F"
   else
   else
Line 4190... Line 4241...
    done
    done
  done
  done
  done
  done
IFS=$as_save_IFS
IFS=$as_save_IFS
  if test -z "$ac_cv_path_FGREP"; then
  if test -z "$ac_cv_path_FGREP"; then
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
  fi
  fi
else
else
  ac_cv_path_FGREP=$FGREP
  ac_cv_path_FGREP=$FGREP
fi
fi
 
 
Line 4269... Line 4320...
$as_echo_n "checking for GNU ld... " >&6; }
$as_echo_n "checking for GNU ld... " >&6; }
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
$as_echo_n "checking for non-GNU ld... " >&6; }
$as_echo_n "checking for non-GNU ld... " >&6; }
fi
fi
if test "${lt_cv_path_LD+set}" = set; then :
if ${lt_cv_path_LD+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -z "$LD"; then
  if test -z "$LD"; then
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  for ac_dir in $PATH; do
  for ac_dir in $PATH; do
Line 4306... Line 4357...
$as_echo "$LD" >&6; }
$as_echo "$LD" >&6; }
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
$as_echo "no" >&6; }
fi
fi
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
if ${lt_cv_prog_gnu_ld+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
  # I'd rather use --version here, but apparently some GNU lds only accept -v.
case `$LD -v 2>&1 
case `$LD -v 2>&1 
*GNU* | *'with BFD'*)
*GNU* | *'with BFD'*)
Line 4336... Line 4387...
 
 
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
if test "${lt_cv_path_NM+set}" = set; then :
if ${lt_cv_path_NM+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$NM"; then
  if test -n "$NM"; then
  # Let the user override the test.
  # Let the user override the test.
  lt_cv_path_NM="$NM"
  lt_cv_path_NM="$NM"
Line 4396... Line 4447...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
if ${ac_cv_prog_DUMPBIN+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$DUMPBIN"; then
  if test -n "$DUMPBIN"; then
  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
else
else
Line 4440... Line 4491...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_DUMPBIN"; then
  if test -n "$ac_ct_DUMPBIN"; then
  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
else
else
Line 4503... Line 4554...
 
 
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
if test "${lt_cv_nm_interface+set}" = set; then :
if ${lt_cv_nm_interface+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_nm_interface="BSD nm"
  lt_cv_nm_interface="BSD nm"
  echo "int some_variable = 0;" > conftest.$ac_ext
  echo "int some_variable = 0;" > conftest.$ac_ext
  (eval echo "\"\$as_me:4513: $ac_compile\"" >&5)
  (eval echo "\"\$as_me:4564: $ac_compile\"" >&5)
  (eval "$ac_compile" 2>conftest.err)
  (eval "$ac_compile" 2>conftest.err)
  cat conftest.err >&5
  cat conftest.err >&5
  (eval echo "\"\$as_me:4516: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
  (eval echo "\"\$as_me:4567: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
  cat conftest.err >&5
  cat conftest.err >&5
  (eval echo "\"\$as_me:4519: output\"" >&5)
  (eval echo "\"\$as_me:4570: output\"" >&5)
  cat conftest.out >&5
  cat conftest.out >&5
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
    lt_cv_nm_interface="MS dumpbin"
    lt_cv_nm_interface="MS dumpbin"
  fi
  fi
  rm -f conftest*
  rm -f conftest*
Line 4538... Line 4589...
fi
fi
 
 
# find the maximum length of command line arguments
# find the maximum length of command line arguments
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
if ${lt_cv_sys_max_cmd_len+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
    i=0
    i=0
  teststring="ABCD"
  teststring="ABCD"
 
 
Line 4730... Line 4781...
 
 
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
$as_echo_n "checking for $LD option to reload object files... " >&6; }
$as_echo_n "checking for $LD option to reload object files... " >&6; }
if test "${lt_cv_ld_reload_flag+set}" = set; then :
if ${lt_cv_ld_reload_flag+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_ld_reload_flag='-r'
  lt_cv_ld_reload_flag='-r'
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
Line 4766... Line 4817...
if test -n "$ac_tool_prefix"; then
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
set dummy ${ac_tool_prefix}objdump; ac_word=$2
set dummy ${ac_tool_prefix}objdump; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
if ${ac_cv_prog_OBJDUMP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$OBJDUMP"; then
  if test -n "$OBJDUMP"; then
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
else
else
Line 4806... Line 4857...
  ac_ct_OBJDUMP=$OBJDUMP
  ac_ct_OBJDUMP=$OBJDUMP
  # Extract the first word of "objdump", so it can be a program name with args.
  # Extract the first word of "objdump", so it can be a program name with args.
set dummy objdump; ac_word=$2
set dummy objdump; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_OBJDUMP"; then
  if test -n "$ac_ct_OBJDUMP"; then
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
else
else
Line 4865... Line 4916...
 
 
 
 
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
if test "${lt_cv_deplibs_check_method+set}" = set; then :
if ${lt_cv_deplibs_check_method+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_file_magic_cmd='$MAGIC_CMD'
  lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_file_magic_test_file=
lt_cv_deplibs_check_method='unknown'
lt_cv_deplibs_check_method='unknown'
Line 5081... Line 5132...
if test -n "$ac_tool_prefix"; then
if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
set dummy ${ac_tool_prefix}ar; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_AR+set}" = set; then :
if ${ac_cv_prog_AR+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$AR"; then
  if test -n "$AR"; then
  ac_cv_prog_AR="$AR" # Let the user override the test.
  ac_cv_prog_AR="$AR" # Let the user override the test.
else
else
Line 5121... Line 5172...
  ac_ct_AR=$AR
  ac_ct_AR=$AR
  # 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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
if ${ac_cv_prog_ac_ct_AR+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_AR"; then
  if test -n "$ac_ct_AR"; then
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
else
else
Line 5186... Line 5237...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then :
if ${ac_cv_prog_STRIP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$STRIP"; then
  if test -n "$STRIP"; then
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
else
Line 5226... Line 5277...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_STRIP"; then
  if test -n "$ac_ct_STRIP"; then
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
else
Line 5285... Line 5336...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_RANLIB+set}" = set; then :
if ${ac_cv_prog_RANLIB+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$RANLIB"; then
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
else
Line 5325... Line 5376...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_RANLIB"; then
  if test -n "$ac_ct_RANLIB"; then
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
else
else
Line 5442... Line 5493...
 
 
 
 
# Check for command to grab the raw symbol name followed by C symbol from nm.
# Check for command to grab the raw symbol name followed by C symbol from nm.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
if ${lt_cv_sys_global_symbol_pipe+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
 
 
# These are sane defaults that work on at least a few old systems.
# These are sane defaults that work on at least a few old systems.
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
Line 5719... Line 5770...
  fi
  fi
  rm -rf conftest*
  rm -rf conftest*
  ;;
  ;;
*-*-irix6*)
*-*-irix6*)
  # Find out which ABI we are using.
  # Find out which ABI we are using.
  echo '#line 5724 "configure"' > conftest.$ac_ext
  echo '#line 5775 "configure"' > conftest.$ac_ext
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
  (eval $ac_compile) 2>&5
  (eval $ac_compile) 2>&5
  ac_status=$?
  ac_status=$?
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }; then
  test $ac_status = 0; }; then
Line 5813... Line 5864...
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  SAVE_CFLAGS="$CFLAGS"
  SAVE_CFLAGS="$CFLAGS"
  CFLAGS="$CFLAGS -belf"
  CFLAGS="$CFLAGS -belf"
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
if test "${lt_cv_cc_needs_belf+set}" = set; then :
if ${lt_cv_cc_needs_belf+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  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'
Line 5889... Line 5940...
    if test -n "$ac_tool_prefix"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
if ${ac_cv_prog_DSYMUTIL+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$DSYMUTIL"; then
  if test -n "$DSYMUTIL"; then
  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
else
else
Line 5929... Line 5980...
  ac_ct_DSYMUTIL=$DSYMUTIL
  ac_ct_DSYMUTIL=$DSYMUTIL
  # Extract the first word of "dsymutil", so it can be a program name with args.
  # Extract the first word of "dsymutil", so it can be a program name with args.
set dummy dsymutil; ac_word=$2
set dummy dsymutil; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_DSYMUTIL"; then
  if test -n "$ac_ct_DSYMUTIL"; then
  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
else
else
Line 5981... Line 6032...
    if test -n "$ac_tool_prefix"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_NMEDIT+set}" = set; then :
if ${ac_cv_prog_NMEDIT+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$NMEDIT"; then
  if test -n "$NMEDIT"; then
  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
else
else
Line 6021... Line 6072...
  ac_ct_NMEDIT=$NMEDIT
  ac_ct_NMEDIT=$NMEDIT
  # Extract the first word of "nmedit", so it can be a program name with args.
  # Extract the first word of "nmedit", so it can be a program name with args.
set dummy nmedit; ac_word=$2
set dummy nmedit; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_NMEDIT"; then
  if test -n "$ac_ct_NMEDIT"; then
  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
else
else
Line 6073... Line 6124...
    if test -n "$ac_tool_prefix"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
set dummy ${ac_tool_prefix}lipo; ac_word=$2
set dummy ${ac_tool_prefix}lipo; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_LIPO+set}" = set; then :
if ${ac_cv_prog_LIPO+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$LIPO"; then
  if test -n "$LIPO"; then
  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
else
else
Line 6113... Line 6164...
  ac_ct_LIPO=$LIPO
  ac_ct_LIPO=$LIPO
  # Extract the first word of "lipo", so it can be a program name with args.
  # Extract the first word of "lipo", so it can be a program name with args.
set dummy lipo; ac_word=$2
set dummy lipo; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_LIPO"; then
  if test -n "$ac_ct_LIPO"; then
  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
else
else
Line 6165... Line 6216...
    if test -n "$ac_tool_prefix"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
set dummy ${ac_tool_prefix}otool; ac_word=$2
set dummy ${ac_tool_prefix}otool; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OTOOL+set}" = set; then :
if ${ac_cv_prog_OTOOL+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$OTOOL"; then
  if test -n "$OTOOL"; then
  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
else
else
Line 6205... Line 6256...
  ac_ct_OTOOL=$OTOOL
  ac_ct_OTOOL=$OTOOL
  # Extract the first word of "otool", so it can be a program name with args.
  # Extract the first word of "otool", so it can be a program name with args.
set dummy otool; ac_word=$2
set dummy otool; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_OTOOL"; then
  if test -n "$ac_ct_OTOOL"; then
  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
else
else
Line 6257... Line 6308...
    if test -n "$ac_tool_prefix"; then
    if test -n "$ac_tool_prefix"; then
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
set dummy ${ac_tool_prefix}otool64; ac_word=$2
set dummy ${ac_tool_prefix}otool64; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_OTOOL64+set}" = set; then :
if ${ac_cv_prog_OTOOL64+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$OTOOL64"; then
  if test -n "$OTOOL64"; then
  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
else
else
Line 6297... Line 6348...
  ac_ct_OTOOL64=$OTOOL64
  ac_ct_OTOOL64=$OTOOL64
  # Extract the first word of "otool64", so it can be a program name with args.
  # Extract the first word of "otool64", so it can be a program name with args.
set dummy otool64; ac_word=$2
set dummy otool64; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_OTOOL64"; then
  if test -n "$ac_ct_OTOOL64"; then
  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
else
else
Line 6372... Line 6423...
 
 
 
 
 
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
$as_echo_n "checking for -single_module linker flag... " >&6; }
$as_echo_n "checking for -single_module linker flag... " >&6; }
if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
if ${lt_cv_apple_cc_single_mod+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_apple_cc_single_mod=no
  lt_cv_apple_cc_single_mod=no
      if test -z "${LT_MULTI_MODULE}"; then
      if test -z "${LT_MULTI_MODULE}"; then
        # By default we will add the -single_module flag. You can override
        # By default we will add the -single_module flag. You can override
Line 6401... Line 6452...
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
if ${lt_cv_ld_exported_symbols_list+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_ld_exported_symbols_list=no
  lt_cv_ld_exported_symbols_list=no
      save_LDFLAGS=$LDFLAGS
      save_LDFLAGS=$LDFLAGS
      echo "_main" > conftest.sym
      echo "_main" > conftest.sym
Line 6470... Line 6521...
 
 
for ac_header in dlfcn.h
for ac_header in dlfcn.h
do :
do :
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
"
"
if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
if test "x$ac_cv_header_dlfcn_h" = xyes; then :
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
_ACEOF
_ACEOF
 
 
fi
fi
Line 6654... Line 6705...
   setopt NO_GLOB_SUBST
   setopt NO_GLOB_SUBST
fi
fi
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
$as_echo_n "checking for objdir... " >&6; }
$as_echo_n "checking for objdir... " >&6; }
if test "${lt_cv_objdir+set}" = set; then :
if ${lt_cv_objdir+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  rm -f .libs 2>/dev/null
  rm -f .libs 2>/dev/null
mkdir .libs 2>/dev/null
mkdir .libs 2>/dev/null
if test -d .libs; then
if test -d .libs; then
Line 6762... Line 6813...
case $deplibs_check_method in
case $deplibs_check_method in
file_magic*)
file_magic*)
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
if ${lt_cv_path_MAGIC_CMD+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  case $MAGIC_CMD in
  case $MAGIC_CMD in
[\\/*] |  ?:[\\/]*)
[\\/*] |  ?:[\\/]*)
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
Line 6828... Line 6879...
 
 
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -z "$lt_cv_path_MAGIC_CMD"; then
  if test -n "$ac_tool_prefix"; then
  if test -n "$ac_tool_prefix"; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
$as_echo_n "checking for file... " >&6; }
$as_echo_n "checking for file... " >&6; }
if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
if ${lt_cv_path_MAGIC_CMD+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  case $MAGIC_CMD in
  case $MAGIC_CMD in
[\\/*] |  ?:[\\/]*)
[\\/*] |  ?:[\\/]*)
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
Line 6965... Line 7016...
if test "$GCC" = yes; then
if test "$GCC" = yes; then
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_prog_compiler_rtti_exceptions=no
  lt_cv_prog_compiler_rtti_exceptions=no
   ac_outfile=conftest.$ac_objext
   ac_outfile=conftest.$ac_objext
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Line 6981... Line 7032...
   # The option is referenced via a variable to avoid confusing sed.
   # The option is referenced via a variable to avoid confusing sed.
   lt_compile=`echo "$ac_compile" | $SED \
   lt_compile=`echo "$ac_compile" | $SED \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's:$: $lt_compiler_flag:'`
   -e 's:$: $lt_compiler_flag:'`
   (eval echo "\"\$as_me:6986: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7037: $lt_compile\"" >&5)
   (eval "$lt_compile" 2>conftest.err)
   (eval "$lt_compile" 2>conftest.err)
   ac_status=$?
   ac_status=$?
   cat conftest.err >&5
   cat conftest.err >&5
   echo "$as_me:6990: \$? = $ac_status" >&5
   echo "$as_me:7041: \$? = $ac_status" >&5
   if (exit $ac_status) && test -s "$ac_outfile"; then
   if (exit $ac_status) && test -s "$ac_outfile"; then
     # The compiler can only warn and ignore the option if not recognized
     # The compiler can only warn and ignore the option if not recognized
     # So say no if there are warnings other than the usual output.
     # So say no if there are warnings other than the usual output.
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Line 7304... Line 7355...
# Check to make sure the PIC flag actually works.
# Check to make sure the PIC flag actually works.
#
#
if test -n "$lt_prog_compiler_pic"; then
if test -n "$lt_prog_compiler_pic"; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
if ${lt_cv_prog_compiler_pic_works+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_prog_compiler_pic_works=no
  lt_cv_prog_compiler_pic_works=no
   ac_outfile=conftest.$ac_objext
   ac_outfile=conftest.$ac_objext
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Line 7320... Line 7371...
   # The option is referenced via a variable to avoid confusing sed.
   # The option is referenced via a variable to avoid confusing sed.
   lt_compile=`echo "$ac_compile" | $SED \
   lt_compile=`echo "$ac_compile" | $SED \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's:$: $lt_compiler_flag:'`
   -e 's:$: $lt_compiler_flag:'`
   (eval echo "\"\$as_me:7325: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7376: $lt_compile\"" >&5)
   (eval "$lt_compile" 2>conftest.err)
   (eval "$lt_compile" 2>conftest.err)
   ac_status=$?
   ac_status=$?
   cat conftest.err >&5
   cat conftest.err >&5
   echo "$as_me:7329: \$? = $ac_status" >&5
   echo "$as_me:7380: \$? = $ac_status" >&5
   if (exit $ac_status) && test -s "$ac_outfile"; then
   if (exit $ac_status) && test -s "$ac_outfile"; then
     # The compiler can only warn and ignore the option if not recognized
     # The compiler can only warn and ignore the option if not recognized
     # So say no if there are warnings other than the usual output.
     # So say no if there are warnings other than the usual output.
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Line 7363... Line 7414...
# Check to make sure the static flag actually works.
# Check to make sure the static flag actually works.
#
#
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
if ${lt_cv_prog_compiler_static_works+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_prog_compiler_static_works=no
  lt_cv_prog_compiler_static_works=no
   save_LDFLAGS="$LDFLAGS"
   save_LDFLAGS="$LDFLAGS"
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
Line 7406... Line 7457...
 
 
 
 
 
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
if ${lt_cv_prog_compiler_c_o+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_prog_compiler_c_o=no
  lt_cv_prog_compiler_c_o=no
   $RM -r conftest 2>/dev/null
   $RM -r conftest 2>/dev/null
   mkdir conftest
   mkdir conftest
Line 7425... Line 7476...
   # with a dollar sign (not a hyphen), so the echo should work correctly.
   # with a dollar sign (not a hyphen), so the echo should work correctly.
   lt_compile=`echo "$ac_compile" | $SED \
   lt_compile=`echo "$ac_compile" | $SED \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's:$: $lt_compiler_flag:'`
   -e 's:$: $lt_compiler_flag:'`
   (eval echo "\"\$as_me:7430: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7481: $lt_compile\"" >&5)
   (eval "$lt_compile" 2>out/conftest.err)
   (eval "$lt_compile" 2>out/conftest.err)
   ac_status=$?
   ac_status=$?
   cat out/conftest.err >&5
   cat out/conftest.err >&5
   echo "$as_me:7434: \$? = $ac_status" >&5
   echo "$as_me:7485: \$? = $ac_status" >&5
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
   then
   then
     # The compiler can only warn and ignore the option if not recognized
     # The compiler can only warn and ignore the option if not recognized
     # So say no if there are warnings
     # So say no if there are warnings
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
Line 7461... Line 7512...
 
 
 
 
 
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
if ${lt_cv_prog_compiler_c_o+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  lt_cv_prog_compiler_c_o=no
  lt_cv_prog_compiler_c_o=no
   $RM -r conftest 2>/dev/null
   $RM -r conftest 2>/dev/null
   mkdir conftest
   mkdir conftest
Line 7480... Line 7531...
   # with a dollar sign (not a hyphen), so the echo should work correctly.
   # with a dollar sign (not a hyphen), so the echo should work correctly.
   lt_compile=`echo "$ac_compile" | $SED \
   lt_compile=`echo "$ac_compile" | $SED \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   -e 's:$: $lt_compiler_flag:'`
   -e 's:$: $lt_compiler_flag:'`
   (eval echo "\"\$as_me:7485: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7536: $lt_compile\"" >&5)
   (eval "$lt_compile" 2>out/conftest.err)
   (eval "$lt_compile" 2>out/conftest.err)
   ac_status=$?
   ac_status=$?
   cat out/conftest.err >&5
   cat out/conftest.err >&5
   echo "$as_me:7489: \$? = $ac_status" >&5
   echo "$as_me:7540: \$? = $ac_status" >&5
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
   then
   then
     # The compiler can only warn and ignore the option if not recognized
     # The compiler can only warn and ignore the option if not recognized
     # So say no if there are warnings
     # So say no if there are warnings
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
Line 9605... Line 9656...
 
 
  darwin*)
  darwin*)
  # if libdl is installed we need to link against it
  # if libdl is installed we need to link against it
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
$as_echo_n "checking for dlopen in -ldl... " >&6; }
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
if ${ac_cv_lib_dl_dlopen+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl  $LIBS"
LIBS="-ldl  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 9639... Line 9690...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
else
 
 
    lt_cv_dlopen="dyld"
    lt_cv_dlopen="dyld"
    lt_cv_dlopen_libs=
    lt_cv_dlopen_libs=
Line 9653... Line 9704...
 
 
    ;;
    ;;
 
 
  *)
  *)
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
if test "x$ac_cv_func_shl_load" = x""yes; then :
if test "x$ac_cv_func_shl_load" = xyes; then :
  lt_cv_dlopen="shl_load"
  lt_cv_dlopen="shl_load"
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
$as_echo_n "checking for shl_load in -ldld... " >&6; }
$as_echo_n "checking for shl_load in -ldld... " >&6; }
if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
if ${ac_cv_lib_dld_shl_load+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld  $LIBS"
LIBS="-ldld  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 9692... Line 9743...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
else
else
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
if test "x$ac_cv_func_dlopen" = x""yes; then :
if test "x$ac_cv_func_dlopen" = xyes; then :
  lt_cv_dlopen="dlopen"
  lt_cv_dlopen="dlopen"
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
$as_echo_n "checking for dlopen in -ldl... " >&6; }
if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
if ${ac_cv_lib_dl_dlopen+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl  $LIBS"
LIBS="-ldl  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 9735... Line 9786...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
if ${ac_cv_lib_svld_dlopen+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld  $LIBS"
LIBS="-lsvld  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 9774... Line 9825...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
$as_echo_n "checking for dld_link in -ldld... " >&6; }
$as_echo_n "checking for dld_link in -ldld... " >&6; }
if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
if ${ac_cv_lib_dld_dld_link+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld  $LIBS"
LIBS="-ldld  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 9813... Line 9864...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
fi
fi
 
 
 
 
fi
fi
Line 9854... Line 9905...
    save_LIBS="$LIBS"
    save_LIBS="$LIBS"
    LIBS="$lt_cv_dlopen_libs $LIBS"
    LIBS="$lt_cv_dlopen_libs $LIBS"
 
 
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
if test "${lt_cv_dlopen_self+set}" = set; then :
if ${lt_cv_dlopen_self+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
          if test "$cross_compiling" = yes; then :
          if test "$cross_compiling" = yes; then :
  lt_cv_dlopen_self=cross
  lt_cv_dlopen_self=cross
else
else
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_status=$lt_dlunknown
  lt_status=$lt_dlunknown
  cat > conftest.$ac_ext <<_LT_EOF
  cat > conftest.$ac_ext <<_LT_EOF
#line 9868 "configure"
#line 9919 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 9950... Line 10001...
 
 
    if test "x$lt_cv_dlopen_self" = xyes; then
    if test "x$lt_cv_dlopen_self" = xyes; then
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
if test "${lt_cv_dlopen_self_static+set}" = set; then :
if ${lt_cv_dlopen_self_static+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
          if test "$cross_compiling" = yes; then :
          if test "$cross_compiling" = yes; then :
  lt_cv_dlopen_self_static=cross
  lt_cv_dlopen_self_static=cross
else
else
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  lt_status=$lt_dlunknown
  lt_status=$lt_dlunknown
  cat > conftest.$ac_ext <<_LT_EOF
  cat > conftest.$ac_ext <<_LT_EOF
#line 9964 "configure"
#line 10015 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 10205... Line 10256...
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
# Reject install programs that cannot install multiple files.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
$as_echo_n "checking for a BSD-compatible install... " >&6; }
$as_echo_n "checking for a BSD-compatible install... " >&6; }
if test -z "$INSTALL"; then
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then :
if ${ac_cv_path_install+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
for as_dir in $PATH
do
do
Line 10292... Line 10343...
# name.  Accept space and tab only in the latter.
# name.  Accept space and tab only in the latter.
am_lf='
am_lf='
'
'
case `pwd` in
case `pwd` in
  *[\\\"\#\$\&\'\`$am_lf]*)
  *[\\\"\#\$\&\'\`$am_lf]*)
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
esac
esac
case $srcdir in
case $srcdir in
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
esac
esac
 
 
# 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
# arguments.  Must try -L first in case configure is actually a
# arguments.  Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# symlink; some systems play weird games with the mod time of symlinks
Line 10318... Line 10369...
 
 
      # 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".
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
alias in your environment" "$LINENO" 5
alias in your environment" "$LINENO" 5
   fi
   fi
 
 
   test "$2" = conftest.file
   test "$2" = conftest.file
   )
   )
then
then
   # Ok.
   # Ok.
   :
   :
else
else
   as_fn_error "newly created file is older than distributed files!
   as_fn_error $? "newly created file is older than distributed files!
Check your system clock" "$LINENO" 5
Check your system clock" "$LINENO" 5
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
$as_echo "yes" >&6; }
test "$program_prefix" != NONE &&
test "$program_prefix" != NONE &&
Line 10382... Line 10433...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_STRIP+set}" = set; then :
if ${ac_cv_prog_STRIP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$STRIP"; then
  if test -n "$STRIP"; then
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
else
else
Line 10422... Line 10473...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_STRIP"; then
  if test -n "$ac_ct_STRIP"; then
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
else
else
Line 10475... Line 10526...
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
if test -z "$MKDIR_P"; then
if test -z "$MKDIR_P"; then
  if test "${ac_cv_path_mkdir+set}" = set; then :
  if ${ac_cv_path_mkdir+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
do
Line 10500... Line 10551...
  done
  done
IFS=$as_save_IFS
IFS=$as_save_IFS
 
 
fi
fi
 
 
 
  test -d ./--version && rmdir ./--version
  if test "${ac_cv_path_mkdir+set}" = set; then
  if test "${ac_cv_path_mkdir+set}" = set; then
    MKDIR_P="$ac_cv_path_mkdir -p"
    MKDIR_P="$ac_cv_path_mkdir -p"
  else
  else
    # As a last resort, use the slow shell script.  Don't cache a
    # As a last resort, use the slow shell script.  Don't cache a
    # value for MKDIR_P within a source directory, because that will
    # value for MKDIR_P within a source directory, because that will
    # break other packages using the cache if that directory is
    # break other packages using the cache if that directory is
    # removed, or if the value is a relative name.
    # removed, or if the value is a relative name.
    test -d ./--version && rmdir ./--version
 
    MKDIR_P="$ac_install_sh -d"
    MKDIR_P="$ac_install_sh -d"
  fi
  fi
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
$as_echo "$MKDIR_P" >&6; }
$as_echo "$MKDIR_P" >&6; }
Line 10526... Line 10577...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_AWK+set}" = set; then :
if ${ac_cv_prog_AWK+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$AWK"; then
  if test -n "$AWK"; then
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
else
Line 10566... Line 10617...
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat >conftest.make <<\_ACEOF
  cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
SHELL = /bin/sh
all:
all:
Line 10670... Line 10721...
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  # is not polluted with repeated "-I."
  # is not polluted with repeated "-I."
  am__isrc=' -I$(srcdir)'
  am__isrc=' -I$(srcdir)'
  # test to see if srcdir already configured
  # test to see if srcdir already configured
  if test -f $srcdir/config.status; then
  if test -f $srcdir/config.status; then
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
  fi
  fi
fi
fi
 
 
# test whether we have cygpath
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
if test -z "$CYGPATH_W"; then
Line 10686... Line 10737...
fi
fi
 
 
 
 
# Define the identity of the package.
# Define the identity of the package.
 PACKAGE='or1ksim'
 PACKAGE='or1ksim'
 VERSION='2011-04-28'
 VERSION='2011-08-15'
 
 
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
#define PACKAGE "$PACKAGE"
_ACEOF
_ACEOF
Line 10729... Line 10780...
 
 
depcc="$CC"   am_compiler_list=
depcc="$CC"   am_compiler_list=
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
$as_echo_n "checking dependency style of $depcc... " >&6; }
$as_echo_n "checking dependency style of $depcc... " >&6; }
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
if ${am_cv_CC_dependencies_compiler_type+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  # We make a subdir and do the tests there.  Otherwise we can end up
  # We make a subdir and do the tests there.  Otherwise we can end up
  # making bogus files that we don't know about and never remove.  For
  # making bogus files that we don't know about and never remove.  For
Line 10853... Line 10904...
  am__fastdepCC_FALSE=
  am__fastdepCC_FALSE=
fi
fi
 
 
 
 
 
 
 
# Check whether --enable-silent-rules was given.
 
if test "${enable_silent_rules+set}" = set; then :
 
  enableval=$enable_silent_rules;
 
fi
 
 
 
case $enable_silent_rules in
 
yes) AM_DEFAULT_VERBOSITY=0;;
 
no)  AM_DEFAULT_VERBOSITY=1;;
 
*)   AM_DEFAULT_VERBOSITY=0;;
 
esac
 
AM_BACKSLASH='\'
 
 
 
 
ac_config_headers="$ac_config_headers config.h"
ac_config_headers="$ac_config_headers config.h"
 
 
 
 
 
 
Line 10894... Line 10957...
 
 
 
 
 
 
# Set the CFLAGS we want. We put the user flags last, so that if the user
# Set the CFLAGS we want. We put the user flags last, so that if the user
# changes the optimization level, that will take precedence.
# changes the optimization level, that will take precedence.
CFLAGS="-g -Wall -Werror -O2 -D$ARCH_ISA $CFLAGS"
# CFLAGS="-g -Wall -Werror -O2 -D$ARCH_ISA $CFLAGS"
 
# 15-Aug-11: Jeremy Bennett. TODO temporarily remove -Werror to get round
 
#            GCC 4.6 issues.
 
CFLAGS="-g -Wall -O2 -D$ARCH_ISA $CFLAGS"
 
 
# By default we simply use the C compiler to build assembly code.
# By default we simply use the C compiler to build assembly code.
 
 
test "${CCAS+set}" = set || CCAS=$CC
test "${CCAS+set}" = set || CCAS=$CC
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
Line 10907... Line 10973...
 
 
depcc="$CCAS"   am_compiler_list=
depcc="$CCAS"   am_compiler_list=
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
$as_echo_n "checking dependency style of $depcc... " >&6; }
$as_echo_n "checking dependency style of $depcc... " >&6; }
if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then :
if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  # We make a subdir and do the tests there.  Otherwise we can end up
  # We make a subdir and do the tests there.  Otherwise we can end up
  # making bogus files that we don't know about and never remove.  For
  # making bogus files that we don't know about and never remove.  For
Line 11039... Line 11105...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 11079... Line 11145...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
if ${ac_cv_prog_ac_ct_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
else
Line 11132... Line 11198...
          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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 11172... Line 11238...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 11231... Line 11297...
  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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_CC+set}" = set; then :
if ${ac_cv_prog_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$CC"; then
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
else
Line 11275... Line 11341...
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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
if ${ac_cv_prog_ac_ct_CC+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$ac_ct_CC"; then
  if test -n "$ac_ct_CC"; then
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
else
Line 11329... Line 11395...
fi
fi
 
 
 
 
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "no acceptable C compiler found in \$PATH
as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details." "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5; }
 
 
# Provide some information about the compiler.
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
set X $ac_compile
set X $ac_compile
ac_compiler=$2
ac_compiler=$2
Line 11351... Line 11417...
  if test -s conftest.err; then
  if test -s conftest.err; then
    sed '10a\
    sed '10a\
... rest of stderr output deleted ...
... rest of stderr output deleted ...
         10q' conftest.err >conftest.er1
         10q' conftest.err >conftest.er1
    cat conftest.er1 >&5
    cat conftest.er1 >&5
    rm -f conftest.er1 conftest.err
 
  fi
  fi
 
  rm -f conftest.er1 conftest.err
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
  test $ac_status = 0; }
  test $ac_status = 0; }
done
done
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
if test "${ac_cv_c_compiler_gnu+set}" = set; then :
if ${ac_cv_c_compiler_gnu+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
 
 
Line 11396... Line 11462...
fi
fi
ac_test_CFLAGS=${CFLAGS+set}
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
ac_save_CFLAGS=$CFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
$as_echo_n "checking whether $CC accepts -g... " >&6; }
if test "${ac_cv_prog_cc_g+set}" = set; then :
if ${ac_cv_prog_cc_g+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_save_c_werror_flag=$ac_c_werror_flag
  ac_save_c_werror_flag=$ac_c_werror_flag
   ac_c_werror_flag=yes
   ac_c_werror_flag=yes
   ac_cv_prog_cc_g=no
   ac_cv_prog_cc_g=no
Line 11474... Line 11540...
    CFLAGS=
    CFLAGS=
  fi
  fi
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
if test "${ac_cv_prog_cc_c89+set}" = set; then :
if ${ac_cv_prog_cc_c89+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_cv_prog_cc_c89=no
  ac_cv_prog_cc_c89=no
ac_save_CC=$CC
ac_save_CC=$CC
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 11578... Line 11644...
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
fi
fi
set dummy $CC; ac_cc=`$as_echo "$2" |
set dummy $CC; ac_cc=`$as_echo "$2" |
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
 
 
Line 11700... Line 11766...
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat >conftest.make <<\_ACEOF
  cat >conftest.make <<\_ACEOF
SHELL = /bin/sh
SHELL = /bin/sh
all:
all:
Line 11733... Line 11799...
 
 
# 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
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_prog_AR+set}" = set; then :
if ${ac_cv_prog_AR+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$AR"; then
  if test -n "$AR"; then
  ac_cv_prog_AR="$AR" # Let the user override the test.
  ac_cv_prog_AR="$AR" # Let the user override the test.
else
else
Line 11773... Line 11839...
# This allows people to set it when running configure or make
# This allows people to set it when running configure or make
test -n "$ARFLAGS" || ARFLAGS="cr"
test -n "$ARFLAGS" || ARFLAGS="cr"
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
$as_echo_n "checking return type of signal handlers... " >&6; }
$as_echo_n "checking return type of signal handlers... " >&6; }
if test "${ac_cv_type_signal+set}" = set; then :
if ${ac_cv_type_signal+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
#include 
#include 
Line 11812... Line 11878...
                 net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h  \
                 net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h  \
                 limits.h linux/if_tun.h
                 limits.h linux/if_tun.h
do :
do :
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
eval as_val=\$$as_ac_Header
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   if test "x$as_val" = x""yes; then :
 
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
_ACEOF
 
 
fi
fi
Line 11826... Line 11891...
 
 
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=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
eval as_val=\$$as_ac_var
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   if test "x$as_val" = x""yes; then :
 
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
_ACEOF
 
 
fi
fi
Line 11839... Line 11903...
 
 
for ac_func in grantpt unlockpt ptsname on_exit
for ac_func in grantpt unlockpt ptsname on_exit
do :
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
eval as_val=\$$as_ac_var
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   if test "x$as_val" = x""yes; then :
 
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
_ACEOF
 
 
fi
fi
done
done
 
 
for ac_func in basename
for ac_func in basename
do :
do :
  ac_fn_c_check_func "$LINENO" "basename" "ac_cv_func_basename"
  ac_fn_c_check_func "$LINENO" "basename" "ac_cv_func_basename"
if test "x$ac_cv_func_basename" = x""yes; then :
if test "x$ac_cv_func_basename" = xyes; then :
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define HAVE_BASENAME 1
#define HAVE_BASENAME 1
_ACEOF
_ACEOF
 
 
fi
fi
done
done
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
$as_echo_n "checking for working strcoll... " >&6; }
$as_echo_n "checking for working strcoll... " >&6; }
if test "${ac_cv_func_strcoll_works+set}" = set; then :
if ${ac_cv_func_strcoll_works+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&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
Line 11901... Line 11964...
fi
fi
 
 
ac_fn_c_check_decl "$LINENO" "I_PUSH" "ac_cv_have_decl_I_PUSH" "\
ac_fn_c_check_decl "$LINENO" "I_PUSH" "ac_cv_have_decl_I_PUSH" "\
               #include 
               #include 
"
"
if test "x$ac_cv_have_decl_I_PUSH" = x""yes; then :
if test "x$ac_cv_have_decl_I_PUSH" = xyes; then :
  ac_have_decl=1
  ac_have_decl=1
else
else
  ac_have_decl=0
  ac_have_decl=0
fi
fi
 
 
Line 11913... Line 11976...
#define HAVE_DECL_I_PUSH $ac_have_decl
#define HAVE_DECL_I_PUSH $ac_have_decl
_ACEOF
_ACEOF
ac_fn_c_check_decl "$LINENO" "rl_event_hook" "ac_cv_have_decl_rl_event_hook" "\
ac_fn_c_check_decl "$LINENO" "rl_event_hook" "ac_cv_have_decl_rl_event_hook" "\
               #include 
               #include 
"
"
if test "x$ac_cv_have_decl_rl_event_hook" = x""yes; then :
if test "x$ac_cv_have_decl_rl_event_hook" = xyes; then :
  ac_have_decl=1
  ac_have_decl=1
else
else
  ac_have_decl=0
  ac_have_decl=0
fi
fi
 
 
Line 11925... Line 11988...
#define HAVE_DECL_RL_EVENT_HOOK $ac_have_decl
#define HAVE_DECL_RL_EVENT_HOOK $ac_have_decl
_ACEOF
_ACEOF
 
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
if test "${ac_cv_c_bigendian+set}" = set; then :
if ${ac_cv_c_bigendian+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_cv_c_bigendian=unknown
  ac_cv_c_bigendian=unknown
    # See if we're dealing with a universal compiler.
    # See if we're dealing with a universal compiler.
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 12143... Line 12206...
 
 
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
 
 
     ;; #(
     ;; #(
   *)
   *)
     as_fn_error "unknown endianness
     as_fn_error $? "unknown endianness
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 esac
 esac
 
 
 
 
# The test for strndup, strcasecmp and isblank fails on modern machines. I
# The test for strndup, strcasecmp and isblank fails on modern machines. I
Line 12166... Line 12229...
int
int
main ()
main ()
{
{
\
\
                                const char *s = "test";
                                const char *s = "test";
                                  char       *t;
                                  (void) strndup (s, 3);
                                  t = strndup (s, 3);
 
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
if ac_fn_c_try_link "$LINENO"; then :
Line 12202... Line 12264...
main ()
main ()
{
{
\
\
                                const char *s = "test";
                                const char *s = "test";
                                  const char *t = "TEST";
                                  const char *t = "TEST";
                                  int         res;
                                  (void) strcasecmp (s, t);
                                  res = strcasecmp (s, t);
 
  ;
  ;
  return 0;
  return 0;
}
}
_ACEOF
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
if ac_fn_c_try_link "$LINENO"; then :
Line 12256... Line 12317...
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext \
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
 
 
# Checks for typedefs, structures, and compiler characteristics (for argtable2)
# Checks for typedefs, structures, and compiler characteristics (for argtable2)
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
if test "x$ac_cv_type_size_t" = x""yes; then :
if test "x$ac_cv_type_size_t" = xyes; then :
 
 
else
else
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define size_t unsigned int
#define size_t unsigned int
Line 12268... Line 12329...
 
 
fi
fi
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
if test "${ac_cv_struct_tm+set}" = set; then :
if ${ac_cv_struct_tm+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h.  */
/* end confdefs.h.  */
#include 
#include 
Line 12306... Line 12367...
 
 
# Checks for library functions (for argtable2).
# Checks for library functions (for argtable2).
for ac_header in stdlib.h
for ac_header in stdlib.h
do :
do :
  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
if test "x$ac_cv_header_stdlib_h" = x""yes; then :
if test "x$ac_cv_header_stdlib_h" = xyes; then :
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
_ACEOF
_ACEOF
 
 
fi
fi
 
 
done
done
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
if ${ac_cv_func_malloc_0_nonnull+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test "$cross_compiling" = yes; then :
  if test "$cross_compiling" = yes; then :
  ac_cv_func_malloc_0_nonnull=no
  ac_cv_func_malloc_0_nonnull=no
else
else
Line 12373... Line 12434...
 
 
 
 
for ac_func in strftime
for ac_func in strftime
do :
do :
  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
if test "x$ac_cv_func_strftime" = x""yes; then :
if test "x$ac_cv_func_strftime" = xyes; then :
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define HAVE_STRFTIME 1
#define HAVE_STRFTIME 1
_ACEOF
_ACEOF
 
 
else
else
  # strftime is in -lintl on SCO UNIX.
  # strftime is in -lintl on SCO UNIX.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
$as_echo_n "checking for strftime in -lintl... " >&6; }
$as_echo_n "checking for strftime in -lintl... " >&6; }
if test "${ac_cv_lib_intl_strftime+set}" = set; then :
if ${ac_cv_lib_intl_strftime+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lintl  $LIBS"
LIBS="-lintl  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 12416... Line 12477...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
$as_echo "$ac_cv_lib_intl_strftime" >&6; }
$as_echo "$ac_cv_lib_intl_strftime" >&6; }
if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
if test "x$ac_cv_lib_intl_strftime" = xyes; then :
  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
 
 
LIBS="-lintl $LIBS"
LIBS="-lintl $LIBS"
fi
fi
 
 
fi
fi
done
done
 
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&5
$as_echo_n "checking for working strtod... " >&6; }
$as_echo_n "checking for working strtod... " >&6; }
if test "${ac_cv_func_strtod+set}" = set; then :
if ${ac_cv_func_strtod+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test "$cross_compiling" = yes; then :
  if test "$cross_compiling" = yes; then :
  ac_cv_func_strtod=no
  ac_cv_func_strtod=no
else
else
Line 12486... Line 12547...
  *) LIBOBJS="$LIBOBJS strtod.$ac_objext"
  *) LIBOBJS="$LIBOBJS strtod.$ac_objext"
 ;;
 ;;
esac
esac
 
 
ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow"
if test "x$ac_cv_func_pow" = x""yes; then :
if test "x$ac_cv_func_pow" = xyes; then :
 
 
fi
fi
 
 
if test $ac_cv_func_pow = no; then
if test $ac_cv_func_pow = no; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
$as_echo_n "checking for pow in -lm... " >&6; }
$as_echo_n "checking for pow in -lm... " >&6; }
if test "${ac_cv_lib_m_pow+set}" = set; then :
if ${ac_cv_lib_m_pow+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lm  $LIBS"
LIBS="-lm  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 12527... Line 12588...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
$as_echo "$ac_cv_lib_m_pow" >&6; }
$as_echo "$ac_cv_lib_m_pow" >&6; }
if test "x$ac_cv_lib_m_pow" = x""yes; then :
if test "x$ac_cv_lib_m_pow" = xyes; then :
  POW_LIB=-lm
  POW_LIB=-lm
else
else
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5
$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
$as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
fi
fi
Line 12542... Line 12603...
 
 
for ac_func in bzero strchr strcspn strrchr strtol
for ac_func in bzero strchr strcspn strrchr strtol
do :
do :
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
eval as_val=\$$as_ac_var
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   if test "x$as_val" = x""yes; then :
 
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
_ACEOF
 
 
fi
fi
done
done
 
 
ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
if test "x$ac_cv_func_getopt_long" = x""yes; then :
if test "x$ac_cv_func_getopt_long" = xyes; then :
  SYS_GETOPTLONG=1
  SYS_GETOPTLONG=1
else
else
  SYS_GETOPTLONG=0
  SYS_GETOPTLONG=0
fi
fi
 
 
ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp"
ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp"
if test "x$ac_cv_func_regcomp" = x""yes; then :
if test "x$ac_cv_func_regcomp" = xyes; then :
  SYS_REGEX=1
  SYS_REGEX=1
else
else
  SYS_REGEX=0
  SYS_REGEX=0
fi
fi
 
 
ac_fn_c_check_func "$LINENO" "strptime" "ac_cv_func_strptime"
ac_fn_c_check_func "$LINENO" "strptime" "ac_cv_func_strptime"
if test "x$ac_cv_func_strptime" = x""yes; then :
if test "x$ac_cv_func_strptime" = xyes; then :
  SYS_STRPTIME=1
  SYS_STRPTIME=1
else
else
  SYS_STRPTIME=0
  SYS_STRPTIME=0
fi
fi
 
 
Line 12621... Line 12681...
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
 
# check for {u,}int{8,16,32}_t in inttypes.h.
# check for {u,}int{8,16,32}_t in inttypes.h.
ac_fn_c_check_type "$LINENO" "uint8_t" "ac_cv_type_uint8_t" "#include 
ac_fn_c_check_type "$LINENO" "uint8_t" "ac_cv_type_uint8_t" "#include 
"
"
if test "x$ac_cv_type_uint8_t" = x""yes; then :
if test "x$ac_cv_type_uint8_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_UINT8_T 1
#define HAVE_UINT8_T 1
_ACEOF
_ACEOF
 
 
 
 
fi
fi
ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "#include 
ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "#include 
"
"
if test "x$ac_cv_type_uint16_t" = x""yes; then :
if test "x$ac_cv_type_uint16_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_UINT16_T 1
#define HAVE_UINT16_T 1
_ACEOF
_ACEOF
 
 
 
 
fi
fi
ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include 
ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include 
"
"
if test "x$ac_cv_type_uint32_t" = x""yes; then :
if test "x$ac_cv_type_uint32_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_UINT32_T 1
#define HAVE_UINT32_T 1
_ACEOF
_ACEOF
 
 
 
 
fi
fi
 
 
ac_fn_c_check_type "$LINENO" "int8_t" "ac_cv_type_int8_t" "#include 
ac_fn_c_check_type "$LINENO" "int8_t" "ac_cv_type_int8_t" "#include 
"
"
if test "x$ac_cv_type_int8_t" = x""yes; then :
if test "x$ac_cv_type_int8_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_INT8_T 1
#define HAVE_INT8_T 1
_ACEOF
_ACEOF
 
 
 
 
fi
fi
ac_fn_c_check_type "$LINENO" "int16_t" "ac_cv_type_int16_t" "#include 
ac_fn_c_check_type "$LINENO" "int16_t" "ac_cv_type_int16_t" "#include 
"
"
if test "x$ac_cv_type_int16_t" = x""yes; then :
if test "x$ac_cv_type_int16_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_INT16_T 1
#define HAVE_INT16_T 1
_ACEOF
_ACEOF
 
 
 
 
fi
fi
ac_fn_c_check_type "$LINENO" "int32_t" "ac_cv_type_int32_t" "#include 
ac_fn_c_check_type "$LINENO" "int32_t" "ac_cv_type_int32_t" "#include 
"
"
if test "x$ac_cv_type_int32_t" = x""yes; then :
if test "x$ac_cv_type_int32_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_INT32_T 1
#define HAVE_INT32_T 1
_ACEOF
_ACEOF
 
 
Line 12688... Line 12748...
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
$as_echo_n "checking size of char... " >&6; }
$as_echo_n "checking size of char... " >&6; }
if test "${ac_cv_sizeof_char+set}" = set; then :
if ${ac_cv_sizeof_char+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
 
 
else
else
  if test "$ac_cv_type_char" = yes; then
  if test "$ac_cv_type_char" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "cannot compute sizeof (char)
as_fn_error "cannot compute sizeof (char)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
   else
   else
     ac_cv_sizeof_char=0
     ac_cv_sizeof_char=0
   fi
   fi
fi
fi
 
 
Line 12722... Line 12781...
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
$as_echo_n "checking size of short... " >&6; }
$as_echo_n "checking size of short... " >&6; }
if test "${ac_cv_sizeof_short+set}" = set; then :
if ${ac_cv_sizeof_short+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
 
 
else
else
  if test "$ac_cv_type_short" = yes; then
  if test "$ac_cv_type_short" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "cannot compute sizeof (short)
as_fn_error "cannot compute sizeof (short)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
   else
   else
     ac_cv_sizeof_short=0
     ac_cv_sizeof_short=0
   fi
   fi
fi
fi
 
 
Line 12756... Line 12814...
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
$as_echo_n "checking size of int... " >&6; }
$as_echo_n "checking size of int... " >&6; }
if test "${ac_cv_sizeof_int+set}" = set; then :
if ${ac_cv_sizeof_int+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
 
 
else
else
  if test "$ac_cv_type_int" = yes; then
  if test "$ac_cv_type_int" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "cannot compute sizeof (int)
as_fn_error "cannot compute sizeof (int)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
   else
   else
     ac_cv_sizeof_int=0
     ac_cv_sizeof_int=0
   fi
   fi
fi
fi
 
 
Line 12790... Line 12847...
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
$as_echo_n "checking size of long... " >&6; }
$as_echo_n "checking size of long... " >&6; }
if test "${ac_cv_sizeof_long+set}" = set; then :
if ${ac_cv_sizeof_long+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
 
 
else
else
  if test "$ac_cv_type_long" = yes; then
  if test "$ac_cv_type_long" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "cannot compute sizeof (long)
as_fn_error "cannot compute sizeof (long)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
   else
   else
     ac_cv_sizeof_long=0
     ac_cv_sizeof_long=0
   fi
   fi
fi
fi
 
 
Line 12824... Line 12880...
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
$as_echo_n "checking size of long long... " >&6; }
$as_echo_n "checking size of long long... " >&6; }
if test "${ac_cv_sizeof_long_long+set}" = set; then :
if ${ac_cv_sizeof_long_long+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
 
 
else
else
  if test "$ac_cv_type_long_long" = yes; then
  if test "$ac_cv_type_long_long" = yes; then
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error 77 "cannot compute sizeof (long long)
as_fn_error "cannot compute sizeof (long long)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details." "$LINENO" 5; }; }
 
   else
   else
     ac_cv_sizeof_long_long=0
     ac_cv_sizeof_long_long=0
   fi
   fi
fi
fi
 
 
Line 12855... Line 12910...
 
 
 
 
 
 
#Check for compare function type for qsort (needed by some Linuxes)
#Check for compare function type for qsort (needed by some Linuxes)
ac_fn_c_check_type "$LINENO" "__compar_fn_t" "ac_cv_type___compar_fn_t" "$ac_includes_default"
ac_fn_c_check_type "$LINENO" "__compar_fn_t" "ac_cv_type___compar_fn_t" "$ac_includes_default"
if test "x$ac_cv_type___compar_fn_t" = x""yes; then :
if test "x$ac_cv_type___compar_fn_t" = xyes; then :
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE___COMPAR_FN_T 1
#define HAVE___COMPAR_FN_T 1
_ACEOF
_ACEOF
 
 
Line 12868... Line 12923...
 
 
 
 
# check for GNU readline
# check for GNU readline
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_history in -lreadline" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_history in -lreadline" >&5
$as_echo_n "checking for add_history in -lreadline... " >&6; }
$as_echo_n "checking for add_history in -lreadline... " >&6; }
if test "${ac_cv_lib_readline_add_history+set}" = set; then :
if ${ac_cv_lib_readline_add_history+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  ac_check_lib_save_LIBS=$LIBS
  ac_check_lib_save_LIBS=$LIBS
LIBS="-lreadline  $LIBS"
LIBS="-lreadline  $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Line 12902... Line 12957...
    conftest$ac_exeext conftest.$ac_ext
    conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_add_history" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_add_history" >&5
$as_echo "$ac_cv_lib_readline_add_history" >&6; }
$as_echo "$ac_cv_lib_readline_add_history" >&6; }
if test "x$ac_cv_lib_readline_add_history" = x""yes; then :
if test "x$ac_cv_lib_readline_add_history" = xyes; then :
  cat >>confdefs.h <<_ACEOF
  cat >>confdefs.h <<_ACEOF
#define HAVE_LIBREADLINE 1
#define HAVE_LIBREADLINE 1
_ACEOF
_ACEOF
 
 
  LIBS="-lreadline $LIBS"
  LIBS="-lreadline $LIBS"
Line 12966... Line 13021...
      execution="1"
      execution="1"
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: complex" >&5
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: complex" >&5
$as_echo "complex" >&6; }
$as_echo "complex" >&6; }
      ;;
      ;;
    *)
    *)
      as_fn_error "\"execution must one of simple/complex\"" "$LINENO" 5
      as_fn_error $? "\"execution must one of simple/complex\"" "$LINENO" 5
      ;;
      ;;
    esac
    esac
 
 
else
else
 
 
Line 13200... Line 13255...
     t end
     t end
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     :end' >>confcache
     :end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  if test -w "$cache_file"; then
  if test -w "$cache_file"; then
    test "x$cache_file" != "x/dev/null" &&
    if test "x$cache_file" != "x/dev/null"; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
$as_echo "$as_me: updating cache $cache_file" >&6;}
$as_echo "$as_me: updating cache $cache_file" >&6;}
    cat confcache >$cache_file
      if test ! -f "$cache_file" || test -h "$cache_file"; then
 
        cat confcache >"$cache_file"
 
      else
 
        case $cache_file in #(
 
        */* | ?:*)
 
          mv -f confcache "$cache_file"$$ &&
 
          mv -f "$cache_file"$$ "$cache_file" ;; #(
 
        *)
 
          mv -f confcache "$cache_file" ;;
 
        esac
 
      fi
 
    fi
  else
  else
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  fi
  fi
fi
fi
Line 13219... Line 13285...
 
 
DEFS=-DHAVE_CONFIG_H
DEFS=-DHAVE_CONFIG_H
 
 
ac_libobjs=
ac_libobjs=
ac_ltlibobjs=
ac_ltlibobjs=
 
U=
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  # 1. Remove the extension, and $U if already installed.
  # 1. Remove the extension, and $U if already installed.
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
Line 13234... Line 13301...
 
 
LTLIBOBJS=$ac_ltlibobjs
LTLIBOBJS=$ac_ltlibobjs
 
 
 
 
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
  as_fn_error "conditional \"AMDEP\" was never defined.
  as_fn_error $? "conditional \"AMDEP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
 if test -n "$EXEEXT"; then
 if test -n "$EXEEXT"; then
  am__EXEEXT_TRUE=
  am__EXEEXT_TRUE=
  am__EXEEXT_FALSE='#'
  am__EXEEXT_FALSE='#'
Line 13250... Line 13317...
  am__EXEEXT_TRUE='#'
  am__EXEEXT_TRUE='#'
  am__EXEEXT_FALSE=
  am__EXEEXT_FALSE=
fi
fi
 
 
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
  as_fn_error "conditional \"am__fastdepCCAS\" was never defined.
  as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
 
 
if test -z "${USE_SYS_GETOPTLONG_TRUE}" && test -z "${USE_SYS_GETOPTLONG_FALSE}"; then
if test -z "${USE_SYS_GETOPTLONG_TRUE}" && test -z "${USE_SYS_GETOPTLONG_FALSE}"; then
  as_fn_error "conditional \"USE_SYS_GETOPTLONG\" was never defined.
  as_fn_error $? "conditional \"USE_SYS_GETOPTLONG\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
if test -z "${USE_ARGREX_TRUE}" && test -z "${USE_ARGREX_FALSE}"; then
if test -z "${USE_ARGREX_TRUE}" && test -z "${USE_ARGREX_FALSE}"; then
  as_fn_error "conditional \"USE_ARGREX\" was never defined.
  as_fn_error $? "conditional \"USE_ARGREX\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
if test -z "${USE_ARGDATE_TRUE}" && test -z "${USE_ARGDATE_FALSE}"; then
if test -z "${USE_ARGDATE_TRUE}" && test -z "${USE_ARGDATE_FALSE}"; then
  as_fn_error "conditional \"USE_ARGDATE\" was never defined.
  as_fn_error $? "conditional \"USE_ARGDATE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
if test -z "${GENERATE_NEEDED_TRUE}" && test -z "${GENERATE_NEEDED_FALSE}"; then
if test -z "${GENERATE_NEEDED_TRUE}" && test -z "${GENERATE_NEEDED_FALSE}"; then
  as_fn_error "conditional \"GENERATE_NEEDED\" was never defined.
  as_fn_error $? "conditional \"GENERATE_NEEDED\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
fi
 
 
: ${CONFIG_STATUS=./config.status}
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
ac_write_fail=0
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"
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Line 13372... Line 13439...
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
# splitting by setting IFS to empty value.)
IFS=" ""        $as_nl"
IFS=" ""        $as_nl"
 
 
# Find who we are.  Look in the path if we contain no directory separator.
# Find who we are.  Look in the path if we contain no directory separator.
 
as_myself=
case $0 in #((
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
for as_dir in $PATH
do
do
Line 13417... Line 13485...
 
 
# CDPATH.
# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 
 
 
# as_fn_error ERROR [LINENO LOG_FD]
# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ---------------------------------
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with status $?, using 1 if that was 0.
# script with STATUS, using 1 if that was 0.
as_fn_error ()
as_fn_error ()
{
{
  as_status=$?; test $as_status -eq 0 && as_status=1
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$3"; then
  if test "$4"; then
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  fi
  $as_echo "$as_me: error: $1" >&2
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
  as_fn_exit $as_status
} # as_fn_error
} # as_fn_error
 
 
 
 
# as_fn_set_status STATUS
# as_fn_set_status STATUS
Line 13625... Line 13693...
          }
          }
          s/.*/./; q'`
          s/.*/./; q'`
      test -d "$as_dir" && break
      test -d "$as_dir" && break
    done
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
 
 
 
} # as_fn_mkdir_p
} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
if mkdir -p . 2>/dev/null; then
  as_mkdir_p='mkdir -p "$as_dir"'
  as_mkdir_p='mkdir -p "$as_dir"'
Line 13678... Line 13746...
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# Save the log message, to keep $0 and so on meaningful, and to
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
# values after options handling.
ac_log="
ac_log="
This file was extended by or1ksim $as_me 2011-04-28, which was
This file was extended by or1ksim $as_me 2011-08-15, which was
generated by GNU Autoconf 2.64.  Invocation command line was
generated by GNU Autoconf 2.68.  Invocation command line was
 
 
  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Line 13719... Line 13787...
 
 
Usage: $0 [OPTION]... [TAG]...
Usage: $0 [OPTION]... [TAG]...
 
 
  -h, --help       print this help, then exit
  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
  -V, --version    print version number and configuration settings, then exit
 
      --config     print configuration, then exit
  -q, --quiet, --silent
  -q, --quiet, --silent
                   do not print progress messages
                   do not print progress messages
  -d, --debug      don't remove temporary files
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
      --file=FILE[:TEMPLATE]
Line 13741... Line 13810...
 
 
Report bugs to ."
Report bugs to ."
 
 
_ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ac_cs_version="\\
or1ksim config.status 2011-04-28
or1ksim config.status 2011-08-15
configured by $0, generated by GNU Autoconf 2.64,
configured by $0, generated by GNU Autoconf 2.68,
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  with options \\"\$ac_cs_config\\"
 
 
Copyright (C) 2009 Free Software Foundation, Inc.
Copyright (C) 2010 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
gives unlimited permission to copy, distribute and modify it."
 
 
ac_pwd='$ac_pwd'
ac_pwd='$ac_pwd'
srcdir='$srcdir'
srcdir='$srcdir'
Line 13764... Line 13834...
# The default lists apply if the user does not specify any file.
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
ac_need_defaults=:
while test $# != 0
while test $# != 0
do
do
  case $1 in
  case $1 in
  --*=*)
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ac_shift=:
    ;;
    ;;
 
  --*=)
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
    ac_optarg=
 
    ac_shift=:
 
    ;;
  *)
  *)
    ac_option=$1
    ac_option=$1
    ac_optarg=$2
    ac_optarg=$2
    ac_shift=shift
    ac_shift=shift
    ;;
    ;;
Line 13782... Line 13857...
  # Handling of the options.
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    $as_echo "$ac_cs_version"; exit ;;
    $as_echo "$ac_cs_version"; exit ;;
 
  --config | --confi | --conf | --con | --co | --c )
 
    $as_echo "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
    debug=: ;;
  --file | --fil | --fi | --f )
  --file | --fil | --fi | --f )
    $ac_shift
    $ac_shift
    case $ac_optarg in
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
    '') as_fn_error $? "missing file argument" ;;
    esac
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
  --header | --heade | --head | --hea )
    $ac_shift
    $ac_shift
Line 13800... Line 13878...
    esac
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
    ac_need_defaults=false;;
  --he | --h)
  --he | --h)
    # Conflict between --help and --header
    # Conflict between --help and --header
    as_fn_error "ambiguous option: \`$1'
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
Try \`$0 --help' for more information.";;
  --help | --hel | -h )
  --help | --hel | -h )
    $as_echo "$ac_cs_usage"; exit ;;
    $as_echo "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;
    ac_cs_silent=: ;;
 
 
  # This is an error.
  # This is an error.
  -*) as_fn_error "unrecognized option: \`$1'
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;
Try \`$0 --help' for more information." ;;
 
 
  *) as_fn_append ac_config_targets " $1"
  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;
     ac_need_defaults=false ;;
 
 
Line 14154... Line 14232...
    "testsuite/test-code/lib-upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-upcalls/Makefile" ;;
    "testsuite/test-code/lib-upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-upcalls/Makefile" ;;
    "tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
    "tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
    "vapi/Makefile") CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
    "vapi/Makefile") CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
    "cpu/or32/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or32/Makefile" ;;
    "cpu/or32/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or32/Makefile" ;;
 
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  esac
  esac
done
done
 
 
 
 
# If the user did not use the arguments to specify the items to instantiate,
# If the user did not use the arguments to specify the items to instantiate,
Line 14177... Line 14255...
# Hook for its removal unless debugging.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
$debug ||
{
{
  tmp=
  tmp= ac_tmp=
  trap 'exit_status=$?
  trap 'exit_status=$?
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  : "${ac_tmp:=$tmp}"
 
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
' 0
  trap 'as_fn_exit 1' 1 2 13 15
  trap 'as_fn_exit 1' 1 2 13 15
}
}
# Create a (secure) tmp directory for tmp files.
# Create a (secure) tmp directory for tmp files.
 
 
{
{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -n "$tmp" && test -d "$tmp"
  test -d "$tmp"
}  ||
}  ||
{
{
  tmp=./conf$$-$RANDOM
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
  (umask 077 && mkdir "$tmp")
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
ac_tmp=$tmp
 
 
# Set up the scripts for CONFIG_FILES section.
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then
if test -n "$CONFIG_FILES"; then
Line 14209... Line 14289...
if test "x$ac_cr" = x; then
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
  eval ac_cr=\$\'\\r\'
fi
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\r'
  ac_cs_awk_cr='\\r'
else
else
  ac_cs_awk_cr=$ac_cr
  ac_cs_awk_cr=$ac_cr
fi
fi
 
 
echo 'BEGIN {' >"$tmp/subs1.awk" &&
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
_ACEOF
_ACEOF
 
 
 
 
{
{
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "cat >conf$$subs.awk <<_ACEOF" &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
  echo "_ACEOF"
  echo "_ACEOF"
} >conf$$subs.sh ||
} >conf$$subs.sh ||
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ac_delim='%!_!# '
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
for ac_last_try in false false false false false :; do
  . ./conf$$subs.sh ||
  . ./conf$$subs.sh ||
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
 
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
  if test $ac_delim_n = $ac_delim_num; then
  if test $ac_delim_n = $ac_delim_num; then
    break
    break
  elif $ac_last_try; then
  elif $ac_last_try; then
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
  else
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
  fi
done
done
rm -f conf$$subs.sh
rm -f conf$$subs.sh
 
 
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
_ACEOF
_ACEOF
sed -n '
sed -n '
h
h
s/^/S["/; s/!.*/"]=/
s/^/S["/; s/!.*/"]=/
p
p
Line 14256... Line 14336...
t repl
t repl
s/'"$ac_delim"'$//
s/'"$ac_delim"'$//
t delim
t delim
:nl
:nl
h
h
s/\(.\{148\}\).*/\1/
s/\(.\{148\}\)..*/\1/
t more1
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
p
n
n
b repl
b repl
Line 14270... Line 14350...
g
g
s/.\{148\}//
s/.\{148\}//
t nl
t nl
:delim
:delim
h
h
s/\(.\{148\}\).*/\1/
s/\(.\{148\}\)..*/\1/
t more2
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
p
b
b
:more2
:more2
Line 14290... Line 14370...
}
}
' >>$CONFIG_STATUS || ac_write_fail=1
' >>$CONFIG_STATUS || ac_write_fail=1
rm -f conf$$subs.awk
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
_ACAWK
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  for (key in S) S_is_set[key] = 1
  FS = ""
  FS = ""
 
 
}
}
{
{
Line 14322... Line 14402...
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
else
  cat
  cat
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF
_ACEOF
 
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
# trailing colons and then remove the whole line if VPATH becomes empty
# trailing colons and then remove the whole line if VPATH becomes empty
# (actually we leave an empty line to preserve line numbers).
# (actually we leave an empty line to preserve line numbers).
if test "x$srcdir" = x.; then
if test "x$srcdir" = x.; then
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
s/:*\$(srcdir):*/:/
h
s/:*\${srcdir}:*/:/
s///
s/:*@srcdir@:*/:/
s/^/:/
s/^\([^=]*=[     ]*\):*/\1/
s/[      ]*$/:/
 
s/:\$(srcdir):/:/g
 
s/:\${srcdir}:/:/g
 
s/:@srcdir@:/:/g
 
s/^:*//
s/:*$//
s/:*$//
 
x
 
s/\(=[   ]*\).*/\1/
 
G
 
s/\n//
s/^[^=]*=[       ]*$//
s/^[^=]*=[       ]*$//
}'
}'
fi
fi
 
 
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Line 14348... Line 14436...
 
 
# Set up the scripts for CONFIG_HEADERS section.
# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
if test -n "$CONFIG_HEADERS"; then
cat >"$tmp/defines.awk" <<\_ACAWK ||
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
BEGIN {
_ACEOF
_ACEOF
 
 
# Transform confdefs.h into an awk script `defines.awk', embedded as
# Transform confdefs.h into an awk script `defines.awk', embedded as
# here-document in config.status, that substitutes the proper values into
# here-document in config.status, that substitutes the proper values into
Line 14360... Line 14448...
 
 
# Create a delimiter string that does not exist in confdefs.h, to ease
# Create a delimiter string that does not exist in confdefs.h, to ease
# handling of long lines.
# handling of long lines.
ac_delim='%!_!# '
ac_delim='%!_!# '
for ac_last_try in false false :; do
for ac_last_try in false false :; do
  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  if test -z "$ac_t"; then
  if test -z "$ac_tt"; then
    break
    break
  elif $ac_last_try; then
  elif $ac_last_try; then
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  else
  else
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
  fi
  fi
done
done
 
 
Line 14449... Line 14537...
}
}
{ print }
{ print }
_ACAWK
_ACAWK
_ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"
fi # test -n "$CONFIG_HEADERS"
 
 
 
 
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
shift
Line 14462... Line 14550...
  case $ac_tag in
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  esac
  case $ac_mode$ac_tag in
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  esac
  ac_save_IFS=$IFS
  ac_save_IFS=$IFS
  IFS=:
  IFS=:
Line 14481... Line 14569...
  :[FH])
  :[FH])
    ac_file_inputs=
    ac_file_inputs=
    for ac_f
    for ac_f
    do
    do
      case $ac_f in
      case $ac_f in
      -) ac_f="$tmp/stdin";;
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
      *) # Look for the file first in the build tree, then in the source tree
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
         # because $ac_f cannot contain `:'.
         # because $ac_f cannot contain `:'.
         test -f "$ac_f" ||
         test -f "$ac_f" ||
           case $ac_f in
           case $ac_f in
           [\\/$]*) false;;
           [\\/$]*) false;;
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
           esac ||
           esac ||
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
      esac
      esac
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
      as_fn_append ac_file_inputs " '$ac_f'"
    done
    done
 
 
Line 14516... Line 14604...
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    *) ac_sed_conf_input=$configure_input;;
    esac
    esac
 
 
    case $ac_tag in
    case $ac_tag in
    *:-:* | *:-) cat >"$tmp/stdin" \
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    esac
    ;;
    ;;
  esac
  esac
 
 
  ac_dir=`$as_dirname -- "$ac_file" ||
  ac_dir=`$as_dirname -- "$ac_file" ||
Line 14653... Line 14741...
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
$ac_datarootdir_hack
"
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  || as_fn_error "could not create $ac_file" "$LINENO" 5
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
 
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
 
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined." >&5
which seems to be undefined.  Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined." >&2;}
which seems to be undefined.  Please make sure it is defined" >&2;}
 
 
  rm -f "$tmp/stdin"
  rm -f "$ac_tmp/stdin"
  case $ac_file in
  case $ac_file in
  -) cat "$tmp/out" && rm -f "$tmp/out";;
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  esac \
  || as_fn_error "could not create $ac_file" "$LINENO" 5
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
 ;;
  :H)
  :H)
  #
  #
  # CONFIG_HEADER
  # CONFIG_HEADER
  #
  #
  if test x"$ac_file" != x-; then
  if test x"$ac_file" != x-; then
    {
    {
      $as_echo "/* $configure_input  */" \
      $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$tmp/config.h" \
    } >"$ac_tmp/config.h" \
      || as_fn_error "could not create $ac_file" "$LINENO" 5
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
$as_echo "$as_me: $ac_file is unchanged" >&6;}
    else
    else
      rm -f "$ac_file"
      rm -f "$ac_file"
      mv "$tmp/config.h" "$ac_file" \
      mv "$ac_tmp/config.h" "$ac_file" \
        || as_fn_error "could not create $ac_file" "$LINENO" 5
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
    fi
  else
  else
    $as_echo "/* $configure_input  */" \
    $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error "could not create -" "$LINENO" 5
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
  fi
# Compute "$ac_file"'s index in $config_headers.
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_arg="$ac_file"
_am_stamp_count=1
_am_stamp_count=1
for _am_header in $config_headers :; do
for _am_header in $config_headers :; do
Line 15477... Line 15566...
as_fn_exit 0
as_fn_exit 0
_ACEOF
_ACEOF
ac_clean_files=$ac_clean_files_save
ac_clean_files=$ac_clean_files_save
 
 
test $ac_write_fail = 0 ||
test $ac_write_fail = 0 ||
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
 
 
 
# configure is writing to config.log, and then calls config.status.
# configure is writing to config.log, and then calls config.status.
# config.status does its own redirection, appending to config.log.
# config.status does its own redirection, appending to config.log.
# Unfortunately, on DOS this fails, as config.log is still kept open
# Unfortunately, on DOS this fails, as config.log is still kept open
Line 15498... Line 15587...
  exec 5>/dev/null
  exec 5>/dev/null
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  exec 5>>config.log
  exec 5>>config.log
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  # would make configure fail if this is the last instruction.
  # would make configure fail if this is the last instruction.
  $ac_cs_success || as_fn_exit $?
  $ac_cs_success || as_fn_exit 1
fi
fi
 
 
#
#
# CONFIG_SUBDIRS section.
# CONFIG_SUBDIRS section.
#
#
Line 15639... Line 15728...
      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
      # The eval makes quoting arguments work.
      # The eval makes quoting arguments work.
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
        as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
    fi
    fi
 
 
    cd "$ac_popdir"
    cd "$ac_popdir"
  done
  done
fi
fi

powered by: WebSVN 2.1.0

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