From 002612f02471dae41e7afa0292354a582df574ae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 13:12:24 +0000 Subject: 2001-10-17 Ralf Corsepius * configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs. * Makefile.am: Require automake-1.5. --- testsuites/tools/configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/tools/configure.ac') diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index bb54219019..7b66ce877f 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/configure.ac @@ -17,9 +17,7 @@ RTEMS_TOOLPATHS AC_SUBST(program_prefix) RTEMS_CONFIG_BUILD_SUBDIRS(generic) -if test -d $srcdir/$RTEMS_CPU; then -AC_CONFIG_SUBDIRS($RTEMS_CPU) -fi +RTEMS_CPU_SUBDIRS # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3