aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2016-02-07 04:14:05 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2016-02-07 04:14:05 -0800
commit51e79f0190ef9781ad2b695e413a96aad07eb7da (patch)
treeb862ca958eaf174f7b63d1346c8999f20f52dde4 /configure.ac
parentdcc3ba9f9929cfc3047bd2738ee8fa4d88804ca4 (diff)
downloadopen-axiom-51e79f0190ef9781ad2b695e413a96aad07eb7da.tar.gz
Look for QT5 in /opt/local/libexec/qt5 on OS X
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf73d14c..19bdff7d 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-2016-01-24],
+AC_INIT([OpenAxiom], [1.5.0-2016-02-07],
[open-axiom-bugs@lists.sf.net])
dnl Most of the macros used in this configure.ac are defined in files
@@ -57,6 +57,9 @@ AC_PREREQ([2.62])
dnl Simple sanity check.
AC_CONFIG_SRCDIR(src/Makefile.in)
+dnl Look for PATHs to consider, on some exotic platforms.
+OPENAXIOM_CHECK_FOR_ADDITIONAL_PATHS
+
open_axiom_installdir=$libdir/open-axiom/$target/$PACKAGE_VERSION
AC_SUBST(open_axiom_installdir)