[Python-checkins] cpython: - configure.ac: remove duplicate PLATDIR definition

matthias.klose python-checkins at python.org
Wed Apr 15 20:45:40 CEST 2015


https://hg.python.org/cpython/rev/334b34377be0
changeset:   95676:334b34377be0
parent:      95674:11c4f3f936e7
user:        doko at ubuntu.com
date:        Wed Apr 15 20:45:33 2015 +0200
summary:
   - configure.ac: remove duplicate PLATDIR definition

files:
  configure    |  5 +----
  configure.ac |  3 ---
  2 files changed, 1 insertions(+), 7 deletions(-)


diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -698,6 +698,7 @@
 EGREP
 NO_AS_NEEDED
 PLATFORM_TRIPLET
+PLATDIR
 MULTIARCH
 ac_ct_CXX
 MAINCC
@@ -713,7 +714,6 @@
 CC
 EXPORT_MACOSX_DEPLOYMENT_TARGET
 CONFIGURE_MACOSX_DEPLOYMENT_TARGET
-PLATDIR
 SGI_ABI
 _PYTHON_HOST_PLATFORM
 MACHDEP
@@ -3499,9 +3499,6 @@
 { $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
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -556,9 +556,6 @@
 fi
 AC_MSG_RESULT($MACHDEP)
 
-AC_SUBST(PLATDIR)
-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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list