summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-10-17 08:45:30 (GMT)
committerTrent Nelson <trent@trent.me>2012-10-17 08:45:30 (GMT)
commit739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8 (patch)
treec076824aa97d47100f96efb90ffb4a42ba7c2777 /Makefile.pre.in
parent3ed2cb5520fe1ad05664db41f7bac96438efc7d2 (diff)
downloadcpython-739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8.zip
cpython-739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8.tar.gz
cpython-739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8.tar.bz2
Issue #15819: use standard autoconf preset output variables.
Reported by: Roumen Petrov
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1b69655..91e28d2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -27,7 +27,8 @@ MODLIBS= _MODLIBS_
VERSION= @VERSION@
srcdir= @srcdir@
VPATH= @srcdir@
-BUILDDIR= @BUILDDIR@
+abs_srcdir= @abs_srcdir@
+abs_builddir= @abs_builddir@
CC= @CC@