comparison 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
comparison
equal deleted inserted replaced
1161:e4b13cd7a002 1162:52e3aa735bdb
3393 3393
3394 3394
3395 if test x"$SVNVERSION" = x; then 3395 if test x"$SVNVERSION" = x; then
3396 SVNVERSION=0 3396 SVNVERSION=0
3397 else 3397 else
3398 SVNVERSION="\` $SVNVERSION -n . | tr -d M \`" 3398 SVNVERSION="\` $SVNVERSION -n . | cut -d \":\" -f 1 | tr -d MS \`"
3399 fi 3399 fi
3400 3400
3401 ac_aux_dir= 3401 ac_aux_dir=
3402 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3402 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3403 if test -f "$ac_dir/install-sh"; then 3403 if test -f "$ac_dir/install-sh"; then