]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - ppl/ppl.nm
ppl: Remove unnecessary call of autoreconf.
[people/ms/ipfire-3.x.git] / ppl / ppl.nm
index f4372b0fe2d3b15915f4a93de64028da18afcdd6..09b6fe114bed1650b3162bc96af14e586312a695 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = ppl
 version    = 0.11.2
-release    = 2
+release    = 3
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Libraries
@@ -32,8 +32,6 @@ sources    = %{thisapp}.tar.lzma
 
 build
        requires
-               autoconf
-               automake
                gcc-c++
                gmp-devel
                m4
@@ -45,10 +43,6 @@ build
 
        PARALLELISMFLAGS =
 
-       prepare_cmds
-               cd %{DIR_APP} && autoreconf -f
-       end
-
        test
                make check
        end