filebench:remove autoreconf() (#17305)

This commit is contained in:
darmac 2020-07-01 00:05:39 +08:00 committed by GitHub
parent 55796203c4
commit 463d0d7bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')