Update NTK.
[nondaw.git] / FL / configure
blob721285940385ebc8c94e543a157c5df2e18a791d
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_FLTK 1.1.7 images
17 require_command FLUID lib/ntk/fluid/fluid
18 require_command ar ar
19 require_command makedepend makedepend
21 end