From 402b9e0170745a4a4831174ba5e04bf1132ce3e9 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 06 2006 10:27:58 +0000 Subject: - check for Xlib.h instead of Intrinsic.h to find X11 headers (#176379) --- diff --git a/autoconf.spec b/autoconf.spec index a049985..6b021a3 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -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 2.59-6 +- check for Xlib.h instead of Intrinsic.h to find X11 headers + (#176379) + * Fri Dec 09 2005 Jesse Keating - rebuilt