diff options
author | Ned Deily <nad@acm.org> | 2014-08-22 20:36:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-08-22 20:36:30 (GMT) |
commit | 682c04c70c9af6df68cacce47c2f0d18c31dd443 (patch) | |
tree | 469f3df0be598966ce411ee98cdbfbaf49141ec0 /configure.ac | |
parent | d0aeda8f0ffbe4a7de9b492de9713d672dc8592d (diff) | |
parent | fcbc246e9f02cc780970defbcfa01767b7e3a3c6 (diff) | |
download | cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.zip cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.gz cpython-682c04c70c9af6df68cacce47c2f0d18c31dd443.tar.bz2 |
Issue #21166: merge from 3.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 193c99c..086bdd4 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,9 @@ AC_CANONICAL_HOST AC_SUBST(build) AC_SUBST(host) +# pybuilddir.txt will be created by --generate-posix-vars in the Makefile +rm -f pybuilddir.txt + if test "$cross_compiling" = yes; then AC_MSG_CHECKING([for python interpreter for cross build]) if test -z "$PYTHON_FOR_BUILD"; then |