2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Require autoconf-2.60.
This commit is contained in:
Ralf Corsepius
2006-10-17 07:29:40 +00:00
parent 11c60096e2
commit ce1bdb0857
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60.
2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, aclocal/multi.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4

View File

@@ -2,7 +2,7 @@
##
## $Id$
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([score])
RTEMS_TOP([..],[])