]> granicus.if.org Git - python/commit
Issue #15819: additional fixes for out-of-tree builds from read-only src.
authorTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 13:42:45 +0000 (09:42 -0400)
committerTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 13:42:45 +0000 (09:42 -0400)
commitd86ceecf2141e684364d31c28941c6aacfbba47a
tree6d043333b42c758e4dcfae1f03ed4fc26d6d5639
parentae1d185750af0659154def9b428749ccdf03f782
Issue #15819: additional fixes for out-of-tree builds from read-only src.

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).
Makefile.pre.in
configure
configure.ac