summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:36:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 13:36:47 +0000
commit70ca327fbc031e211b7b77a97d2b0fc46b4f176a (patch)
treeeea550612e50f126b593b81bd699de8961fac051 /testsuites
parentRequire automake-1.10. Requires autoconf-2.60. (diff)
downloadrtems-70ca327fbc031e211b7b77a97d2b0fc46b4f176a.tar.bz2
Adaptations to automake-1.10.
Diffstat (limited to 'testsuites')
-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])