source: rtems/testsuites/tools/generic/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: 476 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
5AC_CONFIG_SRCDIR([sorttimes.in])
6RTEMS_TOP(../../..)
7
8RTEMS_CANONICAL_TARGET_CPU
9
10AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
11AM_MAINTAINER_MODE
12
13RTEMS_PATH_KSH
14
15RTEMS_TOOLPATHS
16AC_SUBST(program_prefix)
17
18# Explicitly list all Makefiles here
19AC_CONFIG_FILES([Makefile
20difftest
21sorttimes])
22AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.