summaryrefslogblamecommitdiffstats
path: root/rtems/config/tools/rtems-autoconf-2.69-1.cfg
blob: 71ef4ed64f3c0a80b75fab71654bd120604c6495 (plain) (tree)
1
2
3
4
5
6
7
8



                



                         














                                                 
#
# Autoconf 2.69.
#

%if %{rtems_arch} == none
 %define _target %{_host}
%endif

%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