- check for Xlib.h instead of Intrinsic.h to find X11 headers (#176379)

This commit is contained in:
Karsten Hopp 2006-02-06 10:27:58 +00:00
parent aa97ee258f
commit 402b9e0170

View File

@ -1,10 +1,11 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.59
Release: 5.1
Release: 6
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
Patch0: autoconf-2.59-intrinsic.patch
URL: http://www.gnu.org/software/autoconf/
BuildRequires: sed, m4, emacs
Prereq(post,preun): /sbin/install-info
@ -30,10 +31,13 @@ their use.
%prep
%setup -q -n autoconf-%{version}
%patch0 -p1
%build
%configure
make
%check
make check || make check VERBOSE=yes
%install
@ -65,6 +69,10 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Mon Feb 06 2006 Karsten Hopp <karsten@redhat.de> 2.59-6
- check for Xlib.h instead of Intrinsic.h to find X11 headers
(#176379)
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt