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

* configure.ac: Require autoconf-2.60. Require automake-1.10.
This commit is contained in:
Ralf Corsepius
2006-10-17 06:21:56 +00:00
parent 2c278a4754
commit 754610f3f3
114 changed files with 342 additions and 114 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am.

View File

@@ -2,13 +2,13 @@
##
## $Id$
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-unix-posix],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9])
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE
RTEMS_ENABLE_CXX