summaryrefslogtreecommitdiffstats
path: root/contrib/libconfig-ruby/ext/extconf.rb
blob: e6d65ca69008dd7207aaf2ca2d8f7f66437543c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/ruby
require "mkmf"

unless pkg_config('libconfig')
  puts 'failure: need libconfig'
  exit 1
end

have_func('rb_block_call', 'ruby/ruby.h')

create_makefile("rconfig")
>1-5/+2 2012-01-25Linitan fixesJonathan McCrohan2-3/+2 2012-01-25Split out debug packagesJonathan McCrohan2-1/+6 2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1 2011-12-31Remove shlibsJonathan McCrohan1-2/+0 2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0 2011-12-31Lintian FixesJonathan McCrohan1-2/+4 2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0 2011-12-31Update MakefilesJonathan McCrohan10-248/+8222 2011-12-31Updated makefilesJonathan McCrohan1-0/+1