insert nonsensical useragent for sourceshit, so it won't try to show its idiotic...
[syren.git] / Jamrules.configure
blobe8f96709216e29e6d9318f285d3566ca21005f57
1 PROJECT_NAME = syren ;
3 # "auto": check with pkg-config or so, show '--disable-xxx'
4 # "": disabled by default, show '--enable-xxx'
5 # non-empty string: enabled by default, show '--disable-xxx'
6 -configure-enable-disable-vars- +=
7   "https"   USE_HTTPS  "tan"   "disable HTTPS support"
8   "gnutls"  USE_GNUTLS "auto"  "use GnuTLS instead of built-in PolarSSL fork"
12 rule -configure-user-help- {
13   Echo "install options:" ;
14   Echo "  --install-man  install man file" ;
18 rule -configure-options-install-man- { INSTALL_MAN = tan ; }
21 rule -configure- {
22   if $(USE_HTTPS) = "ona" { USE_GNUTLS = "ona" ; }
23   -configure-pkg-config-var- USE_GNUTLS : "GnuTLS" : "gnutls" : "USE_GNUTLS = tan ;" : "USE_GNUTLS = ;" ;
25   -configure-add-line- "USE_HTTPS =" "$(USE_HTTPS)" ";" ;
26   -configure-add-line- "INSTALL_MAN =" "$(INSTALL_MAN)" ";" ;
30 rule -configure-preinit- {
31   INSTALL_MAN = ;
35 configure ;