source: rtems/c/src/lib/libbsp/sh/acinclude.m4 @ 43e60f8

4.104.114.84.95
Last change on this file since 43e60f8 was 43e60f8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/03 at 13:39:41

2003-10-20 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Reflect changes to bootstrap.
  • configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
  • Property mode set to 100644
File size: 367 bytes
Line 
1# RTEMS_CHECK_BSPDIR(RTEMS_BSP)
2AC_DEFUN([RTEMS_CHECK_BSPDIR],
3[
4  case "$RTEMS_BSP_FAMILY" in
5  gensh1 )
6    AC_CONFIG_SUBDIRS([gensh1]);;
7  gensh2 )
8    AC_CONFIG_SUBDIRS([gensh2]);;
9  gensh4 )
10    AC_CONFIG_SUBDIRS([gensh4]);;
11  shsim )
12    AC_CONFIG_SUBDIRS([shsim]);;
13  simsh4 )
14    AC_CONFIG_SUBDIRS([simsh4]);;
15  *)
16    AC_MSG_ERROR([Invalid BSP]);;
17  esac
18])
Note: See TracBrowser for help on using the repository browser.