summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/bsp-configure.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-22 12:40:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-22 12:40:47 +0000
commit4f21a587e1fe1c5c5b3ec81fba3a35b90a74e435 (patch)
treefe22b4724092ceb180e086660a6761ffdceacf34 /c/src/aclocal/bsp-configure.m4
parent2003-10-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4f21a587e1fe1c5c5b3ec81fba3a35b90a74e435.tar.bz2
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
Diffstat (limited to 'c/src/aclocal/bsp-configure.m4')
-rw-r--r--c/src/aclocal/bsp-configure.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 5f123e5903..792b9a5bbe 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -4,13 +4,12 @@ dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
[
- AC_PREREQ([2.52])
+ AC_PREREQ([2.57])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
- RTEMS_CANONICAL_HOST
AM_CONFIG_HEADER([include/bspopts.tmp:include/bspopts.h.in],[
echo "/* BSP dependent options file */" >$tmp/config.h
echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h