From 70ca327fbc031e211b7b77a97d2b0fc46b4f176a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 19 Oct 2006 13:36:47 +0000 Subject: Adaptations to automake-1.10. --- testsuites/aclocal/prog-cxx.m4 | 1 + testsuites/aclocal/rtems-top.m4 | 2 -- testsuites/aclocal/version.m4 | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'testsuites') 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]) -- cgit v1.2.3