Use autoconf-2.68 cause 2.69 fails on Windows.

This commit is contained in:
Chris Johns 2012-11-01 14:09:59 +11:00
parent 80027df531
commit d5ba37b673
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,21 @@
#
# Autoconf 2.68.
#
%ifn %{defined release}
%error No 'release' defined
%endif
%include %{_configdir}/base.cfg
%define autoconf_version 2.68
Name: autoconf-%{autoconf_version}-%{_host}-%{release}
%description
Autoconf for host %{_host}.
#
# The autoconf build instructions. We use 2.xx Release 1.
#
%include %{_configdir}/autoconf-2-1.cfg

View File

@ -19,8 +19,7 @@ package: gnu-tool-%{_target}-%{release}
#
# Tool configuration.
#
m4-1.4.16-1
autoconf-2.69-1
autoconf-2.68-1
automake-1.12-1
binutils-2.22-1
gcc-4.6-newlib-1.20-1