summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-build-top.m4
blob: 77cff7f4d4bb2e18c25974329511c9f23d2f5203 (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 than attempt to clean this crap up.
#
RTEMS_BUILD_ROOT="${with_rtems_build_top}"
AC_SUBST([RTEMS_BUILD_ROOT])
])dnl