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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [test-code-or1k/] [configure] - Diff between revs 556 and 625

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

Rev 556 Rev 625
Line 1... Line 1...
#! /bin/sh
#! /bin/sh
# 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-testsuite 2011-04-28.
# Generated by GNU Autoconf 2.68 for or1ksim-testsuite 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.
## -------------------- ##
## -------------------- ##
## M4sh Initialization. ##
## M4sh Initialization. ##
## -------------------- ##
## -------------------- ##
Line 87... Line 89...
# (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 212... Line 215...
 
 
      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 315... Line 325...
          }
          }
          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 355... Line 365...
    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 674... Line 684...
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 696... Line 707...
MAKEFLAGS=
MAKEFLAGS=
 
 
# Identity of this package.
# Identity of this package.
PACKAGE_NAME='or1ksim-testsuite'
PACKAGE_NAME='or1ksim-testsuite'
PACKAGE_TARNAME='or1ksim-testsuite'
PACKAGE_TARNAME='or1ksim-testsuite'
PACKAGE_VERSION='2011-04-28'
PACKAGE_VERSION='2011-08-15'
PACKAGE_STRING='or1ksim-testsuite 2011-04-28'
PACKAGE_STRING='or1ksim-testsuite 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 749... Line 760...
CCASFLAGS
CCASFLAGS
CCAS
CCAS
SIM
SIM
BUILD_ALL_TESTS_FALSE
BUILD_ALL_TESTS_FALSE
BUILD_ALL_TESTS_TRUE
BUILD_ALL_TESTS_TRUE
 
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 864... Line 877...
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_all_tests
enable_all_tests
enable_check_opt
enable_check_opt
'
'
      ac_precious_vars='build_alias
      ac_precious_vars='build_alias
host_alias
host_alias
Line 940... Line 954...
    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 986... Line 1001...
 
 
  -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 1012... Line 1027...
 
 
  -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 1216... Line 1231...
 
 
  -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 1232... Line 1247...
 
 
  -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 1262... Line 1277...
    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 1318... Line 1333...
  # 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 1332... Line 1347...
 
 
