source: rtems/aclocal/project-root.m4 @ 5e854044

4.104.114.84.95
Last change on this file since 5e854044 was 3959276e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 05:32:03

2003-11-26 Ralf Corsepius <corsepiu@…>

  • 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.
  • Property mode set to 100644
File size: 658 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5dnl
6dnl PROJECT_TOPdir     .. relative path to the top of the build-tree
7dnl PROJECT_ROOT       .. relative path to the top of the temporary
8dnl                       installation directory inside the build-tree
9dnl RTEMS_TOPdir       .. relative path of a subpackage's configure.in to the
10dnl                       toplevel configure.in of the source-tree
11dnl RTEMS_ROOT         .. path to the top of a bsp's build directory
12dnl                       [Applied by custom/*.cfg, depredicated otherwise]
13dnl
14
15AC_DEFUN([RTEMS_PROJECT_ROOT],
16[dnl
17AC_REQUIRE([RTEMS_TOP])
18
19PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
20AC_SUBST(PACKHEX)
21])
22
Note: See TracBrowser for help on using the repository browser.