Skip to content
Snippets Groups Projects
Unverified Commit 463d0d7b authored by darmac's avatar darmac Committed by GitHub
Browse files

filebench:remove autoreconf() (#17305)

parent 55796203
Branches
Tags
No related merge requests found
...@@ -30,11 +30,3 @@ class Filebench(AutotoolsPackage): ...@@ -30,11 +30,3 @@ class Filebench(AutotoolsPackage):
depends_on('m4', type='build') depends_on('m4', type='build')
depends_on('flex', type='build') depends_on('flex', type='build')
depends_on('bison', type='build') depends_on('bison', type='build')
def autoreconf(self, spec, prefix):
sh = which('sh')
sh('libtoolize')
sh('aclocal')
sh('autoheader')
sh('automake', '--add-missing')
sh('autoconf')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment