log acinclude.m4 @ 2541:7eab1eca5cc4

age author description
Fri, 31 Aug 2018 13:41:27 +0100 Chris Cannam Requiring c++14 is not going to work for Travis (because we want to support a Qt version too old to know about the c++14 config flag) or for our AppImage build (because we want to run on distros to old to support the relevant gcc ABI). So instead we try to confine the C++ standard selection to one place (config/noconfig) and revert to c++11 if the compiler is too old to know about c++14. All of the actual SV code remains c++11, and we assume we build against an older version of capnproto when we want to perform a c++11 build. c++14
Sat, 30 Jan 2016 12:05:14 +0000 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
Mon, 17 Nov 2014 15:31:08 +0000 Chris Cannam CXX11 (-std=c++11) branch, to test build environments before making any code adaptations cxx11
Fri, 26 Apr 2013 16:41:27 +0100 Chris Cannam Check for qmake-qt5, not qt4; regenerate configure; update subrepos qt5
Tue, 08 Mar 2011 11:31:39 +0000 Chris Cannam * Update config per recent changes to svcore
Fri, 08 Oct 2010 12:04:14 +0100 Chris Cannam * Use macx-g++ qmake spec on OS/X
Thu, 07 Oct 2010 17:57:38 +0100 Chris Cannam * Hugely simplify Qt search -- all we need is qmake...
Wed, 22 Sep 2010 12:27:35 +0100 Chris Cannam * Update build scripts again; SV now builds (perhaps some problems at runtime still though)
Wed, 22 Sep 2010 11:12:26 +0100 Chris Cannam * Add basic build files