From b4256c8b3c0cf01c223c0f0c94c6e290206b58cd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Jun 2010 09:40:27 +0000 Subject: post-branching cleanup. --- contrib/crossrpms/Makefile.am | 1 - contrib/crossrpms/configure.ac | 24 ++++-------------------- 2 files changed, 4 insertions(+), 21 deletions(-) (limited to 'contrib') diff --git a/contrib/crossrpms/Makefile.am b/contrib/crossrpms/Makefile.am index 8123314e5f..edbb3013f7 100644 --- a/contrib/crossrpms/Makefile.am +++ b/contrib/crossrpms/Makefile.am @@ -13,7 +13,6 @@ DIST_SUBDIRS += freebsd8.0 DIST_SUBDIRS += mingw32 DIST_SUBDIRS += netbsd5.0.2 DIST_SUBDIRS += solaris2.7 -DIST_SUBDIRS += rtems4.10 DIST_SUBDIRS += rtems4.11 DIST_SUBDIRS += autotools diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index e42b747112..c2b9349f8e 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -1,9 +1,9 @@ ## $Id$ -m4_define([RTEMS_API],[4.10]) +m4_define([RTEMS_API],[4.11]) -AC_PREREQ(2.61) -AC_INIT([crossrpms],[0.20091130.2],[http://www.rtems.org/bugzilla]) +AC_PREREQ(2.65) +AC_INIT([crossrpms],[0.20100607.0],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([binutils/binutils.add]) AC_CONFIG_AUX_DIR(.) @@ -11,7 +11,7 @@ AC_CANONICAL_HOST AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API]) -AM_INIT_AUTOMAKE([1.9]) +AM_INIT_AUTOMAKE([1.11.1]) AC_ARG_ENABLE([targets], AS_HELP_STRING([--enable-targets=],[build for targets ]), @@ -172,22 +172,6 @@ AC_CONFIG_FILES([netbsd5.0.2/Makefile]) AC_CONFIG_FILES([netbsd5.0.2/i386/Makefile]) AC_CONFIG_FILES([netbsd5.0.2/x86_64/Makefile]) -AC_CONFIG_FILES([rtems4.10/Makefile]) -AC_CONFIG_FILES([rtems4.10/arm/Makefile]) -AC_CONFIG_FILES([rtems4.10/avr/Makefile]) -AC_CONFIG_FILES([rtems4.10/bfin/Makefile]) -AC_CONFIG_FILES([rtems4.10/h8300/Makefile]) -AC_CONFIG_FILES([rtems4.10/i386/Makefile]) -AC_CONFIG_FILES([rtems4.10/lm32/Makefile]) -AC_CONFIG_FILES([rtems4.10/m32c/Makefile]) -AC_CONFIG_FILES([rtems4.10/m32r/Makefile]) -AC_CONFIG_FILES([rtems4.10/m68k/Makefile]) -AC_CONFIG_FILES([rtems4.10/mips/Makefile]) -AC_CONFIG_FILES([rtems4.10/mipstx39/Makefile]) -AC_CONFIG_FILES([rtems4.10/powerpc/Makefile]) -AC_CONFIG_FILES([rtems4.10/sh/Makefile]) -AC_CONFIG_FILES([rtems4.10/sparc/Makefile]) - AC_CONFIG_FILES([rtems4.11/Makefile]) AC_CONFIG_FILES([rtems4.11/arm/Makefile]) AC_CONFIG_FILES([rtems4.11/avr/Makefile]) -- cgit v1.2.3