diff options
author | Trent Nelson <trent@trent.me> | 2012-10-17 08:47:31 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-10-17 08:47:31 (GMT) |
commit | 5595ab564cd0a01b1efdba5a03b2521e393fe7a4 (patch) | |
tree | a46882397ecc56520346c67fdf36ec2fa4d56cb6 /Makefile.pre.in | |
parent | ee528cccde02a5b0382e47a709f8a8311415dad1 (diff) | |
parent | 739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8 (diff) | |
download | cpython-5595ab564cd0a01b1efdba5a03b2521e393fe7a4.zip cpython-5595ab564cd0a01b1efdba5a03b2521e393fe7a4.tar.gz cpython-5595ab564cd0a01b1efdba5a03b2521e393fe7a4.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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 4ff801b..9c83248 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@ |