summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:45 +0000
commit7660ccd8fcf8f8c7142a66c1b09211f01fddebf9 (patch)
treecff068a562253225a52ac44a4488d2e25d21cef6 /cpukit/configure.ac
parent2001-10-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7660ccd8fcf8f8c7142a66c1b09211f01fddebf9.tar.bz2
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
Diffstat (limited to '')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index ea637bdaf1..2b63fab559 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -59,7 +59,7 @@ fi
if test "$HAS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itron)
fi
-AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
+RTEMS_CPU_SUBDIRS([score/cpu])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API