Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
autorake / examples / plainc / mkrf_conf
Size: Mime:
#!/usr/bin/env ruby

#
#  mkrf_conf  --  configure Hello
#

require "autorake/mkconfig"

Autorake.configure {

  have_header "stdio.h"

  disable :now do
    with :foo, "dummy"
    # incdir :bar, "/path/to/bar"
    # libdir :baz, "/path/to/baz"
  end

}