summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d920bac..272d5ed 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -39,6 +39,7 @@ else
run_versioned aclocal "$VERSION" -I common
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
+ intltoolize --automake -c
./configure "$@"
fi