source: rtems-source-builder/rtems/config/tools/rtems-automake-1.12.6-1.cfg @ c49e500

4.104.114.95
Last change on this file since c49e500 was ebf8a1f, checked in by Chris Johns <chrisj@…>, on 07/16/13 at 00:02:41

Automtically build the Autotools to bootstrap RTEMS.

This changes adds support to build the autotools if the host installed
version is not a suitable version. Autoconf and automake have hard coded
references to the install prefix and host tools and this makes it impossible
to relocate, that is use in any path other than the install prefix. To
bootstrap automake you need to first build a suitable autoconf and with that
you can built automake for the install prefix. The other complication is
not referencing the install prefix in the path when building in the RSB.
Having the install prefix in the path can result in strange issues appearing
such as gcc using a new assembler feature not present in an older assember
installed under the install prefix.

The process is to build the autotools using an install prefix to an
internal path inside the RSB temporary path and to use that autoconf
to build the version for the install prefix. The internal install
prefix version is also used to bootstrap RTEMS.

  • Property mode set to 100644
File size: 353 bytes
Line 
1#
2# Automake 1.12.6
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define rtems_automake_version 1.12.6
10
11#
12# Check the version of automake in the path.
13#
14%if %{__automake_ver} < %{rtems_automake_version}
15 #
16 # Tools configuration.
17 #
18 %include %{_configdir}/devel/automake-1.12.6-1.cfg
19%endif
Note: See TracBrowser for help on using the repository browser.