]> git.pld-linux.org Git - packages/make.git/commitdiff
- make doesn't use libtool
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Jan 2007 11:24:50 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- automake already copies config.sub
- ac/am versions

Changed files:
    make.spec -> 1.71

make.spec

index 3e44b8ba39579e04ae661904f6f4c6c83f912c14..2323f627ed948dd2b900aa463ed4b6c159d0b466 100644 (file)
--- a/make.spec
+++ b/make.spec
@@ -20,10 +20,9 @@ Source1:     http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-pl.po-update.patch
 URL:           http://www.gnu.org/software/make/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
-BuildRequires: libtool
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
+BuildRequires: gettext-devel >= 0.14.1
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -98,12 +97,10 @@ rm -f po/stamp-po
 
 %build
 %{__gettextize}
-%{__libtoolize}
 %{__aclocal} -I config
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
This page took 0.066814 seconds and 4 git commands to generate.