summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-19 06:08:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-19 06:08:15 +0000
commit5e5cf07b369a34463504e04e356808b8855c7563 (patch)
treed401ea403a2699a44c0a2b5971cc35cd56bc6ef4 /c/src/aclocal
parent2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5e5cf07b369a34463504e04e356808b8855c7563.tar.bz2
2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs. * wrapup/Makefile.am: Preinstall dirs. Cosmetics. * aclocal/check-multiprocessing.m4: Cosmetics. * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT. * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/check-multiprocessing.m42
-rw-r--r--c/src/aclocal/env-rtemsbsp.m43
-rw-r--r--c/src/aclocal/project-root.m413
3 files changed, 1 insertions, 17 deletions
diff --git a/c/src/aclocal/check-multiprocessing.m4 b/c/src/aclocal/check-multiprocessing.m4
index 4b47525bf0..73f3feae51 100644
--- a/c/src/aclocal/check-multiprocessing.m4
+++ b/c/src/aclocal/check-multiprocessing.m4
@@ -37,5 +37,5 @@ AC_MSG_ERROR([multiprocessing requested but not supported])
fi
],[rtems_cv_HAS_MP="no";])
-AM_CONDITIONAL(HAS_MP,[test "$rtems_cv_HAS_MP" = "yes"])
+AM_CONDITIONAL(HAS_MP,[test x"$rtems_cv_HAS_MP" = x"yes"])
])
diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4
index 3fe9195ddd..d8fdd07210 100644
--- a/c/src/aclocal/env-rtemsbsp.m4
+++ b/c/src/aclocal/env-rtemsbsp.m4
@@ -33,9 +33,6 @@ AC_SUBST(RTEMS_BSP_SPECS)
GCC_SPECS="-B\$(PROJECT_ROOT)/lib/ -B\$(PROJECT_ROOT)/$RTEMS_BSP/lib/"
AC_SUBST(GCC_SPECS)
-RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP"
-AC_SUBST(RTEMS_ROOT)
-
RTEMS_ENABLE_BARE
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(BARE_CPU_CFLAGS)
diff --git a/c/src/aclocal/project-root.m4 b/c/src/aclocal/project-root.m4
index 2f27bfe55b..4c0a07b324 100644
--- a/c/src/aclocal/project-root.m4
+++ b/c/src/aclocal/project-root.m4
@@ -2,21 +2,8 @@ dnl
dnl $Id$
dnl
-dnl
-dnl PROJECT_TOPdir .. relative path to the top of the build-tree
-dnl PROJECT_ROOT .. relative path to the top of the temporary
-dnl installation directory inside the build-tree
-dnl RTEMS_TOPdir .. relative path of a subpackage's configure.in to the
-dnl toplevel configure.in of the source-tree
-dnl RTEMS_ROOT .. path to the top of a bsp's build directory
-dnl [Applied by custom/*.cfg, depredicated otherwise]
-dnl
-
AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl
AC_REQUIRE([RTEMS_TOP])
-
-PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
-AC_SUBST(PACKHEX)
])