summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.Stefan Krah2012-11-281-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
| | | | Reported by: Roumen Petrov
* 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
| | | | | | Unlike 3.2, 3.3 and 3.x, which add "-IObjects -IPython -IInclude" to BASECPPFLAGS when building out-of-tree, 2.7 only needs to add -IInclude (for Python-ast.h and graminit.h).
* 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
| | | | Original patch by Stefano Taschini.
* - rename configure.in to configure.acMatthias Klose2012-03-141-0/+4355
- change references from configure.in to configure.ac