diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 09:35:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 09:35:42 (GMT) |
commit | 776e5861140957692db39fa63b6c1171ddb8508b (patch) | |
tree | 9dc319114adc9d14cc382292ae9c12cade2cdac4 /configure.in | |
parent | fe09a54280a56a01402f4cb98c8c6cb4be89654a (diff) | |
download | cpython-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.in | 9 |
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) |