summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-06-12 06:28:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-06-12 06:28:16 +0000
commit7a9280174ac3e587a301bf7f8a5165a3ad8048fb (patch)
tree652b0706d61c92d4b77a620ad12b5d5f7ff4691a /configure.ac
parent2003-06-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7a9280174ac3e587a301bf7f8a5165a3ad8048fb.tar.bz2
2003-06-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove "BLEEDING EDGE" warning. Put docs into RTEMS_BUILD_CONFIG_SUBDIRS. * acinclude.m4: Add AC_PREREQ(2.57). Major overhaul (PR 412). * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM. * aclocal/gcc-isystem.m4: New. * Makefile.am: Add aclocal/gcc-isystem.m4.
Diffstat (limited to '')
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index d2b90cf68c..a72b94a209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,17 +37,6 @@ AC_ARG_ENABLE([docs],
[AC_HELP_STRING([--enable-docs],[enable building documentation
(default:disabled)])])
-if test $host != $build; then
-AC_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:
## * tools/build are host-native tools to be installed on the host.
## * tools/cpu are host-native or host-cross-target-tools
@@ -61,7 +50,7 @@ RTEMS_HOST_CONFIG_SUBDIRS([tools/build])
])
AS_IF([test x"${enable_docs}" = x"yes"],
- [RTEMS_HOST_CONFIG_SUBDIRS([doc])])
+ [RTEMS_BUILD_CONFIG_SUBDIRS([doc])])
AS_IF([test x"$enable_multilib" = x"yes"],[
RTEMS_TARGET_CONFIG_SUBDIRS([cpukit])