summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.Charles-François Natali2013-01-081-13/+3
|
* Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ↵Mark Dickinson2012-12-021-0/+20
| | | | some platforms.
* Fix regression from issue #16262Ross Lagerwall2012-10-291-1/+1
|
* - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-6/+6
|
* Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-3/+1
| | | | Reported by: Roumen Petrov
* Issue #15819: tweak logic in previous commit (617591e7d708).Trent Nelson2012-10-161-1/+1
|
* Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+18
| | | | | | | | Specifically, make sure the 'Object', 'Python' and 'Include' directories in the build directory take precedence over the source directory if we're an out-of-tree build. Fix typeslots.inc so that it gets generated into the build directory.
* Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-0/+1
|
* merge 3.1Matthias Klose2012-03-141-771/+968
|
* - rename configure.in to configure.acMatthias Klose2012-03-141-0/+4158
- change references from configure.in to configure.ac