]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
ppl: Remove unnecessary call of autoreconf.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Mar 2012 14:07:05 +0000 (15:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Mar 2012 14:07:05 +0000 (15:07 +0100)
There were no patches applied which required autoreconf.

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