aboutsummaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* s/doge/dis/gTomo Ueda2021-09-021-1/+1
|
* Fix Mac cross buildslangerhans2019-03-251-0/+1
|
* Re-add paperwallet printer (#1467)Max K2019-03-251-2/+3
| | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog
* Rename binaries to match DogecoinRoss Nicoll2019-03-252-3/+3
|
* Fixed typo in dogecoin_find_bdb51.m4Dmitri Bogomolov2018-10-031-1/+1
|
* Update dependency builder and its packages to be ready for Dogecoin specificslangerhans2018-09-191-2/+6
|
* Update DB version to 5.1Ross Nicoll2018-09-191-0/+66
|
* build: force a c++ standard to be specifiedCory Fields2017-02-231-1/+7
| | | | | | | | Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default. Github-Pull: #9831 Rebased-From: 9829c54de2725037ee0702306cbaa99fc9aa1826
* build: Add options to override BDB cflags/libsWladimir J. van der Laan2017-02-071-56/+64
| | | | | | | | | | | | | Add environment settings to specify the CFLAGS and LIBS to be used for BerkeleyDB directly. These will completely by-pass autodetection in the same way as other similar flags. ``` BDB_CFLAGS C compiler flags for BerkeleyDB, bypasses autodetection BDB_LIBS Linker flags for BerkeleyDB, bypasses autodetection ``` Implements #3921.
* build: find qt's renamed helper libs from 5.7Cory Fields2017-01-281-2/+2
|
* [build-aux] Boost_Base serial 27fanquake2016-10-171-2/+2
|
* Add MIT license to build-aux/m4 scriptsLuke Dashjr2016-09-214-0/+18
|
* Trivial: build-aux/m4/l_atomic: Fix typoLuke Dashjr2016-09-211-1/+1
|
* Add configure check for -latomicAnthony Towns2016-08-231-0/+40
|
* build: Fix Qt5PlatformSupport check without pkg-configCory Fields2016-07-071-4/+16
| | | | | | | The non-pkg-config case can't use pkg-config to check the version. Also, make sure that the check is properly guarded in the case of missing pkg-config macros.
* Only pass -lQt5PlatformSupport if >=Qt5.6Jonas Schnelli2016-06-201-1/+3
|
* Fix bitcoin_qt.m4 and fix-xcb-include-order.patchJonas Schnelli2016-06-171-0/+2
|
* [trivial] Sync ax_pthread with upstream draftfanquake2016-06-131-275/+275
|
* build: update ax_cxx_compile_stdcxx to serial 4Wladimir J. van der Laan2016-04-281-22/+26
|
* build: Enable C++11 build, require C++11 compilerWladimir J. van der Laan2016-04-261-0/+558
| | | | Implements #6211.
* [build-aux] Update Boost & check macros to latest serialsfanquake2016-03-198-219/+395
|
* Merge #7604: build: Remove spurious dollar sign. Fixes #7189.Wladimir J. van der Laan2016-02-291-1/+1
|\ | | | | | | 3d19193 Remove spurious dollar sign. Fixes #7189. (Chris Moore)
| * Remove spurious dollar sign. Fixes #7189.Chris Moore2016-02-251-1/+1
| |
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-142-3/+3
|/
* build: Use fPIC rather than fPIE for qt objects.Cory Fields2015-11-091-0/+38
| | | | But only if qt was built with reduced relocations.
* build: Split hardening/fPIE options outCory Fields2015-11-091-0/+6
| | | | This allows for fPIE to be used selectively.
* build: If both Qt4 and Qt5 are installed, use Qt5Wladimir J. van der Laan2015-11-041-1/+1
| | | | | | If both Qt4 and Qt5 development headers are installed, use Qt5. Building against Qt5 should be encouraged as that is where active development happens.
* build: make sure pkg-config checks are guarded by an m4_ifdefCory Fields2015-07-311-20/+34
|
* build: fix building against qt5.4/5.5Cory Fields2015-07-231-4/+21
|
* qt: disable qt tests when one of the checks for the gui failsWladimir J. van der Laan2015-04-291-0/+1
|
* Suggest --disable-wallet when libdb_cxx headers are missingLuke Dashjr2015-01-311-1/+1
|
* build: remove internal/protected build attribute checksCory Fields2014-11-191-2/+0
| | | | | They're not necessary, and not always supported. We only need to know about hidden and default.
* build: check visibility attributesCory Fields2014-11-191-0/+219
|
* Bugfix: Replace bashisms with standard sh to fix build on non-BASH systemsLuke Dashjr2014-10-031-16/+16
|
* build: Fix OSX build when using Homebrew and qt5Cory Fields2014-10-011-0/+7
| | | | | | | Qt5 is bottled, so configure won't find it without some help. Use brew to find out its prefix. Also, qt5 added the host_bins variable to pkg-config, use it.
* Update obsolete AC macros.randy-waterhouse2014-09-162-21/+21
|
* Create the common location for all m4 autotool build scripts, build-aux/m4.randy-waterhouse2014-09-1614-0/+2072
Update .gitignore.