PDA

View Full Version : Configure



kpmsivachand
24th February 2009, 09:44
how to write a configure file inorder to check whether qt and kernel source code was installed in the linux system??? :confused:

jpn
24th February 2009, 17:02
Here's one example from the Qxt project:

configure (http://hg.libqxt.org/file/94ce6423f7ed/configure#l1)
config.tests (http://hg.libqxt.org/file/94ce6423f7ed/config.tests)

kpmsivachand
25th February 2009, 04:54
Thanks for your reply. Let me try..... :)