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

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

%define rtems_autoconf_version 2.69

#
# 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