[Python-checkins] cpython (merge 3.4 -> default): - merge 3.4

matthias.klose python-checkins at python.org
Wed May 6 01:13:41 CEST 2015


https://hg.python.org/cpython/rev/ae63b105f897
changeset:   95885:ae63b105f897
parent:      95883:6e59d82d3d09
parent:      95884:29512e2015d9
user:        doko at ubuntu.com
date:        Wed May 06 01:13:31 2015 +0200
summary:
   - merge 3.4

files:
  configure    |  2 +-
  configure.ac |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -14381,7 +14381,7 @@
 $as_echo "$LDVERSION" >&6; }
 
 
-LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
+LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
 
 
 # Check whether right shifting a negative integer extends the sign bit
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -4331,7 +4331,7 @@
 
 dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
 AC_SUBST(PY_ENABLE_SHARED)
-LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
+LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
 AC_SUBST(LIBPL)
 
 # Check whether right shifting a negative integer extends the sign bit

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


More information about the Python-checkins mailing list