source: rtems/testsuites/aclocal/project-root.m4 @ 0caef32f

4.115
Last change on this file since 0caef32f was 0caef32f, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:55:07

Remove CVS-Ids.

  • Property mode set to 100644
File size: 200 bytes
Line 
1AC_DEFUN([RTEMS_PROJECT_ROOT],
2[dnl
3AC_REQUIRE([RTEMS_TOP])
4
5PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
6AC_SUBST(PACKHEX)
7
8BIN2C="\$(PROJECT_TOPdir)/tools/build/rtems-bin2c"
9AC_SUBST(BIN2C)
10])
11
Note: See TracBrowser for help on using the repository browser.