summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 77a5f23..8cbda6e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -36,11 +36,11 @@ else
rm -rf autom4te.cache
rm -f config.cache
+ glib-gettextize -c -f
+ intltoolize --automake -c -f
run_versioned aclocal "$VERSION" -I common
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
- glib-gettextize -c -f
- intltoolize --automake -c -f
./configure "$@"
fi