Eye-candy in ./configure.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 22 09:17:40 2008 +0000 (2008-07-22)
changeset 70754a54765e827
parent 706 607277e3cdab
child 709 8d945f24f7ae
Eye-candy in ./configure.

/trunk/configure | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
configure
     1.1 --- a/configure	Tue Jul 22 09:16:07 2008 +0000
     1.2 +++ b/configure	Tue Jul 22 09:17:40 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