Skip to content

build: allow override guile system location

Alon Bar-Lev requested to merge alonbl/gnutls:guile into master

guile has three settings acquired from system:

  • GUILE_SITE
  • GUILE_SITE_CCACHE
  • GUILE_EXTENSION

The <guile-2.2 m4 macro exposed only GUILE_SITE while build tried to guess the other variables based on the $libdir of the gnutls which may be different.

The >=guile-2.2 m4 macro provides all settings for build to use as default, while allowing to override each.

Resolves: #748 (closed) Signed-off-by: Alon Bar-Lev alon.barlev@gmail.com

Merge request reports