Closed rekado closed 4 years ago
The macro GUILE_SITE_GO_DIR is undefined but referenced in configure.ac. If the intent is to determine the target directory for compiled Guile modules the macro GUILE_SITE_DIR should be sufficient as it sets the variable GUILE_SITE_CCACHE.
GUILE_SITE_GO_DIR
GUILE_SITE_DIR
GUILE_SITE_CCACHE
This is fixed here: https://github.com/MOZI-AI/annotation-scheme/pull/100/commits/5f8b1e1d09e92d22b47a37099a6c9a7d2dfa00ff
The macro
GUILE_SITE_GO_DIR
is undefined but referenced in configure.ac. If the intent is to determine the target directory for compiled Guile modules the macroGUILE_SITE_DIR
should be sufficient as it sets the variableGUILE_SITE_CCACHE
.