Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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 471d05b..476ccdd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,8 @@ $AUTOMAKE -a $am_opt
autoconf || echo "autoconf failed - version 2.5x is probably required"
+intltoolize --force --copy --automake
+
cd $ORIGDIR
$srcdir/configure --enable-maintainer-mode "$@"