summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5f0d120..360f36c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -91,7 +91,8 @@ touch README INSTALL
$ACLOCAL -I build/m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
-intltoolize --force --copy || exit $?
+
+autopoint --force || exit $?
gtkdocize || exit $?