]> git.pld-linux.org Git - packages/ntop.git/commitdiff
fix libtool support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 May 2001 20:10:04 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.7

ntop.spec

index be7d8077608cf66d6f2c95fad3c92299e0ac0eed..b9db3c870986f83891fccb839c7c189db9c5e11b 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -9,6 +9,7 @@ Group:          Networking
 Group(de):     Netzwerkwesen
 Group(pl):     Sieciowe
 Source0:       http://snapshot.ntop.org/tgz/%{name}-%{snap}.tgz
+Source1:       %{name}-acinclude.m4
 Patch0:                %{name}-configure.patch
 Patch1:                %{name}-externallib.patch
 Patch2:                %{name}-perl.patch
@@ -48,15 +49,18 @@ cd ../gdchart*
 %build
 cd gdchart*
 rm -rf gd-* zlib-*
+libtoolize --copy --force
+aclocal
+autoconf
 %configure
 %{__make}
 
 cd ../%{name}*
+install %{SOURCE1} acinclude.m4
 libtoolize --copy --force
-automake -a -c -i
-autoheader
 aclocal
 autoconf
+automake -a -c
 %configure \
        --with-gdchart-root=../gdchart0.94c \
        --with-ossl-root=%{_prefix} \
This page took 0.066453 seconds and 4 git commands to generate.