configure
changeset 1288 07b12579841d
parent 1255 d856241f693c
child 1297 7439f29a0476
child 1366 5e5d1e6f55d3
     1.1 --- a/configure	Mon Mar 09 22:05:52 2009 +0000
     1.2 +++ b/configure	Thu Apr 02 22:28:10 2009 +0000
     1.3 @@ -143,7 +143,7 @@
     1.4              echo
     1.5          done
     1.6          echo "Either you are missing entirely the needed tool,"
     1.7 -        echo "or the version you have is tool old."
     1.8 +        echo "or the version you have is too old."
     1.9          if [ -n "${var_name}" ]; then
    1.10              echo "You can give the path to this tool using: --with-${var_name}=PATH"
    1.11          fi
    1.12 @@ -294,7 +294,7 @@
    1.13  fi
    1.14  if [ -z "${grep}" ]; then
    1.15      echo "Either you are missing entirely the needed tool,"
    1.16 -    echo "or the version you have is tool old."
    1.17 +    echo "or the version you have is too old."
    1.18      echo "You can give the path to this tool using: --with-grep=PATH"
    1.19      do_error "Bailing out..."
    1.20  fi
    1.21 @@ -308,7 +308,7 @@
    1.22          echo "not found"
    1.23      else
    1.24          echo "${sed}"
    1.25 -        printf "Checking wether '${sed}' supports -i and -e... "
    1.26 +        printf "Checking whether '${sed}' supports -i and -e... "
    1.27          touch .ct-ng.sed.test
    1.28          if "${sed}" -r -i -e 's/foo/bar/' .ct-ng.sed.test >/dev/null 2>&1; then
    1.29              echo "yes"
    1.30 @@ -321,7 +321,7 @@
    1.31  fi
    1.32  if [ -z "${sed}" ]; then
    1.33      echo "Either you are missing entirely the needed tool,"
    1.34 -    echo "or the version you have is tool old."
    1.35 +    echo "or the version you have is too old."
    1.36      echo "You can give the path to this tool using: --with-sed=PATH"
    1.37      do_error "Bailing out..."
    1.38  fi