libhio: remove autoreconf method (#14283)

The autoreconf is not necessary and can cause errors.
This commit is contained in:
plamborn 2020-01-24 19:20:02 -07:00 committed by Peter Scheibel
parent 9a6b3b3a07
commit f8e0f4251d

View File

@ -49,10 +49,6 @@ class Libhio(AutotoolsPackage):
patch('0001-hdf5-make-docs-optional.patch', when="@1.4.1.0")
patch('0001-spack-fix-for-spack-to-work-on-non-cray-systems.patch', when="@1.4.1.2")
def autoreconf(self, spec, prefix):
autoreconf = which('autoreconf')
autoreconf('-ifv')
def configure_args(self):
spec = self.spec
args = []