summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-automake-1.12.6-1.cfg
blob: 1585cf471aa832da144e142e22a6729611c7b07d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Automake 1.12.6
#

%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
%include %{_configdir}/versions.cfg

%define rtems_automake_version 1.12.6

#
# Check the version of automake in the path.
#
%if %{__automake_ver} < %{rtems_automake_version}
 #
 # Tools configuration.
 #
 %include %{_configdir}/devel/automake-1.12.6-1.cfg
%endif