From b7232e6f4ad9667acb758d43f81aaabc9d8d16e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Oct 2001 16:38:20 +0000 Subject: 2001-10-09 Ralf Corsepius * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS. --- tools/cpu/configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/cpu/configure.in') diff --git a/tools/cpu/configure.in b/tools/cpu/configure.in index 97105f730a..9345d168aa 100644 --- a/tools/cpu/configure.in +++ b/tools/cpu/configure.in @@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl $Id$ +AC_PREREQ(2.52) AC_INIT(generic) RTEMS_TOP(../..) AC_CONFIG_AUX_DIR(../..) @@ -17,9 +18,7 @@ RTEMS_TOOLPATHS AC_SUBST(program_prefix) AC_CONFIG_SUBDIRS(generic) -if test -d $srcdir/$RTEMS_CPU; then -AC_CONFIG_SUBDIRS($RTEMS_CPU) -fi +RTEMS_CPU_SUBDIRS # Explicitly list all Makefiles here AC_OUTPUT(Makefile) -- cgit v1.2.3