summaryrefslogtreecommitdiffstats
path: root/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 /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 'aclocal')
-rw-r--r--aclocal/rtems-top.m42
-rw-r--r--aclocal/version.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 9e2ea9c80f..3d34996fa6 100644
--- a/aclocal/rtems-top.m4
+++ b/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/aclocal/version.m4 b/aclocal/version.m4
index 0b6bfb1823..615263bb20 100644
--- a/aclocal/version.m4
+++ b/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])