From a0229579a661abd1e6ae86d5094cdcd7f0793d72 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Sat, 15 Feb 2014 10:27:48 +0100 Subject: remove superfolous dependency on ruby - fixes #110 --- configure | 115 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 57 insertions(+), 58 deletions(-) diff --git a/configure b/configure index c068ffe..6a8fa09 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/bin/sh # # Copyright (c) 2007-2014, Lloyd Hilaiel # @@ -14,66 +14,65 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -require 'fileutils' -require 'optparse' +prefix="/usr/local" +if [ "$1" = "--help" ] +then + cat < ./Makefile <