Adaptations to automake-1.10.

This commit is contained in:
Ralf Corsepius
2006-10-19 13:36:47 +00:00
parent 32865ab96d
commit 70ca327fbc
3 changed files with 4 additions and 3 deletions

View File

@@ -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([***]

View File

@@ -1,7 +1,5 @@
dnl $Id$
m4_define([RTEMS_API],[4.7])
dnl
dnl RTEMS_TOP($1)
dnl

View File

@@ -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])