- drop obsolete patch, fix path
This commit is contained in:
parent
e522420015
commit
2612c0b6c3
@ -5,7 +5,6 @@ Release: 1
|
|||||||
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
|
||||||
Patch0: autoconf-2.60-linkX11.patch
|
|
||||||
URL: http://www.gnu.org/software/autoconf/
|
URL: http://www.gnu.org/software/autoconf/
|
||||||
BuildRequires: sed, m4, emacs
|
BuildRequires: sed, m4, emacs
|
||||||
Prereq(post,preun): /sbin/install-info
|
Prereq(post,preun): /sbin/install-info
|
||||||
@ -31,15 +30,14 @@ their use.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n autoconf-%{version}
|
%setup -q -n autoconf-%{version}
|
||||||
%patch0 -p1 -b .linkX11
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -p config/config{.,-}guess
|
cp -p build-aux/config{.,-}guess
|
||||||
cp -p config/config{.,-}sub
|
cp -p build-aux/config{.,-}sub
|
||||||
%configure
|
%configure
|
||||||
# ... and restore them:
|
# ... and restore them:
|
||||||
mv config/config{-,.}guess
|
mv build-aux/config{-,.}guess
|
||||||
mv config/config{-,.}sub
|
mv build-aux/config{-,.}sub
|
||||||
make
|
make
|
||||||
|
|
||||||
#check
|
#check
|
||||||
|
Loading…
Reference in New Issue
Block a user