configure
changeset 722 37968404e9b9
parent 698 2add2b7ae4e8
child 755 c2212f59e1cf
     1.1 --- a/configure	Sun Jul 20 09:43:07 2008 +0000
     1.2 +++ b/configure	Fri Jul 25 14:08:03 2008 +0000
     1.3 @@ -56,15 +56,15 @@
     1.4      where=$(which "${tool}" 2>/dev/null || true)
     1.5      if [ -z "${where}" ]; then
     1.6          printf "not found!"
     1.7 -        [ ${FORCE} -eq 0 ] && do_error " bailing out..."
     1.8 +        [ ${FORCE} -eq 0 ] && do_error " Bailing out..."
     1.9          echo
    1.10      else
    1.11          printf "${where}"
    1.12          if [ -n "${regexp}" ]; then
    1.13              str=$(${tool} --version 2>&1 |egrep "${regexp}" |head -n 1)
    1.14              if [ -z "${str}" ]; then
    1.15 -                printf " failed: '${tool} --version' does not match regexp '${regexp}'"
    1.16 -                [ ${FORCE} -eq 0 ] && do_error " bailing out..."
    1.17 +                printf " failed: '${tool} --version' does not match regexp '${regexp}'."
    1.18 +                [ ${FORCE} -eq 0 ] && do_error " Bailing out..."
    1.19              fi
    1.20          fi
    1.21          echo