| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create the common location for all m4 autotool build scripts, build-aux/m4. | randy-waterhouse | 2014-09-16 | 14 | -2072/+0 |
| | | | | | Update .gitignore. | ||||
| * | Merge pull request #4654 | Wladimir J. van der Laan | 2014-08-25 | 1 | -5/+5 |
| |\ | | | | | | | c4a7709 Fixes ignored qt 4.8 codecs path on windows when configuring with --with-qt-libdir (ntrgn) | ||||
| | * | Fixes ignored qt 4.8 codecs path on windows when configuring with ↵ | ntrgn | 2014-08-07 | 1 | -5/+5 |
| | | | | | | | | | --with-qt-libdir | ||||
| * | | Merge pull request #4704 | Wladimir J. van der Laan | 2014-08-18 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | 54c7df8 build: Fix boost build on some platforms (Cory Fields) | ||||
| | * | | build: Fix boost build on some platforms | Cory Fields | 2014-08-15 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | When the libpath doesn't line up with the value from config.sub, we don't find the correct path to boost's libs. This adds a hack to try another path before giving up. Should close #3219. | ||||
| * | | | build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). | randy-waterhouse | 2014-08-17 | 1 | -2/+2 |
| |/ / | | | | | | | Help string consistency tweaks. Target sanity check fix. | ||||
| * / | build: Add mention of --disable-wallet to bdb48 error messages | Wladimir J. van der Laan | 2014-08-11 | 1 | -2/+2 |
| |/ | |||||
| * | build: add --with-qt-translationdir to configure for use with static qt | Cory Fields | 2014-08-06 | 1 | -0/+3 |
| | | |||||
| * | build: Find the proper xcb/pcre dependencies | Cory Fields | 2014-08-06 | 1 | -2/+3 |
| | | |||||
| * | build: Fix windows configure when using --with-qt-libdir | ntrgn | 2014-08-05 | 1 | -0/+5 |
| | | | | | | | fixes #4630 Github-Pull: #4633 | ||||
| * | build: fix whitespace in pkg-config variable | Cory Fields | 2014-07-17 | 1 | -3/+0 |
| | | | | | Useful for PKG_CONFIG="pkg-config --static" | ||||
| * | build: allow linux and osx to build against static qt5 | Cory Fields | 2014-07-17 | 1 | -46/+61 |
| | | | | | | | | | | | | | | This is the first part of a huge effort to rework the handling of dependencies. To start, this change allows all supported platforms to build against a static Qt. 5.2.1 and 5.3 have been successfully tested against osx64, win32, win64, linux32, and linux64. It also makes a small change to the windows config, to allow linking against qt builds with or without built-in libjpeg/libpng/libpcre/libz. The actual build processes to take advantage of these changes (for gitian and pull-tester) are coming soon. Until then, this should be a no-op. | ||||
| * | build: avoid the use of top_ and abs_ dir paths | Cory Fields | 2014-06-05 | 1 | -1/+1 |
| | | | | | Using them has the side effect of confusing the dependency-tracking logic. | ||||
| * | Bugfix: configure: Look in libx32 subdirectory for boost libraries | Luke Dashjr | 2014-04-09 | 1 | -1/+4 |
| | | |||||
| * | build: Sync ax_boost_base.m4 with upstream. | Cory Fields | 2014-04-07 | 1 | -1/+7 |
| | | | | | This should fix 32bit boost detection on Ubuntu Saucy+. Fixes #3945. | ||||
| * | build: improve missing boost error reporting | Wladimir J. van der Laan | 2014-03-31 | 6 | -6/+12 |
| | | |||||
| * | build: fix explicit --disable-qt-dbus | Cory Fields | 2014-03-15 | 1 | -6/+6 |
| | | | | | | It worked in the auto/yes cases, but an explicit disable actually forced it on. | ||||
| * | Add shell null to else block | Wil Bown | 2014-02-26 | 1 | -2/+2 |
| | | | | MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks. | ||||
| * | build: use -mwindows for gui targets when linking with mingw | Cory Fields | 2014-01-27 | 1 | -0/+5 |
| | | |||||
| * | build: fix typo in configure help message | Wladimir J. van der Laan | 2014-01-23 | 1 | -4/+4 |
| | | | | | | --with-qt-libdir etc, not --with-gui-libdir. The typo was introduced in a9dbcf036bc866c2e413b1d068541e35eafdfcd0. | ||||
| * | configure: Minor grammatical changes to be more clear | Luke Dashjr | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli ↵ | Luke Dashjr | 2014-01-18 | 1 | -11/+11 |
| | | | | | and --with[out]-daemon to support more build configurations | ||||
| * | Bugfix: Correct captitalisation of Qt | Luke Dashjr | 2014-01-18 | 1 | -8/+8 |
| | | |||||
| * | build: upgrade Qt used by windows build to 5.2.0 | Wladimir J. van der Laan | 2014-01-14 | 1 | -0/+1 |
| | | |||||
| * | build: fix MacOSX build after ec41342 | Wladimir J. van der Laan | 2014-01-13 | 1 | -2/+3 |
| | | | | | | | | 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`. | ||||
| * | qt5: fix typo causing broken selection logic | Cory Fields | 2014-01-10 | 1 | -1/+1 |
| | | |||||
| * | qt5: fix --with-qt with no arguments | Cory Fields | 2014-01-10 | 1 | -2/+8 |
| | | |||||
| * | qt5: split out qt config and add qt5 support | Cory Fields | 2014-01-10 | 1 | -0/+374 |
| | | | | | Qt5 detection is a big ugly mess, but at least we can fence it off. | ||||
| * | build: fix detection of boost libs on multi-arch distros | Cory Fields | 2013-12-12 | 1 | -1/+7 |
| | | | | | Fixes #3219. | ||||
| * | Update ax_pthread.m4 to serial 21 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -17/+32 |
| | | | | | | | - Add support for Clang Further details can be found at http://savannah.gnu.org/patch/?8186 | ||||
| * | Update ax_boost_thread.m4 to serial 27 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -37/+33 |
| | | | | | | - Use 'ls -r' in order to try newer version before older ones. Simplify ls pattern so also dylibs are detected. | ||||
| * | Update ax_boost_system.m4 to serial 17 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -3/+3 |
| | | | | | - Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected. | ||||
| * | Update ax_boost_program_options.m4 serial 22 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -3/+3 |
| | | | | | | | - Fixed detection of dynamic libraries on Mac OS X (*.dylib) See http://savannah.gnu.org/patch/?7719 for further details. | ||||
| * | Update ax_boost_filesystem.m4 to serial 26 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -4/+4 |
| | | | | | | | | - 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. | ||||
| * | Update ax_boost_base.m4 to serial 21 | Guillermo Céspedes Tabárez | 2013-11-18 | 1 | -3/+5 |
| | | | | | - Add aarch64 to the list of lib64 architectures | ||||
| * | autotools: fix subdir m4 check, never let it return -I | Cory Fields | 2013-09-18 | 1 | -2/+4 |
| | | | | | | | | | 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" | ||||
| * | configure: Check common include subdirectories for bdb headers, and refuse ↵ | Luke Dashjr | 2013-09-10 | 2 | -0/+78 |
| | | | | | to use any version other than 4.8 by default | ||||
| * | autotools: switch to autotools buildsystem | Cory Fields | 2013-09-05 | 11 | -0/+1544 |