source: rtems/testsuites/aclocal/project-root.m4 @ 9391f6d

4.115
Last change on this file since 9391f6d was bbb69abb, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/18/12 at 05:24:47

Remove stray dnl.

  • 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.