configure
changeset 2498 6b479665a053
parent 2497 ac4c006c48e4
child 2499 56b7eab1391a
     1.1 --- a/configure	Thu Jun 02 19:58:05 2011 +0200
     1.2 +++ b/configure	Thu Jun 02 21:43:36 2011 +0200
     1.3 @@ -215,11 +215,11 @@
     1.4      local var ver err kconfig
     1.5  
     1.6      if ! check_for "$@"; then
     1.7 -        printf "\n${err:-${prog}${inc}${lib}: none found}\n\n"
     1.8 -        printf "Either you are missing entirely the needed tool,\n"
     1.9 -        printf "or the version you have is too old.\n"
    1.10 +        printf " * ${err:-${prog}${inc}${lib}: none found}\n"
    1.11 +        printf " * Either you are missing entirely the needed tool,\n"
    1.12 +        printf " * or the version you have is too old.\n"
    1.13          if [ -n "${var}" ]; then
    1.14 -            printf "You can give the path to this tool using: --with-${var}=PATH\n"
    1.15 +            printf " * --> You can give the path to this tool using: --with-${var}=PATH\n"
    1.16          fi
    1.17          printf "\n"
    1.18          # Bail out if --force is not specified
    1.19 @@ -243,9 +243,10 @@
    1.20      local var ver err kconfig
    1.21  
    1.22      if ! check_for "$@"; then
    1.23 -        printf "${err:+${err}\n}"
    1.24 +        printf " * optional dependency is missing, some features will be disabled\n"
    1.25 +        printf "${err:+ * ${err}\n}"
    1.26          if [ -n "${var}" ]; then
    1.27 -            printf -- "--> You can give the path to this tool using: --with-${var}=PATH\n"
    1.28 +            printf " * --> You can give the path to this tool using: --with-${var}=PATH\n"
    1.29          fi
    1.30      fi
    1.31  }
    1.32 @@ -434,7 +435,7 @@
    1.33  
    1.34  # If this version is n hg clone, try to get the revision number
    1.35  # If we can't get the revision number, use date
    1.36 -printf "Computing version string... "
    1.37 +printf "\nComputing version string... "
    1.38  case "${VERSION}" in
    1.39      *+hg|hg)
    1.40          REVISION="$( hg id -n 2>/dev/null || true )"