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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc3/] [or1ksim/] [configure] - Diff between revs 1751 and 1756

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

Rev 1751 Rev 1756
Line 1... Line 1...
#! /bin/sh
#! /bin/sh
# From configure.ac Id: configure.ac 239 2008-11-08 17:09:03Z jeremy  using automake version AC_ACVERSION.
# From configure.ac Id: configure.ac 251 2008-11-20 16:21:06Z jeremy  using automake version AC_ACVERSION.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for or1ksim 0.3.0rc2.
# Generated by GNU Autoconf 2.61 for or1ksim 0.3.0rc3.
#
#
# 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 Free Software Foundation, Inc.
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Line 727... Line 727...
SHELL=${CONFIG_SHELL-/bin/sh}
SHELL=${CONFIG_SHELL-/bin/sh}
 
 
# Identity of this package.
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='0.3.0rc2'
PACKAGE_VERSION='0.3.0rc3'
PACKAGE_STRING='or1ksim 0.3.0rc2'
PACKAGE_STRING='or1ksim 0.3.0rc3'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_BUGREPORT='openrisc@opencores.org'
 
 
ac_unique_file="cpu/or32/execute.c"
ac_unique_file="cpu/or32/execute.c"
# Factoring default headers for most tests.
# Factoring default headers for most tests.
ac_includes_default="\
ac_includes_default="\
Line 1416... Line 1416...
#
#
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 0.3.0rc2 to adapt to many kinds of systems.
\`configure' configures or1ksim 0.3.0rc3 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 1487... Line 1487...
_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 0.3.0rc2:";;
     short | recursive ) echo "Configuration of or1ksim 0.3.0rc3:";;
   esac
   esac
  cat <<\_ACEOF
  cat <<\_ACEOF
 
 
Optional Features:
Optional Features:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
Line 1596... Line 1596...
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 0.3.0rc2
or1ksim configure 0.3.0rc3
generated by GNU Autoconf 2.61
generated by GNU Autoconf 2.61
 
 
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 Free Software Foundation, Inc.
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
This configure script is free software; the Free Software Foundation
Line 1610... Line 1610...
fi
fi
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 0.3.0rc2, which was
It was created by or1ksim $as_me 0.3.0rc3, which was
generated by GNU Autoconf 2.61.  Invocation command line was
generated by GNU Autoconf 2.61.  Invocation command line was
 
 
  $ $0 $@
  $ $0 $@
 
 
_ACEOF
_ACEOF
Line 19042... Line 19042...
fi
fi
 
 
 
 
# Define the identity of the package.
# Define the identity of the package.
 PACKAGE='or1ksim'
 PACKAGE='or1ksim'
 VERSION='0.3.0rc2'
 VERSION='0.3.0rc3'
 
 
 
 
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
#define PACKAGE "$PACKAGE"
_ACEOF
_ACEOF
Line 26006... Line 26006...
 
 
# 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 0.3.0rc2, which was
This file was extended by or1ksim $as_me 0.3.0rc3, which was
generated by GNU Autoconf 2.61.  Invocation command line was
generated by GNU Autoconf 2.61.  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 26059... Line 26059...
Report bugs to ."
Report bugs to ."
 
 
_ACEOF
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
ac_cs_version="\\
or1ksim config.status 0.3.0rc2
or1ksim config.status 0.3.0rc3
configured by $0, generated by GNU Autoconf 2.61,
configured by $0, generated by GNU Autoconf 2.61,
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
 
Copyright (C) 2006 Free Software Foundation, Inc.
Copyright (C) 2006 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

powered by: WebSVN 2.1.0

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