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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb812f8d..a14fac42 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ OPENAXIOM_SHELLS ## cross build. Consequently, in the build tree, we sequester ## tools that we build and use on the build platform, ## in sub-directories different from others. -axiom_build_sharedir=$axiom_builddir/share +oa_build_sharedir=$oa_builddir/share ## We have now almost switched entirely to C++. AC_LANG([C++]) -- cgit v1.2.3