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

4.104.114.84.95
Last change on this file since c59952d4 was c59952d4, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:29:06

2000-10-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • configure.in: Replace AC_CONFIG_SUBDIRS with RTEMS_CONFIG_BUILD_SUBDIRS.
  • Property mode set to 100644
File size: 516 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(generic)
6RTEMS_TOP(../../../..)
7AC_CONFIG_AUX_DIR(../../../..)
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-c-src-tests-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_TOOLPATHS
15AC_SUBST(program_prefix)
16
17RTEMS_CONFIG_BUILD_SUBDIRS(generic)
18if test -d $srcdir/$RTEMS_CPU; then
19AC_CONFIG_SUBDIRS($RTEMS_CPU)
20fi
21
22# Explicitly list all Makefiles here
23AC_OUTPUT(Makefile)
24
25RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)
Note: See TracBrowser for help on using the repository browser.