Update NTK.
[nondaw.git] / nonlib / configure
blob3a74ea63e344d45162dcac329baf1ea5bc0cb75e
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 "Build for debugging" USE_DEBUG no
14 begin_tests
16 require_command ar ar
17 require_command makedepend makedepend
18 require_package JACK 0.103.0 jack
19 require_package liblo 0.23 liblo
21 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"
23 end