2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Require autoconf-2.68, automake-1.11.1.
This commit is contained in:
Ralf Corsepius
2011-02-02 15:01:43 +00:00
parent 677e81332b
commit 8ee3775f30
283 changed files with 845 additions and 281 deletions

View File

@@ -2,13 +2,13 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-lm32-lm32_evr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET