Need a configure script to detect the C compiler, attempt to find libraries like gnutls and populate a config.mak file. It should allow options such as enabling and disabling features selectively and allow choosing the build version (release or debug).
Need a configure script to detect the C compiler, attempt to find libraries like gnutls and populate a
config.mak
file. It should allow options such as enabling and disabling features selectively and allow choosing the build version(release or debug)
.