source: rtems/testsuites/tmtests/configure.ac @ 0f77281

4.115
Last change on this file since 0f77281 was 0f77281, checked in by Ralf Corsépius <ralf.corsepius@…>, on 07/19/12 at 13:44:32

Require autoconf-2.69.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([tm01])
6AC_CONFIG_HEADER([config.h])
7RTEMS_TOP([../..],[..])
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
12AM_MAINTAINER_MODE
13
14
15RTEMS_ENV_RTEMSBSP
16RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
17
18RTEMS_PROJECT_ROOT
19
20RTEMS_PROG_CC_FOR_TARGET
21
22RTEMS_CANONICALIZE_TOOLS
23
24RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
25
26OPERATION_COUNT=${OPERATION_COUNT-100}
27AC_SUBST(OPERATION_COUNT)
28
29# Explicitly list all Makefiles here
30AC_CONFIG_FILES([Makefile
31tmck/Makefile
32tmoverhd/Makefile
33tm01/Makefile
34tm02/Makefile
35tm03/Makefile
36tm04/Makefile
37tm05/Makefile
38tm06/Makefile
39tm07/Makefile
40tm08/Makefile
41tm09/Makefile
42tm10/Makefile
43tm11/Makefile
44tm12/Makefile
45tm13/Makefile
46tm14/Makefile
47tm15/Makefile
48tm16/Makefile
49tm17/Makefile
50tm18/Makefile
51tm19/Makefile
52tm20/Makefile
53tm21/Makefile
54tm22/Makefile
55tm23/Makefile
56tm24/Makefile
57tm25/Makefile
58tm26/Makefile
59tm27/Makefile
60tm28/Makefile
61tm29/Makefile
62tm30/Makefile
63])
64AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.