# 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 1348... Line 1363...
 
 
 
 
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 1389... Line 1404...
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 1419... Line 1434...
#
#
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-testsuite 2011-04-28 to adapt to many kinds of systems.
\`configure' configures or1ksim-testsuite 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 1490... Line 1505...
_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-testsuite 2011-04-28:";;
     short | recursive ) echo "Configuration of or1ksim-testsuite 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 1505... Line 1520...
  --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-all-tests      enable all tests, including those which do not
  --enable-all-tests      enable all tests, including those which do not
                          compile
                          compile
  --enable-check-opt      enable optimizations
  --enable-check-opt      enable optimizations
  --enable-check-opt=level     same as gcc -O switch
  --enable-check-opt=level     same as gcc -O switch
 
 
Line 1523... Line 1540...
  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 1595... Line 1612...
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-testsuite configure 2011-04-28
or1ksim-testsuite 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.
_ACEOF
_ACEOF
  exit
  exit
fi
fi
Line 1642... Line 1659...
  $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_link LINENO
# ac_fn_c_try_link LINENO
# -----------------------
# -----------------------
Line 1688... Line 1705...
  # 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_header_compile LINENO HEADER VAR INCLUDES
# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# -------------------------------------------------------
Line 1702... Line 1719...
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 1720... Line 1737...
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_cpp LINENO
# ac_fn_c_try_cpp LINENO
# ----------------------
# ----------------------
Line 1745... Line 1762...
    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_try_run LINENO
# ac_fn_c_try_run LINENO
# ----------------------
# ----------------------
Line 1798... Line 1815...
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_func LINENO FUNC VAR
# ac_fn_c_check_func LINENO FUNC VAR
# ----------------------------------
# ----------------------------------
Line 1811... Line 1828...
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 1866... Line 1883...
    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_header_mongrel LINENO HEADER VAR INCLUDES
# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
# -------------------------------------------------------
# -------------------------------------------------------
Line 1878... Line 1895...
# 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 1917... Line 1934...
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 1940... Line 1957...
$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_check_type LINENO TYPE VAR INCLUDES
# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
# -------------------------------------------
# -------------------------------------------
Line 1972... Line 1987...
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 2013... Line 2028...
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
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-testsuite $as_me 2011-04-28, which was
It was created by or1ksim-testsuite $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 2131... Line 2146...
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 2169... Line 2182...
    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 2186... Line 2197...
      $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 2204... Line 2213...
      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 2263... Line 2270...
# 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 2354... Line 2370...
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 2396... Line 2412...
 
 
ltmain="$ac_aux_dir/ltmain.sh"
ltmain="$ac_aux_dir/ltmain.sh"
 
 
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 2419... Line 2441...
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
 
 
 
# 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 2457... Line 2479...
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 2498... Line 2520...
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 2538... Line 2560...
  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 2591... Line 2613...
          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 2631... Line 2653...
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 2690... Line 2712...
  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 2734... Line 2756...
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 2788... Line 2810...
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 2810... Line 2832...
  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 2897... Line 2917...
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 2982... Line 2968...
  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 3034... Line 3079...
  $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 3082... Line 3127...
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 3160... Line 3205...
    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 3257... Line 3302...
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
{ $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 3312... Line 3357...
    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 3339... Line 3384...
 
 
 
 
 
 
{ $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 3388... Line 3433...
    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 3402... Line 3447...
 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 3454... Line 3499...
    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 3469... Line 3514...
 EGREP="$ac_cv_path_EGREP"
 EGREP="$ac_cv_path_EGREP"
 
 
 
 
{ $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 3521... Line 3566...
    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 3600... Line 3645...
$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 3637... Line 3682...
$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 3667... Line 3712...
 
 
 
 
 
 
{ $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 3727... Line 3772...
  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 3771... Line 3816...
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 3834... Line 3879...
 
 
 
 
 
 
{ $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:3844: $ac_compile\"" >&5)
  (eval echo "\"\$as_me:3889: $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:3847: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
  (eval echo "\"\$as_me:3892: $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:3850: output\"" >&5)
  (eval echo "\"\$as_me:3895: 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 3869... Line 3914...
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 4061... Line 4106...
 
 
 
 
 
 
{ $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 4097... Line 4142...
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 4137... Line 4182...
  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 4196... Line 4241...
 
 
 
 
 
 
{ $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 4412... Line 4457...
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 4452... Line 4497...
  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 4517... Line 4562...
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 4557... Line 4602...
  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 4616... Line 4661...
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 4656... Line 4701...
  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 4773... Line 4818...
 
 
 
 
# 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 5051... Line 5096...
  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 5056 "configure"' > conftest.$ac_ext
  echo '#line 5101 "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 5145... Line 5190...
  # 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 5221... Line 5266...
    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 5261... Line 5306...
  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 5313... Line 5358...
    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 5353... Line 5398...
  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 5405... Line 5450...
    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 5445... Line 5490...
  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 5497... Line 5542...
    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 5537... Line 5582...
  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 5589... Line 5634...
    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 5629... Line 5674...
  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 5704... Line 5749...
 
 
 
 
 
 
    { $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 5733... Line 5778...
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 5810... Line 5855...
# 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 5840... Line 5885...
 
 
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 5856... Line 5901...
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 5899... Line 5944...
 
 
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 5915... Line 5960...
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 5938... Line 5983...
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 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 6055... Line 6100...
                  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 6070... Line 6114...
 
 
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 6254... Line 6298...
   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 6362... Line 6406...
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 6428... Line 6472...
 
 
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 6565... Line 6609...
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 6581... Line 6625...
   # 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:6586: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:6630: $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:6590: \$? = $ac_status" >&5
   echo "$as_me:6634: \$? = $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 6904... Line 6948...
# 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 6920... Line 6964...
   # 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:6925: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:6969: $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:6929: \$? = $ac_status" >&5
   echo "$as_me:6973: \$? = $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 6963... Line 7007...
# 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 7006... Line 7050...
 
 
 
 
 
 
  { $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 7025... Line 7069...
   # 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:7030: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7074: $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:7034: \$? = $ac_status" >&5
   echo "$as_me:7078: \$? = $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 7061... Line 7105...
 
 
 
 
 
 
  { $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 7080... Line 7124...
   # 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:7085: $lt_compile\"" >&5)
   (eval echo "\"\$as_me:7129: $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:7089: \$? = $ac_status" >&5
   echo "$as_me:7133: \$? = $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 9205... Line 9249...
 
 
  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 9239... Line 9283...
    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 9253... Line 9297...
 
 
    ;;
    ;;
 
 
  *)
  *)
    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 9292... Line 9336...
    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 9335... Line 9379...
    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 9374... Line 9418...
    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 9413... Line 9457...
    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 9454... Line 9498...
    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 9468 "configure"
#line 9512 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 9550... Line 9594...
 
 
    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 9564 "configure"
#line 9608 "configure"
#include "confdefs.h"
#include "confdefs.h"
 
 
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
#include 
#include 
#endif
#endif
Line 9805... Line 9849...
# ./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 9892... Line 9936...
# 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 9918... Line 9962...
 
 
      # 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 9982... Line 10026...
  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 10022... Line 10066...
  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 10075... Line 10119...
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 10100... Line 10144...
  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 10126... Line 10170...
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 10166... Line 10210...
 
 
{ $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 10270... Line 10314...
  # 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 10286... Line 10330...
fi
fi
 
 
 
 
# Define the identity of the package.
# Define the identity of the package.
 PACKAGE='or1ksim-testsuite'
 PACKAGE='or1ksim-testsuite'
 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 10329... Line 10373...
 
 
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 10453... Line 10497...
  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"
 
 
 
 
# make sure we are using a recent autoconf version
# make sure we are using a recent autoconf version
 
 
Line 10501... Line 10558...
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_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 10543... Line 10600...
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_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 10585... Line 10642...
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_LD+set}" = set; then :
if ${ac_cv_prog_LD+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$LD"; then
  if test -n "$LD"; then
  ac_cv_prog_LD="$LD" # Let the user override the test.
  ac_cv_prog_LD="$LD" # Let the user override the test.
else
else
Line 10627... Line 10684...
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_SIM+set}" = set; then :
if ${ac_cv_prog_SIM+:} false; then :
  $as_echo_n "(cached) " >&6
  $as_echo_n "(cached) " >&6
else
else
  if test -n "$SIM"; then
  if test -n "$SIM"; then
  ac_cv_prog_SIM="$SIM" # Let the user override the test.
  ac_cv_prog_SIM="$SIM" # Let the user override the test.
else
else
Line 10670... Line 10727...
 
 
 
 
 
 
{ $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 10794... Line 10851...
 
 
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 10924... Line 10981...
  { $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 11091... Line 11148...
# Check for headers
# Check for headers
for ac_header in sys/types.h inttypes.h
for ac_header in sys/types.h inttypes.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 11105... Line 11161...
 
 
 
 
# check for types and sizes
# check for types and sizes
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 11248... Line 11304...
     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 11267... Line 11334...
 
 
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 11282... Line 11350...
 
 
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 11298... Line 11366...
  am__EXEEXT_TRUE='#'
  am__EXEEXT_TRUE='#'
  am__EXEEXT_FALSE=
  am__EXEEXT_FALSE=
fi
fi
 
 
if test -z "${BUILD_ALL_TESTS_TRUE}" && test -z "${BUILD_ALL_TESTS_FALSE}"; then
if test -z "${BUILD_ALL_TESTS_TRUE}" && test -z "${BUILD_ALL_TESTS_FALSE}"; then
  as_fn_error "conditional \"BUILD_ALL_TESTS\" was never defined.
  as_fn_error $? "conditional \"BUILD_ALL_TESTS\" 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__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
 
 
: ${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 11407... Line 11475...
# (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 11452... Line 11521...
 
 
# 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 11660... Line 11729...
          }
          }
          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 11713... Line 11782...
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-testsuite $as_me 2011-04-28, which was
This file was extended by or1ksim-testsuite $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 11754... Line 11823...
 
 
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 11776... Line 11846...
 
 
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-testsuite config.status 2011-04-28
or1ksim-testsuite 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 11799... Line 11870...
# 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 11817... Line 11893...
  # 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 11835... Line 11914...
    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 12196... Line 12275...
    "tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
    "tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
    "uos/Makefile") CONFIG_FILES="$CONFIG_FILES uos/Makefile" ;;
    "uos/Makefile") CONFIG_FILES="$CONFIG_FILES uos/Makefile" ;;
    "upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES upcalls/Makefile" ;;
    "upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES upcalls/Makefile" ;;
    "pcu/Makefile") CONFIG_FILES="$CONFIG_FILES pcu/Makefile" ;;
    "pcu/Makefile") CONFIG_FILES="$CONFIG_FILES pcu/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 12219... Line 12298...
# 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 12251... Line 12332...
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 12298... Line 12379...
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 12312... Line 12393...
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 12332... Line 12413...
}
}
' >>$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 12364... Line 12445...
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 12390... Line 12479...
 
 
# 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 12402... Line 12491...
 
 
# 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 12491... Line 12580...
}
}
{ 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 12504... Line 12593...
  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 12523... Line 12612...
  :[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 12558... Line 12647...
       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 12695... Line 12784...
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 13519... Line 13609...
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 13540... Line 13630...
  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
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
fi

powered by: WebSVN 2.1.0

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