summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 09:35:42 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-06 09:35:42 (GMT)
commit776e5861140957692db39fa63b6c1171ddb8508b (patch)
tree9dc319114adc9d14cc382292ae9c12cade2cdac4 /configure.in
parentfe09a54280a56a01402f4cb98c8c6cb4be89654a (diff)
downloadcpython-776e5861140957692db39fa63b6c1171ddb8508b.zip
cpython-776e5861140957692db39fa63b6c1171ddb8508b.tar.gz
cpython-776e5861140957692db39fa63b6c1171ddb8508b.tar.bz2
Remove sys.subversion and svn build identification leftovers.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 5eae5e7..9dc160c 100644
--- a/configure.in
+++ b/configure.in
@@ -801,15 +801,6 @@ then
ARFLAGS="rc"
fi
-AC_SUBST(SVNVERSION)
-AC_CHECK_PROG(SVNVERSION, svnversion, found, not-found)
-if test $SVNVERSION = found
-then
- SVNVERSION="svnversion \$(srcdir)"
-else
- SVNVERSION="echo Unversioned directory"
-fi
-
AC_SUBST(HGVERSION)
AC_SUBST(HGTAG)
AC_SUBST(HGBRANCH)