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

* configure.ac: Requires autoconf-2.59.
This commit is contained in:
Ralf Corsepius
2006-10-17 05:51:36 +00:00
parent c11d203cce
commit 07572d6500
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Requires autoconf-2.59.
2006-06-02 Jay Monkman <jtm@lopingdog.com> 2006-06-02 Jay Monkman <jtm@lopingdog.com>
* startup/linkcmds: Removed unnecessary global definition of * startup/linkcmds: Removed unnecessary global definition of

View File

@@ -2,7 +2,7 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.57) AC_PREREQ(2.59)
AC_INIT([rtems-c-src-lib-libbsp-arm-csb336],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-csb336],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.59.
2006-09-11 Chris Johns <chrisj@rtems.org> 2006-09-11 Chris Johns <chrisj@rtems.org>
* smc/smc.h: Remove extra CRLF. * smc/smc.h: Remove extra CRLF.

View File

@@ -2,7 +2,7 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.57) AC_PREREQ(2.59)
AC_INIT([rtems-c-src-lib-libbsp-arm-gp32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-gp32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)