source: rtems/c/src/lib/libbsp/arm/configure.ac @ 89e1b54

4.104.114.84.95
Last change on this file since 89e1b54 was dfa8fe34, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 08:23:08

2002-12-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
  • Property mode set to 100644
File size: 597 bytes
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
[7273b6e]6AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
[d7aecdc]7AC_CONFIG_SRCDIR([arm_bare_bsp])
8RTEMS_TOP(../../../../..)
9AC_CONFIG_AUX_DIR(../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
[7273b6e]12AM_INIT_AUTOMAKE([no-define foreign 1.6])
[d7aecdc]13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
17RTEMS_PROJECT_ROOT
18
19RTEMS_CHECK_BSPDIR([$RTEMS_BSP])
20
21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile
23shared/Makefile
24shared/comm/Makefile
25shared/irq/Makefile])
26AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.