aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2015-04-03 08:53:21 +0000
committerdos-reis <gdr@axiomatics.org>2015-04-03 08:53:21 +0000
commit81f93e4aafbb83adf3c8b44b0cb81e1f3bac9776 (patch)
tree1b067c5485edc771d8d8b5bbaf6d8e882825a69e /configure.ac
parentb75f75e80ea1130b3d3f21d5c0da1789ce988d1c (diff)
downloadopen-axiom-81f93e4aafbb83adf3c8b44b0cb81e1f3bac9776.tar.gz
Fix warnings in C++ codes; check for additional C++ compiler options.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ffbbe5a9..0119fba8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006-2014, Gabriel Dos Reis.
+dnl Copyright (C) 2006-2015, Gabriel Dos Reis.
dnl All rights reserved.
dnl
dnl Redistribution and use in source and binary forms, with or without
@@ -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-11-20],
+AC_INIT([OpenAxiom], [1.5.0-2015-04-02],
[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files
@@ -89,6 +89,7 @@ AC_LANG([C++])
OPENAXIOM_HOST_COMPILERS
AM_CONDITIONAL([OA_USE_LLVM], [test -n $oa_use_llvm])
OPENAXIOM_REQUIRE_CXX11
+OPENAXIOM_CXX_EXTRA_OPTIONS
AM_CONDITIONAL([OA_BUILD_GCL], [test x$oa_include_gcl = xyes])
AM_CONDITIONAL([OA_ECL_RT], [test x$oa_lisp_flavor = xecl])
AM_CONDITIONAL([OA_DELAYED_FFI], [test x$oa_delay_ffi = xyes])