source: rtems/aclocal/rtems-build-top.m4 @ aad6551b

5
Last change on this file since aad6551b was 99d6172, checked in by Zenon <zenon.hans.taneka@…>, on 11/07/18 at 00:50:38

Correct minor spelling and grammar errors

This work was performed as a GCI 2018 task.

  • Property mode set to 100644
File size: 268 bytes
Line 
1dnl
2dnl RTEMS_BUILD_TOP($1)
3dnl
4AC_DEFUN([RTEMS_BUILD_TOP],
5[dnl
6#
7# This is a copy of the horrible hack in rtems-top.m4 and it is simpler to
8# copy it than attempt to clean this crap up.
9#
10RTEMS_BUILD_ROOT="${with_rtems_build_top}"
11AC_SUBST([RTEMS_BUILD_ROOT])
12])dnl
Note: See TracBrowser for help on using the repository browser.