summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 10:55:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-31 10:55:15 +0000
commit3456ce8a46d2fded1b13ed3f03aef104322997f5 (patch)
treec4390b28ebbd3e8c4f88e5dcef3a65ac71398fdd /aclocal/rtems-top.m4
parent2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-3456ce8a46d2fded1b13ed3f03aef104322997f5.tar.bz2
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove ENDIF. Remove with_target_subdir defaulting to '.'. * acinclude.m4: Add --includedir to sub_configure_args.
Diffstat (limited to 'aclocal/rtems-top.m4')
-rw-r--r--aclocal/rtems-top.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index e993a92ddb..9e2ea9c80f 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -16,16 +16,9 @@ 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)
-## with_target_subdirs is handled implicitly by autoconf
-test -n "$with_target_subdir" || with_target_subdir="."
-
dots=`echo $with_target_subdir|\
sed -e 's,^\.$,,' -e 's%^\./%%' -e 's%[[^/]]$%&/%' -e 's%[[^/]]*/%../%g'`
PROJECT_TOPdir=${dots}${RTEMS_TOPdir}/'$(top_builddir)'