#!/usr/bin/env ruby # # Created by Angel Pizarro on 2007-03-15. # Copyright (c) 2007. All rights reserved. require 'mkmf' dir_config("barcode") if have_library("barcode") create_makefile('gbarcode') else raise Exception.new("GNU Barcode is no longer bundled with the gbarcode gem. Please install GNU barcode before installing this gem") end