summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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