summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f36deb433f..cdbb73b501 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
+
+2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
Reflect changes to configuration of rtems, score and sapi subdirs.
* Makefile.am: require automake-1.5.
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