- try to link with libX11 instead of libXt

This commit is contained in:
Karsten Hopp 2006-05-16 15:10:28 +00:00
parent 8950c87cc0
commit b69861257d

View File

@ -1,7 +1,7 @@
Summary: A GNU tool for automatically configuring source code.
Name: autoconf
Version: 2.59
Release: 7
Release: 8
License: GPL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
@ -31,7 +31,7 @@ their use.
%prep
%setup -q -n autoconf-%{version}
%patch0 -p1
%patch0 -p1 -b .mod-x
%build
%configure
@ -69,6 +69,9 @@ fi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%changelog
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 2.59-8
- try to link with libX11 instead of libXt
* Wed Feb 15 2006 Karsten Hopp <karsten@redhat.de> 2.59-7
- XrmInitialize takes no argument (#181340)