summaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8f3c83b..d76540d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,9 @@ esac
echo "Running gettext's autopoint..."
autopoint --force
+echo "Running intltoolize"
+intltoolize --copy --force --automake
+
ACLOCAL_FLAGS="-I m4"
echo "Running aclocal ..."
aclocal $ACLOCAL_FLAGS