post-branching cleanup.

This commit is contained in:
Ralf Corsepius
2010-06-07 09:40:27 +00:00
parent 77787df4ab
commit b4256c8b3c
2 changed files with 4 additions and 21 deletions
-1
View File
@@ -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
+4 -20
View File
@@ -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=<targets>],[build for targets <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])