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:18:21 +00:00
parent 90df1d9726
commit 53328c8f74
265 changed files with 793 additions and 265 deletions

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.

View File

@@ -2,7 +2,7 @@
m4_define([RTEMS_API],[4.10])
AC_PREREQ(2.65)
AC_PREREQ([2.68])
AC_INIT([crossrpms],[0.20100607.0],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* AUTHORS: Convert to UNIX CR/LF style.

View File

@@ -4,7 +4,7 @@ m4_define([M4_RTEMS_API],[4.7])
m4_define([M4_RTEMS_VERSION],[4.6.99.3])
m4_define([M4_RTEMS_RELEASE],[0])
AC_PREREQ(2.59)
AC_PREREQ([2.68])
AC_INIT([rtemsrpms],[M4_RTEMS_RELEASE],[http://www.rtems.org/bugzilla])
AC_CONFIG_AUX_DIR(.)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_PREFIX_DEFAULT([/opt/rtems-][M4_RTEMS_API])
AM_INIT_AUTOMAKE([1.9])
AM_INIT_AUTOMAKE([1.11.1])
rpmprefix="[rtems-]M4_RTEMS_API[-]"