aboutsummaryrefslogtreecommitdiff
path: root/src/m4
AgeCommit message (Collapse)Author
2014-04-09Bugfix: configure: Look in libx32 subdirectory for boost librariesLuke Dashjr
2014-04-07build: Sync ax_boost_base.m4 with upstream.Cory Fields
This should fix 32bit boost detection on Ubuntu Saucy+. Fixes #3945.
2014-03-31build: improve missing boost error reportingWladimir J. van der Laan
2014-03-15build: fix explicit --disable-qt-dbusCory Fields
It worked in the auto/yes cases, but an explicit disable actually forced it on.
2014-02-26Add shell null to else blockWil Bown
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
2014-01-27build: use -mwindows for gui targets when linking with mingwCory Fields
2014-01-23build: fix typo in configure help messageWladimir J. van der Laan
--with-qt-libdir etc, not --with-gui-libdir. The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0.
2014-01-18configure: Minor grammatical changes to be more clearLuke Dashjr
2014-01-18configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli ↵Luke Dashjr
and --with[out]-daemon to support more build configurations
2014-01-18Bugfix: Correct captitalisation of QtLuke Dashjr
2014-01-14build: upgrade Qt used by windows build to 5.2.0Wladimir J. van der Laan
2014-01-13build: fix MacOSX build after ec41342Wladimir J. van der Laan
Fix regression introduced in ec41342. Also use a less ugly solution, by defining the value of `MOC_DEFS` in the configure script instead of `Makefile.include`.
2014-01-10qt5: fix typo causing broken selection logicCory Fields
2014-01-10qt5: fix --with-qt with no argumentsCory Fields
2014-01-10qt5: split out qt config and add qt5 supportCory Fields
Qt5 detection is a big ugly mess, but at least we can fence it off.
2013-12-12build: fix detection of boost libs on multi-arch distrosCory Fields
Fixes #3219.
2013-11-18Update ax_pthread.m4 to serial 21Guillermo Céspedes Tabárez
- Add support for Clang Further details can be found at http://savannah.gnu.org/patch/?8186
2013-11-18Update ax_boost_thread.m4 to serial 27Guillermo Céspedes Tabárez
- Use 'ls -r' in order to try newer version before older ones. Simplify ls pattern so also dylibs are detected.
2013-11-18Update ax_boost_system.m4 to serial 17Guillermo Céspedes Tabárez
- Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected.
2013-11-18Update ax_boost_program_options.m4 serial 22Guillermo Céspedes Tabárez
- Fixed detection of dynamic libraries on Mac OS X (*.dylib) See http://savannah.gnu.org/patch/?7719 for further details.
2013-11-18Update ax_boost_filesystem.m4 to serial 26Guillermo Céspedes Tabárez
- Fixed cut-and-paste error. - See http://savannah.gnu.org/patch/?7576 for further details. - Use 'ls -r' rather than non-portable tool 'tac'. - Simplify filepattern in ls expression so dylib (on OSX) are also detected.
2013-11-18Update ax_boost_base.m4 to serial 21Guillermo Céspedes Tabárez
- Add aarch64 to the list of lib64 architectures
2013-09-18autotools: fix subdir m4 check, never let it return -ICory Fields
If BDB_CPPFLAGS returns only "-I", the next argument sent to the preprocessor is treated as a path. There are 2 fixes here: 1. Check in CPPFLAGS, as a user might have manually passed a path to check. 2. Ensure the value is not empty before setting BDB_CPPFLAGS to "-I value"
2013-09-10configure: Check common include subdirectories for bdb headers, and refuse ↵Luke Dashjr
to use any version other than 4.8 by default
2013-09-05autotools: switch to autotools buildsystemCory Fields