source: rtems/aclocal/project-root.m4 @ 7ff743d

5
Last change on this file since 7ff743d was 6963854d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/18/12 at 05:47:52

Remove references to configure.in.

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