libevent: call autoreconf directly instead of via autogen.sh (#41057)
This commit is contained in:
parent
c7157d13a8
commit
de850e97e8
@ -59,7 +59,7 @@ def libs(self):
|
|||||||
return LibraryList(libs)
|
return LibraryList(libs)
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
Executable("./autogen.sh")()
|
autoreconf("--force", "--install", "--symlink")
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user