summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-11-01 14:44:09 +0000
committerStef Walter <stefw@collabora.co.uk>2011-11-01 14:44:50 +0000
commit9ccc74f384ee100ec522e012ea543437b1df123c (patch)
tree28ead4f40ed9802c5758dd88f1b26c43fdac199e
parent7370d64c18b795a63eda40efcc9e786b821cb7f7 (diff)
downloadp11-kit-9ccc74f384ee100ec522e012ea543437b1df123c.tar.gz
An intelligent error message when gettextize is not around
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 97b28f5..696f490 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ fi
set -x
-gettextize=$(which gettextize)
+gettextize=$(which gettextize || true)
if test -z "$gettextize"; then
echo "Couldn't find gettextize" >&2
exit 1