libevent: call autoreconf directly instead of via autogen.sh (#41057)

This commit is contained in:
Jonathon Anderson 2023-11-15 02:11:49 -06:00 committed by GitHub
parent c7157d13a8
commit de850e97e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ def libs(self):
return LibraryList(libs)
def autoreconf(self, spec, prefix):
Executable("./autogen.sh")()
autoreconf("--force", "--install", "--symlink")
def configure_args(self):
spec = self.spec