diff options
| author | Trent Nelson <trent@trent.me> | 2012-10-17 04:45:30 -0400 |
|---|---|---|
| committer | Trent Nelson <trent@trent.me> | 2012-10-17 04:45:30 -0400 |
| commit | 739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8 (patch) | |
| tree | c076824aa97d47100f96efb90ffb4a42ba7c2777 /configure.ac | |
| parent | 3ed2cb5520fe1ad05664db41f7bac96438efc7d2 (diff) | |
| download | cpython-git-739fc541b197ed4dbb55be7a7d6925dc5f5ac5d8.tar.gz | |
Issue #15819: use standard autoconf preset output variables.
Reported by: Roumen Petrov
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 116e03e471..f2951a27fc 100644 --- a/configure.ac +++ b/configure.ac @@ -830,10 +830,8 @@ else SVNVERSION="echo Unversioned directory" fi -BUILDDIR="`pwd`" -AC_SUBST(BUILDDIR) AC_SUBST(BASECPPFLAGS) -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 |
