libtheora: Remove unneeded autoreconf section (#44063)

* Remove autoreconf section that was causing issues with libtool mismatch. Fixes issue #43498
This commit is contained in:
Chris Marsh 2024-05-10 08:27:20 -06:00 committed by GitHub
parent 8160a96b27
commit 30a9ab749d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):