From 7660ccd8fcf8f8c7142a66c1b09211f01fddebf9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 13:12:45 +0000 Subject: 2001-10-16 Ralf Corsepius * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f36deb433f..cdbb73b501 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2001-10-16 Ralf Corsepius + + * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy. + 2001-10-16 Ralf Corsepius * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron. 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 -- cgit v1.2.3