czmq package: add autoreconf stage (#12846)
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user