summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/tools/ChangeLog5
-rw-r--r--c/src/tests/tools/Makefile.am2
-rw-r--r--c/src/tests/tools/configure.ac4
-rw-r--r--testsuites/tools/ChangeLog5
-rw-r--r--testsuites/tools/Makefile.am2
-rw-r--r--testsuites/tools/configure.ac4
6 files changed, 14 insertions, 8 deletions
diff --git a/c/src/tests/tools/ChangeLog b/c/src/tests/tools/ChangeLog
index 8e18999818..565645d9c6 100644
--- a/c/src/tests/tools/ChangeLog
+++ b/c/src/tests/tools/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/c/src/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am
index 7d2e75271b..5fb2abe2ab 100644
--- a/c/src/tests/tools/Makefile.am
+++ b/c/src/tests/tools/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
+AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = @subdirs@
diff --git a/c/src/tests/tools/configure.ac b/c/src/tests/tools/configure.ac
index bb54219019..7b66ce877f 100644
--- a/c/src/tests/tools/configure.ac
+++ b/c/src/tests/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])
diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog
index 8e18999818..565645d9c6 100644
--- a/testsuites/tools/ChangeLog
+++ b/testsuites/tools/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/testsuites/tools/Makefile.am b/testsuites/tools/Makefile.am
index 7d2e75271b..5fb2abe2ab 100644
--- a/testsuites/tools/Makefile.am
+++ b/testsuites/tools/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
+AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = @subdirs@
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])