source: rtems/aclocal/bsp-configure.m4 @ 6c15108

4.104.114.84.95
Last change on this file since 6c15108 was ca3fa6bb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 09:10:48

2002-08-11 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-configure.m4: Fix small typo in comment.
  • Property mode set to 100644
File size: 379 bytes
Line 
1dnl $Id$
2
3dnl RTEMS_BSP_CONFIGURE
4dnl Common macro to be included by all bsp-configure.acs
5AC_DEFUN([RTEMS_BSP_CONFIGURE],
6[
7  AC_PREREQ([2.52])
8  AM_MAINTAINER_MODE
9  RTEMS_ENV_RTEMSBSP
10
11  RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
12  RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
13
14  RTEMS_CANONICAL_HOST
15  AM_CONFIG_HEADER([include/bspopts.h])
16  RTEMS_PROJECT_ROOT
17
18  RTEMS_CHECK_MULTIPROCESSING
19])
Note: See TracBrowser for help on using the repository browser.