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

4.104.114.95
Last change on this file since a083b52 was a083b52, checked in by Chris Johns <chrisj@…>, on 07/29/14 at 06:35:43

Add checksum support for downloaded files.

File download by http, ftp, pw support checksum. The %hash
directive provides a means of setting a hash used to
checksum the file.

Files on disk or just downloaded are checked.

  • Property mode set to 100644
File size: 434 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%hash md5 autoconf-%{rtems_autoconf_version}.tar.gz 82d05e03b93e45f5a39b828dc9c6c29b
12
13#
14# Check the version of autoconf in the path.
15#
16%if %{__autoconf_ver} < %{rtems_autoconf_version}
17 #
18 # Tools configuration.
19 #
20 %include %{_configdir}/devel/autoconf-2.69-1.cfg
21%endif
Note: See TracBrowser for help on using the repository browser.