aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2014-11-19build: pad header for osx libsCory Fields
2014-11-19build: fix static dll link for mingwCory Fields
2014-11-19build: shared lib build should work reasonably well nowCory Fields
2014-11-19build: add --with-libs so that libs are optionalCory Fields
2014-11-19build: check visibility attributesCory Fields
2014-11-19build: mingw needs libssp for hardening with dllsCory Fields
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-18revert part of 9eda1620bCory Fields
2014-11-18build: fixup configure to not export anythingCory Fields
2014-11-18Don't use bashisms in configurePieter Wuille
2014-11-18Always build and link libsecp256k1Pieter Wuille
2014-11-06Rearrange initial config checks: AC, AM, compiler, libtool.kiwigb
2014-10-31tests: replace the old (unused since Travis) tests with new rpc test scriptsCory Fields
2014-10-14build: fix libtool's refusal to link static libs into a dllCory Fields
2014-10-13build: quit abusing LIBS for Windows builds.Cory Fields
2014-10-10build: fix dynamic boost check when --with-boost= is usedCory Fields
2014-10-07Merge pull request #5053Wladimir J. van der Laan
2014-10-06Homebrew lang fixDominyk Tiller
2014-10-03Bugfix: Replace bashisms with standard sh to fix build on non-BASH systemsLuke Dashjr
2014-10-01build: Fix OSX build when using Homebrew and qt5Cory Fields
2014-09-30tests: fix python test-runner for windowsCory Fields
2014-09-16Update obsolete AC macros.randy-waterhouse
2014-09-16Add warnings for autogen.sh. Fix AC_CONFIG_SRCDIR.randy-waterhouse
2014-09-16Create the common location for all m4 autotool build scripts, build-aux/m4.randy-waterhouse
2014-09-01Merge pull request #4767Wladimir J. van der Laan
2014-08-29build: Remove message about Ubuntu 13.10 when no boost sleep implementation f...Wladimir J. van der Laan
2014-08-26build: add -DMINIUPNP_STATICLIB for new versionCory Fields
2014-08-21build: work around ccache/autotools warning-spamming bugCory Fields
2014-08-18build: add option for reducing exports (v2)Cory Fields
2014-08-18Revert "build: add option for reducing exports"Wladimir J. van der Laan
2014-08-17build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).randy-waterhouse
2014-08-15build: add option for reducing exportsCory Fields
2014-08-15build: fix automake warnings about the use of INCLUDESCory Fields
2014-08-12build: check for sys/prctl.h in the proper wayWladimir J. van der Laan
2014-08-08build: fix FDELT_TYPE configure checkCory Fields
2014-08-06build: silence mingw fpic warning spewCory Fields
2014-08-06build: don't let libtool insert rpath into binariesCory Fields
2014-07-22build: fix broken boost chrono check on some platformsCory Fields
2014-07-17build: fix whitespace in pkg-config variableCory Fields
2014-07-17build: allow linux and osx to build against static qt5Cory Fields
2014-07-08build: fix win32 static linking after libtool mergeCory Fields
2014-07-04Merge pull request #4421Wladimir J. van der Laan
2014-07-01secp256k1: Add build-side changes for libsecp256k1Cory Fields
2014-07-01secp256k1: add libtool as a dependencyCory Fields
2014-06-27Use async name resolving to improve net thread responsivenessHuang Le
2014-06-21crypto: explicitly check for byte read/write functionsCory Fields
2014-06-21build: move bitcoin-config.h to its own directoryCory Fields
2014-06-16sanity: autoconf check for sys/select.hCory Fields
2014-06-05build: Switch to non-recursive makeCory Fields
2014-05-23Replace non-threadsafe strerrorWladimir J. van der Laan