source: rtems/aclocal/bsp-configure.m4 @ 0e08a3c3

4.104.114.84.95
Last change on this file since 0e08a3c3 was 35b2275, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:17:40

2002-07-22 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
automake/compile.am: Add test -d $(ARCH)
mkdir $(ARCH) to all

compilation rules (Work-around to an automake bug).

automake/lib.am: Add test -d $(ARCH)
mkdir $(ARCH) to

make-library.

  • Property mode set to 100644
File size: 379 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
18  RTEMS_CHECK_MULTIPROCESSING
19])
Note: See TracBrowser for help on using the repository browser.