summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-08-22 20:36:30 (GMT)
committerNed Deily <nad@acm.org>2014-08-22 20:36:30 (GMT)
commit682c04c70c9af6df68cacce47c2f0d18c31dd443 (patch)
tree469f3df0be598966ce411ee98cdbfbaf49141ec0 /configure.ac
parentd0aeda8f0ffbe4a7de9b492de9713d672dc8592d (diff)
parentfcbc246e9f02cc780970defbcfa01767b7e3a3c6 (diff)
downloadcpython-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.ac3
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