filebench:remove autoreconf() (#17305)
This commit is contained in:
parent
55796203c4
commit
463d0d7bd9
@ -30,11 +30,3 @@ class Filebench(AutotoolsPackage):
|
||||
depends_on('m4', type='build')
|
||||
depends_on('flex', 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')
|
||||
|
Loading…
Reference in New Issue
Block a user