Home
last modified time | relevance | path

Searched refs:SVNVERSION (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dgetbuildinfo.c27 #ifndef SVNVERSION
28 #define SVNVERSION "$WCRANGE$$WCMODS?M:$" macro
63 static const char svnversion[] = SVNVERSION; in _Py_svnversion()
/external/python/cpython2/
DMakefile.pre.in41 SVNVERSION= @SVNVERSION@
659 -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
Dconfigure5711 if test -n "$SVNVERSION"; then
5712 ac_cv_prog_SVNVERSION="$SVNVERSION" # Let the user override the test.
5732 SVNVERSION=$ac_cv_prog_SVNVERSION
5733 if test -n "$SVNVERSION"; then
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNVERSION" >&5
5735 $as_echo "$SVNVERSION" >&6; }
5742 if test $SVNVERSION = found
5744 SVNVERSION="svnversion \$(srcdir)"
5746 SVNVERSION="echo Unversioned directory"
Dconfigure.ac982 AC_SUBST(SVNVERSION) subst
983 AC_CHECK_PROG(SVNVERSION, svnversion, found, not-found)
984 if test $SVNVERSION = found
986 SVNVERSION="svnversion \$(srcdir)"
988 SVNVERSION="echo Unversioned directory"