aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-10 11:41:40 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-10 11:41:40 +0000
commit979a845d4011bce84cd83968f78c534437d0566f (patch)
tree523350c223241f9865e29276456b22ddf5294203 /configure.ac
parentac136e818759d62bd8eabad781aabdba9a7f589e (diff)
downloadopen-axiom-979a845d4011bce84cd83968f78c534437d0566f.tar.gz
Clean up global variable names.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a14fac42..9b3ccd90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and
dnl auxiliary tools where appropriate.
dnl
-AC_INIT([OpenAxiom], [1.5.0-2014-02-02],
+AC_INIT([OpenAxiom], [1.5.0-2014-02-10],
[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files
@@ -44,7 +44,7 @@ AC_CONFIG_MACRO_DIR([config])
dnl Put all configuration macros here
AC_CONFIG_HEADERS([config/openaxiom-c-macros.h])
-AC_CANONICAL_SYSTEM
+OPENAXIOM_CANONICAL_SYSTEM
dnl Page Automake
AM_INIT_AUTOMAKE([foreign])
@@ -101,7 +101,7 @@ OPENAXIOM_CHECK_CORE_SUPPORT
OPENAXIOM_CHECK_IO
AM_CONDITIONAL([OA_BUILD_SMAN], [test $oa_use_sman = 1])
OPENAXIOM_CHECK_GRAPHICS
-AM_CONDITIONAL([OA_BUILD_GRAPHICS], [test x$axiom_use_x = xyes])
+AM_CONDITIONAL([OA_BUILD_GRAPHICS], [test x$oa_use_x = xyes])
AM_CONDITIONAL([OA_BUILD_GUI], [test x$oa_has_qt = xyes])
OPENAXIOM_FFI_TYPE_TABLE