source: rtems-source-builder/rtems/config/tools/rtems-autoconf-2.69-1.cfg @ 9ff6dad

4.104.114.95
Last change on this file since 9ff6dad was 9ff6dad, checked in by Chris Johns <chrisj@…>, on 08/19/14 at 11:40:20

rtems: Remove the duplicate hashes from the config.

  • Property mode set to 100644
File size: 348 bytes
Line 
1#
2# Autoconf 2.69.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7%include %{_configdir}/versions.cfg
8
9%define rtems_autoconf_version 2.69
10
11#
12# Check the version of autoconf in the path.
13#
14%if %{__autoconf_ver} < %{rtems_autoconf_version}
15 #
16 # Tools configuration.
17 #
18 %include %{_configdir}/devel/autoconf-2.69-1.cfg
19%endif
Note: See TracBrowser for help on using the repository browser.