From 7a9280174ac3e587a301bf7f8a5165a3ad8048fb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Jun 2003 06:28:16 +0000 Subject: 2003-06-12 Ralf Corsepius * 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. --- configure.ac | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3