summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-1/+1
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-1/+1
* -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-111-1/+1
* fix variable reference to fix --enable-profiling (closes #17550)Benjamin Peterson2013-03-261-1/+1
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-49/+146
* - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-1/+1
* - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+3
* Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.Charles-François Natali2013-01-081-13/+3
* IRIX: force MIPSpro to treat #errors as errors, not warnings.Trent Nelson2012-12-131-0/+33
* Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...Mark Dickinson2012-12-021-0/+20
* Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.Stefan Krah2012-11-291-1/+8
* Fix more usages of NULL without including stdio.h.Stefan Krah2012-11-221-0/+1
* Issue #13057: Include stdio.h when NULL is used in configure.ac.Stefan Krah2012-11-221-2/+10
* Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.Trent Nelson2012-10-171-0/+5
* Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-3/+1
* Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).Trent Nelson2012-10-161-1/+1
* Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+16
* Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-0/+1
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-201-0/+1
* - rename configure.in to configure.acMatthias Klose2012-03-141-0/+4355