From 51e79f0190ef9781ad2b695e413a96aad07eb7da Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 7 Feb 2016 04:14:05 -0800 Subject: Look for QT5 in /opt/local/libexec/qt5 on OS X --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3