- Try Autoconf 2.60

This commit is contained in:
skasal 2006-06-27 09:51:17 +00:00
parent b69861257d
commit 1699e23b7e

View File

@ -1,11 +1,11 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.59
Release: 8
Version: 2.60
Release: 0
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
Patch0: autoconf-2.59-intrinsic.patch
Patch: autoconf-2.60-lX11.patch
URL: http://www.gnu.org/software/autoconf/
BuildRequires: sed, m4, emacs
Prereq(post,preun): /sbin/install-info
@ -31,7 +31,7 @@ their use.
%prep
%setup -q -n autoconf-%{version}
%patch0 -p1 -b .mod-x
%patch
%build
%configure
@ -69,6 +69,9 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-0
- Try Autoconf 2.60
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 2.59-8
- try to link with libX11 instead of libXt