summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 09:38:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 09:38:10 +0000
commitca0eeaa6d7d089fe276d2a726dab31b4ca13caaa (patch)
treef6a46441a741b369430c8e17147326b52b7b87c7 /cpukit/aclocal
parent2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ca0eeaa6d7d089fe276d2a726dab31b4ca13caaa.tar.bz2
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4. Remove gnu-make endif HACK (Unused).
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 952dcd6133..9f1e87de6f 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -17,10 +17,6 @@ AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
-## HACK to allow gnu-make conditionals in automake-Makefiles.
-ENDIF=endif
-AC_SUBST(ENDIF)
-
RTEMS_TOPdir="$1";
AC_SUBST(RTEMS_TOPdir)
@@ -42,9 +38,6 @@ PROJECT_ROOT="${with_project_root}${RTEMS_TOPdir}/\$(MULTIBUILDTOP)\$(top_buildd
AC_SUBST(PROJECT_ROOT)
AC_MSG_CHECKING([for RTEMS Version])
-AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/cpukit/aclocal/version.m4"],
-[],
-[AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/cpukit/aclocal/version.m4])])
AC_MSG_RESULT([_RTEMS_VERSION])
AC_SUBST([dirstamp],[\${am__leading_dot}dirstamp])