mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
* aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4, aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rdbg.m4, aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/project-root.m4, aclocal/rtems-top.m4, aclocal/tool-paths.m4, acinclude.m4: Fix underquoting to silence automake-1.8.
23 lines
658 B
Plaintext
23 lines
658 B
Plaintext
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)
|
|
])
|
|
|