source: rtems/aclocal/project-root.m4 @ 44dd5dc4

4.115
Last change on this file since 44dd5dc4 was f79bc77, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 18:17:46

2010-07-27 Joel Sherrill <joel.sherrill@…>

PR 1532/testing

  • aclocal/project-root.m4: Add initial tests for untar capabilities.
  • Property mode set to 100644
File size: 726 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
22BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
23AC_SUBST(BIN2C)
24])
25
Note: See TracBrowser for help on using the repository browser.