summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-17 22:28:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-17 22:28:20 +0000
commit60f37021f14c64ce44403990b58c3c9ec09e561a (patch)
treeeadae96619f966a0d9dcf1bada66f9faf29b3da0 /cpukit/aclocal/rtems-top.m4
parent2002-07-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-60f37021f14c64ce44403990b58c3c9ec09e561a.tar.bz2
2002-07-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit. * aclocal/check-cpu.m4: Ditto. * aclocal/check-bsps.m4: Ditto.
Diffstat (limited to 'cpukit/aclocal/rtems-top.m4')
-rw-r--r--cpukit/aclocal/rtems-top.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index c49a6f4a95..c174c36467 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -37,12 +37,12 @@ AC_SUBST(PROJECT_TOPdir)
AS_IF([test "${with_project_root+set}" = set],
[PROJECT_ROOT="${with_project_root}${RTEMS_TOPdir}/\$(top_builddir)"],
- [PROJECT_ROOT="../../${RTEMS_TOPdir}/\$(top_builddir)"])
+ [PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"])
AC_SUBST(PROJECT_ROOT)
AC_MSG_CHECKING([for RTEMS Version])
-AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/exec/aclocal/version.m4"],
+AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/cpukit/aclocal/version.m4"],
[],
-[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/exec/aclocal/version.m4])])
+[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/cpukit/aclocal/version.m4])])
AC_MSG_RESULT([_RTEMS_VERSION])
])dnl