Cory Fields
a22e9a32b3
build: fix explicit --disable-qt-dbus
...
It worked in the auto/yes cases, but an explicit disable actually forced
it on.
11 years ago
Wil Bown
5d5b0d284a
Add shell null to else block
...
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
11 years ago
Cory Fields
6986861fda
build: use -mwindows for gui targets when linking with mingw
11 years ago
Wladimir J. van der Laan
53e9d3aa44
build: fix typo in configure help message
...
--with-qt-libdir etc, not --with-gui-libdir.
The typo was introduced in a9dbcf036b
.
11 years ago
Luke Dashjr
e18e1001eb
configure: Minor grammatical changes to be more clear
11 years ago
Luke Dashjr
a9dbcf036b
configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli and --with[out]-daemon to support more build configurations
11 years ago
Luke Dashjr
f47299038d
Bugfix: Correct captitalisation of Qt
11 years ago
Wladimir J. van der Laan
1e3abb4e3d
build: upgrade Qt used by windows build to 5.2.0
11 years ago
Wladimir J. van der Laan
67d60f7031
build: fix MacOSX build after ec41342
...
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`.
11 years ago
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