summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:35:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:35:27 +0000
commit2f45e83a3b84ba7494a095099200c99fb700dddf (patch)
tree2c3403849725bdfb824743af7b3d42c77a9b43c7 /cpukit/aclocal
parent2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2f45e83a3b84ba7494a095099200c99fb700dddf.tar.bz2
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Requires automake-1.10. Require autoconf-2.60. * aclocal/rtems-top.m4, aclocal/version.m4: Adaptions to automake-1.10.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m42
-rw-r--r--cpukit/aclocal/version.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index 107d3b79d7..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.7])
-
dnl
dnl RTEMS_TOP($1)
dnl
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index 0b6bfb1823..615263bb20 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/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])