Cory Fields
42cc96737c
qt5: fix typo causing broken selection logic
11 years ago
Cory Fields
371f3f6ba5
qt5: fix --with-qt with no arguments
11 years ago
Cory Fields
c8ba8ef654
qt5: split out qt config and add qt5 support
...
Qt5 detection is a big ugly mess, but at least we can fence it off.
11 years ago
Cory Fields
efdfee423f
build: fix detection of boost libs on multi-arch distros
...
Fixes #3219 .
11 years ago
Guillermo Céspedes Tabárez
ea89d521d6
Update ax_pthread.m4 to serial 21
...
- Add support for Clang
Further details can be found at http://savannah.gnu.org/patch/?8186
11 years ago
Guillermo Céspedes Tabárez
e4235c38ff
Update ax_boost_thread.m4 to serial 27
...
- Use 'ls -r' in order to try newer version before older ones. Simplify
ls pattern so also dylibs are detected.
11 years ago
Guillermo Céspedes Tabárez
f9374cafa5
Update ax_boost_system.m4 to serial 17
...
- Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected.
11 years ago
Guillermo Céspedes Tabárez
2fb65108f3
Update ax_boost_program_options.m4 serial 22
...
- Fixed detection of dynamic libraries on Mac OS X (*.dylib)
See http://savannah.gnu.org/patch/?7719 for further details.
11 years ago
Guillermo Céspedes Tabárez
41276b4695
Update ax_boost_filesystem.m4 to serial 26
...
- 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.
11 years ago
Guillermo Céspedes Tabárez
3f064488e9
Update ax_boost_base.m4 to serial 21
...
- Add aarch64 to the list of lib64 architectures
11 years ago
Cory Fields
c546dc05bb
autotools: fix subdir m4 check, never let it return -I
...
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"
11 years ago
Luke Dashjr
941dba1783
configure: Check common include subdirectories for bdb headers, and refuse to use any version other than 4.8 by default
11 years ago
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
11 years ago