aboutsummaryrefslogtreecommitdiff
path: root/src/m4/bitcoin_subdir_to_include.m4
Commit message (Collapse)AuthorAgeFilesLines
* Create the common location for all m4 autotool build scripts, build-aux/m4.randy-waterhouse2014-09-161-14/+0
| | | | Update .gitignore.
* autotools: fix subdir m4 check, never let it return -ICory Fields2013-09-181-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 Dashjr2013-09-101-0/+12
to use any version other than 4.8 by default