summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-autoconf-2.69-1.cfg
blob: acae2e9f37fb289ebd86e31645a74aed7cb982e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Autoconf 2.69.
#

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

%define rtems_autoconf_version 2.69

%hash md5 autoconf-%{rtems_autoconf_version}.tar.gz 82d05e03b93e45f5a39b828dc9c6c29b

#
# Check the version of autoconf in the path.
#
%if %{__autoconf_ver} < %{rtems_autoconf_version}
 #
 # Tools configuration.
 #
 %include %{_configdir}/devel/autoconf-2.69-1.cfg
%endif