From 4f21a587e1fe1c5c5b3ec81fba3a35b90a74e435 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 22 Oct 2003 12:40:47 +0000 Subject: 2003-10-22 Ralf Corsepius * aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST. --- c/src/ChangeLog | 5 +++++ c/src/aclocal/bsp-configure.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index af853832a8..3145330d9d 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2003-10-22 Ralf Corsepius + + * aclocal/bsp-configure.m4: AC_PREREQ(2.57). + Remove RTEMS_CANONICAL_HOST. + 2003-10-22 Ralf Corsepius * aclocal/canonical-host.m4: Remove. 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 -- cgit v1.2.3