summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cpu/ChangeLog4
-rw-r--r--tools/cpu/configure.in5
2 files changed, 6 insertions, 3 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 37d56e5221..6bfa7c9859 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/tools/cpu/configure.in b/tools/cpu/configure.in
index 97105f730a..9345d168aa 100644
--- a/tools/cpu/configure.in
+++ b/tools/cpu/configure.in
@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
dnl $Id$
+AC_PREREQ(2.52)
AC_INIT(generic)
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
@@ -17,9 +18,7 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
-if test -d $srcdir/$RTEMS_CPU; then
-AC_CONFIG_SUBDIRS($RTEMS_CPU)
-fi
+RTEMS_CPU_SUBDIRS
# Explicitly list all Makefiles here
AC_OUTPUT(Makefile)