summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/aclocal/prog-cxx.m41
-rw-r--r--testsuites/aclocal/rtems-top.m42
-rw-r--r--testsuites/aclocal/version.m44
3 files changed, 4 insertions, 3 deletions
diff --git a/testsuites/aclocal/prog-cxx.m4 b/testsuites/aclocal/prog-cxx.m4
index 465cd7ed86..190b81af00 100644
--- a/testsuites/aclocal/prog-cxx.m4
+++ b/testsuites/aclocal/prog-cxx.m4
@@ -20,6 +20,7 @@ dnl NOTE: This might be too restrictive
test -z "$CXX" \
&& AC_MSG_ERROR([no acceptable c++ found in \$PATH])
AC_PROG_CXX
+AC_PROG_CXXCPP
if test "$ac_cv_prog_cc_cross" != "$ac_cv_prog_cxx_cross"; then
AC_MSG_ERROR([***]
diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4
index 1c96a2e9e6..bd5c526f1d 100644
--- a/testsuites/aclocal/rtems-top.m4
+++ b/testsuites/aclocal/rtems-top.m4
@@ -1,7 +1,5 @@
dnl $Id$
-m4_define([RTEMS_API],[4.7])
-
dnl
dnl RTEMS_TOP($1)
dnl
diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4
index 0b6bfb1823..615263bb20 100644
--- a/testsuites/aclocal/version.m4
+++ b/testsuites/aclocal/version.m4
@@ -1,2 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.6.99.3]))
+m4_define([_RTEMS_VERSION],[4.6.99.4]))
+
+m4_define([RTEMS_API],[4.7])