summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/rtems-build-top.m4
blob: 5708119c14d5d5716493ed0121fe7a64b1f2b61d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
dnl
dnl RTEMS_BUILD_TOP($1)
dnl
AC_DEFUN([RTEMS_BUILD_TOP],
[dnl
#
# This is a copy of the horrible hack in rtems-top.m4 and it is simpler to
# copy it that attempt to clean this crap up.
#
RTEMS_BUILD_ROOT="${with_rtems_build_top}"
AC_SUBST([RTEMS_BUILD_ROOT])
])dnl