summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 46433be..a6e3505 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,5 +41,7 @@ fi
autoreconf --force --install --verbose || exit $?
+intltoolize || exit 1
+
cd "$olddir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"