summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m42
-rw-r--r--cpukit/aclocal/version.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 00e25aa83b..7838bfc0ef 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -1,7 +1,5 @@
dnl $Id$
-m4_define([RTEMS_API],[4.8])
-
dnl
dnl RTEMS_TOP($1)
dnl
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index e1522bb37d..cabe02ca4d 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/aclocal/version.m4
@@ -1,2 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.7.99.0]))
+
+m4_define([RTEMS_API],[4.8])