summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Marsh <chrismarsh.c2@gmail.com>2024-05-10 08:27:20 -0600
committerGitHub <noreply@github.com>2024-05-10 10:27:20 -0400
commit30a9ab749da0c7543b4f8b964ceb4cc7b1233044 (patch)
tree7a48e97338a1f06b3a465fae61c52fcde1c2aa34
parent8160a96b27aadf726f4368fe10fe79ceda8007d3 (diff)
downloadspack-30a9ab749da0c7543b4f8b964ceb4cc7b1233044.tar.gz
spack-30a9ab749da0c7543b4f8b964ceb4cc7b1233044.tar.bz2
spack-30a9ab749da0c7543b4f8b964ceb4cc7b1233044.tar.xz
spack-30a9ab749da0c7543b4f8b964ceb4cc7b1233044.zip
libtheora: Remove unneeded autoreconf section (#44063)
* Remove autoreconf section that was causing issues with libtool mismatch. Fixes issue #43498
-rw-r--r--var/spack/repos/builtin/packages/libtheora/package.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/libtheora/package.py b/var/spack/repos/builtin/packages/libtheora/package.py
index f12f67c460..236696283a 100644
--- a/var/spack/repos/builtin/packages/libtheora/package.py
+++ b/var/spack/repos/builtin/packages/libtheora/package.py
@@ -76,12 +76,6 @@ class AutotoolsBuilder(AutotoolsBuilder):
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):