summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-04 14:47:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-04 14:47:13 +0000
commitdb4627a8a17355f3e4543175b7816f27d7836cbd (patch)
tree7e9eccc3308fddbd5e47b629eac4ecd65187e756
parentReflect new mkspec. (diff)
downloadrtems-db4627a8a17355f3e4543175b7816f27d7836cbd.tar.bz2
2006-07-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/autoconf.add: autoconf-2.60.
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/autotools/autoconf.add8
2 files changed, 7 insertions, 5 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index cbdea9a09b..0b9736f2a1 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * autotools/autoconf.add: autoconf-2.60.
+
2006-03-08 Joel Sherrill <joel@oarcorp.com>
* setup.def: Update tool versions to gcc 4.0.2/newlib 1.14.0
diff --git a/scripts/autotools/autoconf.add b/scripts/autotools/autoconf.add
index 5671707a36..6780f189b7 100644
--- a/scripts/autotools/autoconf.add
+++ b/scripts/autotools/autoconf.add
@@ -1,5 +1,5 @@
-%define rpmvers 2.59
-%define srcvers 2.59
+%define rpmvers 2.60
+%define srcvers 2.60
%define _name autoconf
@@ -15,7 +15,7 @@ License: GPL
URL: http://www.gnu.org/software/autoconf
Group: @rpmgroup@
Version: %{rpmvers}
-Release: 4%{?dist}
+Release: 0%{?dist}
Summary: Tool for automatically generating GNU style Makefile.in's
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -26,7 +26,6 @@ Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
Source: autoconf-%{srcvers}.tar.bz2
-Patch0: autoconf-2.59-quoting-20040817-1.diff
%description
GNU's Autoconf is a tool for configuring source code and Makefiles.
@@ -43,7 +42,6 @@ their use.
%prep
%setup -q -n %{_name}-%{srcvers}
-%patch -p0 -P 0
%build
./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \