From 463d0d7bd9d79d45071ff59401d21f500da2119d Mon Sep 17 00:00:00 2001
From: darmac <xiaojun2@hisilicon.com>
Date: Wed, 1 Jul 2020 00:05:39 +0800
Subject: [PATCH] filebench:remove autoreconf() (#17305)

---
 var/spack/repos/builtin/packages/filebench/package.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/var/spack/repos/builtin/packages/filebench/package.py b/var/spack/repos/builtin/packages/filebench/package.py
index 0cb5e93a1f..d328bb01ca 100644
--- a/var/spack/repos/builtin/packages/filebench/package.py
+++ b/var/spack/repos/builtin/packages/filebench/package.py
@@ -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')
-- 
GitLab