From ca0eeaa6d7d089fe276d2a726dab31b4ca13caaa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Jan 2004 09:38:10 +0000 Subject: 2004-01-11 Ralf Corsepius * aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4. Remove gnu-make endif HACK (Unused). --- cpukit/ChangeLog | 5 +++++ cpukit/aclocal/rtems-top.m4 | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6cb42823b8..53cc7d1a4a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2004-01-11 Ralf Corsepius + + * aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4. + Remove gnu-make endif HACK (Unused). + 2004-01-11 Ralf Corsepius * wrapup/Makefile.am: Include compile.am. 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]) -- cgit v1.2.3