summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-10-17 08:49:26 (GMT)
committerTrent Nelson <trent@trent.me>2012-10-17 08:49:26 (GMT)
commit9a537a6abf3f93a66cfac77c214d99c691aaf848 (patch)
treea02b6b469ee3cfd271e549ad74ecfa45dc4529b4 /configure
parentb21099a4ca3bc680cc8e257cf8f2684412671275 (diff)
parent5595ab564cd0a01b1efdba5a03b2521e393fe7a4 (diff)
downloadcpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.zip
cpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.tar.gz
cpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.tar.bz2
Issue #15819: use standard autoconf preset output variables.
Reported by: Roumen Petrov
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 3cbeaf3..c44c8b6 100755
--- a/configure
+++ b/configure
@@ -735,7 +735,6 @@ HGBRANCH
HGTAG
HGVERSION
BASECPPFLAGS
-BUILDDIR
target_alias
host_alias
build_alias
@@ -2747,10 +2746,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-BUILDDIR="`pwd`"
-
-if test "$srcdir" != "." -a "$srcdir" != "$BUILDDIR"; then
+if test "$abs_srcdir" != "$abs_builddir"; then
# If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc