czmq package: add autoreconf stage (#12846)
This commit is contained in:
parent
d9c22e3f9c
commit
ef652ee42a
@ -22,6 +22,10 @@ class Czmq(AutotoolsPackage):
|
|||||||
depends_on("libuuid")
|
depends_on("libuuid")
|
||||||
depends_on('zeromq')
|
depends_on('zeromq')
|
||||||
|
|
||||||
|
def autoreconf(self, spec, prefix):
|
||||||
|
autogen = Executable('./autogen.sh')
|
||||||
|
autogen()
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
config_args = []
|
config_args = []
|
||||||
if 'clang' in self.compiler.name:
|
if 'clang' in self.compiler.name:
|
||||||
|
Loading…
Reference in New Issue
Block a user