summaryrefslogtreecommitdiffstats
path: root/testsuites/tools/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:24 +0000
commit002612f02471dae41e7afa0292354a582df574ae (patch)
tree5e656f612d4f1be1ce2c1a117ca3b0d8096b447a /testsuites/tools/configure.ac
parent2001-10-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-002612f02471dae41e7afa0292354a582df574ae.tar.bz2
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs. * Makefile.am: Require automake-1.5.
Diffstat (limited to '')
-rw-r--r--testsuites/tools/configure.ac4
1 files changed, 1 insertions, 3 deletions
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])