summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-04-13 19:59:57 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-04-13 19:59:57 (GMT)
commit1345d201939fc7ce395d629834ed037e4697d8c5 (patch)
tree71238a46806bf9a811cfd3dfe0f6c650bd4ea88a /configure
parent7f825226e3e19998a0ef6184b9ac6e4e57aebc6f (diff)
downloadcpython-1345d201939fc7ce395d629834ed037e4697d8c5.zip
cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.gz
cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.bz2
- Use PLATDIR for the platform directory everywhere (refactoring only)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 29cbd36..1bb55ff 100755
--- a/configure
+++ b/configure
@@ -711,6 +711,7 @@ CFLAGS
CC
EXPORT_MACOSX_DEPLOYMENT_TARGET
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
+PLATDIR
SGI_ABI
_PYTHON_HOST_PLATFORM
MACHDEP
@@ -3493,6 +3494,9 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACHDEP" >&5
$as_echo "$MACHDEP" >&6; }
+
+PLATDIR=plat-$MACHDEP
+
# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
# it may influence the way we can build extensions, so distutils
# needs to check it