diff configure @ 1162:52e3aa735bdb

Attempt to fix parsing errors with the double : separated version notation sometimes returned by svnversion.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 16 Sep 2011 07:27:56 +0000
parents e4b13cd7a002
children f1cb493f97fd
line wrap: on
line diff
--- a/configure	Fri Sep 16 06:58:18 2011 +0000
+++ b/configure	Fri Sep 16 07:27:56 2011 +0000
@@ -3395,7 +3395,7 @@
 if test x"$SVNVERSION" = x; then
    SVNVERSION=0
 else
-   SVNVERSION="\` $SVNVERSION -n . | tr -d M \`"
+   SVNVERSION="\` $SVNVERSION -n . | cut -d \":\" -f 1 | tr -d MS \`"
 fi
 
 ac_aux_dir=