- make 2.59 HEAD, 2.60 is still too broken

This commit is contained in:
Karsten Hopp 2006-07-19 10:19:55 +00:00
parent ac39c13684
commit 7674a071c6
3 changed files with 6 additions and 31 deletions

View File

@ -1 +1 @@
autoconf-2.60.tar.bz2
autoconf-2.59.tar.bz2

View File

@ -1,11 +1,11 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.60
Release: 3.1
Version: 2.59
Release: 8
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
Patch: autoconf-2.60-intrinsic.patch
Patch0: autoconf-2.59-intrinsic.patch
URL: http://www.gnu.org/software/autoconf/
BuildRequires: sed, m4, emacs
Prereq(post,preun): /sbin/install-info
@ -31,17 +31,10 @@ their use.
%prep
%setup -q -n autoconf-%{version}
%patch
%patch0 -p1 -b .mod-x
%build
# Hide these files from the eager find run before configure:
cp -p config/config{.,-}guess
cp -p config/config{.,-}sub
%configure
# ... and restore them:
mv config/config{-,.}guess
mv config/config{-,.}sub
make
%check
@ -76,24 +69,6 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.60-3.1
- rebuild
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-3
- Do not mention rpm macro in a comment, rpm expands it!
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-2
- Second attempt to keep original config.guess and config.sub.
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-1
- Do not allow rpm to replace config.guess and config.sub.
* Tue Jun 27 2006 Stepan Kasal <skasal@redhat.com> 2.60-0.br
- fix a typo
* 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

View File

@ -1 +1 @@
019609c29d0cbd9110c38480304aafc8 autoconf-2.60.tar.bz2
1ee40f7a676b3cfdc0e3f7cd81551b5f autoconf-2.59.tar.bz2