mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Require automake-1.10. Require autoconf-2.60.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
|
||||||
AC_CONFIG_SRCDIR([optman])
|
AC_CONFIG_SRCDIR([optman])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
@@ -13,7 +13,7 @@ RTEMS_ENABLE_RDBG
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.9])
|
AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.10])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTILIB
|
RTEMS_ENABLE_MULTILIB
|
||||||
|
|||||||
Reference in New Issue
Block a user