- try to link with libX11 instead of libXt
This commit is contained in:
parent
8950c87cc0
commit
b69861257d
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU tool for automatically configuring source code.
|
Summary: A GNU tool for automatically configuring source code.
|
||||||
Name: autoconf
|
Name: autoconf
|
||||||
Version: 2.59
|
Version: 2.59
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
|
||||||
@ -31,7 +31,7 @@ their use.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n autoconf-%{version}
|
%setup -q -n autoconf-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1 -b .mod-x
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -69,6 +69,9 @@ fi
|
|||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 15 2006 Karsten Hopp <karsten@redhat.de> 2.59-7
|
||||||
- XrmInitialize takes no argument (#181340)
|
- XrmInitialize takes no argument (#181340)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user