source: rtems/c/src/lib/libbsp/mips/jmr3904/tools/configure.ac @ 6a1176a2

4.115
Last change on this file since 6a1176a2 was 6a1176a2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/25/11 at 10:53:29

2011-02-25 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
  • Property mode set to 100644
File size: 482 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ([2.68])
6AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([runtest.in])
8RTEMS_TOP(../../../../../../..)
9
10AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
11AM_MAINTAINER_MODE
12
13RTEMS_ENV_RTEMSBSP
14
15RTEMS_PATH_KSH
16
17RTEMS_PROJECT_ROOT
18RTEMS_TOOLPATHS
19
20# Explicitly list all Makefiles here
21AC_CONFIG_FILES([Makefile
22runtest])
23AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.