Don't drop the first notes of phrases when playing in sequence mode.
[nondaw.git] / configure
blobc7ba8550ad73c4f887d748b5a86e33a73673c563
1 #!/bin/sh
3 # Copyright (C) 2008 Jonathan Moore Liles
4 # This file is licensed under version 2 of the GPL.
6 . scripts/config-funcs
8 begin
10 begin_options
12 ask "Installation prefix" prefix /usr/local
13 ask "Use the LASH Audio Session Handler" USE_LASH yes
14 ask "Build for debugging" USE_DEBUG no
16 begin_tests
18 require_FLTK 1.1.7 images
19 require_command FLUID fluid
20 require_package JACK 0.103.0 jack
21 test_version `version_of jack` 0.105.0 || append "JACK_MIDI_PROTO_API=yes"
23 require_package sigcpp 2.0.0 sigc++-2.0
25 using LASH && require_package LASH 0.5.4 lash-1.0
27 end