Mixer: Decrease the default height of Plugin_Module's.
[nondaw.git] / configure
blob0d4c5cbc9455c7095b67cf7c7b9779a1543d825e
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 "Build for debugging" USE_DEBUG no
15 using DEBUG &&
17 ask "Use unoptimized drawing routines" USE_UNOPTIMIZED_DRAWING no
18 ask "Use widget for timeline" USE_WIDGET_FOR_TIMELINE no
19 using WIDGET_FOR_TIMELINE || ask "Use singlebuffered timeline" USE_SINGLEBUFFERED_TIMELINE no
22 begin_tests
24 require_FLTK 1.1.7 images
25 require_command FLUID fluid
26 require_command ar ar
27 require_command makedepend makedepend
28 require_package JACK 0.103.0 jack
29 require_package sndfile 1.0.17 sndfile
30 require_package lrdf 0.1.0 lrdf
32 end