source: rtems/c/src/lib/libbsp/avr/avrtest/tools/configure.ac @ 5c3e771

4.115
Last change on this file since 5c3e771 was 5c3e771, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/25/11 at 10:42:26

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

  • tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU. Fix package name.
  • Property mode set to 100644
File size: 481 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-avr-avrtest-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.