summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 272d5ed..77a5f23 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -39,7 +39,8 @@ else
run_versioned aclocal "$VERSION" -I common
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
- intltoolize --automake -c
+ glib-gettextize -c -f
+ intltoolize --automake -c -f
./configure "$@"
fi