2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/bsp-configure.m4: AC_PREREQ(2.57).
	Remove RTEMS_CANONICAL_HOST.
This commit is contained in:
Ralf Corsepius
2003-10-22 12:40:47 +00:00
parent a84c0fe0ec
commit 4f21a587e1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: AC_PREREQ(2.57).
Remove RTEMS_CANONICAL_HOST.
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Remove.

View File

@@ -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