forked from Imagelibrary/rtems
Adaptations to automake-1.10.
This commit is contained in:
@@ -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([***]
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
dnl $Id$
|
||||
|
||||
m4_define([RTEMS_API],[4.7])
|
||||
|
||||
dnl
|
||||
dnl RTEMS_TOP($1)
|
||||
dnl
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user