]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- add simpler workaround on buggy acinclude.m4 (mv acinclude.m4.in acinclude.m4). ntop-1_3_2-2_010326
authorkloczek <kloczek@pld-linux.org>
Fri, 11 May 2001 20:24:17 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.8

ntop.spec

index b9db3c870986f83891fccb839c7c189db9c5e11b..94af00c2c76a986c312202e69f71930151036c2f 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -9,7 +9,6 @@ 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
@@ -56,11 +55,11 @@ autoconf
 %{__make}
 
 cd ../%{name}*
-install %{SOURCE1} acinclude.m4
+mv -f acinclude.m4.in acinclude.m4
 libtoolize --copy --force
 aclocal
 autoconf
-automake -a -c
+automake -a -c -i
 %configure \
        --with-gdchart-root=../gdchart0.94c \
        --with-ossl-root=%{_prefix} \
This page took 0.347763 seconds and 4 git commands to generate.