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

* configure.ac: Require automake-1.10. Require autoconf-2.60.
This commit is contained in:
Ralf Corsepius
2006-10-19 14:05:46 +00:00
parent 56e2dc07e1
commit f4470b97f4
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Use RTEMS_AMPOLISH3.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[rtems-bugs@rtems.com],[rtems-c-src-librtems++])
AC_CONFIG_SRCDIR([include/rtems++])
RTEMS_TOP(../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.9])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_CXX

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-itron.m4: Allow unix.

View File

@@ -6,14 +6,15 @@
## This script configures the configuration files below make/
##
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)
AC_SUBST(RTEMS_TOPdir,../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTIPROCESSING