forked from Imagelibrary/rtems
This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220.
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
AC_DEFUN([RTEMS_VERSIONING],
|
|
m4_define([_RTEMS_VERSION],[5.0.0]))
|
|
|
|
m4_define([_RTEMS_API],[5])
|