From ac136e818759d62bd8eabad781aabdba9a7f589e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 3 Feb 2014 10:01:34 +0000 Subject: Fix global variable names in Makefiles --- config/open-axiom.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/open-axiom.m4') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 410923b1..e25b609a 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -119,7 +119,7 @@ case $oa_include_gcl,$AXIOM_LISP in ## User may explicilty specify --enable-gcl, but may be missing ## the dependency tarball. if test -d ${srcdir}/gcl; then - AXIOM_LISP='$(axiom_build_bindir)/gcl' + AXIOM_LISP='$(oa_build_bindir)/gcl' oa_include_gcl=yes elif test -z "$oa_include_gcl"; then AC_MSG_ERROR([OpenAxiom requires a Lisp system. Either separately build one (GCL-2.6.7, GCL-2.6.8, SBCL, ECL, CLisp, Clozure CL), or get the dependency tarball from OpenAxiom download website.]) @@ -182,6 +182,8 @@ else esac fi AC_MSG_RESULT([$axiom_lisp_flavor]) +AM_CONDITIONAL([OA_ECL_RT],[test $axiom_lisp_flavor = ecl]) +AM_CONDITIONAL([OA_STANDARD_LINKING],[test $oa_standard_linking = yes]) AC_DEFINE_UNQUOTED([OPENAXIOM_BASE_RTS], [Runtime::${axiom_lisp_flavor}], -- cgit v1.2.3