summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 09:17:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 09:17:40 (GMT)
commita9f3c8fa8bc44890281ba6c819619333a3be4d63 (patch)
tree2259d1a9c2ea45b3cff708fe2b0a5d53c462ce19
parent679fd52ed18e003dd792d1c1e43f665a550d5540 (diff)
Eye-candy in ./configure.
/trunk/configure | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b95f470..363ee37 100755
--- a/configure
+++ b/configure
@@ -56,15 +56,15 @@ has_or_abort() {
where=$(which "${tool}" 2>/dev/null || true)
if [ -z "${where}" ]; then
printf "not found!"
- [ ${FORCE} -eq 0 ] && do_error " bailing out..."
+ [ ${FORCE} -eq 0 ] && do_error " Bailing out..."
echo
else
printf "${where}"
if [ -n "${regexp}" ]; then
str=$(${tool} --version 2>&1 |egrep "${regexp}" |head -n 1)
if [ -z "${str}" ]; then
- printf " failed: '${tool} --version' does not match regexp '${regexp}'"
- [ ${FORCE} -eq 0 ] && do_error " bailing out..."
+ printf " failed: '${tool} --version' does not match regexp '${regexp}'."
+ [ ${FORCE} -eq 0 ] && do_error " Bailing out..."
fi
fi
echo