non/nonlib/configure

24 lines
486 B
Plaintext
Raw Normal View History

2010-02-01 10:50:38 +01:00
#!/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
2012-02-26 02:22:42 +01:00
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"
2010-02-01 10:50:38 +01:00
end