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 | |
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')
-rwxr-xr-x | configure | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -648,7 +648,6 @@ HAS_HG HGBRANCH HGTAG HGVERSION -SVNVERSION ARFLAGS AR RANLIB @@ -5125,52 +5124,6 @@ then fi -# Extract the first word of "svnversion", so it can be a program name with args. -set dummy svnversion; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_SVNVERSION+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$SVNVERSION"; then - ac_cv_prog_SVNVERSION="$SVNVERSION" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_SVNVERSION="found" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - - test -z "$ac_cv_prog_SVNVERSION" && ac_cv_prog_SVNVERSION="not-found" -fi -fi -SVNVERSION=$ac_cv_prog_SVNVERSION -if test -n "$SVNVERSION"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNVERSION" >&5 -$as_echo "$SVNVERSION" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -if test $SVNVERSION = found -then - SVNVERSION="svnversion \$(srcdir)" -else - SVNVERSION="echo Unversioned directory" -fi - - # Extract the first word of "hg", so it can be a program name with args. |