summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c2954a7..4a686aa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,8 +26,8 @@ if test -z $GTKDOCIZE; then
fi
gtkdocize
-intltoolize --copy --force --automake
-autoreconf --force --install --verbose
+autopoint --force
+AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"