source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/tools/configure.ac @ 511ef502

4.104.114.84.95
Last change on this file since 511ef502 was 511ef502, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/02 at 12:04:44

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

  • configure.ac: Remove RTEMS_ENV_RTEMS_BSP, add AC_ARG_VAR(RTEMS_BSP)-hack instead.
  • Property mode set to 100644
File size: 557 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.52)
6AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
7AC_CONFIG_SRCDIR([runtest])
8RTEMS_TOP(../../../../../../..)
9AC_CONFIG_AUX_DIR(../../../../../../..)
10
11# FIXME: This should not be here
12AC_ARG_VAR([RTEMS_BSP],[])
13RTEMS_CANONICAL_TARGET_CPU
14
15AM_INIT_AUTOMAKE([no-define foreign 1.6])
16AM_MAINTAINER_MODE
17
18RTEMS_PROJECT_ROOT
19RTEMS_TOOLPATHS
20
21# Explicitly list all Makefiles here
22AC_CONFIG_FILES([Makefile])
23AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.