From 63bfc927c65c7185670e92a5499853b67232b8a1 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 15 Nov 2012 18:38:40 -0800 Subject: [PATCH] Remove some old build system lint. --- FL/configure | 20 -------------------- nonlib/configure | 23 ----------------------- sequencer/configure | 27 --------------------------- 3 files changed, 70 deletions(-) delete mode 100755 FL/configure delete mode 100755 nonlib/configure delete mode 100755 sequencer/configure diff --git a/FL/configure b/FL/configure deleted file mode 100755 index d4e292b..0000000 --- a/FL/configure +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2008 Jonathan Moore Liles -# This file is licensed under version 2 of the GPL. - -. scripts/config-funcs - -begin - -begin_options - -ask "Build for debugging" USE_DEBUG no - -begin_tests - -require_NTK 1.3.0 images -require_command ar ar -require_command makedepend makedepend - -end diff --git a/nonlib/configure b/nonlib/configure deleted file mode 100755 index 3a74ea6..0000000 --- a/nonlib/configure +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2008 Jonathan Moore Liles -# This file is licensed under version 2 of the GPL. - -. scripts/config-funcs - -begin - -begin_options - -ask "Build for debugging" USE_DEBUG no - -begin_tests - -require_command ar ar -require_command makedepend makedepend -require_package JACK 0.103.0 jack -require_package liblo 0.23 liblo - -test_version `version_of liblo` 0.26 || warn "Version $(version_of liblo) of liblo is slow to create servers. Consider upgrading to 0.26 or later" - -end diff --git a/sequencer/configure b/sequencer/configure deleted file mode 100755 index 7bcd3a8..0000000 --- a/sequencer/configure +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2008 Jonathan Moore Liles -# This file is licensed under version 2 of the GPL. - -. scripts/config-funcs - -begin - -begin_options - -ask "Installation prefix" prefix /usr/local -ask "Build for debugging" USE_DEBUG no - -begin_tests - -require_package JACK 0.103.0 jack -suggest_package XPM 2.0.0 xpm -require_NTK 1.3.0 images -test_version `version_of jack` 0.105.0 || append "JACK_MIDI_PROTO_API=yes" -require_package liblo 0.23 liblo - -test_version `version_of liblo` 0.26 || warn "Version $(version_of liblo) of liblo is slow to create servers. Consider upgrading to 0.26 or later" - -require_package sigcpp 2.0.0 sigc++-2.0 - -end