11#! /bin/sh
2- # From configure.in Revision: 41852 .
2+ # From configure.in Revision: 41923 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.59 for python 2.5.
55#
@@ -3576,10 +3576,8 @@ test -n "$AR" || AR="ar"
35763576
35773577
35783578
3579- for ac_prog in svnversion
3580- do
3581- # Extract the first word of "$ac_prog", so it can be a program name with args.
3582- set dummy $ac_prog; ac_word=$2
3579+ # Extract the first word of "svnversion", so it can be a program name with args.
3580+ set dummy svnversion; ac_word=$2
35833581echo "$as_me:$LINENO: checking for $ac_word" >&5
35843582echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
35853583if test "${ac_cv_prog_SVNVERSION+set}" = set; then
35953593 test -z "$as_dir" && as_dir=.
35963594 for ac_exec_ext in '' $ac_executable_extensions; do
35973595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3598- ac_cv_prog_SVNVERSION="$ac_prog "
3596+ ac_cv_prog_SVNVERSION="found "
35993597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36003598 break 2
36013599 fi
@@ -3613,10 +3611,12 @@ else
36133611echo "${ECHO_T}no" >&6
36143612fi
36153613
3616- test -n "$SVNVERSION" && break
3617- done
3618- test -n "$SVNVERSION" || SVNVERSION="echo no svnversion"
3619-
3614+ if test $SVNVERSION = found
3615+ then
3616+ SVNVERSION="svnversion \$(srcdir)"
3617+ else
3618+ SVNVERSION="echo exported"
3619+ fi
36203620
36213621case $MACHDEP in
36223622bsdos*|hp*|HP*)
0 commit comments