From d5ba37b673ddb34ca5269dae9d0d362e43467c0e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 1 Nov 2012 14:09:59 +1100 Subject: [PATCH] Use autoconf-2.68 cause 2.69 fails on Windows. --- config/autoconf-2.68-1.cfg | 21 +++++++++++++++++++++ config/{gnu-tools.cfg => gnu-tools-4.6.cfg} | 3 +-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 config/autoconf-2.68-1.cfg rename config/{gnu-tools.cfg => gnu-tools-4.6.cfg} (92%) diff --git a/config/autoconf-2.68-1.cfg b/config/autoconf-2.68-1.cfg new file mode 100644 index 0000000..e79b44c --- /dev/null +++ b/config/autoconf-2.68-1.cfg @@ -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 diff --git a/config/gnu-tools.cfg b/config/gnu-tools-4.6.cfg similarity index 92% rename from config/gnu-tools.cfg rename to config/gnu-tools-4.6.cfg index 81c0502..e6ba9b7 100644 --- a/config/gnu-tools.cfg +++ b/config/gnu-tools-4.6.cfg @@ -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