Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive. | Stefan Krah | 2012-11-28 | 1 | -1/+8 | |
| | ||||||
* | Fix more usages of NULL without including stdio.h. | Stefan Krah | 2012-11-22 | 1 | -0/+1 | |
| | ||||||
* | Issue #13057: Include stdio.h when NULL is used in configure.ac. | Stefan Krah | 2012-11-22 | 1 | -2/+10 | |
| | ||||||
* | Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them. | Trent Nelson | 2012-10-17 | 1 | -0/+5 | |
| | ||||||
* | Issue #15819: use standard autoconf preset output variables. | Trent Nelson | 2012-10-17 | 1 | -3/+1 | |
| | | | | Reported by: Roumen Petrov | |||||
* | Issue #15819: tweak logic in previous commit (e0a2b14a3cf9). | Trent Nelson | 2012-10-16 | 1 | -1/+1 | |
| | ||||||
* | Issue #15819: additional fixes for out-of-tree builds from read-only src. | Trent Nelson | 2012-10-16 | 1 | -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 Nelson | 2012-08-30 | 1 | -0/+1 | |
| | ||||||
* | Issue #8767: Restore building with --disable-unicode. | Martin v. Löwis | 2012-05-20 | 1 | -0/+1 | |
| | | | | Original patch by Stefano Taschini. | |||||
* | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -0/+4355 | |
- change references from configure.in to configure.ac |