source: rtems/aclocal/bsp-configure.m4 @ dd2906e

4.104.114.84.95
Last change on this file since dd2906e was 1a457f5, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/01 at 16:09:08

2001-11-30 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-configure.m4: New file.
  • Makefile.am: Add aclocal/bsp-configure.m4.
  • Property mode set to 100644
File size: 348 bytes
Line 
1dnl $Id$
2
3dnl RTEMS_BSP_CONFIGURE
4dnl Commom 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])
Note: See TracBrowser for help on using the repository browser.