Sha256: 973c0afd5628579cf07e215df47ba7ff455ca2653d8a200c26a8c896e3cf4ddb
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
#!/usr/bin/env ruby # don't really need to do anything. require 'mkmf' if !find_executable('libtool') STDERR.puts "You need the libtool command; Ubuntu: sudo apt-get install libtool" exit 1 end if !find_executable('autoconf') STDERR.puts "You need the libtool command; Ubuntu: sudo apt-get install autoconf" exit 1 end if !find_executable('automake') STDERR.puts "You need the libtool command; Ubuntu: sudo apt-get install automake" exit 1 end have_library 'uuid' # the Makefile is pre-prepared.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libzmq-0.2.0 | libzmq/extconf.rb |
libzmq-0.0.1 | libzmq/extconf.rb |