From 30a9ab749da0c7543b4f8b964ceb4cc7b1233044 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Fri, 10 May 2024 08:27:20 -0600 Subject: [PATCH] libtheora: Remove unneeded autoreconf section (#44063) * Remove autoreconf section that was causing issues with libtool mismatch. Fixes issue #43498 --- var/spack/repos/builtin/packages/libtheora/package.py | 6 ------ 1 file changed, 6 deletions(-) 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):