Line 1... |
Line 1... |
@%:@! /bin/sh
|
@%:@! /bin/sh
|
@%:@ From configure.ac Id: configure.ac 450 2010-12-15 15:41:08Z jeremybennett using automake version AC_ACVERSION.
|
@%:@ From configure.ac Id: configure.ac 532 2011-04-28 18:34:59Z jeremybennett using automake version AC_ACVERSION.
|
@%:@ Guess values for system-dependent variables and create Makefiles.
|
@%:@ Guess values for system-dependent variables and create Makefiles.
|
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-12-15.
|
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2011-04-28.
|
@%:@
|
@%:@
|
@%:@ 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 Free Software
|
Line 717... |
Line 717... |
MAKEFLAGS=
|
MAKEFLAGS=
|
|
|
# Identity of this package.
|
# Identity of this package.
|
PACKAGE_NAME='or1ksim'
|
PACKAGE_NAME='or1ksim'
|
PACKAGE_TARNAME='or1ksim'
|
PACKAGE_TARNAME='or1ksim'
|
PACKAGE_VERSION='2010-12-15'
|
PACKAGE_VERSION='2011-04-28'
|
PACKAGE_STRING='or1ksim 2010-12-15'
|
PACKAGE_STRING='or1ksim 2011-04-28'
|
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 1471... |
Line 1471... |
#
|
#
|
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 2010-12-15 to adapt to many kinds of systems.
|
\`configure' configures or1ksim 2011-04-28 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 1542... |
Line 1542... |
_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 2010-12-15:";;
|
short | recursive ) echo "Configuration of or1ksim 2011-04-28:";;
|
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 1649... |
Line 1649... |
fi
|
fi
|
|
|
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
if $ac_init_version; then
|
if $ac_init_version; then
|
cat <<\_ACEOF
|
cat <<\_ACEOF
|
or1ksim configure 2010-12-15
|
or1ksim configure 2011-04-28
|
generated by GNU Autoconf 2.64
|
generated by GNU Autoconf 2.64
|
|
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
Copyright (C) 2009 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.
|
Line 2311... |
Line 2311... |
} @%:@ ac_fn_c_compute_int
|
} @%:@ ac_fn_c_compute_int
|
cat >config.log <<_ACEOF
|
cat >config.log <<_ACEOF
|
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
It was created by or1ksim $as_me 2010-12-15, which was
|
It was created by or1ksim $as_me 2011-04-28, which was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
|
|
$ $0 $@
|
$ $0 $@
|
|
|
_ACEOF
|
_ACEOF
|
Line 10688... |
Line 10688... |
fi
|
fi
|
|
|
|
|
# Define the identity of the package.
|
# Define the identity of the package.
|
PACKAGE='or1ksim'
|
PACKAGE='or1ksim'
|
VERSION='2010-12-15'
|
VERSION='2011-04-28'
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
@%:@define PACKAGE "$PACKAGE"
|
@%:@define PACKAGE "$PACKAGE"
|
_ACEOF
|
_ACEOF
|
Line 11813... |
Line 11813... |
|
|
for ac_header in unistd.h stdlib.h stdarg.h string.h strings.h \
|
for ac_header in unistd.h stdlib.h stdarg.h string.h strings.h \
|
sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
|
sys/ptem.h sys/pte.h sys/stream.h sys/stropts.h sys/select.h \
|
termcap.h termios.h termio.h sys/file.h locale.h getopt.h \
|
termcap.h termios.h termio.h sys/file.h locale.h getopt.h \
|
net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h \
|
net/ethernet.h sys/ethernet.h malloc.h inttypes.h libintl.h \
|
limits.h
|
limits.h linux/if_tun.h
|
do :
|
do :
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
eval as_val=\$$as_ac_Header
|
eval as_val=\$$as_ac_Header
|
if test "x$as_val" = x""yes; then :
|
if test "x$as_val" = x""yes; then :
|
Line 13707... |
Line 13707... |
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
# Save the log message, to keep $0 and so on meaningful, and to
|
# Save the log message, to keep $0 and so on meaningful, and to
|
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
# values after options handling.
|
# values after options handling.
|
ac_log="
|
ac_log="
|
This file was extended by or1ksim $as_me 2010-12-15, which was
|
This file was extended by or1ksim $as_me 2011-04-28, which was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
generated by GNU Autoconf 2.64. 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
|
Line 13771... |
Line 13771... |
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_version="\\
|
ac_cs_version="\\
|
or1ksim config.status 2010-12-15
|
or1ksim config.status 2011-04-28
|
configured by $0, generated by GNU Autoconf 2.64,
|
configured by $0, generated by GNU Autoconf 2.64,
|
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
|
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
Copyright (C) 2009 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
|