URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [configure.ac] - Rev 1765
Compare with Previous | Blame | View Log
## Process this file with autoconf to produce a configure script.#### configure.ac,v 1.7 2002/07/22 07:14:24 ralf ExpAC_PREREQ(2.52)AC_INIT([rtems],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])AC_CONFIG_SRCDIR([c])RTEMS_TOP([.])# Abort if trying to build inside of the source tree.if test -f aclocal/version.m4; thenrm -f config.cache config.log confdefs.hAC_MSG_ERROR([***][Attempt to build inside of the source tree][Please use a separate build directory, instead] )fiAC_CANONICAL_TARGET([])AM_INIT_AUTOMAKE([no-define foreign 1.6])AM_MAINTAINER_MODE## These option are only in here to let --help report all supported## options.RTEMS_ENABLE_MULTIPROCESSINGRTEMS_ENABLE_POSIXRTEMS_ENABLE_ITRONRTEMS_ENABLE_NETWORKINGRTEMS_ENABLE_RDBGRTEMS_ENABLE_INLINESRTEMS_ENABLE_CXXRTEMS_ENABLE_TESTSRTEMS_ENABLE_RTEMS_DEBUGRTEMS_ENABLE_RTEMSBSP(dummy)RTEMS_ENABLE_MULTILIBAC_ARG_ENABLE([docs],[AC_HELP_STRING([--enable-docs],[enable building documentation(default:disabled)])])if test $host != $build; thenAC_MSG_WARN([][*** *** *** WARNING *** *** ***][][Entering BEYOND BLEEDING EDGE TERRITORY][][You are trying to build RTEMS Canadian cross][If you really mean it, feel free to continue ...][*** *** *** *** *** *** *** ***])fi## NOTES:## The tools/*-directories situation is unclear## * tools/build are host-native tools to be installed on the host.## * tools/cpu are host-native or host-cross-target-tools## * tools/update are build-host-native tools# these tools are built for the build environment#RTEMS_BUILD_CONFIG_SUBDIRS([tools/update])RTEMS_HOST_CONFIG_SUBDIRS([tools/build])RTEMS_HOST_CONFIG_SUBDIRS([tools/cpu])AS_IF([test x"${enable_docs}" = x"yes"],[RTEMS_HOST_CONFIG_SUBDIRS([doc])])RTEMS_TARGET_CONFIG_SUBDIRS([c/make])AS_IF([test x"$enable_multilib" = x"yes"],[RTEMS_TARGET_CONFIG_SUBDIRS([cpukit])])RTEMS_TARGET_CONFIG_SUBDIRS([c])AC_CONFIG_FILES([Makefiletools/Makefilemake/Makefilemake/custom/Makefilemake/Templates/Makefilemake/compilers/Makefile])AC_OUTPUT
