mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
@@ -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>
|
2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Use RTEMS_AMPOLISH3.
|
* configure.ac: Use RTEMS_AMPOLISH3.
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $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_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[rtems-bugs@rtems.com],[rtems-c-src-librtems++])
|
||||||
AC_CONFIG_SRCDIR([include/rtems++])
|
AC_CONFIG_SRCDIR([include/rtems++])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
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
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_CXX
|
RTEMS_ENABLE_CXX
|
||||||
|
|||||||
@@ -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>
|
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/check-itron.m4: Allow unix.
|
* aclocal/check-itron.m4: Allow unix.
|
||||||
|
|||||||
@@ -6,14 +6,15 @@
|
|||||||
## This script configures the configuration files below make/
|
## 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_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([bsp.cfg.in])
|
AC_CONFIG_SRCDIR([bsp.cfg.in])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../..)
|
||||||
|
AC_SUBST(RTEMS_TOPdir,../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.9])
|
AM_INIT_AUTOMAKE([no-define foreign 1.10])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTIPROCESSING
|
RTEMS_ENABLE_MULTIPROCESSING
|
||||||
|
|||||||
Reference in New Issue
Block a user