summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index c5ad543..c4c5b7b 100755
--- a/configure
+++ b/configure
@@ -2954,6 +2954,9 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
+# pybuilddir.txt will be created by --generate-posix-vars in the Makefile
+rm -f pybuilddir.txt
+
if test "$cross_compiling" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python interpreter for cross build" >&5
$as_echo_n "checking for python interpreter for cross build... " >&6; }