source: rtems/c/src/tests/tools/configure.in @ 908436c1

4.104.114.84.95
Last change on this file since 908436c1 was 908436c1, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/99 at 15:38:09

New configuration files added by patch from
Ralf Corsepius <corsepiu@…>".

  • Property mode set to 100644
File size: 415 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(generic)
6AC_CONFIG_AUX_DIR(../../../..)
7
8RTEMS_TOP(../../../..)
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-tests-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_TOOLPATHS
15AC_SUBST(program_prefix)
16
17AC_CONFIG_SUBDIRS(generic)
18if test -d $srcdir/$RTEMS_CPU; then
19AC_CONFIG_SUBDIRS($RTEMS_CPU)
20fi
21
22AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.