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

Last change on this file since eea3793 was 83e0c3d, checked in by Chris Johns <chrisj@…>, on 09/18/19 at 23:41:08

rtems/automake: Remove patch as it has moved to bare/devel.

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