diff --git a/var/spack/repos/builtin/packages/libtheora/package.py b/var/spack/repos/builtin/packages/libtheora/package.py index f12f67c4607..236696283a4 100644 --- a/var/spack/repos/builtin/packages/libtheora/package.py +++ b/var/spack/repos/builtin/packages/libtheora/package.py @@ -76,12 +76,6 @@ def configure_args(self): args += ["LIBS=-lm"] return args - def autoreconf(self, pkg, spec, prefix): - sh = which("sh") - # arguments are passed on to configure, let it just print its version - # and exit, so that configure can run in the configure build phase - sh("./autogen.sh", "-V") - class MSBuildBuilder(MSBuildBuilder): def is_64bit(self):