source: rtems/aclocal/project-root.m4 @ aad6551b

5
Last change on this file since aad6551b was d0a7f03, checked in by Jacob Shin <jacobshin313@…>, on 12/03/18 at 03:13:23

5 spelling errors for a Google Code-In task.

Username: deuteriumoxide Email: jacobshin313@…

  • Property mode set to 100644
File size: 603 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, deprecated otherwise]
9dnl
10
11AC_DEFUN([RTEMS_PROJECT_ROOT],
12[dnl
13AC_REQUIRE([RTEMS_TOP])
14BIN2C=rtems-bin2c
15AC_SUBST(BIN2C)
16])
17
Note: See TracBrowser for help on using the repository browser.