aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1e09715..0599cf5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,4 +3,5 @@
# change to root directory
cd $(dirname "$0")
-autoreconf --force --install
+autopoint --force && \
+ AUTOPOINT="intltoolize --automake --copy" autoreconf --force --install --verbose